2010-05-22, 14:18
2010-05-22, 20:39
2010-05-24, 08:34
Maybe I'm not using the right program to do the scraping. I use Media Compaion. Do you know if that puts a flag in the nfo file for dts?
2010-05-24, 09:11
from the nfo file exported by XBMC
Quote: <streamdetails>
<video>
<codec>h264</codec>
<aspect>2.406015</aspect>
<width>1280</width>
<height>532</height>
</video>
<audio>
<codec>dca</codec>
<language>eng</language>
<channels>6</channels>
</audio>
<audio>
<codec>vorbis</codec>
<language>eng</language>
<channels>2</channels>
</audio>
2010-05-24, 09:45
Jezz_X Wrote:from the nfo file exported by XBMC
thanks! that did it. i was putting in "dts" for the audio codec. Now I just have to find a way to make media companion automatically get the info for VOB files with dts audio.
btw, why would you have to put in "dca" and not "dts"?