* 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:
chudov
2011-06-11 19:26:25 +00:00
parent cbc9aee65c
commit 6982996ab9
14 changed files with 302 additions and 402 deletions

View File

@@ -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)
{