📝 Provide a description of the new feature
There are two parts to this request:
- Add a NOT operator, to show all playlists that do not contain a certain tag
- Add the ability to chain together groups of filtering commands like a boolean expression
➕ Additional Information
For example, if I wanted to listen to either folk playlists that are happy, or jazz playlists that are calm, the search would look something like:
(folk AND happy) OR (jazz AND calm)
If I then wanted to filter out "exciting" playlists from those results, it would be:
((folk AND happy) OR (jazz AND calm)) AND (NOT exciting)