From 0710ced0792f3ec83c337d1b4f48ff13950f7f33 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 25 Dec 2015 13:17:11 +0100 Subject: 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. --- DOCS/man/options.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'DOCS') 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=`` + Equivalent to ``--sub-paths`` option, but for auto-loaded audio files. ``--audio-client-name=`` The application name the player reports to the audio API. Can be useful -- cgit v1.2.3