EMP
EMP copied to clipboard
"Auto" playlists
Allow playlist descriptions involving artists, albums, years, keywords, etc...
Basically, allow playlists to be 'textual' descriptions in JSON (trivial to parse...): Start with 'none' or 'all' and go from there. default "op" is "add" not "remove". An array is 'or' and an object is 'and', sort of...
{ "none/all": [
{"artist=": "smashing pumpkins", "album~": "collie"},
{"artist~": "foo fight", "title~": "everlong", "year<": 2000},
{"op": "remove", "playlist": "bad-words"}
]
}