double cd music albums
#1
Love it when it is possible to use double cd music albums

For example:

New album Nickelback had got 2 discs
disc1 and disc2.

Now you've got in xbmc - album vieuw

Album\ Nickelback
Songs \ content:
1.....
1......
2.....
2......
etc.

This must be

Album \ Nickelback

Disc1 \1\2\3 etc.
Disc2 \1\2\3
Reply
#2
just set the position in set tag and off you go.
Reply
#3
Can you explain that?
Reply
#4
(2012-06-05, 17:24)g.scholtens Wrote: Can you explain that?

edit the id3 tag of your music files and set the discnumber.
There are several great programs to do that
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#5
well, it depends on what format the tags are in, but for id3v2;
Code:
TPOS
    The 'Part of a set' frame is a numeric string that describes which part of a set the audio came from. This frame is used if the source described in the "TALB" frame is divided into several mediums, e.g. a double CD. The value may be extended with a "/" character and a numeric string containing the total number of parts in the set. E.g. "1/2".
Reply
#6
I am using mp3tag is it possible in this program? Where must i fill in the 1 and the 2?

Reply
#7
(2012-06-05, 20:15)g.scholtens Wrote: I am using mp3tag is it possible in this program? Where must i fill in the 1 and the 2?

I would advise using MusicBrainz Picard or TagScanner
Both free to use
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#8
In mp3tag if you select all the songs you want to tag (e.g. select-all or ctrl-A on windows), then you can right click to access the "Extended Tags" where you can add the Disc Number with the "add field" button.

EDIT: And mp3tag does use MusicBrainz. Great tagging app!
Quick Links: debug log (wiki) | userdata (wiki) | advancedsettings (wiki) | adding videos to the library (wiki)
Reply
#9
(2012-06-05, 20:46)thrak76 Wrote: EDIT: And mp3tag does use MusicBrainz. Great tagging app!

Shouldn't it auto add those disc tags then?
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#10
It may. I have very few multi-disc cd sets, so I'm not sure. On the ones I do have, i ripped the discs to separate folders under the parent folder, and found the tag not to be there. Was a an easy fix to add the tag afterwards.

If I ripped it all to one folder, the tag may have been added automatically.
Quick Links: debug log (wiki) | userdata (wiki) | advancedsettings (wiki) | adding videos to the library (wiki)
Reply
#11
Wil play with it tonight. When i've got some problems i will let you know
Reply
#12
It doenst work.

Got the album 2pac - greatest hits.

Folders disc 1 and disc 2.

In m3tag, i give disc 1 the albumdisc number 1 and for disc 2 i give this album number 2.

But in cbmc i now get;

Song1
Song01
Reply
#13
you are doing something wrong. i just tested with

id3v2 --TPOS "1/2" 04*
id3v2 --TPOS "2/2" 03*

and indeed track 4 is now listed before track 3.
Reply
#14
can you post a screenshot of it?
Reply
#15
what good would that do? it shows exactly as before, except the order of tracks 3 and 4 are the opposite..
Reply

Logout Mark Read Team Forum Stats Members Help
double cd music albums0