Bluemindo bugs http://codingteam.net/project/bluemindo/bugs/ Latest bugs for Bluemindo. en pep don't work with gajim Mon, 01 Mar 2010 04:49:45 +0100 http://codingteam.net/project/bluemindo/bugs/show/1205 http://codingteam.net/project/bluemindo/bugs/show/1205 hindu-kush File "/usr/share/bluemindo/src/plugins/jabber/__init__.py", line 51, in start_plugin self.stop_plugin() File "/usr/share/bluemindo/src/plugins/jabber/__init__.py", line 220, in stop_plugin self.quit_jabber_account() File "/usr/share/bluemindo/src/plugins/jabber/__init__.py", line 176, in quit_jabber_account if self.is_jabber_account: AttributeError: Jabber instance has no attribute 'is_jabber_account' The dolphin has plunge! Typo in manpage Sun, 31 Jan 2010 14:22:02 +0100 http://codingteam.net/project/bluemindo/bugs/show/1126 http://codingteam.net/project/bluemindo/bugs/show/1126 ThibG There is a small typo in the man page: "powerfull" instead of "powerful". Ability to search in the library Mon, 18 Jan 2010 21:06:12 +0100 http://codingteam.net/project/bluemindo/bugs/show/1065 http://codingteam.net/project/bluemindo/bugs/show/1065 xbright (see attached mock-up, thanks to Grady) egg.trayicon is deprecated, switch to gtk.StatusIcon Sun, 20 Dec 2009 14:43:30 +0100 http://codingteam.net/project/bluemindo/bugs/show/1017 http://codingteam.net/project/bluemindo/bugs/show/1017 ThibG egg.trayicon is now drepecated, in favor of gtk.StatusIcon, available since pygtk 2.10. Although bluemindo can already use gtk.StatusIcon, its behavior differs between egg.trayicon.TrayIcon and gtk.StatusIcon. Indeed, using TrayIcon, bluemindo changes its status icon to reflect its state (playing, stopped, paused...). That's not the case when using gtk.StatusIcon. Moreover, when hovering the icon, it'll either, if using TrayIcon, display a notification (which is wrong IMHO), or, if using StatusIcon, do nothing. It should display a tooltip in that case. However, gtk.Tooltips are only available since pygtk 2.12. no repeat mode when there is only one song in the playlist Sun, 30 Aug 2009 00:41:41 +0200 http://codingteam.net/project/bluemindo/bugs/show/792 http://codingteam.net/project/bluemindo/bugs/show/792 mathieui If the playlist contains only one song, this song only plays once, even if "repeat mode" is on. Crash while loading Sat, 29 Aug 2009 13:24:26 +0200 http://codingteam.net/project/bluemindo/bugs/show/790 http://codingteam.net/project/bluemindo/bugs/show/790 mathieui Bluemindo always crash when I try to change the interface while the interface is already loading. Same when I degroup/group the artists quickly in the album view. Maybe you should add some rules in order to prevent that (making the radio buttons unclickable during the operation, for example) An easier way to delete a song from the playlist Sat, 29 Aug 2009 12:49:05 +0200 http://codingteam.net/project/bluemindo/bugs/show/789 http://codingteam.net/project/bluemindo/bugs/show/789 mathieui Actually, in order to delete a song from the playlist, you have to right-click on the song, and then, select "Delete from the playlist" in the menu. And it's really annoying to do that ten times, when you want to organize your playlist. So I believe that a "Delete song from playlist" button, and the support of the Del key may make this operation quicker. bluemindo should have a random mode Sat, 29 Aug 2009 12:25:59 +0200 http://codingteam.net/project/bluemindo/bugs/show/788 http://codingteam.net/project/bluemindo/bugs/show/788 mathieui Actually, bluemindo has a « shuffle playlist » button, which randomizes the playlist, but only once. I think that a « random song/artist/album in playlist/album/artist » mode could be useful (for people like me who listen their whole playlist several times per day). bluemindo should display the current playing title on webradios Thu, 27 Aug 2009 17:46:37 +0200 http://codingteam.net/project/bluemindo/bugs/show/785 http://codingteam.net/project/bluemindo/bugs/show/785 ThibG Currently, when playing a webradio, Bluemindo displays 'Webradios', but a proper behaviour should be to display the current song's title if available. Random playlists randomly fails Thu, 27 Aug 2009 17:42:29 +0200 http://codingteam.net/project/bluemindo/bugs/show/784 http://codingteam.net/project/bluemindo/bugs/show/784 ThibG Due to the use of randint instead of randrange.