Beta version of builtin WMA lossless support

This commit is contained in:
Grigory Chudov
2013-03-30 00:01:41 -04:00
parent a397040c76
commit db3f371d7d
18 changed files with 12439 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ namespace CUETools.Processor
[DefaultValue(""), Category("Proxy"), DisplayName("Proxy auth password")]
public string ProxyPassword { get; set; }
[DefaultValue(true), Category("Cache"), DisplayName("Cache metadata")]
[DefaultValue(true), DisplayName("Cache metadata")]
public bool CacheMetadata { get; set; }
[DefaultValue(new string[] { "folder.jpg", "cover.jpg", "albumart.jpg", "thumbnail.jpg", "albumartlarge.jpg", "front.jpg", "%album%.jpg" })]