From b78b24d8788db4d8a622f79866b653b0c3eccc8b Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Thu, 13 Jan 2022 21:16:58 +0000 Subject: [PATCH] Update Basic Configurations.md --- yozora/wikitest/Basic Configurations.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yozora/wikitest/Basic Configurations.md b/yozora/wikitest/Basic Configurations.md index 2574c1b..8a39532 100644 --- a/yozora/wikitest/Basic Configurations.md +++ b/yozora/wikitest/Basic Configurations.md @@ -6,16 +6,16 @@ For the purpose of this demonstration, the Plex library being used is set up as ## config.yml ``` -libraries: # Library mappings must have a colon (:) placed after them - Audiobooks: +libraries: + Movies: metadata_path: - - file: config/Audobooks.yml # This represents a file on the host filesystem + - file: config/Movies.yml # This represents a file on the host filesystem - git: meisnate12/MovieCharts # This represents a file on the GitHub repository TV Shows: metadata_path: - file: config/TV Shows.yml # You can map multiple file/git files - file: config/TV Charts.yml - - file: config/TV Networks.yml + - file: config/TV Networks.yml - git: meisnate12/ShowCharts TV Shows - Animé: metadata_path: # No files will skip the connection to this library @@ -23,7 +23,7 @@ libraries: # Library mappings must have a c metadata_path: - file: config/Music.yml playlist_files: # playlist_files should be at the same indentation as libraries - - file: config/playlists.yml + - file: config/playlists.yml - git: meisnate12/Playlists ``` In the above example, `Movies`, `TV Shows`, `Anime` and `Music` are named to match my libraries within Plex. This is essential to allow Plex Meta Manager to know which library it is connecing to.