Releases: rockrider69/service.LanguagePreferenceManager
v1.0.1
v1.0.1 First Kodi repository approved version.
v1.0.0
- One new feature/setting to ignore tracks based on a keyword blacklist. Can replace the signs/songs ignore toggle or add other exclusion criterias (ex. ignore SDH tracks if ever they come first in tracks list and you don't need them).
- Some improvements/clarifications in LOG messages
- Several cleanup actions to make this release a suitable candidate for official kodi.tv repository.
v0.1.6
Fix custom conditional preferences rules not working. (note : if ...>lan:non>... is used then forced tag is assumed on. See v0.1.3)
Add a switch to completely ignore 'Signs and Songs' types of subtitle tracks. Default is off.
Add special 'Any' audio language code to allow easy / simplified Conditional Subtitles rules like 'pol:non>any:pol'.
Plus some small typo fixed.
v0.1.5
New "on-the-fly Conditional Subtitles adjustment" when switching audio tracks,
and some minor optimisations and bug fixes.
Conditional subtitle logic. Case of "Lang1:None and forced tag set".
Conditional subtitle logic adjustement : if "lang1:None and forced tag set" then disable subtitles
BUT ONLY if no lang1 forced subtitle is found. Otherwise we activate this one.
Fix more languages codes, plus some smaller stuff
Fix some more misaligned languages codes between langcodes.py, english/string.po and settings.xml
Fixing conditional subtitles like "French:None" not working. Not detected and then subtitles were not disabled.
Replacing black icon.png
Fixing settings.xml. CustomAudio, Sub and CondSub : allowempty=true to avoid multiple errors in the kodi log when not used.