mpv/DOCS/man/en
wm4 ce9a854d54 core: add playback resume feature (manual/opt-in)
A "watch later" command is now mapped to Shift+Q. This quits the player
and stores the playback state in a config file in ~/.mpv/watch_later/.
When calling the player with the same file again, playback is resumed
at that time position.

It's also possible to make mpv save playback state always on quit with
the --save-position-on-quit option. Likewise, resuming can be disabled
with the --no-resume-playback option.

This also attempts to save some playback parameters, like fullscreen
state or track selection. This will unconditionally override config
settings and command line options (which is probably not what you would
expect, but in general nobody will really care about this). Some things
are not backed up, because that would cause various problems. Additional
subtitle files, video filters, etc. are not stored because that would be
too hard and fragile. Volume/mute state are not stored because it would
mess up if the system mixer is used, or if the system mixer was
readjusted in the meantime.

Basically, the tradeoff between perfect state restoration and
complexity/fragility makes it not worth to attempt to implement
it perfectly, even if the result is a little bit inconsistent.
2013-05-05 20:08:11 +02:00
..
af.rst af_lavrresample: add new resampling filter to replace the old ones 2013-03-13 23:51:30 +01:00
ao.rst vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver 2012-12-28 08:40:28 +01:00
changes.rst changes.rst: mention -afm hwac3 replacement 2013-03-30 20:27:12 +01:00
encode.rst encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
input.rst core: add playback resume feature (manual/opt-in) 2013-05-05 20:08:11 +02:00
mpv.rst core: add playback resume feature (manual/opt-in) 2013-05-05 20:08:11 +02:00
options.rst core: add playback resume feature (manual/opt-in) 2013-05-05 20:08:11 +02:00
vf.rst options: allow using [ ] for quoting in sub-options 2013-04-26 20:44:18 +02:00
vo.rst manpage: remove references to --no-slices 2013-04-23 14:16:06 +02:00