From 8c26648db1fed1805d6cf1f9280e5fbc6e243aca Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Thu, 13 Jan 2022 21:13:23 +0000 Subject: [PATCH] Update Basic Configurations.md --- yozora/wikitest/Basic Configurations.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yozora/wikitest/Basic Configurations.md b/yozora/wikitest/Basic Configurations.md index 80fe2a2..2574c1b 100644 --- a/yozora/wikitest/Basic Configurations.md +++ b/yozora/wikitest/Basic Configurations.md @@ -1,10 +1,11 @@ Below are example starter configurations to help you get started with Plex Meta Manager. For the purpose of this demonstration, the Plex library being used is set up as follows: + ![LibraryOverview](https://i.imgur.com/lsNIUMX.png) ## config.yml - +``` libraries: # Library mappings must have a colon (:) placed after them Audiobooks: metadata_path: @@ -24,7 +25,7 @@ libraries: # Library mappings must have a c playlist_files: # playlist_files should be at the same indentation as libraries - 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. where you see any .yml file underneath a library, that points to either a git location within the [Plex Meta Manager Config Repo](https://github.com/meisnate12/Plex-Meta-Manager-Configs) or a file within your host's filesystem.