
Originally Posted by
joeyc410
These screenshots show what exactly PerfectTunes is showing after I have edited the tags for certain tracks on particular albums. I'm not sure if PerfectTunes can identify that the edited tracks are from different discs, which I am assuming is why I am running into issues?
It's quite difficult to follow exactly what you're doing, but you can combine multiple EP's/albums into a single "album" as long as you keep them separated at the discnumber level, as then PerfectTunes will try and verify them independently e.g.
Code:
Original Release New Album Name DiscNumber
Can't Get You Out Of My Head EP Kylie Singles 1
In Your Eyes Maxi Kylie Singles 2
A more flexible option is to arrange/tag them exactly how you want, and recreate the original albums by creating CUE sheets, which will then verify (I'm not sure if PerfectTunes verifies CUE sheets but I know CUETools does). I use this technique with CDs that have multiple index points, as I split the tracks into their component pieces, and without a CUE AccurateRip will think the album has more tracks than it actually does. An example of such a disc is Enigma - MCMXC a.D..
I split tracks 2 & 7 into 3 parts (using the sub indexes in the table of contents) then combine those parts back to a single track using a CUE sheet like:
Code:
FILE "01.01.flac" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00
FILE "01.02*01.flac" WAVE
TRACK 02 AUDIO
INDEX 01 00:00:00
FILE "01.02*02.flac" WAVE
INDEX 02 00:00:00
FILE "01.02*03.flac" WAVE
INDEX 03 00:00:00
FILE "01.03.flac" WAVE
TRACK 03 AUDIO
INDEX 01 00:00:00
....
Whilst it may look complicated it's actually very straightforward.