VLC srpos plugin
This plugin allows you to automatically save and restore the position of the last played files in the VLC player.
Supported VLC versions: 2.0, 2.1 (x86 and x86-64 platforms).
Download
Supported VLC versions: 2.0, 2.1 (x86 and x86-64 platforms).
Download
Installation
MS Windows users:
- Download libsrpos_plugin-*-win.zip package;
- Unpack and copy files libsrpos*_plugin.dll to {VLC installation folder}\plugins.
- Download libsrpos_plugin-*.tar.gz package;
- Install libvlc-dev package;
- Build and install plugin module (Use configure options to specify VLC include/library/output paths (--with-vlc-*-path options)):
./configure && make && make install
VLC player setup
- Start VLC player;
- Open preferences window (menu Tools->Preferences);
- Select 'All' in 'Show settings';
- Open Control interfaces panel (Interface->Control interfaces);
- Check 'Save/restore position of the last played files' checkbox;
- Click 'Save' button;
- Restart VLC player.