UI revamp

This commit is contained in:
chudov
2009-03-22 16:59:05 +00:00
parent 1e37155929
commit 3f8404fcaa
46 changed files with 5278 additions and 3120 deletions

View File

@@ -29,9 +29,10 @@ namespace ArCueDotNet
try
{
CUESheet cueSheet = new CUESheet(config);
cueSheet.Action = CUEAction.Verify;
cueSheet.Open(pathIn);
cueSheet.Lookup();
cueSheet.GenerateFilenames(OutputAudioFormat.NoAudio, false, pathIn);
cueSheet.AccurateRip = AccurateRipMode.Verify;
cueSheet.WriteAudioFiles(Path.GetDirectoryName(pathIn), CUEStyle.SingleFile);
cueSheet.GenerateAccurateRipLog(sw);
}