Skip to content

Renaming - support for multiple AudioStreams

Manuel Laggner requested to merge thomas-schultz:master into devel

Created by: thomas-schultz

Renaming used to chose the audio stream with the highest channel count. Now it is possible to select the audio stream by index, for example $A1 will be the first AudioStream.

Therefore I have slightly modified the switch statement for token replacement for Movies and TV-series. It seems to work for me, but I can not guarantee any side effects, so further testing would be nice. Especially other regex terms may still not be compatible with this change.

If accepted, this change can also be displayed in the settings screen, otherwise it is kind of a hidden feature.

Thank you! Thomas

Merge request reports