From c3171811d11240593a649dbf5c1604aca05a7aa9 Mon Sep 17 00:00:00 2001 From: CogentRedTester Date: Tue, 3 Jan 2023 17:05:52 +1030 Subject: [PATCH] select-audio: add option to conf file --- sub_select.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sub_select.conf b/sub_select.conf index 46fd289..58ba3f8 100644 --- a/sub_select.conf +++ b/sub_select.conf @@ -13,6 +13,10 @@ force_enable=no # disabling this will switch the subtitle track after playback starts preload=yes +# experimental audio track selection based on the preference json file. +# this overrides force_prection and detect_incorrect_predictions. +select_audio=no + # remove any potential prediction failures by forcibly selecting whichever # audio track was predicted force_prediction=no