After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 565453 - Now playing baloon title
Now playing baloon title
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: User Interface
1.4.1
Other All
: Normal enhancement
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
: 586105 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-12-23 13:44 UTC by Carlos Júnior
Modified: 2010-02-17 20:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Now playing popup (30.12 KB, image/png)
2009-02-17 09:12 UTC, Alexander Kojevnikov
  Details
Improving now playing notification pop-up (1.45 KB, patch)
2009-03-26 06:00 UTC, Alexander Kojevnikov
reviewed Details | Review
before (22.20 KB, image/png)
2009-03-26 06:01 UTC, Alexander Kojevnikov
  Details
after (22.40 KB, image/png)
2009-03-26 06:02 UTC, Alexander Kojevnikov
  Details
Added "by X from Y" (4.22 KB, patch)
2009-03-26 22:38 UTC, Alexander Kojevnikov
none Details | Review
after v2 (18.72 KB, image/png)
2009-03-26 22:40 UTC, Alexander Kojevnikov
  Details
Updated to git master (4.19 KB, patch)
2009-07-09 07:30 UTC, Alexander Kojevnikov
none Details | Review
Updated to git master (4.03 KB, patch)
2009-10-12 11:56 UTC, Alexander Kojevnikov
committed Details | Review

Description Carlos Júnior 2008-12-23 13:44:31 UTC
The title of this dialog is "Now playing" which is bigger than the music that is playing and the author. I suggest to change the title to the name of the track, that is the most important info there, also, we don't need this title since is very clear that this dialog is about the music 'now playing' .

Other information:
Comment 1 Alexander Kojevnikov 2009-02-17 09:12:23 UTC
Created attachment 128891 [details]
Now playing popup

This is how the balloon looks like in the svn trunk version. I guess this bug has already been fixed and can be closed.
Comment 2 Gabriel Burt 2009-02-19 04:12:07 UTC
The balloon that pops up when the song changes is different.
Comment 3 Alexander Kojevnikov 2009-03-26 06:00:45 UTC
Created attachment 131408 [details] [review]
Improving now playing notification pop-up

This patch replaces the "Now Playing" title with the name of the song. It also shows the album name as some space has been freed up.

I'm going to attach before/after screen-shots.
Comment 4 Alexander Kojevnikov 2009-03-26 06:01:53 UTC
Created attachment 131409 [details]
before
Comment 5 Alexander Kojevnikov 2009-03-26 06:02:09 UTC
Created attachment 131410 [details]
after
Comment 6 Gabriel Burt 2009-03-26 15:33:41 UTC
I think adding the 'by' and 'from' would be helpful - I get confused with bands I'm not familiar with what is the band name and what is the album name.
Comment 7 Alexander Kojevnikov 2009-03-26 22:38:09 UTC
Created attachment 131466 [details] [review]
Added "by X from Y"

(In reply to comment #6)
> I think adding the 'by' and 'from' would be helpful - I get confused with bands
> I'm not familiar with what is the band name and what is the album name.
> 
Good idea! This patch borrows the code from TrackInfoDisplay to create the by/from markup. I will attach the screen-shot.
Comment 8 Alexander Kojevnikov 2009-03-26 22:40:29 UTC
Created attachment 131467 [details]
after v2
Comment 9 Alexander Kojevnikov 2009-06-17 10:28:53 UTC
*** Bug 586105 has been marked as a duplicate of this bug. ***
Comment 10 Praveen Thirukonda 2009-06-17 12:10:40 UTC
so if this has a working patch from 3 months ago then why is this problem still existing in latest unstable release versions of 1.5 series?
please merge it.
Comment 11 Alexander Kojevnikov 2009-07-09 07:30:21 UTC
Created attachment 138104 [details] [review]
Updated to git master
Comment 12 Alexander Kojevnikov 2009-10-12 11:56:20 UTC
Created attachment 145278 [details] [review]
Updated to git master
Comment 13 Gabriel Burt 2009-10-27 20:18:39 UTC
Bulk changing the assignee to banshee-maint@gnome.bugs to make it easier for people to get updated on all banshee bugs by following that address.  It's usually quite apparent who is working on a given bug by the comments and/or patches attached.
Comment 14 Alexander Kojevnikov 2009-11-12 23:27:50 UTC
Thanks for review, Gabriel!

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 15 Sense Hofstede 2010-02-17 20:33:57 UTC
This patch both breaks the the GtkNotificationAreaBox implementation since it assumes that notif_area.Widget really returns something useful, whereas GtkNotificationAreaBox.Widget == null.