You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
ianrispin
changed the title
Add NOT operator and ability to chain operations for filtering
[Playlist Tags] Add NOT operator and ability to chain operations for filtering
Apr 17, 2024
There already is a NOT operator, it's ! - so: indie ![year:2020] would match all playlists tagged indie, but not those tagged as [year:2020]
Regarding part 2:
Great suggestion. The current dropdown implementation is pretty restrictive.
Bergbok
changed the title
[Playlist Tags] Add NOT operator and ability to chain operations for filtering
[Playlist Tags] Add ability to chain operations for filtering
Apr 30, 2024
📝 Provide a description of the new feature
There are two parts to this request:
➕ 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)
The text was updated successfully, but these errors were encountered: