Add optional cue sheet

This commit is contained in:
Michael Bucari-Tovo 2022-05-08 15:46:33 -06:00
parent 4c66010afe
commit 420f4b9d5d
8 changed files with 92 additions and 58 deletions

View file

@ -161,6 +161,7 @@ namespace FileLiberator
StripUnabridged = config.AllowLibationFixup && config.StripUnabridged,
Downsample = config.AllowLibationFixup && config.LameDownsampleMono,
MatchSourceBitrate = config.AllowLibationFixup && config.LameMatchSourceBR && config.LameTargetBitrate,
CreateCueSheet = config.CreateCueSheet
};
if (config.AllowLibationFixup || outputFormat == OutputFormat.Mp3)