Every now and then I copy this info into a permanent tag written into the file itself called "situation".
I would like to be able to build a query in Playlist generator and also in Albumlist (or playlisttree).
To check things at work, I wrote
CODE
$if($stricmp(%__kw1%,%__situation%),match,unmatch)
in the trackinfo panel and, for a track with matching tags it shows "match".Now, how can I filter the database and get only the tracks that match (or that don't)?
When I try with the playlist generator writing
CODE
__kw1 HAS %situation%
I get nothing.Probably I'm missing something.
Thanks