From cc059d71a6d6b3686e66d9844b184fa0ced87d2b Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 21 Jan 2021 09:07:33 -0500 Subject: [PATCH] Update audio-pp.bash --- root/scripts/audio-pp.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/root/scripts/audio-pp.bash b/root/scripts/audio-pp.bash index 7d28d51..a0afa80 100644 --- a/root/scripts/audio-pp.bash +++ b/root/scripts/audio-pp.bash @@ -9,6 +9,7 @@ Main () { ConversionFormat="${AUDIO_FORMAT}" # SET TO: OPUS or AAC or MP3 or ALAC or FLAC - converts lossless FLAC files to set format ConversionBitrate="${AUDIO_BITRATE}" # Set to desired bitrate when converting to OPUS/AAC/MP3 format types ReplaygainTagging="${AUDIO_REPLAYGAIN}" # TRUE = ENABLED, adds replaygain tags for compatible players (FLAC ONLY) + BeetsTagging="${AUDIO_BEETS}" # TRUE = ENABLED, enables tagging with beets DetectNonSplitAlubms="${AUDIO_DSFA}" # TRUE = ENABLED :: Uses "MaxFileSize" to detect and mark download as failed if detected MaxFileSize="${AUDIO_DSFAS}" # M = MB, G = GB :: Set size threshold for detecting single file albums