Kodi Community Forum
No DTS Audio files listed in music library - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: No DTS Audio files listed in music library (/showthread.php?tid=108095)



No DTS Audio files listed in music library - Tommm - 2011-08-19

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.


- Martijn - 2011-08-19

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


- Tommm - 2011-08-19

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.


- elmerohueso - 2011-08-19

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>