From 9795216d8a07bea3c2492c1ec236f863cc1d2d9b Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 28 Apr 2015 22:05:07 +0200 Subject: command: change the default action for rescan_external_files Now the rescan_external_files command will by default reselect the audio and subtitle streams. This should be more intuitive. Client API users and Lua scripts might break, but can be fixed in a backward-compatible way by setting the mode explicitly. --- DOCS/man/input.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 640796fe5e..29b2033bc6 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -405,14 +405,14 @@ List of Input Commands The ``mode`` argument is one of the following: - (default) - Do not change current track selections. - - - Select the default audio and video streams, which typically selects + (default) + Select the default audio and subtitle streams, which typically selects external files with highest preference. (The implementation is not perfect, and could be improved on request.) + + Do not change current track selections. + Input Commands that are Possibly Subject to Change -------------------------------------------------- -- cgit v1.2.3