Hi,

For the first time, I have tried to rip a multi-album CD set as single FLAC
files per CD. I am a little confused as regards tagging the files.

Ideally, I would like it to appear as one album in the list of songs, but
with the track numbers of the second CD 'following on' from the track
numbers of the first CD. (e.g. if the first CD has 10 tracks, the first
track number in the FLAC file for the *second* CD will be number 11).

I tried a scheme such as:

For the first file:

ARTIST=artist
ALBUM=album
TRACKNUMBER[1]=1
TITLE[1]=Title 1
TRACKNUMBER[2]=2
TITLE[2]=Title 2

etc.

and for the second

ARTIST=artist
ALBUM=album
TRACKNUMBER[1]=11
TITLE[1]=Title 11
TRACKNUMBER[2]=12
TITLE[2]=Title 12

For the first file:

ARTIST=artist
ALBUM=album
TRACKNUMBER[1]=1
TITLE[1]=Title 1
TRACKNUMBER[2]=2
TITLE[2]=Title 2

etc.

and for the second

ARTIST=artist
ALBUM=album
TRACKNUMBER[1]=11
TITLE[1]=Title 11
TRACKNUMBER[2]=12
TITLE[2]=Title 12

However, this gave me two tracks with number 1, two track with number 2 etc.

I eventually settled on

For the first file:

ARTIST=artist
ALBUM=album
DISCNUMBER=1
TRACKNUMBER[1]=1
TITLE[1]=Title 1
TRACKNUMBER[2]=2
TITLE[2]=Title 2

etc.

and for the second

ARTIST=artist
ALBUM=album
DISCNUMBER=2
TRACKNUMBER[1]=1
TITLE[1]=Title 11
TRACKNUMBER[2]=2
TITLE[2]=Title 12

However, this lists the album twice in the list, one with 'Disc 1' and
another with 'Disc 2'.

Is there any way to achieve what I'm after?

Thanks all

Andy

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to