mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* support for new metadata sources via CTDB
* CUETools: GUI tweaks for large screen resolutions on windows 7 * CUETools.Codecs.LAMEEncoder: fix VBR header update for filenames with unicode characters * CUERipper: more string messages for SCSI errors when ripping
This commit is contained in:
@@ -56,7 +56,7 @@ namespace AudioDataPlugIn
|
||||
// the plugin and for display in the log file
|
||||
public string GetAudioTransferPluginName()
|
||||
{
|
||||
return "CUETools DB Plugin V2.1.2b";
|
||||
return "CUETools DB Plugin V2.1.3";
|
||||
}
|
||||
|
||||
// Each plugin should have its own options page.
|
||||
@@ -122,7 +122,7 @@ namespace AudioDataPlugIn
|
||||
ArId = AccurateRipVerify.CalculateAccurateRipId(TOC);
|
||||
ar.ContactAccurateRip(ArId);
|
||||
#endif
|
||||
var form = new FormSubmitParity(ctdb, "EAC" + m_data.HostVersion + " CTDB 2.1.2", m_drivename);
|
||||
var form = new FormSubmitParity(ctdb, "EAC" + m_data.HostVersion + " CTDB 2.1.3", m_drivename);
|
||||
//ctdb.ContactDB("EAC" + m_data.HostVersion + " CTDB 2.1.2", m_drivename, false, false);
|
||||
form.ShowDialog();
|
||||
ctdb.Init(ar);
|
||||
|
||||
Reference in New Issue
Block a user