2021-02-21 16:17:01 -05:00
|
|
|
## This file is a template remove the .template to use the file
|
|
|
|
|
2022-03-02 16:00:35 +00:00
|
|
|
libraries: # This is called out once within the config.yml file
|
|
|
|
Movies: # Each library must match the Plex library name
|
2021-05-16 18:06:51 -04:00
|
|
|
metadata_path:
|
2022-03-02 16:00:35 +00:00
|
|
|
- file: config/Movies.yml # This is a local file on the system
|
|
|
|
- folder: config/Movies/ # This is a local directory on the system
|
2022-10-04 02:39:45 -04:00
|
|
|
- pmm: basic # This is a file within the defaults folder in the Repository
|
|
|
|
- pmm: imdb # This is a file within the defaults folder in the Repository
|
2022-04-18 15:35:48 -04:00
|
|
|
overlay_path:
|
2022-04-20 12:03:08 -04:00
|
|
|
- remove_overlays: false # Set this to true to remove all overlays
|
2022-04-18 15:35:48 -04:00
|
|
|
- file: config/Overlays.yml # This is a local file on the system
|
2022-10-04 02:39:45 -04:00
|
|
|
- pmm: ribbon # This is a file within the defaults folder in the Repository
|
2022-03-02 16:00:35 +00:00
|
|
|
TV Shows:
|
2021-05-16 18:06:51 -04:00
|
|
|
metadata_path:
|
2022-03-02 16:00:35 +00:00
|
|
|
- file: config/TVShows.yml
|
|
|
|
- folder: config/TV Shows/
|
2022-10-04 02:39:45 -04:00
|
|
|
- pmm: basic # This is a file within the defaults folder in the Repository
|
|
|
|
- pmm: imdb # This is a file within the defaults folder in the Repository
|
2022-05-26 12:16:04 -04:00
|
|
|
overlay_path:
|
|
|
|
- remove_overlays: false # Set this to true to remove all overlays
|
|
|
|
- file: config/Overlays.yml # This is a local file on the system
|
2022-10-04 02:39:45 -04:00
|
|
|
- pmm: ribbon # This is a file within the defaults folder in the Repository
|
2021-01-20 16:37:59 -05:00
|
|
|
Anime:
|
2021-05-16 18:06:51 -04:00
|
|
|
metadata_path:
|
2022-03-02 16:00:35 +00:00
|
|
|
- file: config/Anime.yml
|
2022-10-04 02:39:45 -04:00
|
|
|
- pmm: basic # This is a file within the defaults folder in the Repository
|
|
|
|
- pmm: anilist # This is a file within the defaults folder in the Repository
|
2022-03-02 16:00:35 +00:00
|
|
|
Music:
|
|
|
|
metadata_path:
|
|
|
|
- file: config/Music.yml
|
2021-12-23 19:16:46 -05:00
|
|
|
playlist_files:
|
2022-03-02 16:00:35 +00:00
|
|
|
- file: config/playlists.yml
|
2022-10-04 02:39:45 -04:00
|
|
|
- pmm: playlist # This is a file within the defaults folder in the Repository
|
2022-03-02 16:00:35 +00:00
|
|
|
settings:
|
2021-01-20 16:37:59 -05:00
|
|
|
cache: true
|
|
|
|
cache_expiration: 60
|
|
|
|
asset_directory: config/assets
|
2021-04-23 00:16:17 -04:00
|
|
|
asset_folders: true
|
2021-12-22 11:19:23 -05:00
|
|
|
asset_depth: 0
|
2021-12-01 12:03:57 -05:00
|
|
|
create_asset_folders: false
|
2022-05-12 10:09:08 -04:00
|
|
|
prioritize_assets: false
|
2021-12-22 11:19:23 -05:00
|
|
|
dimensional_asset_rename: false
|
2022-01-10 20:23:56 -05:00
|
|
|
download_url_assets: false
|
2021-12-12 02:38:59 -05:00
|
|
|
show_missing_season_assets: false
|
2022-01-25 02:45:31 -05:00
|
|
|
show_missing_episode_assets: false
|
|
|
|
show_asset_not_needed: true
|
2021-02-21 12:13:43 -05:00
|
|
|
sync_mode: append
|
2021-12-29 14:51:58 -05:00
|
|
|
minimum_items: 1
|
|
|
|
default_collection_order:
|
2021-12-12 02:38:59 -05:00
|
|
|
delete_below_minimum: true
|
|
|
|
delete_not_scheduled: false
|
|
|
|
run_again_delay: 2
|
|
|
|
missing_only_released: false
|
|
|
|
only_filter_missing: false
|
2021-02-14 02:47:16 -05:00
|
|
|
show_unmanaged: true
|
|
|
|
show_filtered: false
|
2021-12-22 11:19:23 -05:00
|
|
|
show_options: false
|
2021-02-21 03:13:07 -05:00
|
|
|
show_missing: true
|
2021-12-01 12:03:57 -05:00
|
|
|
show_missing_assets: true
|
2022-05-12 10:09:08 -04:00
|
|
|
save_report: false
|
2021-10-26 11:01:08 -04:00
|
|
|
tvdb_language: eng
|
2021-12-12 02:38:59 -05:00
|
|
|
ignore_ids:
|
|
|
|
ignore_imdb_ids:
|
2022-01-25 02:45:31 -05:00
|
|
|
item_refresh_delay: 0
|
2021-12-28 15:40:33 -05:00
|
|
|
playlist_sync_to_user: all
|
2022-05-12 10:09:08 -04:00
|
|
|
playlist_report: false
|
2022-01-10 20:23:56 -05:00
|
|
|
verify_ssl: true
|
2022-03-02 16:00:35 +00:00
|
|
|
custom_repo:
|
2022-05-12 10:09:08 -04:00
|
|
|
check_nightly: false
|
2021-11-06 17:28:39 -04:00
|
|
|
webhooks: # Can be individually specified per library as well
|
|
|
|
error:
|
2022-03-18 09:00:42 -04:00
|
|
|
version:
|
2021-11-06 17:28:39 -04:00
|
|
|
run_start:
|
|
|
|
run_end:
|
2021-12-29 14:51:58 -05:00
|
|
|
changes:
|
2021-11-30 16:22:30 -05:00
|
|
|
plex: # Can be individually specified per library as well; REQUIRED for the script to run
|
2021-02-21 12:06:58 -05:00
|
|
|
url: http://192.168.1.12:32400
|
|
|
|
token: ####################
|
2021-02-21 20:56:31 -05:00
|
|
|
timeout: 60
|
2021-05-25 18:22:59 -04:00
|
|
|
clean_bundles: false
|
|
|
|
empty_trash: false
|
|
|
|
optimize: false
|
2021-11-30 16:22:30 -05:00
|
|
|
tmdb: # REQUIRED for the script to run
|
2021-02-21 12:06:58 -05:00
|
|
|
apikey: ################################
|
|
|
|
language: en
|
|
|
|
tautulli: # Can be individually specified per library as well
|
|
|
|
url: http://192.168.1.12:8181
|
|
|
|
apikey: ################################
|
2021-11-12 11:49:04 -05:00
|
|
|
omdb:
|
|
|
|
apikey: ########
|
2022-03-05 23:34:05 -05:00
|
|
|
cache_expiration: 60
|
|
|
|
mdblist:
|
|
|
|
apikey: #########################
|
|
|
|
cache_expiration: 60
|
2021-11-12 11:49:04 -05:00
|
|
|
notifiarr:
|
|
|
|
apikey: ####################################
|
|
|
|
anidb: # Not required for AniDB builders unless you want mature content
|
|
|
|
username: ######
|
|
|
|
password: ######
|
2021-01-20 16:37:59 -05:00
|
|
|
radarr: # Can be individually specified per library as well
|
|
|
|
url: http://192.168.1.12:7878
|
|
|
|
token: ################################
|
2021-12-30 12:13:01 -05:00
|
|
|
add_missing: false
|
|
|
|
add_existing: false
|
2021-04-04 22:25:41 -04:00
|
|
|
root_folder_path: S:/Movies
|
|
|
|
monitor: true
|
|
|
|
availability: announced
|
|
|
|
quality_profile: HD-1080p
|
|
|
|
tag:
|
2021-01-20 16:37:59 -05:00
|
|
|
search: false
|
2021-11-30 16:22:30 -05:00
|
|
|
radarr_path:
|
|
|
|
plex_path:
|
2021-01-20 16:37:59 -05:00
|
|
|
sonarr: # Can be individually specified per library as well
|
|
|
|
url: http://192.168.1.12:8989
|
|
|
|
token: ################################
|
2021-12-30 12:13:01 -05:00
|
|
|
add_missing: false
|
|
|
|
add_existing: false
|
2021-04-04 22:25:41 -04:00
|
|
|
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 16:37:59 -05:00
|
|
|
search: false
|
2021-04-04 22:25:41 -04:00
|
|
|
cutoff_search: false
|
2021-11-30 16:22:30 -05:00
|
|
|
sonarr_path:
|
|
|
|
plex_path:
|
2021-01-20 16:37:59 -05:00
|
|
|
trakt:
|
|
|
|
client_id: ################################################################
|
|
|
|
client_secret: ################################################################
|
2022-03-24 10:10:27 -04:00
|
|
|
pin:
|
2021-01-20 16:37:59 -05:00
|
|
|
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 11:49:04 -05:00
|
|
|
refresh_token:
|