From a9945aacc12be1431cc744612cdb0cf8a2774800 Mon Sep 17 00:00:00 2001 From: Andy Walsh Date: Wed, 18 May 2022 13:13:06 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6104648..c77f66e 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,8 @@ So test it before you point it to your main collection! - make sure you favor default tracks in your player or remove any setup languages preferences - `SUBTITLE_MODE = ['default','forced']` This sets both flags on the picked subtitle track, this should work on all players. - `AUDIO_MODE = ['default','disable']` This hides all none picked audio tracks, "may" work in cases where the player stubbornly refuses to pick the default/forced track. At least works if LAV filters are used with default settings, other players may choose to ignore the 'enabled' flag! + +### Note on the settings.rb +- the heuristic array entries all look like this `['name' => value]` you can move the entries around or change the value similar to Sonarr/Profile preferred entries! +- the name values are just simple strings, so no RegEx is supported as of now! +- you should always value languages much higher aka 100+, while codec, filters can be adapted to your liking