mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Version 2.0.4
* Better handling of metadata for playstation type CDs * HTOA filename now starts with 00 instead of 01.00 * CUETools: local database: when the folder is already in database, you can now refresh it instead of removing/adding it * CUETools: local database: added sort category "by CTDB confidence" * CUETools: local database: new menu item: locate in explorer * CUERipper: Option to disable gaps detection * CUERipper: now correctly submits CDs with data tracks to Freedb * EAC plugin: now fixes codepage for freedb entries
This commit is contained in:
@@ -56,6 +56,11 @@ namespace CUETools.CTDB
|
||||
}
|
||||
}
|
||||
|
||||
public void ContactDB(bool ctdb, bool fuzzy, CTDBMetadataSearch metadataSearch)
|
||||
{
|
||||
this.ContactDB(this.urlbase.Substring(7), this.userAgent, this.driveName, ctdb, fuzzy, metadataSearch);
|
||||
}
|
||||
|
||||
public void ContactDB(string server, string userAgent, string driveName, bool ctdb, bool fuzzy, CTDBMetadataSearch metadataSearch)
|
||||
{
|
||||
this.driveName = driveName;
|
||||
@@ -80,6 +85,8 @@ namespace CUETools.CTDB
|
||||
if (uploadHelper.onProgress != null)
|
||||
uploadHelper.onProgress(this, new UploadProgressEventArgs(req.RequestUri.AbsoluteUri, 0));
|
||||
|
||||
this.entries = new List<DBEntry>();
|
||||
this.metadata = new List<CTDBResponseMeta>();
|
||||
currentReq = req;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user