From 2e2e5f2fa48077df62ce1db0ba1786bf25b2f579 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 26 May 2023 23:00:26 -0500 Subject: [PATCH] link to image --- docs/home/guides/wt/wt-03-lib-err-and-fix.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 32fbace9..b61d0a64 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 @@ -26,11 +26,11 @@ You can see there that PMM found its config file, was able to connect to TMDb, w Open the config file again and change "Movies-NOSUCHLIBRARY" to reflect *your own* Movie library in Plex. -My Movies library is called “Main Movies", so mine looks like this: +Say my Movies library is called “All The Movies", so mine looks like this: ```yaml libraries: - Main Movies: ## <<< CHANGE THIS LINE + All The Movies: ## <<< 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 @@ -50,4 +50,6 @@ playlist_files: # 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: +Where `THE_NAME_OF_YOUR_MOVIE_LIBRARY` has been replaced by the name of your movie library as shown in Plex ["All The Movies" here]: + +![movie-lib-name](movie-lib-name.png)