Preliminary support for CDTOC tag

This commit is contained in:
Grigory Chudov
2013-04-21 19:52:36 -04:00
parent 6643b4e7f1
commit aecd23d001
3 changed files with 108 additions and 25 deletions

View File

@@ -87,5 +87,8 @@ namespace CUETools.Processor
[DefaultValue(false), Category("Tagging"), DisplayName("Use id3v2.4 instead of id3v2.3")]
public bool UseId3v24 { get; set; }
[DefaultValue(true), Category("Tagging"), DisplayName("Write CDTOC tag")]
public bool WriteCDTOCTag { get; set; }
}
}