INTERACT FORUM

Please login or register.

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

Author Topic: Smart list expression  (Read 969 times)

Twit

  • Junior Woodchuck
  • **
  • Posts: 63
Smart list expression
« on: April 08, 2012, 01:16:57 am »

Hi All,

I'm sure this is real easy but I have no idea how to write the expression.

Basically I want a smartlist that shows:

All songs where [artist] DOES NOT EQUAL [albumartist] but exclude various artists in the [albumartist] field. (Because I know they won't tie up any way)

Thanks
Simon.
Logged

mark_h

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1854
Re: Smart list expression
« Reply #1 on: April 08, 2012, 03:14:29 am »

[=isequal([album artist (auto)],[artist])]=0 -[Album Artist (auto)]=[/(Multiple Artists/)]

Paste that into the search window or the import box of a smartlist wizard...
Logged

Twit

  • Junior Woodchuck
  • **
  • Posts: 63
Re: Smart list expression
« Reply #2 on: April 09, 2012, 01:34:45 pm »

Thanks
Logged

icstm

  • World Citizen
  • ***
  • Posts: 150
Re: Smart list expression
« Reply #3 on: April 10, 2012, 05:33:15 am »

How very coincidental, I was going to ask the same thing!
Do I just "-" other multiple artist tags? (eg Original Cast, London Cast, etc). Actually I would just want to also exclude any album artist containing "cast"...
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Smart list expression
« Reply #4 on: April 10, 2012, 11:10:30 am »

Actually I would just want to also exclude any album artist containing "cast"...

To exclude any containing cast, append the term:

   -[Album Artist]="cast"

You may want a different artist field, such as [Artist] or [Album Artist (auto)], so use what works in your situation.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up