From 6b09525157cc1c71874bda6256da96cfb830038f Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Tue, 19 Sep 2023 21:16:23 +0200 Subject: demux_playlist: add --directory-mode=auto This is a more useful default with --shuffle. --- DOCS/man/options.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DOCS/man') 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=`` +``--directory-mode=`` 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 ----- -- cgit v1.2.3