From 34cf655ddd99a67af0d1899499c14c4617236352 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 6 Jan 2018 17:49:37 +0100 Subject: player: strictly never autoselect tracks from --external-files Before this commit, some autoselection of tracks coming from files loaded with --external-files was still done. This commit removes all of it, and the only way to select a track is via the explicit stream selection options like --vid/--sid/--aid. I think this was always the original intention. The change could in theory still unintentionally surprise some users, so add a changelog entry. This does not affect --audio-file/--sub-file, even if these contain mismatching track types. E.g. if audio files passed to --audio-file contain subtitles, these should still be selected. Past feature requests indicate that users want this. --- DOCS/man/options.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 1037e74e29..cc65ea98c3 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -5376,7 +5376,8 @@ Miscellaneous Unlike ``--sub-files`` and ``--audio-files``, this includes all tracks, and does not cause default stream selection over the "proper" file. This makes - it slightly less intrusive. + it slightly less intrusive. (In mpv 0.28.0 and before, this was not quite + strictly enforced.) This is a list option. See `List Options`_ for details. -- cgit v1.2.3