I am picking up some of the tricks of creating smartlists, but am totally stymied on how to construct "or" syntax, especially when using a "contains" criteria or when mixing up two different criteria.
Examples of what I mean:
I have the classic Rhino "British Invasion" box set. I wanted to create a smartlist that contains that set plus some of the key groups that are missing. Say The Dave Clark Five and The Animals (their early and biggest hits aren't on the box set). So the construct of such a smartlist would be "album contains "British Invasion"" OR "artist contains "the Animals"" OR "artist is "the Dave Clark Five"". Note: Animals music is easier to find with a "contains" since they also recorded as "Eric Burden and the Animals"
Similarly, I don't understand to to string together a playlist of more than one specified classical conductors: e.g. "artist contains "Leonard Bernstein"" OR "artist contains "Herbert von Karajan"". In classical, conductors record with numerous orchestras and soloists, so a "contains" search is more inclusive.
The workaround I can find is to write the smartlist as "artist is any" and then check off all the combinations I can find. That's tedious. And I usually have to make several correction to catch missing permutations.
I have read
http://wiki.jriver.com/index.php/Search_Language repeatedly, and when I follow the instructions for "or" formulas, it results in an "and" criteria. Or it doesn't work at all:
[Media Type]=[Audio] [artist]=[the Dave Clark Five],"Animals", [Album]="the british invasion"