INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: Zardoz2293 on August 15, 2014, 11:12:59 am

Title: Display Icon/Graphic in Column View
Post by: Zardoz2293 on August 15, 2014, 11:12:59 am
Is there a way to display an icon or graphic in a Column? I'm defining "Static" as a resource icon, the same for all. In the case below two different icons would be displayed.

Calculated Field:

If(IsInPlayingNow(), "InPlayingNowStaticIcon", If(IsPlayingNow(), "PlayingNowStaticIcon", ))

In the example below, there are six songs displayed in the "Audio" group. Immediately you can tell "The Lion Sleeps Tonight" and "Mah Na Mah Na" are in the "Playing Now" group with "Mr. Custer" currently playing. Once "Mr. Custer" is finished playing it would change to "InPlayingNowStaticIcon"

Thoughts, feedback (other than my Juvenal choices of listening music  ;) ), suggestions, and more? Thanks!!!!
Title: Re: Display Icon/Graphic in Column View
Post by: gappie on August 19, 2014, 10:31:33 am
no I don't think so.. but you could use some character and an expression.. I use this to show what is in playing now just after the image(small thumbnail)
if(isequal(IsInPlayingNow(),1),♪,)

 :)
gab
Title: Re: Display Icon/Graphic in Column View
Post by: Zardoz2293 on August 22, 2014, 07:51:24 pm
no I don't think so.. but you could use some character and an expression.. I use this to show what is in playing now just after the image(small thumbnail)
if(isequal(IsInPlayingNow(),1),♪,)

 :)
gab

Thanks!