Add DTS music (and other untagged files) to the library by file-name?
#1
Wink 
I have a few DTS albums and was wondering if it was possible to get them into the library. They doesn't get added when Updating library normally like MP3 and WMA does...

spiff?
Reply
#2
no tags so they cannot be libraried
Reply
#3
Yeah I know there are no tags...

Feature request then... some way to get it to be libraried. for example an xml file containing the files and some tags located within the dir and named so xbmc will pick it up.

<artist>xxx</artist>
<album>yyy</album>
<tracks>
...
</tracks>

or something

would be nice. thanks
Reply
#4
maybe IF i run into the issue myself one day i might add it.

until then; patch welcome
Reply
#5
hehe somehow I knew that comment was coming hehe. big hug and a case of beer to you if you ever add it Wink
Reply
#6
How about using a .cue sheet?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#7
wahaha. jm strikes again and saves me from a icky manhug Tongue

i'll still take the beer though =D
Reply
#8
jm, well I have a dts file per song and not one file with all tracks in it. afaik the cuesheet spec does not allow multiple lines with FILE or am I mistaken?

spiff, guess that hug is not totally out of the question yet hehe
Reply
#9
It should work with multiple FILE lines - there was a patch added to SVN to enable that about a month ago.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#10
jm, ok but how is the syntax exactly then? I did search the wiki and read the cuesheet specs found via google
tnx
Reply
#11
No idea - take a look at the patch (it'll be closed now) on SourceForge - no doubt it has an example file there somewhere.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#12
tnx!

syntax if anyone cares: http://sourceforge.net/tracker/index.php...tid=581840
Reply
#13
The cuesheet does not get scanned into the library?

When I play the cuesheet it works fine, except it starts with the last track and not the first?

Code:
PERFORMER "Metallica"
TITLE "Black Album (DTS)"
FILE "01. Enter Sandman.dts" WAVE
TRACK 01 AUDIO
FLAGS DCP
TITLE "Enter Sandman"
INDEX 01 00:00:00
FILE "02. Sad but True.dts" WAVE
TRACK 02 AUDIO
FLAGS DCP
TITLE "Sad but True"
INDEX 01 00:00:00
FILE "03. Holier Than Thou.dts" WAVE
TRACK 03 AUDIO
FLAGS DCP
TITLE "Holier Than Thou"
INDEX 01 00:00:00
FILE "04. The Unforgiven.dts" WAVE
TRACK 04 AUDIO
FLAGS DCP
TITLE "The Unforgiven"
INDEX 01 00:00:00
FILE "05. Wherever I May Roam.dts" WAVE
TRACK 05 AUDIO
FLAGS DCP
TITLE "Wherever I May Roam"
INDEX 01 00:00:00
FILE "06. Don't Tread on Me.dts" WAVE
TRACK 06 AUDIO
FLAGS DCP
TITLE "Don't Tread on Me"
INDEX 01 00:00:00
FILE "07. Through the Never.dts" WAVE
TRACK 07 AUDIO
FLAGS DCP
TITLE "Through the Never"
INDEX 01 00:00:00
FILE "08. Nothing Else Matters.dts" WAVE
TRACK 08 AUDIO
FLAGS DCP
TITLE "Nothing Else Matters"
INDEX 01 00:00:00
FILE "09. Of Wolf and Man.dts" WAVE
TRACK 09 AUDIO
FLAGS DCP
TITLE "Of Wolf and Man"
INDEX 01 00:00:00
FILE "10. The God That Failed.dts" WAVE
TRACK 10 AUDIO
FLAGS DCP
TITLE "The God That Failed"
INDEX 01 00:00:00
FILE "11. My Friend of Misery.dts" WAVE
TRACK 11 AUDIO
FLAGS DCP
TITLE "My Friend of Misery"
INDEX 01 00:00:00
FILE "12. The Struggle Within.dts" WAVE
TRACK 12 AUDIO
FLAGS DCP
TITLE "The Struggle Within"
INDEX 01 00:00:00
Reply
#14
Hmmm after a reboot it seemed to suddenly work without an update of the library. Oh well, I'm happy tnx guys
Reply

Logout Mark Read Team Forum Stats Members Help
Add DTS music (and other untagged files) to the library by file-name?0