update examples
This commit is contained in:
parent
18bd6d8461
commit
bcc7a358a7
@ -27,21 +27,24 @@ optional arguments:
|
||||
|
||||
Example:
|
||||
Use with cron or task to schedule runs
|
||||
|
||||
Create Aired Today Playlist from Movies and TV Shows libraries for admin user
|
||||
python playlist_manager.py --jbop todayInHistory --libraries Movies "TV Shows" --action add
|
||||
|
||||
Create Aired Today Playlist from Movies and TV Shows libraries and share to users bob, Black Twin and admin user
|
||||
python playlist_manager.py --jbop todayInHistory --libraries Movies "TV Shows" --action add --user bob "Black Twin" --self
|
||||
python playlist_manager.py --jbop todayInHistory --libraries Movies "TV Shows" --action add --users bob "Black Twin" --self
|
||||
|
||||
Update previous Aired Today Playlist(s) from Movies and TV Shows libraries and share to users bob and Black Twin
|
||||
python playlist_manager.py --jbop todayInHistory --libraries Movies "TV Shows" --action update --user bob "Black Twin"
|
||||
python playlist_manager.py --jbop todayInHistory --libraries Movies "TV Shows" --action update --users bob "Black Twin"
|
||||
|
||||
Delete all previous Aired Today Playlist(s) from users bob and Black Twin
|
||||
python playlist_manager.py --jbop todayInHistory --action remove --user bob "Black Twin"
|
||||
python playlist_manager.py --jbop todayInHistory --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 mostPopularTv --action add --user bob "Black Twin"
|
||||
python playlist_manager.py --jbop mostPopularTv --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 mostPopularTv --action add --user bob "Black Twin" --days 60 --top 10
|
||||
python playlist_manager.py --jbop mostPopularTv --action add --users bob "Black Twin" --days 60 --top 10
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user