diff --git a/lidarr/extended.conf b/lidarr/extended.conf index c718591..fe0a927 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -23,8 +23,8 @@ enableBeetsTagging="true" # true = enabled :: Downloads will be processed and ta downloadPath="/config/extended/downloads" # Temporary download location that is used by the scripted download clients addFeaturedVideoArtists="true" # true = enabled :: WARNING !!! WARNING !!! Enabling this can cause an endless loop of additional artists.... Enabling this will enable the extended Video script to automatically add Music Video Featured Artists to your existing Lidarr artists from IMVDB videoFormat="bv[width>=1920]+ba" # ONLY CHANGE if you know what your doing, for guidence, please see yt-dlp documentation. -youtubeSubtitleLanguage=en # Desired Language Code :: For guidence, please see yt-dlp documentation. -retryNotFound=90 ## :: Number of days between re-attempting the download of previously notfound albums -tidalCountryCode=US # Country Code required for tidal +youtubeSubtitleLanguage="en" # Desired Language Code :: For guidence, please see yt-dlp documentation. +retryNotFound="90" ## :: Number of days between re-attempting the download of previously notfound albums +tidalCountryCode="US" # Country Code required for tidal plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400 plexToken="" # ONLY used if PlexNotify.bash is used