diff options
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r-- | DOCS/man/options.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 8324f6a18b..e5b8499520 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1204,7 +1204,11 @@ Audio :no: Don't automatically load external audio files. :exact: Load the media filename with audio file extension (default). :fuzzy: Load all audio files containing media filename. - :all: Load all audio files in the current directory. + :all: Load all aufio files in the current and ``--audio-file-paths`` + directories. + +``--audio-file-paths=<path1:path2:...>`` + Equivalent to ``--sub-paths`` option, but for auto-loaded audio files. ``--audio-client-name=<name>`` The application name the player reports to the audio API. Can be useful |