2023-08-08, 15:15
Hello,
I have some movies with french audio and other movies with french but the canadian variant. I would like to distinguish the two languages.
I have tried to set the language to canadian, but it's not possible. If I'm correct, we must specify a language according to iso 693-2B. If it's right, I can only set a language as french and I can't distinguish french and the french canadian variant. I would like to be able to do it. After searching, it seems to be possible since nexus to define custom language codes in advancedsettings.xml .
So with ffmpeg and I have set canadian audio to
My advancedsettings.xml:
Unfortunately, when I play a video, the language is displayed as "French" and not "Canada" as expected. I have Coreelec nexus 20.2 and my skin is Aeon Nox Silvo.
What am I doing wrong ?
I have some movies with french audio and other movies with french but the canadian variant. I would like to distinguish the two languages.
I have tried to set the language to canadian, but it's not possible. If I'm correct, we must specify a language according to iso 693-2B. If it's right, I can only set a language as french and I can't distinguish french and the french canadian variant. I would like to be able to do it. After searching, it seems to be possible since nexus to define custom language codes in advancedsettings.xml .
So with ffmpeg and I have set canadian audio to
fr-ca
My advancedsettings.xml:
Code:
<advancedsettings version="1.0">
<languagecodes>
<code>
<short>fr-ca</short>
<long>Canada</long>
</code>
</languagecodes>
</advancedsettings>
Unfortunately, when I play a video, the language is displayed as "French" and not "Canada" as expected. I have Coreelec nexus 20.2 and my skin is Aeon Nox Silvo.
What am I doing wrong ?