forked from RandomNinjaAtk/arr-scripts-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.conf
More file actions
66 lines (57 loc) · 4.35 KB
/
settings.conf
File metadata and controls
66 lines (57 loc) · 4.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# ARR Scripts Config File
# TIP: Create/duplicate this file as many times as needed to support multiple ARR app instances...
# TIP: Keep the files named as <file_name>.conf and place it in the /config folder (do not use spaces in the file name...)
# ARR App API Configurations
sonarrUrl="http://localhost:8989" # Sonarr URL
sonarrApiKey="" # Sonarr API Key
radarrUrl="http://localhost:7878" # Radarr URL
radarrApiKey="" # Radarr API Key
lidarrUrl="http://localhost:8686" # Lidarr URL
lidarrApiKey="" # Lidarr API Key
# QueueCleaner Script Configuration
enableQueueCleaner="true"
queueCleanerScriptInterval="15m"
removeFromClient="true"
blocklist="true"
skipRedownload="false"
# Huntarr Configuration
enableHuntarr="true" # true = enabled :: Enables the script to run
huntarrScriptInterval="5s" # Specifies the frequency to run, ie: 1d or 1h or 25m :: Recommend 5s or less, the script is desgined to not overload your system by only allowing 3 items to be processed at any given time...
huntarrItemSearchIntervalInDays="30" # Number of days between re-searching a previously searched item... Recommend 30 days"
huntarrDailyApiSearchLimit="5000" # Number of searches allowed per day
# Radarr-Invalid-Movie-Auto-Cleaner Configuration
enableInvalidMoviesAutoCleaner="true" # true = enabled :: Enables the script to run
invalidMoviesAutoCleanerScriptInterval="1h" # Specifies the frequency to run, ie: 1d or 1h or 25m
# Sonarr/Radarr-UnmappedFolderCleaner Configuration
enableUnmappedFolderCleaner="true" # true = enabled :: Enables the script to run
unmappedFolderCleanerScriptInterval="1h" # Specifies the frequency to run, ie: 1d or 1h or 25m
# Sonarr-Invalid-Series-Auto-Cleaner Configuration
enableInvalidSeriesAutoCleaner="true" # true = enabled :: Enables the script to run
invalidSeriesAutoCleanerScriptInterval="1h" # Specifies the frequency to run, ie: 1d or 1h or 25m
# Sonarr-DailySeriesEpisodeTrimmer Configuration
enableDailySeriesEpisodeTrimmer="true" # true = enabled :: Enables the script to run
dailySeriesEpisodeTrimmerScriptInterval="12h" # Specifies the frequency to run, ie: 1d or 1h or 25m
maximumDailyEpisodes="14" # number of episodes to keep when using DailySeriesEpisodeTrimmer script
sonarrSeriesEpisodeTrimmerTag="daily" # set to a single sonarr series tag (case sensitive). This allows the script to process non-daily series type series that have a matching tag. For non-daily series, the entire season is kept and the maximum episodes setting is ignored.
# Lidarr-MusicAutomator Configuration
enableLidarrMusicAutomator="true" # true = enabled :: Enables the script to run
lidarrMusicAutomatorScriptInterval="1h" # Specifies the frequency to run, ie: 1d or 1h or 25m
incompleteDownloadPath="/path" # Set to incomplete/temporary download path :: DO NOT INCLUDE TRAILING "/"
completeDownloadPath="/path" # Set to compelete download path (this path must be accessible in Lidarr, using the exact same file path...) :: DO NOT INCLUDE TRAILING "/"
completedSearchIdLocation="/config/lidarr/searched" # Only change if needed...
arl="" # Deezer ARL Key for authentication
# Lidarr-MusicVideoAutomator Configuration
lidarrMusicVideoAutomator="true" # true = enabled :: Enables the script to run
lidarrMusicVideoAutomatorInterval="1h" # Specifies the frequency to run, ie: 1d or 1h or 25m
lidarrMusicVideoTempDownloadPath="/path/videos" # Set to incomplete/temporary download path :: DO NOT INCLUDE TRAILING "/"
lidarrMusicVideoLibrary="/path/music-videos" # Set to compelete download path :: DO NOT INCLUDE TRAILING "/"
logFolder="/config/tidal" # Only change if needed...
tidalCountryCode="US" # Only change if needed...
musicVideoFormat="mp4" # mp4 or mkv :: choose which format you'd prefer
enableLiveVideos="false" # true or false :: set to false to disable downloading Live videos
enableLyricVideos="false" # true or false :: set to false to disable downloading Lyric videos
enableVisualizerVideos="false" # true or false :: set to false to disable downloading Visualizer videos
enableBehindTheScenesVideos="false" # true or false :: set to false to disable downloading Behind the Scenes videos
enableInterviewVideos="false" # true or false :: set to false to disable downloading Interview videos
enableEpisodeVideos="false" # true or false :: set to false to disable downloading Episode videos
requireMinimumVideoQaulity="FHD" # FHD or HD or All :: This setting only keeps videos that meet a minimum video quality