Plex-Meta-Manager/config/config.yml.template

107 lines
3.5 KiB
Text
Raw Normal View History

2021-02-21 21:17:01 +00:00
## This file is a template remove the .template to use the file
2021-04-23 04:16:17 +00:00
libraries: # Library mappings must have a colon (:) placed after them
2021-01-20 21:37:59 +00:00
Movies:
2021-05-16 22:06:51 +00:00
metadata_path:
2021-11-06 03:54:12 +00:00
- file: config/Movies.yml # You have to create this file the other is online
2021-05-16 22:06:51 +00:00
- git: meisnate12/MovieCharts
2021-01-20 21:37:59 +00:00
TV Shows:
2021-05-16 22:06:51 +00:00
metadata_path:
2021-11-06 03:54:12 +00:00
- file: config/TV Shows.yml # You have to create this file the other is online
2021-05-16 22:06:51 +00:00
- git: meisnate12/ShowCharts
2021-01-20 21:37:59 +00:00
Anime:
2021-05-16 22:06:51 +00:00
metadata_path:
2021-11-06 03:54:12 +00:00
- file: config/Anime.yml # You have to create this file the other is online
2021-05-16 22:06:51 +00:00
- git: meisnate12/AnimeCharts
2021-02-21 17:06:58 +00:00
settings: # Can be individually specified per library as well
2021-01-20 21:37:59 +00:00
cache: true
cache_expiration: 60
asset_directory: config/assets
2021-04-23 04:16:17 +00:00
asset_folders: true
2021-12-01 17:03:57 +00:00
create_asset_folders: false
2021-02-21 17:13:43 +00:00
sync_mode: append
2021-02-14 07:47:16 +00:00
show_unmanaged: true
show_filtered: false
2021-02-21 08:13:07 +00:00
show_missing: true
2021-12-01 17:03:57 +00:00
show_missing_assets: true
2021-02-21 08:13:07 +00:00
save_missing: true
2021-03-01 20:59:10 +00:00
run_again_delay: 2
2021-10-26 15:01:08 +00:00
missing_only_released: false
2021-12-01 17:03:57 +00:00
only_filter_missing: false
2021-10-26 15:01:08 +00:00
collection_minimum: 1
delete_below_minimum: true
tvdb_language: eng
webhooks: # Can be individually specified per library as well
error:
run_start:
run_end:
collection_creation:
collection_addition:
2021-11-12 16:49:04 +00:00
collection_removal:
2021-11-30 21:22:30 +00:00
plex: # Can be individually specified per library as well; REQUIRED for the script to run
2021-02-21 17:06:58 +00:00
url: http://192.168.1.12:32400
token: ####################
2021-02-22 01:56:31 +00:00
timeout: 60
clean_bundles: false
empty_trash: false
optimize: false
2021-11-30 21:22:30 +00:00
tmdb: # REQUIRED for the script to run
2021-02-21 17:06:58 +00:00
apikey: ################################
language: en
tautulli: # Can be individually specified per library as well
url: http://192.168.1.12:8181
apikey: ################################
2021-11-12 16:49:04 +00:00
omdb:
apikey: ########
notifiarr:
apikey: ####################################
anidb: # Not required for AniDB builders unless you want mature content
username: ######
password: ######
2021-01-20 21:37:59 +00:00
radarr: # Can be individually specified per library as well
url: http://192.168.1.12:7878
token: ################################
add: false
root_folder_path: S:/Movies
monitor: true
availability: announced
quality_profile: HD-1080p
tag:
2021-01-20 21:37:59 +00:00
search: false
2021-11-30 21:22:30 +00:00
radarr_path:
plex_path:
2021-01-20 21:37:59 +00:00
sonarr: # Can be individually specified per library as well
url: http://192.168.1.12:8989
token: ################################
add: false
root_folder_path: "S:/TV Shows"
monitor: all
quality_profile: HD-1080p
language_profile: English
series_type: standard
season_folder: true
tag:
2021-01-20 21:37:59 +00:00
search: false
cutoff_search: false
2021-11-30 21:22:30 +00:00
sonarr_path:
plex_path:
2021-01-20 21:37:59 +00:00
trakt:
client_id: ################################################################
client_secret: ################################################################
authorization:
# everything below is autofilled by the script
access_token:
token_type:
expires_in:
refresh_token:
scope: public
created_at:
mal:
client_id: ################################
client_secret: ################################################################
authorization:
# everything below is autofilled by the script
access_token:
token_type:
expires_in:
2021-11-12 16:49:04 +00:00
refresh_token: