template update

pull/50/head
meisnate12 4 years ago
parent 3c84f37cfe
commit 28547fba17

@ -5,18 +5,24 @@ libraries:
library_type: show library_type: show
Anime: Anime:
library_type: show library_type: show
cache: settings: # Can be individually specified per library as well
cache: true cache: true
cache_expiration: 60 cache_expiration: 60
plex: # Can be individually specified per library as well
url: http://192.168.1.12:32400
token: ####################
sync_mode: append sync_mode: append
asset_directory: config/assets asset_directory: config/assets
show_unmanaged: true show_unmanaged: true
show_filtered: false show_filtered: false
show_missing: true show_missing: true
save_missing: true save_missing: true
plex: # Can be individually specified per library as well
url: http://192.168.1.12:32400
token: ####################
tmdb:
apikey: ################################
language: en
tautulli: # Can be individually specified per library as well
url: http://192.168.1.12:8181
apikey: ################################
radarr: # Can be individually specified per library as well radarr: # Can be individually specified per library as well
url: http://192.168.1.12:7878 url: http://192.168.1.12:7878
token: ################################ token: ################################
@ -33,12 +39,6 @@ sonarr: # Can be individually specified
root_folder_path: "S:/TV Shows" root_folder_path: "S:/TV Shows"
add: false add: false
search: false search: false
tautulli: # Can be individually specified per library as well
url: http://192.168.1.12:8181
apikey: ################################
tmdb:
apikey: ################################
language: en
trakt: trakt:
client_id: ################################################################ client_id: ################################################################
client_secret: ################################################################ client_secret: ################################################################

Loading…
Cancel
Save