mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUERipper: options dialog
This commit is contained in:
@@ -14,6 +14,13 @@ namespace CUETools.Processor
|
||||
Custom
|
||||
}
|
||||
|
||||
public enum CTDBCoversSearch
|
||||
{
|
||||
Large,
|
||||
Small,
|
||||
None
|
||||
}
|
||||
|
||||
public CUEConfigAdvanced()
|
||||
{
|
||||
// Iterate through each property and call ResetValue()
|
||||
@@ -68,5 +75,11 @@ namespace CUETools.Processor
|
||||
|
||||
[DefaultValue("db.cuetools.net"), Category("CTDB"), DisplayName("CTDB Server")]
|
||||
public string CTDBServer { get; set; }
|
||||
|
||||
[DefaultValue(CUETools.CTDB.CTDBMetadataSearch.Default), Category("CTDB"), DisplayName("Metadata search")]
|
||||
public CUETools.CTDB.CTDBMetadataSearch metadataSearch { get; set; }
|
||||
|
||||
[DefaultValue(CTDBCoversSearch.Small), Category("CTDB"), DisplayName("Album art search")]
|
||||
public CTDBCoversSearch coversSearch { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user