-
Notifications
You must be signed in to change notification settings - Fork 40
/
config-template.yml
33 lines (29 loc) · 1.05 KB
/
config-template.yml
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
guid_cache_file: '/tmp/plex_guid_cache.json'
# Plex server details
# * Defaults to plexapi config
plex:
baseurl: 'http://localhost:32400'
token: '' # https://support.plex.tv/hc/en-us/articles/204059436-Finding-an-authentication-token-X-Plex-Token
# trakt.tv API details
# * Required for fetching trakt lists
# Create a Trakt.tv account, then create an API app here:
# https://trakt.tv/oauth/applications/new
trakt:
username: ''
client_id: ''
client_secret: ''
oauth_token: '' # Filled in later depending on recipe
# The Movie Database details
# * Required for fetching scores, release dates etc for weighted sorting
# * Required for matching any library items that use the TMDb agent with the items from the lists
# (if those items do not include a TMDb ID)
tmdb:
api_key: ''
cache_file: '/tmp/tmdb_details.shelve'
# TheTVDB details
# * Required for matching any library items that use the TheTVDB agent with the items from the lists
# (if those items do not include a TheTVDB ID)
tvdb:
username: ''
api_key: ''
user_key: ''