mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools: CTDB verification during encoding, CTDB confidence tags
This commit is contained in:
@@ -85,6 +85,12 @@ namespace CUETools.Processor
|
||||
[DefaultValue(false), Category("CTDB"), DisplayName("Detailed log")]
|
||||
public bool DetailedCTDBLog { get; set; }
|
||||
|
||||
[DefaultValue(true), Category("Tagging"), DisplayName("Write CTDB tags on encode")]
|
||||
public bool WriteCTDBTagsOnEncode { get; set; }
|
||||
|
||||
[DefaultValue(false), Category("Tagging"), DisplayName("Write CTDB tags on verify")]
|
||||
public bool WriteCTDBTagsOnVerify { get; set; }
|
||||
|
||||
[DefaultValue(false), Category("Tagging"), DisplayName("Use id3v2.4 instead of id3v2.3")]
|
||||
public bool UseId3v24 { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user