Kodi Community Forum

Full Version: No DTS Audio files listed in music library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

does anyone has an idea why DTS audio files are not listed in my music library?

I can play them when I select them via the files menu. Thanks a lot upfront.
Tommm Wrote:Hi,

does anyone has an idea why DTS audio files are not listed in my music library?

I can play them when I select them via the files menu. Thanks a lot upfront.

It does work with me.
Maybe i cant find them with musicscraper
hmm, thanks and good to hear that it works at all. But i.e. Animals.dts should be sufficient to find. I also tried it to add it manualy to the database.
I don't have any DTS audio files so I don't know if default settings will recognize dts audio files, but you could try adding the dts music extension in advancedsettings.xml in your userdata folder. If advancedsettings.xml doesn't exist, create it using the following code in %appdata%\XBMC\userdata:
Code:
<advancedsettings>
  <musicextensions>
    <add>.dts</add>
  </musicextensions>
</advancedsettings>