INTERACT FORUM

Please login or register.

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

Author Topic: Theater View File Caption question  (Read 1275 times)

Osho

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1211
Theater View File Caption question
« on: June 07, 2007, 10:51:10 pm »

Hi Everyone,

I know we can assign the aption for a File in theater view by an option in theater view. I would like this option to show the following

[Name] when the track that this album belongs to is not a (Multiple Artists) album.
[Name] - [Artist] when the track that this album belongs to is a (Multiple Artists) album.

Do you know how can I achieve this? It would be even nice if I could right justify the [Artist] in the [Name] - [Artist] case. This will give more information for (Multiple Artists) albums.

thanks,
Osho
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Theater View File Caption question
« Reply #1 on: June 08, 2007, 03:38:33 am »

one thing you could do is make a user library field, call it: TV Name

make that library field calculated and put this in the template:
if(IsEqual(AlbumArtist(),[Artist],1),[Name],[Name] - [artist])

now change the file caption in theaterview >options>advanced to [TV Name]

there is much more possible: http://yabb.jriver.com/interact/index.php?topic=38357.0
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8972
Re: Theater View File Caption question
« Reply #2 on: June 08, 2007, 04:08:23 am »

you could just enter the expression directly into the caption field in theatre views options like so:

if(isequal([album artist (auto)],multiple,8),[name] - [artist],[name])

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Theater View File Caption question
« Reply #3 on: June 08, 2007, 04:16:47 am »

mm nice. in the past is was not possible to put expressions there, was it?
Logged

Osho

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1211
Re: Theater View File Caption question
« Reply #4 on: June 08, 2007, 09:55:06 am »

Nice. thanks guys. I put the expression right there and it worked. Awesome.

Osho
Logged
Pages: [1]   Go Up