example update for new search addition
This commit is contained in:
parent
ac0db8b69f
commit
149ba7f873
@ -71,6 +71,19 @@ optional arguments:
|
|||||||
Share existing admin Playlists "My Custom Playlist" and "Another Playlist" with all users
|
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"
|
python playlist_manager.py --action share --allUsers --playlists "My Custom Playlist" "Another Playlist"
|
||||||
|
|
||||||
|
Search and Filter;
|
||||||
|
|
||||||
|
metadata_field_name = title, summary, etc.
|
||||||
|
|
||||||
|
--search {metadata_field_name}=value
|
||||||
|
search through metadata field for existence of value.
|
||||||
|
|
||||||
|
--search {metadata_field_name}=value1,value2,*
|
||||||
|
search through metadata field for existence of values.
|
||||||
|
*comma separated for AND (value1 AND value2 AND *)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Excluding;
|
Excluding;
|
||||||
|
|
||||||
--user becomes excluded if --allUsers is set
|
--user becomes excluded if --allUsers is set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user