mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Update config.yml.template to reflect 1.20 updates
This commit is contained in:
parent
30577af0e4
commit
7c60078650
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue