From c07e046bfa5a736ddf6c185b48cd1c6929840186 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 2 Feb 2015 21:23:12 +0100 Subject: player: add external audio file auto-loading Apparently some people want this. Not enabled by default. Fixes #967. --- DOCS/man/options.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index a60302c27d..852752e5ff 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1039,6 +1039,16 @@ Audio maximum amplification, i.e. amplify by 200%. The default volume (no change in volume) will be ``50`` in this case. +``--audio-file-auto=``, ``--no-audio-file-auto`` + Load additional audio files matching the video filename. The parameter + specifies how external audio files are matched. This is disabled by + default. + + :no: Don't automatically load external audio files (default). + :exact: Load the media filename with audio file extension. + :fuzzy: Load all audio files containing media filename. + :all: Load all audio files in the current directory. + ``--audio-client-name=`` The application name the player reports to the audio API. Can be useful if you want to force a different audio profile (e.g. with PulseAudio), -- cgit v1.2.3