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

Installation

MS Windows users:
  1. Download libsrpos_plugin-*-win.zip package;
  2. Unpack and copy files libsrpos*_plugin.dll to {VLC installation folder}\plugins.
Linux or Unix users:
  1. Download libsrpos_plugin-*.tar.gz package;
  2. Install libvlc-dev package;
  3. 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

  1. Start VLC player;
  2. Open preferences window (menu Tools->Preferences);
  3. Select 'All' in 'Show settings';
  4. Open Control interfaces panel (Interface->Control interfaces);
  5. Check 'Save/restore position of the last played files' checkbox;
  6. Click 'Save' button;
  7. Restart VLC player.
VLC screenshot