From 6cea9ceda54b432a427442f1ba36881a448e6473 Mon Sep 17 00:00:00 2001 From: Scott McLewin Date: Fri, 26 Dec 2025 14:27:11 -0600 Subject: [PATCH] Fixing issue #2, a documentation inconsistency with the --plex-music-root parameter in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3738e2c..abd4840 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,10 @@ This will output all available playlists for export. To export a specific playlist you need to supply it's name to the script. ```bash -python3 PlexPlaylistExport.py --host --token --playlist --plex-music-root-dir '/music' --replace-with-dir '..' +python3 PlexPlaylistExport.py --host --token --playlist --plex-music-root '/music' --replace-with-dir '..' ``` -So you might wonder what is `--plex-music-root-dir` and `--replace-with-dir`. +So you might wonder what is `--plex-music-root` and `--replace-with-dir`. The first one is the root path to the music library in your Plex environment. Let's assume you have your music in Plex setup such that everything is mounted under the `/music` directory. Below this you might have `/music/beets///...`. So a typical path to a file in your Plex environment might look like `/music/beets///.ext`.