Add optional cue sheet
This commit is contained in:
parent
4c66010afe
commit
420f4b9d5d
8 changed files with 92 additions and 58 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue