mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
2.0.2
This commit is contained in:
@@ -30,10 +30,11 @@ namespace ArCueDotNet
|
||||
{
|
||||
CUESheet cueSheet = new CUESheet(config);
|
||||
cueSheet.Action = CUEAction.Verify;
|
||||
//cueSheet.OutputStyle = CUEStyle.SingleFile;
|
||||
cueSheet.Open(pathIn);
|
||||
cueSheet.Lookup();
|
||||
cueSheet.GenerateFilenames(OutputAudioFormat.NoAudio, false, pathIn);
|
||||
cueSheet.WriteAudioFiles(Path.GetDirectoryName(pathIn), CUEStyle.SingleFile);
|
||||
cueSheet.GenerateFilenames(AudioEncoderType.NoAudio, "dummy", pathIn);
|
||||
cueSheet.Go();
|
||||
cueSheet.GenerateAccurateRipLog(sw);
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user