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