mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
template update
This commit is contained in:
parent
3c84f37cfe
commit
28547fba17
1 changed files with 10 additions and 10 deletions
|
@ -5,18 +5,24 @@ libraries:
|
|||
library_type: show
|
||||
Anime:
|
||||
library_type: show
|
||||
cache:
|
||||
settings: # Can be individually specified per library as well
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
plex: # Can be individually specified per library as well
|
||||
url: http://192.168.1.12:32400
|
||||
token: ####################
|
||||
sync_mode: append
|
||||
asset_directory: config/assets
|
||||
show_unmanaged: true
|
||||
show_filtered: false
|
||||
show_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
|
||||
url: http://192.168.1.12:7878
|
||||
token: ################################
|
||||
|
@ -33,12 +39,6 @@ sonarr: # Can be individually specified
|
|||
root_folder_path: "S:/TV Shows"
|
||||
add: 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:
|
||||
client_id: ################################################################
|
||||
client_secret: ################################################################
|
||||
|
|
Loading…
Reference in a new issue