summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-25 13:17:11 +0100
committerwm4 <wm4@nowhere>2015-12-25 13:17:11 +0100
commit0710ced0792f3ec83c337d1b4f48ff13950f7f33 (patch)
treed370c75f08f11d4aa661aaae55e56f353a3bfe93 /DOCS
parent6d9cb89333782c1c7043f58cc4b0c713c2e871d6 (diff)
downloadmpv-0710ced0792f3ec83c337d1b4f48ff13950f7f33.tar.bz2
mpv-0710ced0792f3ec83c337d1b4f48ff13950f7f33.tar.xz
options: add --audio-file-paths
Requested. It works like --sub-paths. This will also load audio files from a "audio" sub directory in the config file (because the same code as for subtitles is used, and it also had such a feature). Fixes #2632.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst6
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