INTERACT FORUM

Please login or register.

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

Author Topic: Theater View Expression For Playing Now  (Read 353 times)

Maltsters

  • Junior Woodchuck
  • **
  • Posts: 51
Theater View Expression For Playing Now
« on: October 31, 2023, 10:16:13 am »

In theater view, now playing, the Artist, Track Name and Total Time is displayed as a lower third.

Options=> Theater View => Advanced => Theater View Expression for Now Playing, currently uses the following expression: If(IsEmpty([Artist]), , [Artist]/ / / . / / / )[Name]If(IsPlaying), / / / . / / / [Total Time Display],)   

Is it possible to also display the Album Name, if so how?

I have tried various syntax involving [Album] and [Album]If(IsPlaying) but I have not been able to get it to work.
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2365
Re: Theater View Expression For Playing Now
« Reply #1 on: November 19, 2023, 03:51:29 pm »

IsPlaying() is a function, it needs the parenthesis.

Something like:
If(IsEmpty([Artist]), , [Artist]/ / / . / / / )[Name] - [Album]If(IsPlaying(), / / / . / / / [Total Time Display],)

Or:
[Album Artist (Auto)] - [Album] / / / . / / / [track #]. [Name]If(IsPlaying(), / / / . / / / [Total Time Display],)
Logged
Pages: [1]   Go Up