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

2008-04-17 Thread Christian Bünnig
Hi, thanks for the quick reply. On Thu, 2008-04-17 at 10:16 +1000, Jonathan Matthew wrote: > 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 plu

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