OS: Windows 7 Enterprise (64-bit) SP1
Issue: Taskbar no longer shows Artist/track info on hover
Steps to Reproduce: Hover over the taskbar icon. The tooltip (including the previous/pause/next controls) displays, but rather than the artist/track info, just the "Google Play Music Desktop Player" text appears. I have the "Show song information always" setting checked. No hotkeys specified. Minimize to Tray is not set either.

Can you explain why you need/want this. It was reported somewhere as bad practice for your app to have a title other than your apps name.
If someone went through task manager and saw an app called "Justin Beiber - Sorry" they would cry murder and have no idea what it is.
So yeah, why do you want this?
I'm not sure whether it's bad practice or not. But I can tell you that Spotify shows Artist/track info on hover when there is a song playing.

I believe that is so that other apps can read the currently playing song. We have the JSON and WebSocket API for that?
I can undestand changing the title of the app as being a bad practice, but this was a nice thing to have.
When I'm listening to a radio, for instance, sometimes I just want to check the current song title and artist. Just hovering over the taskbar is a nice way to do that.
Maybe make this as an option (off by default)?
@rgoliveira There is a point when it comes to options that I simply have to draw the line. I don't what the app to become a whole load of
if (Settings.get('shouldDoThisObscureThing') {
doTheThing();
}
It's supposed to be simply and easy to maintain and making small options for things that only one platform and at that only a few people on that platform will use / even notice just doesn't seem worth the code smell to me
Samuel,
The only reason I raised this as an issue is because prior to the latest
upgrade, I thought it used to display the artist/title. Am I wrong?
FWIW, I'm pretty sure that many other audio players display this info add a
tooltip. I know Winamp does... So does VLC. Windows Media Player doesn't, but it does have a separate tooltip popup:

But I totally get that this is a nice-to-have rather than a requirement...
Like @rgoliveira, I just like to quickly be able to see the track info,
without needing to open the window. If you can add it as an option, that
would be cool. But completely understand if you don't want to spend time
adding bloat.
Sent from my phone - please excuse spelling & brevity...
On Mar 9, 2016 6:12 AM, "Samuel Attard" [email protected] wrote:
@rgoliveira https://github.com/rgoliveira There is a point when it
comes to options that I simply have to draw the line. I don't what the app
to become a whole load ofif (Settings.get('shouldDoThisObscureThing') {
doTheThing();
}It's supposed to be simply and easy to maintain and making small options
for things that only one platform and at that only a few people on that
platform will use / even notice just doesn't seem worth the code smell to me—
Reply to this email directly or view it on GitHub
https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/387#issuecomment-194311412
.
I would also like to show my support for this feature. I used it a lot when it was in the old version and was disappointed to see it removed. I kind of get what you mean about it being "bad practice", but personally that's not something that bothers me; the convenience of being able to mouseover the taskbar icon to view the currently playing track far outweighs that. Alternatively, is there any way you could have the track info show in the window that pops up without changing what's in the title bar?
I'm going to close this for the following reasons.
If someone wants to implement a secret setting to change this behavior by all means PR it and I'll consider. But I don't see enough of a reason to implement this.
I'll leave it open for 24hours and let people have a pot shot at those 3 points and we'll see how it goes.
Implemented it as a secret setting. I do agree with all three of your points, but I would personally find something like this useful. I would have done it via Tooltip only, but electron doesn't implement any way to make this happen on any OS.
@jostrander since you implemented this as a secret setting, does this mean that in order to be able to see it, I have to download the source and build it on my machine?
@roryhewitt no. That only means there's no visual option in the app. You have to set it by hand on the config file (on Windows it's %USERPROFILE%\AppData\Roaming\Google Play Music Desktop Player\json_store\.settings.json).
@rgoliveira
Groovy :)
@roryhewitt It'll look like this:

Works for me. I am a happy bunny :)
Most helpful comment
@roryhewitt It'll look like this:
