forked from adamgot/python-plexlibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSudoBox_Config.yml
31 lines (28 loc) · 960 Bytes
/
SudoBox_Config.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
# Plex server details
# * Defaults to plexapi config
plex:
baseurl: 'http://localhost:32400'
token: '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: 'trakt.id'
client_secret: 'trakt.sec'
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: ''