Page 1 of 1

Remember last position on video when closing VLC?

Posted: 19 Jun 2012 13:19
by Dirkk
Is it possible to make VLC save the last position automatically you have viewed on a video when closing VLC?

Re: Remember last position on video when closing VLC?

Posted: 19 Jun 2012 14:16
by mederi
VLC Extension script: Remember position; "mempos.lua"
viewtopic.php?f=7&t=60602&start=40#p341295

Re: Remember last position on video when closing VLC?

Posted: 19 Jun 2012 14:48
by Dirkk
Many thanks.
Installation (in ubuntu):
1. Install by copy/pasting the below code to the file ~/.local/share/vlc/extensions/mempos.lua
2. Restart VLC and check the menu item View->Remember position
I am not able to manage this, I do not have such a folder like "extension" and cannot find "mempos.lua".

Re: Remember last position on video when closing VLC?

Posted: 19 Jun 2012 19:27
by mederi
You can read proper installation instructions for different operating systems for example here:
http://addons.videolan.org/content/show ... ent=149618

So copy the code from the webpage without that mess
<="" end="" lastsavepos="elapsed_time;" pre="" savedb();="" then="">
at the end and put it in a text file and name it "mempos.lua". Put the file in "\lua\extensions\" directory. If "extensions" folder does not exists, then create it there. Start VLC and now you should find the available extension in VLC menu: View > Remember position

Re: Remember last position on video when closing VLC?

Posted: 19 Jun 2012 20:04
by Dirkk
Many thanks, mederi,

It works now, thanks to your helpful explanations and links.

Many thanks again.

Re: Remember last position on video when closing VLC?

Posted: 07 Mar 2014 14:01
by ajkessel
Running vlc 2.1.4 win7/64 bit. I can install the extension and "remember position" appears in my "view" menu, but the menu item is inoperative. No check mark appears when I select it. The debug console says:

Code: Select all

[0000000002106e30] lua generic error: Could not activate extension!
Any ideas how to troubleshoot?

Re: Remember last position on video when closing VLC?

Posted: 08 Mar 2014 17:02
by mederi
The extension does not work in VLC-2.1.x
Use srpos plugin: http://addons.videolan.org/content/show ... ent=154600

Re: Remember last position on video when closing VLC?

Posted: 08 Mar 2014 20:02
by kodela