[Muine] add album name below artist name



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This was brought up before and a patch has been written for it.  It
would be nice if one could see the album name of the current album
without having to hover over the cover image for the tooltip.  It would
look like this:
http://students.washington.edu/yqiang/muine-with-albumname.png

Someone's already written a patch for this at:
http://mail.gnome.org/archives/muine-list/2005-May/msg00021.html

Mine differs in that I didn't really see the need to create a seperate
label for the album name.

Yi
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD6ogetXlIMrUVVksRAtmbAJ0Ybu9stXNfuxOH6k6bN/PdmZkPkwCggaQW
fJdwbKvQGM3KKen+t9n3M7w=
=m5v8
-----END PGP SIGNATURE-----
Binary files muine-0.8.4.fresh/DBusLib/Muine.DbusLib.pidb and muine-0.8.4/DBusLib/Muine.DbusLib.pidb differ
Binary files muine-0.8.4.fresh/PluginLib/Muine.PluginLib.pidb and muine-0.8.4/PluginLib/Muine.PluginLib.pidb differ
diff -ruN muine-0.8.4.fresh/src/PlaylistWindow.cs muine-0.8.4/src/PlaylistWindow.cs
--- muine-0.8.4.fresh/src/PlaylistWindow.cs	2006-01-29 17:27:18.000000000 -0800
+++ muine-0.8.4/src/PlaylistWindow.cs	2006-02-08 15:59:03.000000000 -0800
@@ -1146,8 +1146,9 @@
 				tooltips.SetTip (cover_image, tip, null);
 
 				song_label.Markup = String.Format (
-					"<span size=\"large\" weight=\"bold\">{0}</span>\n{1}",
+					"<span size=\"large\" weight=\"bold\">{0}</span>\n<i>{1}</i>\n{2}",
 					StringUtils.EscapeForPango (song.Title),
+                                        StringUtils.EscapeForPango (song.Album),
                                         StringUtils.EscapeForPango (StringUtils.JoinHumanReadable (song.Artists)));
 
 				this.Title = String.Format (string_title_main, song.Title);
Binary files muine-0.8.4.fresh/src/muine.pidb and muine-0.8.4/src/muine.pidb differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]