INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: Fig Newton on January 23, 2013, 09:35:09 pm

Title: Help with an Expression
Post by: Fig Newton 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.
Title: Re: Help with an Expression
Post by: MrC 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>

Title: Re: Help with an Expression
Post by: Fig Newton on January 23, 2013, 09:59:08 pm
Much obliged, just was I was looking for.