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

156 lines
5.1 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
2022-12-10 20:38:01 +00:00
libraries: # This is called out once within the config.yml file
Movies: # These are names of libraries in your Plex
2021-05-16 22:06:51 +00:00
metadata_path:
2022-12-10 20:38:01 +00:00
- pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git
2022-04-18 19:35:48 +00:00
overlay_path:
- remove_overlays: false # Set this to true to remove all overlays
2022-12-10 20:38:01 +00:00
- pmm: ribbon # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git
2022-12-10 20:38:01 +00:00
TV Shows:
2021-05-16 22:06:51 +00:00
metadata_path:
2022-12-10 20:38:01 +00:00
- pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git
2022-05-26 16:16:04 +00:00
overlay_path:
- remove_overlays: false # Set this to true to remove all overlays
2022-12-10 20:38:01 +00:00
- pmm: ribbon # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git
2021-01-20 21:37:59 +00:00
Anime:
2021-05-16 22:06:51 +00:00
metadata_path:
2022-12-10 20:38:01 +00:00
- pmm: basic # This is a file within PMM's defaults folder
- pmm: anilist # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git
2022-03-02 16:00:35 +00:00
Music:
metadata_path:
- file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE
playlist_files:
2022-12-10 20:38:01 +00:00
- pmm: playlist # This is a file within PMM's defaults folder
template_variables:
libraries: Movies, TV Shows # list of libraries that you want the PMM Defaults playlists to look at
# see the wiki for how to use local files, folders, URLs, or files from git
2022-12-10 20:38:01 +00:00
settings:
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-22 16:19:23 +00:00
asset_depth: 0
2021-12-01 17:03:57 +00:00
create_asset_folders: false
2022-05-12 14:09:08 +00:00
prioritize_assets: false
2021-12-22 16:19:23 +00:00
dimensional_asset_rename: false
2022-01-11 01:23:56 +00:00
download_url_assets: false
2021-12-12 07:38:59 +00:00
show_missing_season_assets: false
2022-01-25 07:45:31 +00:00
show_missing_episode_assets: false
show_asset_not_needed: true
2021-02-21 17:13:43 +00:00
sync_mode: append
minimum_items: 1
default_collection_order:
2021-12-12 07:38:59 +00:00
delete_below_minimum: true
delete_not_scheduled: false
run_again_delay: 2
missing_only_released: false
only_filter_missing: false
2021-02-14 07:47:16 +00:00
show_unmanaged: true
2023-01-26 14:23:11 +00:00
show_unconfigured: true
2021-02-14 07:47:16 +00:00
show_filtered: false
2021-12-22 16:19:23 +00:00
show_options: false
2021-02-21 08:13:07 +00:00
show_missing: true
2021-12-01 17:03:57 +00:00
show_missing_assets: true
2022-05-12 14:09:08 +00:00
save_report: false
2021-10-26 15:01:08 +00:00
tvdb_language: eng
2021-12-12 07:38:59 +00:00
ignore_ids:
ignore_imdb_ids:
2022-01-25 07:45:31 +00:00
item_refresh_delay: 0
2021-12-28 20:40:33 +00:00
playlist_sync_to_user: all
2023-01-26 14:23:11 +00:00
playlist_exclude_users:
2022-05-12 14:09:08 +00:00
playlist_report: false
2022-01-11 01:23:56 +00:00
verify_ssl: true
2022-03-02 16:00:35 +00:00
custom_repo:
2022-05-12 14:09:08 +00:00
check_nightly: false
2022-12-10 20:38:01 +00:00
webhooks: # Can be individually specified per library as well
error:
2022-03-18 13:00:42 +00:00
version:
run_start:
run_end:
changes:
2022-12-10 20:38:01 +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
2023-08-24 14:40:41 +00:00
db_cache:
clean_bundles: false
empty_trash: false
optimize: false
2022-12-10 20:38:01 +00:00
tmdb: # REQUIRED for the script to run
2021-02-21 17:06:58 +00:00
apikey: ################################
language: en
2022-12-10 20:38:01 +00:00
tautulli: # Can be individually specified per library as well
2021-02-21 17:06:58 +00:00
url: http://192.168.1.12:8181
apikey: ################################
2023-07-22 03:22:01 +00:00
github:
token: ################################
2021-11-12 16:49:04 +00:00
omdb:
apikey: ########
2022-03-06 04:34:05 +00:00
cache_expiration: 60
mdblist:
apikey: #########################
cache_expiration: 60
2021-11-12 16:49:04 +00:00
notifiarr:
apikey: ####################################
2022-12-10 20:38:01 +00:00
anidb: # Not required for AniDB builders unless you want mature content
2021-11-12 16:49:04 +00:00
username: ######
password: ######
2022-12-10 20:38:01 +00:00
radarr: # Can be individually specified per library as well
2021-01-20 21:37:59 +00:00
url: http://192.168.1.12:7878
token: ################################
2021-12-30 17:13:01 +00:00
add_missing: false
add_existing: 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:
2022-12-10 20:38:01 +00:00
sonarr: # Can be individually specified per library as well
2021-01-20 21:37:59 +00:00
url: http://192.168.1.12:8989
token: ################################
2021-12-30 17:13:01 +00:00
add_missing: false
add_existing: 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:
2022-12-10 20:38:01 +00:00
client_id: ####################
client_secret: ####################
2022-03-24 14:10:27 +00:00
pin:
2021-01-20 21:37:59 +00:00
authorization:
# everything below is autofilled by the script
access_token:
token_type:
expires_in:
refresh_token:
scope: public
created_at:
mal:
2022-12-10 20:38:01 +00:00
client_id: ####################
client_secret: ####################
2021-01-20 21:37:59 +00:00
authorization:
# everything below is autofilled by the script
access_token:
token_type:
expires_in:
refresh_token: