Creating nfo´s...which codec for different sound formats
#1
Hi there...

Don´t know if I post this in the correct subforum, but I create my nfo´s for my files for myself. Everything works perfekt. Just one question....

If I use, for example, "dca" as sound codec in a "moviename.nfo" I got displayed "dts" in the skin while zapping through the movies. If I use "ac3" I got "DolbyDigital"....

What do I have to enter if I want XBMC to display DTS-HDMA or Dolby TrueHD in the skin (AEON Nox). What is the codec for that if I create the nfo´s for myself.

Code:
<fileinfo>
        <container></container>    
        <streamdetails>
            <video>
                <codec></codec>
                <aspect></aspect>
                <width></width>    
                <height></height>  
            </video>
            <audio>
                <codec></codec>
                <language></language>
                <channels></channels>
            </audio>
            <subtitle>
                <language></language>    
            </subtitle>
        </streamdetails>
    </fileinfo>

I need the info for what to enter in the

Code:
<audio>...
</audio>

section.

Thanks for help

Greetings
Reply


Messages In This Thread
Creating nfo´s...which codec for different sound formats - by DaVu - 2012-08-20, 12:49
Logout Mark Read Team Forum Stats Members Help
Creating nfo´s...which codec for different sound formats0