Merge pull request #742 from YozoraXCII/develop

Update config.yml.template
pull/745/head
meisnate12 2 years ago committed by GitHub
commit fb68189830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,22 +1,26 @@
## This file is a template remove the .template to use the file ## This file is a template remove the .template to use the file
libraries: # Library mappings must have a colon (:) placed after them libraries: # This is called out once within the config.yml file
Movies: Movies: # Each library must match the Plex library name
metadata_path: metadata_path:
- file: config/Movies.yml # You have to create this file the other is online - file: config/Movies.yml # This is a local file on the system
- git: meisnate12/MovieCharts - folder: config/Movies/ # This is a local directory on the system
TV Shows: - git: meisnate12/MovieCharts # This is a file within the GitHub Repository
TV Shows:
metadata_path: metadata_path:
- file: config/TV Shows.yml # You have to create this file the other is online - file: config/TVShows.yml
- git: meisnate12/ShowCharts - folder: config/TV Shows/
- git: meisnate12/ShowCharts # Unless otherwise stated, this points to the https://github.com/meisnate12/Plex-Meta-Manager-Configs Repository
Anime: Anime:
metadata_path: metadata_path:
- file: config/Anime.yml # You have to create this file the other is online - file: config/Anime.yml
- git: meisnate12/AnimeCharts Music:
metadata_path:
- file: config/Music.yml
playlist_files: playlist_files:
- file: config/playlists.yml # You have to create this file the other is online - file: config/playlists.yml
- git: meisnate12/Playlists - git: meisnate12/Playlists # You can change the custom_repo: setting to amend which GitHub Repository this points to
settings: # Can be individually specified per library as well settings:
cache: true cache: true
cache_expiration: 60 cache_expiration: 60
asset_directory: config/assets asset_directory: config/assets
@ -48,6 +52,7 @@ settings: # Can be individually specified
item_refresh_delay: 0 item_refresh_delay: 0
playlist_sync_to_user: all playlist_sync_to_user: all
verify_ssl: true verify_ssl: true
custom_repo:
webhooks: # Can be individually specified per library as well webhooks: # Can be individually specified per library as well
error: error:
run_start: run_start:

Loading…
Cancel
Save