mpv/options
wm4 35f43dfacb player: make watch later/resume work when "playing" directories
If you do "mpv /bla/", and then branch out into sub-directories using
playlist navigation, and then used quit and watch later, then playing
the same directory did not resume from the previous point. This was
because resuming is based on the path hash, so a path prefix can't be
detected when resuming the parent directory.

Solve this by writing each path prefix when playing directories is
involved. (This includes all parent paths, so interestingly, "mpv /"
would also resume in the above example.)

Something like this was requested multiple times, and I want it too.
2016-01-06 22:40:55 +01:00
..
m_config.c Remove some VLAs 2015-11-06 21:12:20 +01:00
m_config.h options: handle terminal/logging settings eagerly 2015-11-04 21:49:54 +01:00
m_option.c options: fix conversion of flags to strings 2015-07-01 23:05:11 +02:00
m_option.h options: handle terminal/logging settings eagerly 2015-11-04 21:49:54 +01:00
m_property.c Remove some VLAs 2015-11-06 21:12:20 +01:00
m_property.h Various spelling fixes 2015-06-18 19:36:58 +02:00
options.c options: raise maximum value for --audio-samplerate 2016-01-05 19:15:21 +01:00
options.h options: add --audio-file-paths 2015-12-25 13:17:11 +01:00
parse_commandline.c options: remove unneeded hack from command line parser 2015-04-23 21:08:19 +02:00
parse_commandline.h Update license headers 2015-04-13 12:10:01 +02:00
parse_configfile.c options: clarify quoting for option values starting with % 2015-04-17 16:06:43 +02:00
parse_configfile.h Update license headers 2015-04-13 12:10:01 +02:00
path.c player: make watch later/resume work when "playing" directories 2016-01-06 22:40:55 +01:00
path.h player: make watch later/resume work when "playing" directories 2016-01-06 22:40:55 +01:00