INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: sapnho on April 04, 2004, 03:08:48 am
-
I am trying to set up a smartlist containing all (non classical) instrumental music where in the name you find the terms "love, amour or liebe". (Hey, and that after 11 years of marriage... ;))
However, when I set up the following, I also get the non instrumental stuff (I have defined people as either the language or instrumental)
[Name]=liebe or [Name]=love or [Name]=amour [Custom 2]=[Moderne Musik],[Soundtrack] [People]=[instrumental]
What am I doing wrong?
-
From a purely mathematical standpoint, you need to enclose your 'or' statements in brackets, otherwise, any track that meets one of the 'or statements will get on the list, even if it doesn't meet all the rest.
-
Would it look like this?
[[Name]=liebe or [Name]=love or [Name]=amour] [Custom 2]=[Moderne Musik],[Soundtrack] [People]=[instrumental]
-
It looks like you need onw more open bracket '[' at the beginning, otherwise it looks right to me.
More importantly, does that work?