INTERACT FORUM

Please login or register.

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

Author Topic: Currently playing song  (Read 1794 times)

InflatableMouse

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3978
Currently playing song
« on: December 19, 2011, 04:11:43 am »

Hey guys,

Not sure when this changed but I've just noticed that the currently playing song is no longer very obviously bold. It used to be very bold, but now its just not very obvious any more and I have trouble finding the song that is playing in the list.

Can I change this back to something more obvious or maybe add a play icon to the start of the row?


Thanks.
Logged

mark_h

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1854
Re: Currently playing song
« Reply #1 on: December 19, 2011, 04:21:06 am »

You could certainly use the IsPlaying() function to flag the currently playing track...
Logged

InflatableMouse

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3978
Re: Currently playing song
« Reply #2 on: December 19, 2011, 04:27:01 am »

I don't get that, use what exactly?  ?

I went through the options in the menus to see if this could be configured and I couldn't find it thats why I ask.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Currently playing song
« Reply #3 on: December 19, 2011, 11:49:47 am »

Which Skin are you using?

The Playing Now playlist (available the tree) will always show you the currently playing track for the current zone.  Are you saying it is not bold there either?
Logged
The opinions I express represent my own folly.

rick.ca

  • Citizen of the Universe
  • *****
  • Posts: 3729
Re: Currently playing song
« Reply #4 on: December 19, 2011, 01:44:56 pm »

I don't get that, use what exactly?

Add an Expression Column using something like If(IsPlaying(),♪,). Or more useful, If(IsInPlayingNow(),♪,) to flag all files in Playing Now.

But the bolding of the currently playing item hasn't changed.
Logged

InflatableMouse

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3978
Re: Currently playing song
« Reply #5 on: December 21, 2011, 08:17:50 am »

Hm you're right, MC16 had the same level of 'boldness' in the Playing Now list, weird I hadn't noticed that before.

From what I remember it used to be much bolder, even so that the text became wider and wouldn't fit in collums scaled for the normal text.

I'm using the Noire skin btw, always have since it became available.

The If(IsPlaying()... expression works fine btw, thanks for that. The IsInPlayingNow adds the icon to all of them, making it useless.
Logged

rick.ca

  • Citizen of the Universe
  • *****
  • Posts: 3729
Re: Currently playing song
« Reply #6 on: December 21, 2011, 02:26:03 pm »

Quote
The IsInPlayingNow adds the icon to all of them, making it useless.

Useless if you're trying to use it to distinguish the currently playing file from others in Playing Now, but the bolding of the currently playing file should take care of that. ;)

What font are you using? See Options > Tree & View > Select font...
Logged
Pages: [1]   Go Up