summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-29 22:08:22 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:08 +0900
commitda2167088018e01c5e15cb1eda6ea370236e6a96 (patch)
treecf3a84df8994ed92010b92330590db0aabe57954 /DOCS
parent2cac69f221e91a9e8eae6010cb92bae33a4587f2 (diff)
downloadmpv-da2167088018e01c5e15cb1eda6ea370236e6a96.tar.bz2
mpv-da2167088018e01c5e15cb1eda6ea370236e6a96.tar.xz
player: make --shuffle/--merge-files affect runtime loaded playlists
Until now, these options took effect only at program start. This could be confusing when e.g. doing "mpv list.m3u --shuffle". Make them always take effect when a playlist is loaded either via a playlist file, or with the "loadlist" command.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 331d439e7c..adb8128abe 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -360,10 +360,6 @@ Program Behavior
file. This uses timeline/EDL support internally. Note that this won't work
for ordered chapter files.
- This option is interpreted at program start, and doesn't affect for
- example files or playlists loaded with the ``loadfile`` or ``loadlist``
- commands.
-
``--no-resume-playback``
Do not restore playback position from the ``watch_later`` configuration
subdirectory (usually ``~/.config/mpv/watch_later/``).