fix typo for DetectNonSplitAlbums
This commit is contained in:
parent
84bc23ff0d
commit
7b7b201c73
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ConversionFormat="FLAC" # SET TO: OPUS or AAC or MP3 or ALAC or FLAC - converts
|
|||
ConversionBitrate="160" # Set to desired bitrate when converting to OPUS/AAC/MP3 format types
|
||||
ReplaygainTagging="false" # TRUE = ENABLED, adds replaygain tags for compatible players (FLAC ONLY)
|
||||
BeetsTagging="TRUE" # TRUE = ENABLED, enables tagging with beets
|
||||
DetectNonSplitAlubms="TRUE" # TRUE = ENABLED :: Uses "MaxFileSize" to detect and mark download as failed if detected
|
||||
DetectNonSplitAlbums="TRUE" # TRUE = ENABLED :: Uses "MaxFileSize" to detect and mark download as failed if detected
|
||||
MaxFileSize="153600k" # M = MB, G = GB :: Set size threshold for detecting single file albums
|
||||
|
||||
##### AUDIOBOOK SCRIPT
|
||||
|
|
Loading…
Reference in a new issue