2015-09-06, 14:25
Hello,
would it be possible to extract the language of the audiostreams as given within the nfo-file and display the information in the movie list and/or movie detail information?
For example, the following lines deliver the information that the language of the audio stream is spanish, but surprisingly this tag is not evaluated by Kodi at all until now:
The feature has been realised in a first step within the Video Language Script Add-on. Although personally I wouldn't need graphic symbols like flags, text would be sufficient.
Thanks a lot, malvinas2
would it be possible to extract the language of the audiostreams as given within the nfo-file and display the information in the movie list and/or movie detail information?
For example, the following lines deliver the information that the language of the audio stream is spanish, but surprisingly this tag is not evaluated by Kodi at all until now:
Code:
<fileinfo>
<streamdetails>
<audio>
<codec>MP3</codec>
<language>spa</language>
<channels>2</channels>
</audio>
</streamdetails>
</fileinfo>
The feature has been realised in a first step within the Video Language Script Add-on. Although personally I wouldn't need graphic symbols like flags, text would be sufficient.
Thanks a lot, malvinas2