mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
UI revamp
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user