example update for new search addition

This commit is contained in:
Blacktwin 2019-05-24 10:38:29 -04:00
parent ac0db8b69f
commit 149ba7f873

View File

@ -71,6 +71,19 @@ 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"
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;
--user becomes excluded if --allUsers is set