From d51eeceebb8ca661a5314fc10d17fdd144e78c9f Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 26 May 2023 22:54:44 -0500 Subject: [PATCH] Add config file context --- docs/home/guides/wt/wt-03-lib-err-and-fix.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/home/guides/wt/wt-03-lib-err-and-fix.md b/docs/home/guides/wt/wt-03-lib-err-and-fix.md index 244cac85..32fbace9 100644 --- a/docs/home/guides/wt/wt-03-lib-err-and-fix.md +++ b/docs/home/guides/wt/wt-03-lib-err-and-fix.md @@ -36,3 +36,18 @@ libraries: - 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 ``` + +At this point, the top bit of your config file should look like this: +``` +libraries: + THE_NAME_OF_YOUR_MOVIE_LIBRARY: ## <<< CHANGE THIS LINE + metadata_path: + - 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 +playlist_files: + - pmm: playlist # This is a file within PMM's defaults folder + # see the wiki for how to use local files, folders, URLs, or files from git +``` + +Where `THE_NAME_OF_YOUR_MOVIE_LIBRARY` has been replaced by the name of your movie library as shown in Plex: