Add functionality to query tags better and intricately.
As of now, songs are queried by subtracting song sets from added song sets alone: mixie tag1 tag2 - tag3 tag4
What I'm looking forward to is something more intricate like: mixie (tag1 tag2) - (tag3 & tag4)
This feature would parse:
& operation
() seperation and creation of sets
- nested
( )
Add functionality to query tags better and intricately.
As of now, songs are queried by subtracting song sets from added song sets alone:
mixie tag1 tag2 - tag3 tag4What I'm looking forward to is something more intricate like:
mixie (tag1 tag2) - (tag3 & tag4)This feature would parse:
&operation()seperation and creation of sets( )