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
#2
"dtsma"
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#3
Thanks a lot....Wink

and for "Dolby TrueHD"?
Reply
#4
I reply this post as i have a similar problem and I think my question fits to the original subject.
I use the aplication Filminfoorganizer wich uses mediainfo to read the av codecs from file and writes the info into the nfo. But it doesnt seem to use the same typo as xbmc.

A sample looks like this:
<fileinfo>
<streamdetails>
<video>
<codec>AVC</codec>
<framerate>24</framerate>
<aspect>16:9</aspect>
<height>1080</height>
<width>1920</width>
</video>
<audio>
<codec>DTS MA / Core</codec>
<language>German</language>
<channels>6</channels>
</audio>
<mediainfo />
</streamdetails>
</fileinfo>

The only formats which are recognized seem to be AC3 and DTS. Instead of "DTS MA / Core" I also tried "dtsma" but that didnt work too.
Is there a list of available codecs that can be used inside the nfo, so that i can correct the data? Or exist some kind of mapping, so that i could say eg. "DTS MA / Core" should be read as "DTS HD"?
Thanks for any assistance
Reply

Logout Mark Read Team Forum Stats Members Help
Creating nfo´s...which codec for different sound formats0