Avoid of updating audio language info
#1
Question 
Hy, I'm a new and enthusiastic XBMC user :-)

After experimenting and creating nfo files for all my movies since about 2 weeks I have a question about language flags:

All my nfo files contains the streamdetails of the files including, codecs, channels and languages.

Code:
<fileinfo>
    <streamdetails>
        <video>
            <codec>dx50</codec>
            <width>640</width>
            <height>352</height>
        </video>
        <audio>
            <codec>mp3</codec>
            <language>deu</language>
            <channels>2</channels>
        </audio>
    </streamdetails>
</fileinfo>

I know that XBMC is able to extract this information automatically, but most of my files don't have language information stored inside so I decided to put language information in my nfo files.
Unfortunately I have no idea how to set this flag directly in the files (except for mkv containers).

I updated my skin (Shade) to show the language flag in different views. I disabled the option "Extract thumbnail and video information" in Settings > Video. Everytime when I play a movie, XBMC is updating streamdetails and overwrites my language flag (most of the time with an empty one, because there was no flag inside the file). How can I prevent XBMC from removing/overwriting my streamdetails especially language flags of audio streams.

Cheers from Austria
Reply
#2
No suggestions? Eek
Reply

Logout Mark Read Team Forum Stats Members Help
Avoid of updating audio language info0