From 954c926a9ea0dc8f9fc753e01216e410334e23d7 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 20 May 2024 22:10:14 -0400 Subject: [PATCH] New Settings to faciliate SMA tagging --- sabnzbd/extended.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sabnzbd/extended.conf b/sabnzbd/extended.conf index e4d6fb2..829b5d9 100644 --- a/sabnzbd/extended.conf +++ b/sabnzbd/extended.conf @@ -4,9 +4,19 @@ videoLanguages="eng" # Default: eng :: Set to required language (this is a "," separated list of ISO 639-2 language codes) requireLanguageMatch="true" # true = enabled, disables/enables checking video audio/subtitle language based on VIDEO_LANG setting enableSma="true" # true = Enabled :: Uses SMA to process incoming video files -enableSmaTagging="true" # true = Enabled :: Uses SMA to Tag MP4 files (Enabled SMA process: manual.py -a; Disabled SMA Process: manual.py -nt) +enableSmaTagging="false" # true = Enabled :: Uses SMA to Tag MP4 files (Enabled SMA process: manual.py -a; Disabled SMA Process: manual.py -nt) AudioVerification="TRUE" # TRUE = ENABLED, Verifies FLAC/MP3 files for errors (fixes MP3's, deletes bad FLAC files) +##### SMA ARR APP CONNECTIONS for TAGGING +radarrArrUrl="" # Set category in SABnzbd to: radarr +radarrArrApiKey="" # Set category in SABnzbd to: radarr +radarr4kArrUrl="" # Set category in SABnzbd to: radarr4k +radarr4kArrApiKey="" # Set category in SABnzbd to: radarr4k +sonarrArrUrl="" # Set category in SABnzbd to: sonarr +sonarrArrApiKey="" # Set category in SABnzbd to: sonarr +sonarr4kArrUrl="" # Set category in SABnzbd to: sonarr4k +sonarr4kArrApiKey="" # Set category in SABnzbd to: sonarr4k + ##### AUDIO SCRIPT ConversionFormat="FLAC" # SET TO: OPUS or AAC or MP3 or ALAC or FLAC - converts lossless FLAC files to set format ConversionBitrate="160" # Set to desired bitrate when converting to OPUS/AAC/MP3 format types