summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-09-19 21:16:23 +0200
committerDudemanguy <random342@airmail.cc>2023-09-21 14:57:11 +0000
commit6b09525157cc1c71874bda6256da96cfb830038f (patch)
treeb556f86f47ea4595498b56304690ff7b4f523520 /DOCS/man/options.rst
parent27f0a35c535d66f4216fc1a4f1d15d10990fb8a0 (diff)
downloadmpv-6b09525157cc1c71874bda6256da96cfb830038f.tar.bz2
mpv-6b09525157cc1c71874bda6256da96cfb830038f.tar.xz
demux_playlist: add --directory-mode=auto
This is a more useful default with --shuffle.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index f6fde85955..3fb11a685b 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3985,9 +3985,10 @@ Demuxer
libarchive opens all volumes anyway when playing the main file, even though
mpv iterated no archive entries yet.
-``--directory-mode=<lazy|recursive|ignore>``
+``--directory-mode=<auto|lazy|recursive|ignore>``
When opening a directory, open subdirectories lazily, recursively or not at
- all (default: lazy).
+ all. The default is ``auto``, which behaves like ``recursive`` with
+ ``--shuffle``, and like ``lazy`` otherwise.
Input
-----