From 3e117480e39b9356d7efd666154ecc362a07e8ea Mon Sep 17 00:00:00 2001 From: blacktwin Date: Mon, 13 Jul 2020 19:53:03 -0400 Subject: [PATCH] update main docstring add export examples --- fun/playlist_manager.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fun/playlist_manager.py b/fun/playlist_manager.py index f2d66d4..378291c 100644 --- a/fun/playlist_manager.py +++ b/fun/playlist_manager.py @@ -19,6 +19,7 @@ optional arguments: update - remove playlist type and create new playlist type for admin or users show - show contents of playlist type or admin or users current playlists share - share existing playlist by title from admin to users + export - export playlist by title from admin to users --users {] The Plex usernames to create/share to or delete from. Choices: (USERNAMES) @@ -73,6 +74,12 @@ optional arguments: Share existing admin Playlists "My Custom Playlist" and "Another Playlist" with all users python playlist_manager.py --action share --allUsers --playlists "My Custom Playlist" "Another Playlist" + + Export each of an user's Playlists contents to a json file in the root of the script + python playlist_manager.py" --action export --user USER --playlists "Most Popular Movies (30 days)" "New Hot" + + Export each of an user's Playlists contents to a csv file in the root of the script + python playlist_manager.py" --action export --user USER --allPlaylists --export csv Search and Filter;