From 132e522c97674142850538836b3c22ba9ca3a044 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Tue, 6 Dec 2022 16:35:58 -0600 Subject: [PATCH] remove mentions of local files since they seem to cause only confusion. --- config/config.yml.template | 44 ++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/config/config.yml.template b/config/config.yml.template index d131f272..db230dfc 100644 --- a/config/config.yml.template +++ b/config/config.yml.template @@ -1,37 +1,35 @@ ## This file is a template remove the .template to use the file -libraries: # This is called out once within the config.yml file - Movies: # Each library must match the Plex library name +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 # 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: imdb # 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 + # see the wiki for how to use local files, folders, URLs, or files from git overlay_path: - - 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 + - remove_overlays: false # Set this to true to remove all overlays + - 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: metadata_path: - - file: config/TVShows.yml - - folder: config/TV Shows/ - - 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: 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 + # see the wiki for how to use local files, folders, URLs, or files from git overlay_path: - - 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 + - remove_overlays: false # Set this to true to remove all overlays + - 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: metadata_path: - - file: config/Anime.yml - - 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: 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 + # see the wiki for how to use local files, folders, URLs, or files from git Music: metadata_path: - - file: config/Music.yml + - file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE 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: cache: true cache_expiration: 60 @@ -147,4 +145,4 @@ mal: access_token: token_type: expires_in: - refresh_token: \ No newline at end of file + refresh_token: