From fe33f6d9e0f90aec49f0b1c892a9680d15258ab3 Mon Sep 17 00:00:00 2001 From: blacktwin Date: Wed, 28 Oct 2020 16:09:55 -0400 Subject: [PATCH] updating examples to include --libraries arg --- fun/playlist_manager.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fun/playlist_manager.py b/fun/playlist_manager.py index 0137676..505a1c7 100644 --- a/fun/playlist_manager.py +++ b/fun/playlist_manager.py @@ -61,13 +61,13 @@ optional arguments: python playlist_manager.py --jbop historyToday --action remove --users bob "Black Twin" Create 5 Most Popular TV Shows (30 days) Playlist and share to users bob and Black Twin - python playlist_manager.py --jbop popularTv --action add --users bob "Black Twin" + python playlist_manager.py --jbop popularTv --libraries "TV Shows" --action add --users bob "Black Twin" Create 10 Most Popular Movies (60 days) Playlist and share to users bob and Black Twin - python playlist_manager.py --jbop popularMovies --action add --users bob "Black Twin" --days 60 --top 10 + python playlist_manager.py --jbop popularMovies --libraries Movies --action add --users bob "Black Twin" --days 60 --top 10 Show 5 Most Popular TV Shows (30 days) Playlist - python playlist_manager.py --jbop popularTv --action show + python playlist_manager.py --jbop popularTv --libraries "TV Shows" --action show Show all users current playlists python playlist_manager.py --action show --allUsers