INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Problem with smartlist code.  (Read 616 times)

tore-

  • Regular Member
  • Member
  • *
  • Posts: 3
  • I'm a llama!
Problem with smartlist code.
« on: October 11, 2003, 12:59:00 pm »

Ive got some problems with my smartlist code:

[Genre]=[Blues],[Dance],[Folk],[Oldies],[Pop/Funk] or [Album]=[Absolute Dance Classics CD1],[Absolute Dance Classics CD2] -[Artist]=[The Beatles]

I want to add genre
Quote
[Blues],[Dance],[Folk],[Oldies],[Pop/Funk]
, and add albums
Quote
[Absolute Dance Classics CD1],[Absolute Dance Classics CD2]
and remove artist The Beatles.

The problem is that it wont remove The Beatles... what gives?

Have MC9.1.269, checked the changelog and couldnt find anything updated to this part. Havent bothered to update my version.

Thanks for great support!
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42053
  • Shoes gone again!
Re:Problem with smartlist code.
« Reply #1 on: October 13, 2003, 08:59:56 am »

Without parenthesis, this is what MC is doing:

(Genre=blah) or (Album=blah -Artist=beatles)

So, just add parenthesis because I think this is what you want:

(Genre=blah or Album=blah) -Artist=beatles

Hope that helps.
Logged
Matt Ashland, JRiver Media Center
Pages: [1]   Go Up