-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript_config.example.py
30 lines (17 loc) · 1013 Bytes
/
script_config.example.py
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
######## SET YOUR CONFIGURATION ITEMS HERE ########
######## Sonarr Configuration ########
sonarr_discord_user = 'User'
sonarr_discord_url = 'https://discordapp.com/api/webhooks/XXXXXXXXXXXXXXXX/XXXXXXXXXXXXXXXX'
sonarr_url = 'https://tv.domain.ltd/' # Make sure you include the trailing /
sonarr_icon = 'https://github.com/Sonarr/Sonarr/raw/develop/Logo/256.png'
skyhook_url = 'https://skyhook.sonarr.tv/v1/tvdb/shows/en/' #should not need to change this
######## Radarr Configuration ########
radarr_discord_user = 'User'
radarr_discord_url = 'https://discordapp.com/api/webhooks/XXXXXXXXXXXXXXXX/XXXXXXXXXXXXXXXX'
radarr_url = 'https://movies.domain.ltd/' # Make sure you include the trailing /
radarr_key = 'XXXXXXXXXXXXXXXX'
moviedb_key = 'XXXXXXXXXXXXXXXX'
radarr_icon = 'https://github.com/Radarr/Radarr/raw/aphrodite/Logo/128.png'
# Register for an API here https://imdb-api.com/Identity/Account/Register
radarr_imdbapi_key = 'XXXXXXXXXXXX'
##################################################