Update config.yml.template to reflect 1.20 updates

pull/1844/head
bullmoose20 10 months ago committed by GitHub
parent 30577af0e4
commit 7c60078650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,21 +2,21 @@
libraries: # This is called out once within the config.yml file libraries: # This is called out once within the config.yml file
Movies: # These are names of libraries in your Plex Movies: # These are names of libraries in your Plex
remove_overlays: false # Set this to true to remove all overlays
collection_files: collection_files:
- pmm: basic # This is a file within PMM's defaults folder - pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # 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 # see the wiki for how to use local files, folders, URLs, or files from git
overlay_files: overlay_files:
- remove_overlays: false # Set this to true to remove all overlays
- pmm: ribbon # This is a file within PMM's defaults folder - 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 # see the wiki for how to use local files, folders, URLs, or files from git
TV Shows: TV Shows:
remove_overlays: false # Set this to true to remove all overlays
collection_files: collection_files:
- pmm: basic # This is a file within PMM's defaults folder - pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # 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 # see the wiki for how to use local files, folders, URLs, or files from git
overlay_files: overlay_files:
- remove_overlays: false # Set this to true to remove all overlays
- pmm: ribbon # This is a file within PMM's defaults folder - 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 # see the wiki for how to use local files, folders, URLs, or files from git
Anime: Anime:
@ -69,7 +69,7 @@ settings:
ignore_ids: ignore_ids:
ignore_imdb_ids: ignore_imdb_ids:
item_refresh_delay: 0 item_refresh_delay: 0
playlist_sync_to_user: all playlist_sync_to_users: all
playlist_exclude_users: playlist_exclude_users:
playlist_report: false playlist_report: false
verify_ssl: true verify_ssl: true
@ -115,7 +115,7 @@ radarr: # Can be individually specified per library as
add_existing: false add_existing: false
upgrade_existing: false upgrade_existing: false
monitor_existing: false monitor_existing: false
root_folder_path: S:/Movies root_folder_path: "S:/Movies"
monitor: true monitor: true
availability: announced availability: announced
quality_profile: HD-1080p quality_profile: HD-1080p

Loading…
Cancel
Save