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:
@@ -49,12 +49,12 @@ namespace CUETools.CTDB.EACPlugin
|
||||
this.ctdb.UploadHelper.onProgress += UploadProgress;
|
||||
if (this.agent != null)
|
||||
{
|
||||
this.ctdb.ContactDB(this.agent, this.drivename, false, false);
|
||||
this.ctdb.ContactDB(null, this.agent, this.drivename, false, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
this.ctdb.DoVerify();
|
||||
this.ctdb.Submit(this.confidence, this.quality, this.artist, this.title);
|
||||
this.ctdb.Submit(this.confidence, this.quality, this.artist, this.title, null);
|
||||
}
|
||||
this.ctdb.UploadHelper.onProgress -= UploadProgress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user