Display language of audio streams, extracted from nfo-file
#1
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:
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
Reply
#2
I think it's possible for Kodi to do this directly from the video file, if a skin is set up to show that data. Maybe? I think I remember reading about that.
Reply

Logout Mark Read Team Forum Stats Members Help
Display language of audio streams, extracted from nfo-file0