summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-08-29 08:19:19 +0200
committerDudemanguy <random342@airmail.cc>2023-08-30 15:46:57 +0000
commitedd7189a72c88dde6242fe1694323b22f2325c9c (patch)
treec8ac368dd955ef390808b714a74f0b40e6732051 /DOCS/man/options.rst
parent7f9b1b32a5ee5419f0f467cfa68833f7ad186e43 (diff)
downloadmpv-edd7189a72c88dde6242fe1694323b22f2325c9c.tar.bz2
mpv-edd7189a72c88dde6242fe1694323b22f2325c9c.tar.xz
demux_playlist: default to --directory-mode=lazy
64959c450d solved the problems with resuming playback, so default to --directory-mode=lazy because it's faster, especially on slow drives, and results in smaller playlists.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index bb60434419..34913ff9a7 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3965,12 +3965,9 @@ Demuxer
libarchive opens all volumes anyway when playing the main file, even though
mpv iterated no archive entries yet.
-``--directory-mode=<recursive|lazy|ignore>``
- When opening a directory, open subdirectories recursively, lazily or not at
- all (default: recursive).
-
- Values other then ``recursive`` can lead to problems with resuming playlists
- (`RESUMING PLAYBACK`_) and possibly other things.
+``--directory-mode=<lazy|recursive|ignore>``
+ When opening a directory, open subdirectories lazily, recursively or not at
+ all (default: lazy).
Input
-----