Fix for audio and subtitle auto selection from previous media#5644
Fix for audio and subtitle auto selection from previous media#5644BlackstormFirst wants to merge 7 commits into
Conversation
|
Hi there! Note that we have a Pull-Request Template that needs to be filled in. That should have been loaded automatically when you created the PR on GitHub. Could you please change the PR description so it matched the following format: Changes Code assistance Issues Kind regards |
|
Done ^^ |
|
I will don't touch this branch anymore. |
|
Hi there! Thank you for keeping your pull request up to date. Please note that merging In general, please only merge
If GitHub indicates that the branch can be updated or merged automatically, there is typically no need to create a merge commit from Since Thank you for your understanding and for your contribution. Kind regards. |
Changes:
Audio verification of the previous media is no longer limited to just the language but also checks the codec.
If the same codec isn't found, then the selection reverts to language only.
Subtitle verification is no longer limited to just the language. It now checks the Title, Codec, Tag (forced or not), and finally the language.
If the subtitles don't exactly match, it performs a fallback of Codec/Tag/Language, then if necessary another on Tag/Language, and finally a last one if needed on language only, as is currently the case for the latter.
Code assistance:
Android Studio (without AI)
Issues:
Fix: #5636