Hello everyone,
I'm reaching out for some help with a specific issue I'm encountering in the JRiver Media Center's smartlist editor. I've crafted a couple of search expressions to create a smartlist that includes "Dub" tracks where "Techno" exists in either the Genre or Style tags, while excluding any tracks tagged as "Dubstep" in either Genre or Style. The expressions I created are as follows:
([Genre]="Dub" AND ([Genre]="Techno" OR [Style]="Techno")) OR ([Style]="Dub" AND ([Genre]="Techno" OR [Style]="Techno")) AND (-[Genre]="Dubstep") AND (-[Style]="Dubstep")
([Genre]="Dub" AND (-[Genre]="Dubstep") AND ([Genre]="Techno" OR [Style]="Techno")) OR ([Style]="Dub" AND (-[Style]="Dubstep") AND ([Genre]="Techno" OR [Style]="Techno"))
These search queries in the files view work as intended, see screenshot 1.
However, when I apply either of these expressions in the smartlist editor, the syntax seems to be automatically altered to something different, which looks like this:
([Genre]="Dub" -[Genre]="Dubstep") ([Genre]="Techno" or [Style]="Techno") ([Style]="Dub" -[Style]="Dubstep") ([Genre]="Techno" or [Style]="Techno")
see resulting Smartlist in screenshot 2 and the Smartlist editor windows in screenshot 3 and 4.
This alteration doesn't meet my requirements, and I'm struggling to understand why this change is happening and how to correct it. Does anyone have experience with this type of issue or any insights into why the smartlist editor might be altering my expressions?
Any help or guidance would be greatly appreciated. I'm using JRiver 30 on Windows, in case that's relevant.
Thank you in advance!