Re: [Rhythmbox-devel] how to adjust play order in a plugin

2008-04-16 Thread Jonathan Matthew
On Thu, Apr 17, 2008 at 8:09 AM, Christian Bünnig <[EMAIL PROTECTED]> wrote: > Hey! > > How can I set the play order within a python plugin? There's no direct way to do this. Why does your plugin need to set the play order? > The shell player provides the method add_play_order(...) but I have n

[Rhythmbox-devel] how to adjust play order in a plugin

2008-04-16 Thread Christian Bünnig
Hey! How can I set the play order within a python plugin? The shell player provides the method add_play_order(...) but I have no clue how to use this function. I also wonder why it is called 'add_..' and not 'set_..' ? Thanks for some help! Regards, Christian

Re: [Rhythmbox-devel] [new plugin] Desktop Art

2008-04-16 Thread Chris Rose
On Wed, 2008-04-16 at 22:11 +0200, Mathias Nedrebø wrote: > This looks like an other python 2.4 problem. > > I think you need to change class SongInfo(): to class SongInfo: to make > the plugin work. I dont have an easy way to test with 2.4 my selves. You are right. I hit the same problem deploy

Re: [Rhythmbox-devel] [new plugin] Desktop Art

2008-04-16 Thread Mathias Nedrebø
> On Wed, 2008-04-16 at 22:43 +0200, giopas wrote: >> Mathias Nedrebø ha scritto: >> > Hi, >> > >> > This looks like an other python 2.4 problem. >> > >> > I think you need to change class SongInfo(): to class SongInfo: to >> make >> > the plugin work. I dont have an easy way to test with 2.4 my s

Re: [Rhythmbox-devel] [new plugin] Desktop Art

2008-04-16 Thread Matt Novenstern
On Wed, 2008-04-16 at 22:43 +0200, giopas wrote: > Mathias Nedrebø ha scritto: > > Hi, > > > > This looks like an other python 2.4 problem. > > > > I think you need to change class SongInfo(): to class SongInfo: to make > > the plugin work. I dont have an easy way to test with 2.4 my selves. > > >

Re: [Rhythmbox-devel] [new plugin] Desktop Art

2008-04-16 Thread giopas
Mathias Nedrebø ha scritto: > Hi, > > This looks like an other python 2.4 problem. > > I think you need to change class SongInfo(): to class SongInfo: to make > the plugin work. I dont have an easy way to test with 2.4 my selves. > > BTW: Isn't SID suposed to be a up to date distro, any reason you

Re: [Rhythmbox-devel] [new plugin] Desktop Art

2008-04-16 Thread Mathias Nedrebø
Hi, This looks like an other python 2.4 problem. I think you need to change class SongInfo(): to class SongInfo: to make the plugin work. I dont have an easy way to test with 2.4 my selves. BTW: Isn't SID suposed to be a up to date distro, any reason you are still using python 2.4 - Mathias >

Re: [Rhythmbox-devel] [new plugin] Desktop Art

2008-04-16 Thread giopas
[EMAIL PROTECTED] ha scritto: > Hi, > > I have started to work on a new plugin. It is a plugin that displays album > cover art on the desktop. It is far from perfect yet, but I think it is > ready for daily usage now. > Hi Mathias, I've tried to test your plugin (on Xfce4 and on GNOME, Debian

Re: [Rhythmbox-devel] New Plugin?

2008-04-16 Thread Sven Arvidsson
On Tue, 2008-04-15 at 13:51 +0200, Peer Wüschner wrote: > I am just wondering, if it wouldn't be a nice idea to create a plugin > for the export and import of radiostations, one has already configured? > I always have to start from scratch and do it station by station. > This certainly would enhanc

[Rhythmbox-devel] [new plugin] Desktop Art

2008-04-16 Thread mathias
Hi, I have started to work on a new plugin. It is a plugin that displays album cover art on the desktop. It is far from perfect yet, but I think it is ready for daily usage now. You can find the plugin at: http://nedrebo.org/kode/rhythmbox_desktop_art/ The plugin can be check out from svn, as d

[Rhythmbox-devel] New Plugin?

2008-04-16 Thread Peer Wüschner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, over there, I am just wondering, if it wouldn't be a nice idea to create a plugin for the export and import of radiostations, one has already configured? I always have to start from scratch and do it station by station. This certainly would enha