Re: [Rhythmbox-devel] Python Plugin-LED Cube Visualizations

2009-04-29 Thread Jonathan Matthew
On Wed, Apr 29, 2009 at 03:27:47PM -0700, EmbeddedMicro wrote: > > Thanks a lot for that example! > > However when I run it I get the error. > > File "/home/justin/.gnome2/rhythmbox/plugins/cube/led-cube.py", line 24, > in filter_inserted > p.get_bus().connect('message', self.on_message) >

Re: [Rhythmbox-devel] Python Plugin-LED Cube Visualizations

2009-04-29 Thread EmbeddedMicro
Thanks a lot for that example! However when I run it I get the error. File "/home/justin/.gnome2/rhythmbox/plugins/cube/led-cube.py", line 24, in filter_inserted p.get_bus().connect('message', self.on_message) AttributeError: 'NoneType' object has no attribute 'connect' Jonathan Matthew

[Rhythmbox-devel] Suggestion

2009-04-29 Thread Tommaso Mazzoni
Hi! I am a new ubuntu user, I found out rythmobox, and I like it very mutch! I have a suggestion for you: You could implement the year tab in the album section, like in the winamp medialibrary. It is very useful when you have many albums for the same artist. Thank you for the great work! Tommaso

Re: [Rhythmbox-devel] plans for 0.12.x

2009-04-29 Thread Jonathan Matthew
On Wed, Apr 29, 2009 at 02:26:31PM +0100, John McHugh wrote: > > - make the GStreamer codec install thing less annoying > > Is it fair to assume that packagekit-gstreamer would solve these issues. No. ___ rhythmbox-devel mailing list rhythmbox-devel@gn

Re: [Rhythmbox-devel] Python Plugin-LED Cube Visualizations

2009-04-29 Thread Jonathan Matthew
On Sun, Apr 26, 2009 at 03:47:48PM -0700, EmbeddedMicro wrote: > > I under stand this a bit more. I read up on the spectrum element, but I can't > figure out how to get the messages it sends out. This is what I have now, it > does not work. > > > ... > > Is the bus stuff even remotely correct?

[Rhythmbox-devel] Equalizer plugin

2009-04-29 Thread Christopher Kruse
Hello everyone, I've just finished putting together a plugin for a real-time EQ for Rhythmbox.  The equalizer that is linked to on the Rhythmbox 3rd-party plugins page was a bit weak, and not changeable and accessible during play. My plugin allows a user to change EQ settings on the fly. There's

Re: [Rhythmbox-devel] plans for 0.12.x

2009-04-29 Thread Jonathan Matthew
On Wed, Apr 29, 2009 at 10:55:39AM +0100, Derek Cramer wrote: > 2009/4/29 Jonathan Matthew > > > > > > - GStreamer modernisation efforts (playbin2, decodebin2) > > > > > > decodebin2 is done. The main effect of this is that chained ogg streams > > > work when crossfading is enabled. > > > > > >

Re: [Rhythmbox-devel] plans for 0.12.x

2009-04-29 Thread Derek Cramer
2009/4/29 Jonathan Matthew > > > - GStreamer modernisation efforts (playbin2, decodebin2) > > > > decodebin2 is done. The main effect of this is that chained ogg streams > > work when crossfading is enabled. > > > > playbin2 is being worked on (slowly) here: > > http://bugzilla.gnome.org/show_b

Re: [Rhythmbox-devel] plans for 0.12.x

2009-04-29 Thread Sergey Rudchenko
On Wed, 2009-04-29 at 18:50 +1000, Jonathan Matthew wrote: > > > - embedded cover art > > > > Haven't done anything about this lately, but the latest patch here: > > http://bugzilla.gnome.org/show_bug.cgi?id=345975 could use some testing. > > Since that didn't seem to be happening (or, in a more

Re: [Rhythmbox-devel] plans for 0.12.x

2009-04-29 Thread Jonathan Matthew
On Tue, Mar 31, 2009 at 12:39:46AM +1000, Jonathan Matthew wrote: > On Sat, Mar 21, 2009 at 01:46:29PM +1000, Jonathan Matthew wrote: > > > Intentions for 0.12.x: > > - GNOME modernisation efforts (drop libgnome, maybe use GtkBuilder, etc.) > > libgnome removal is done, GtkBuilder is partly done