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:
@@ -125,7 +125,7 @@ namespace JDP
|
||||
if (_profile._action == CUEAction.CreateDummyCUE)
|
||||
throw new Exception("CreateDummyCUE action not yet supported in commandline mode.");
|
||||
|
||||
bool useAR = _profile._action == CUEAction.Verify || _profile._useAccurateRip;
|
||||
bool useAR = _profile._action == CUEAction.Verify || _profile._ARVerifyOnEncode;
|
||||
|
||||
cueSheet.Action = _profile._action;
|
||||
cueSheet.OutputStyle = _profile._CUEStyle;
|
||||
|
||||
Reference in New Issue
Block a user