remove mentions of local files

since they seem to cause only confusion.
This commit is contained in:
Chaz Larson 2022-12-06 16:35:58 -06:00 committed by GitHub
parent 4694b87ee2
commit 132e522c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,35 +3,33 @@
libraries: # This is called out once within the config.yml file libraries: # This is called out once within the config.yml file
Movies: # Each library must match the Plex library name Movies: # Each library must match the Plex library name
metadata_path: metadata_path:
- file: config/Movies.yml # This is a local file on the system
- folder: config/Movies/ # This is a local directory on the system
- pmm: basic # This is a file within the defaults folder in the Repository - pmm: basic # This is a file within the defaults folder in the Repository
- pmm: imdb # This is a file within the defaults folder in the Repository - pmm: imdb # This is a file within the defaults folder in the Repository
# see the wiki for how to use local files, folders, URLs, or files from git
overlay_path: overlay_path:
- remove_overlays: false # Set this to true to remove all overlays - remove_overlays: false # Set this to true to remove all overlays
- file: config/Overlays.yml # This is a local file on the system
- pmm: ribbon # This is a file within the defaults folder in the Repository - pmm: ribbon # This is a file within the defaults folder in the Repository
# see the wiki for how to use local files, folders, URLs, or files from git
TV Shows: TV Shows:
metadata_path: metadata_path:
- file: config/TVShows.yml
- folder: config/TV Shows/
- pmm: basic # This is a file within the defaults folder in the Repository - pmm: basic # This is a file within the defaults folder in the Repository
- pmm: imdb # This is a file within the defaults folder in the Repository - pmm: imdb # This is a file within the defaults folder in the Repository
# see the wiki for how to use local files, folders, URLs, or files from git
overlay_path: overlay_path:
- remove_overlays: false # Set this to true to remove all overlays - remove_overlays: false # Set this to true to remove all overlays
- file: config/Overlays.yml # This is a local file on the system
- pmm: ribbon # This is a file within the defaults folder in the Repository - pmm: ribbon # This is a file within the defaults folder in the Repository
# see the wiki for how to use local files, folders, URLs, or files from git
Anime: Anime:
metadata_path: metadata_path:
- file: config/Anime.yml
- pmm: basic # This is a file within the defaults folder in the Repository - pmm: basic # This is a file within the defaults folder in the Repository
- pmm: anilist # This is a file within the defaults folder in the Repository - pmm: anilist # This is a file within the defaults folder in the Repository
# see the wiki for how to use local files, folders, URLs, or files from git
Music: Music:
metadata_path: metadata_path:
- file: config/Music.yml - file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE
playlist_files: playlist_files:
- file: config/playlists.yml
- pmm: playlist # This is a file within the defaults folder in the Repository - pmm: playlist # This is a file within the defaults folder in the Repository
# see the wiki for how to use local files, folders, URLs, or files from git
settings: settings:
cache: true cache: true
cache_expiration: 60 cache_expiration: 60