Added ARL Checking script optional flags for Telegram connectivity. Fixed some typos.
This commit is contained in:
parent
d1c8fe26aa
commit
caad0a84e3
1 changed files with 11 additions and 5 deletions
|
@ -44,14 +44,14 @@ tidalClientTestDownloadId="166356219" # A known good tidal track id that is use
|
|||
|
||||
# QUALITY
|
||||
audioLyricType="both" # both or explicit or clean :: both, is explicit preferred matching, explicit is explicit releases only matching and clean is clean releases only matching
|
||||
audioFormat="native" # native or alac or mp3 or aac or opus :: native is the native download client file type, selected by the matching audio bitrate
|
||||
audioBitrate="lossless" # master or lossless or high or low or ### :: master = MQA/lossless flac files, lossless = flac files, high = 320K, low = 128k/96k, ### = the output bitrate of converted lossless files to selected audioFormat that is not native, example: 192...
|
||||
audioFormat="native" # native or alac or mp3 or aac or opus :: native is the native download client file type, selected by the matching audio bit-rate
|
||||
audioBitrate="lossless" # master or lossless or high or low or ### :: master = MQA/lossless flac files, lossless = flac files, high = 320K, low = 128k/96k, ### = the output bit-rate of converted lossless files to selected audioFormat that is not native, example: 192...
|
||||
requireQuality="false" # true = enabled :: Downloads will be checked for quality and require to have the requested file format & quality
|
||||
|
||||
# POST PROCESSING
|
||||
enableBeetsTagging="true" # true = enabled :: Downloads will be processed and tagged by Beets
|
||||
beetsMatchPercentage="90" # 1-100 :: Set this to the minimum percentage required for Beets to match the downloaded album to a musicbrainz release :: Lower percentage is less restrictive
|
||||
enableReplaygainTags="true" # true = enabled :: Downloads will be tagged with Replaygain Metadata
|
||||
enableReplaygainTags="true" # true = enabled :: Downloads will be tagged with ReplayGain Metadata
|
||||
|
||||
# ADD ARTIST AUTOMATION
|
||||
addDeezerTopArtists="false" # true = enabled :: Enabling this will enable the extended script to automatically add artists that are on the Deezer Top Artist Chart to your existing Lidarr instance
|
||||
|
@ -63,9 +63,15 @@ numberOfRelatedArtistsToAddPerArtist="1" # 1-20 :: This will limit the number of
|
|||
|
||||
##### VIDEO SCRIPT
|
||||
addFeaturedVideoArtists="false" # 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.
|
||||
videoFormat="bv[width>=1920]+ba" # ONLY CHANGE if you know what your doing, for guidance, please see yt-dlp documentation.
|
||||
youtubeSubtitleLanguage="en" # Desired Language Code :: For guidance, please see yt-dlp documentation.
|
||||
|
||||
##### PLEX NOTIFY SCRIPT
|
||||
plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:32400
|
||||
plexToken="" # ONLY used if PlexNotify.bash is used
|
||||
|
||||
##### DEEZER ARL UPDATE SCRIPT OPTIONALS
|
||||
telegramBotEnable="false"
|
||||
telegramBotToken="" # Get token from BotFather during bot creation. If you use a notify channel for Lidarr, you can probably use the same bot, as this script only takes temporary control.
|
||||
telegramUserChatID="" # Get your userid by chatting: t.me/userinfobot
|
||||
|
||||
|
|
Loading…
Reference in a new issue