Hello :)
Smart playlist are really awesome. But somewhat limited.
It's either all AND or all OR
But I found out you can do some stuff by hacking the collection.nml file
$ARTIST % "steven" | $GENRE % "house" | $GENRE % "techno"
^ This is a normal query created from traktor. If a track matches any of the 3 filter the track will be added to the playlist.
But when you manually change it by hand to:
$ARTIST % "steven" & $GENRE % "house" | $GENRE % "techno"
It will either show techno tracks OR house track by steven. Yay
I don't know how to make brackets yet. Anyone got an idea?
I used this website to de/encode the HTML.