EMP icon indicating copy to clipboard operation
EMP copied to clipboard

"Auto" playlists

Open kevinfrei opened this issue 4 years ago • 1 comments

Allow playlist descriptions involving artists, albums, years, keywords, etc...

kevinfrei avatar Jan 16 '21 05:01 kevinfrei

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"}
  ]
}

kevinfrei avatar Sep 17 '23 20:09 kevinfrei