|
|
|
@ -2,21 +2,21 @@
|
|
|
|
|
|
|
|
|
|
libraries: # This is called out once within the config.yml file
|
|
|
|
|
Movies: # These are names of libraries in your Plex
|
|
|
|
|
remove_overlays: false # Set this to true to remove all overlays
|
|
|
|
|
collection_files:
|
|
|
|
|
- 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
|
|
|
|
|
overlay_files:
|
|
|
|
|
- remove_overlays: false # Set this to true to remove all overlays
|
|
|
|
|
- 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
|
|
|
|
|
TV Shows:
|
|
|
|
|
remove_overlays: false # Set this to true to remove all overlays
|
|
|
|
|
collection_files:
|
|
|
|
|
- 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
|
|
|
|
|
overlay_files:
|
|
|
|
|
- remove_overlays: false # Set this to true to remove all overlays
|
|
|
|
|
- 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
|
|
|
|
|
Anime:
|
|
|
|
@ -69,7 +69,7 @@ settings:
|
|
|
|
|
ignore_ids:
|
|
|
|
|
ignore_imdb_ids:
|
|
|
|
|
item_refresh_delay: 0
|
|
|
|
|
playlist_sync_to_user: all
|
|
|
|
|
playlist_sync_to_users: all
|
|
|
|
|
playlist_exclude_users:
|
|
|
|
|
playlist_report: false
|
|
|
|
|
verify_ssl: true
|
|
|
|
@ -115,7 +115,7 @@ radarr: # Can be individually specified per library as
|
|
|
|
|
add_existing: false
|
|
|
|
|
upgrade_existing: false
|
|
|
|
|
monitor_existing: false
|
|
|
|
|
root_folder_path: S:/Movies
|
|
|
|
|
root_folder_path: "S:/Movies"
|
|
|
|
|
monitor: true
|
|
|
|
|
availability: announced
|
|
|
|
|
quality_profile: HD-1080p
|
|
|
|
|