VLC – “Continue playback” never works

vlc-media-player

Developer quote:

For resume playback to work on mac, all of the following conditions
need to be fullfilled. This is to avoid stupid questions to the user
(like if he wants to continue at position 2 seconds after start of
video, and similar).

  • File must be a local file on your hard disk. No stream or similar.
  • It must be longer than 3 minutes.
  • The position to save should be within the following range: starting at 5% of total playback time, stopping at 95%.

The same rules should apply to all operating systems. I have always used the latest version of VLC, currently 2.2.2.

Continue playback has never worked for me, the setting is enabled and I just reseted VLC preferences. The files are more than 3 minutes long, usually over 20 minutes. Video files are saved on my hard drive, but sometimes I use my secondary HDD (VLC is installed to SSD). I stop the playback in the 5%-95% range.
I've had this issue on Windows 8/10 and all Linux distros I've used.

Is there something I should try? How "resume playback" is supposed to work? Should the video position be always, automatically saved no matter how I close VLC?

Best Answer

Note that "save recently played items" setting has to be enabled in order for the feature to work.

VLC 2.2.6

source

[...]the playback position is stored together with a list of recent file names and we cannot store them if the user does not want to keep recent items at all. Note as well that the position is only stored for the last (I think) 20 items or so.


In version 2.2.0 VLC couldn't resume playback for files started from operating system file explorer, but this appears to have been fixed in 2.2.1: https://forum.videolan.org/viewtopic.php?t=123563#p421960

Related Question