HydrogenAudio

CD-R and Audio Hardware => CUETools => Topic started by: dpr on 2020-03-01 11:43:06

Title: Recommended approach for encoding multiple CD albums
Post by: dpr on 2020-03-01 11:43:06

I have a number of multi-cd albums that I'd like to encode.  I have an 'ideal' output format, but I'm also trying to understand what the Cuetools recommended approach is.

My CDs were ripped from EAC and have DISCNUMBER and TOTALDISCS set when there is more than one CD.
My single CD albums don't.


Ideally, I'd like to output
- tracks with no track number in the file name and the order listed in the .m3u file. (accomplished on single CDs)
- all the tracks encoded into one folder.
- track numbers to be  %title%) (already done with setting track format output.
- the m3u file containing all the tracks... it is seperate for each CD that is encoded.

Thanks for the help

Title: Re: Recommended approach for encoding multiple CD albums
Post by: tehabe on 2020-03-01 12:39:42
Currently i simply renumber them as if they were one CD and not multiple ones. I even remove the disc number from the data. After that it should be simple to put them in one M3U list.
Title: Re: Recommended approach for encoding multiple CD albums
Post by: korth on 2020-03-01 15:40:52
Error Limits
More than 99 tracks - Exception: [Index] out of range
Track start position ~140 minutes or above - Exception: invalid stride

Without %tracknumber% in the filename it is possible for 2 tracks to have the same filename. The second file will overwrite the first without warning.
Title: Re: Recommended approach for encoding multiple CD albums
Post by: dpr on 2020-03-01 16:03:55
Currently i simply renumber them as if they were one CD and not multiple ones. I even remove the disc number from the data. After that it should be simple to put them in one M3U list.

Ive got a lot of cds to sort out... its a lot to do manually
Title: Re: Recommended approach for encoding multiple CD albums
Post by: dpr on 2020-03-01 16:06:27
Error Limits
More than 99 tracks - Exception: [Index] out of range
Track start position 140 minutes or above - Exception: invalid stride

Without %tracknumber% in the filename it is possible for 2 tracks to have the same filename. The second file will overwrite the first without warning.

Would be simpler if it didnt overwrite, but used the %unique% function. Im sceptical that a group of cds would have the sane track name and therefore filename. How do i request features in the next version?
Title: Re: Recommended approach for encoding multiple CD albums
Post by: korth on 2020-03-01 16:23:29
https://github.com/gchudov/cuetools.net/issues plus I'm going to add a thread here (that I hope will be looked at by the developer and collaborators).

Some albums have a song reprise or continuation without a different name in the metadata. Some albums have mono and stereo versions of the same title that sometimes aren't noted in the metadata. I thought of %unique% but it doesn't catch this. It only works on files that existed [in the output directory] before you clicked 'Go'.
Title: Re: Recommended approach for encoding multiple CD albums
Post by: dpr on 2020-03-01 18:17:16
Thanks , where's theother thread here?
Title: Re: Recommended approach for encoding multiple CD albums
Post by: korth on 2020-03-01 18:21:30
I haven't posted it yet but I plan to leave it *read only* for the first few days.


EDIT: OK I put up, LOCKED for now. https://hydrogenaud.io/index.php?topic=118915.0
Title: Re: Recommended approach for encoding multiple CD albums
Post by: SF01 on 2022-12-04 23:04:54
Error Limits
More than 99 tracks - Exception: [Index] out of range
Track start position ~140 minutes or above - Exception: invalid stride

Without %tracknumber% in the filename it is possible for 2 tracks to have the same filename. The second file will overwrite the first without warning.

Would it be possible to bypass the 140 minute limit? This is basically why I'm getting Invalid stride error in CueTools...