08-08-2017, 03:18
NVM: I had some old files in the folders that messed things up. I don't see the Disc N delimiters but at least everything shows as one album through Kazoo.
I have a 12 disc set (88697480452) of Leonard Bernstein conducting the NY Philharmonic. Each disc is stored into its own folder.
I have tried everything I know to get it to show as one album with the Disc N >>> separators but it keeps appearing as 2 or more albums.
The tracks are tagged with the disc number field:
metaflac --list */*.flac | grep DISCNUMBER | sed 's@^.*DISC@DISC@' | sort -u
DISCNUMBER=1
DISCNUMBER=10
DISCNUMBER=11
DISCNUMBER=12
DISCNUMBER=2
DISCNUMBER=3
DISCNUMBER=4
DISCNUMBER=5
DISCNUMBER=6
DISCNUMBER=7
DISCNUMBER=8
DISCNUMBER=9
The ARTIST tag is the same for them all
metaflac --list */*.flac | grep ARTIST | sed 's@^.*ARTIST@ARTIST@' | sort -u
ARTIST=New York Philharmonic
and the ALBUM and ALBUMARTIST are the same for all the files:
metaflac --list */*.flac | grep ALBUM | sed 's@^.*ALBUM@ALBUM@' | sort -u
ALBUM=Haydn: 12 London Symphonies / 6 Paris Symphonies / Die Schöpfung / 4 Masses
ALBUMARTIST=New York Philharmonic
I must be missing something. Can someone tell me what?
I have a 12 disc set (88697480452) of Leonard Bernstein conducting the NY Philharmonic. Each disc is stored into its own folder.
I have tried everything I know to get it to show as one album with the Disc N >>> separators but it keeps appearing as 2 or more albums.
The tracks are tagged with the disc number field:
metaflac --list */*.flac | grep DISCNUMBER | sed 's@^.*DISC@DISC@' | sort -u
DISCNUMBER=1
DISCNUMBER=10
DISCNUMBER=11
DISCNUMBER=12
DISCNUMBER=2
DISCNUMBER=3
DISCNUMBER=4
DISCNUMBER=5
DISCNUMBER=6
DISCNUMBER=7
DISCNUMBER=8
DISCNUMBER=9
The ARTIST tag is the same for them all
metaflac --list */*.flac | grep ARTIST | sed 's@^.*ARTIST@ARTIST@' | sort -u
ARTIST=New York Philharmonic
and the ALBUM and ALBUMARTIST are the same for all the files:
metaflac --list */*.flac | grep ALBUM | sed 's@^.*ALBUM@ALBUM@' | sort -u
ALBUM=Haydn: 12 London Symphonies / 6 Paris Symphonies / Die Schöpfung / 4 Masses
ALBUMARTIST=New York Philharmonic
I must be missing something. Can someone tell me what?