mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* removed 'submit' script
* added advanced options ctdb.submit, ctdb.server * musicbrainz NGS metadata can now be used in filename templates, including %discname%, %label%, %releasedate%, %country%, %releasedateandlabel%, %discnumberandname% * CUERipper now sends CD barcode when submitting
This commit is contained in:
@@ -515,7 +515,7 @@ namespace CUETools.AccurateRip
|
||||
int posA = (int)_toc[iTrack + _toc.FirstAudio - 1].Start * 588 + (iTrack > 1 ? oi : prefixSamples);
|
||||
int posB = iTrack < _toc.AudioTracks ?
|
||||
(int)_toc[iTrack + 1 + _toc.FirstAudio - 1].Start * 588 + oi :
|
||||
(int)_toc.AudioLength * 588 - suffixSamples;
|
||||
(int)_toc.Leadout * 588 - suffixSamples;
|
||||
uint crcA, crcB;
|
||||
if (oi > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user