INTERACT FORUM

Please login or register.

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

Author Topic: Help with an Expression  (Read 695 times)

Fig Newton

  • Recent member
  • *
  • Posts: 12
Help with an Expression
« on: January 23, 2013, 09:35:09 pm »

In an album thumbnail text, I like to display the artist on the first line and the album name on the second line. However, when the album contains multiple artists, I do not wish to have anything displayed on the first line. I would appreciate any help.

Thank you.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Help with an Expression
« Reply #1 on: January 23, 2013, 09:50:36 pm »

It sounds like you want two lines of thumbnail text in your categories view.  Here's one a little more than what you've asked for, but the extra stuff might pique your interest:

   if(isequal([Album Artist (auto)], /(Multiple Artists/)), , [Album Artist (auto)])
   <font color="888888">Delimit([Album], / /[[Year]/])<//font>

Logged
The opinions I express represent my own folly.

Fig Newton

  • Recent member
  • *
  • Posts: 12
Re: Help with an Expression
« Reply #2 on: January 23, 2013, 09:59:08 pm »

Much obliged, just was I was looking for.
Logged
Pages: [1]   Go Up