CUETools: CTDB verification during encoding, CTDB confidence tags

This commit is contained in:
Grigory Chudov
2013-06-04 00:10:33 -04:00
parent fc74fc5ad5
commit 1e502ab0b9
18 changed files with 1419 additions and 1078 deletions

View File

@@ -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;