[Rhythmbox-devel] How to enable Add to playlist menu in RBSource plugin?

2010-05-26 Thread Alexey Grunichev
I have RBSource plugin. I'd like to enable standard Add to playlist functionality. What I can do is to display self.show_source_popup(/BrowserSourceViewPopup) in show_popup_cb (I can customize it later, doesn't matter now) It provides standard BrowserSource menu, e.g. I can activate Add to play

Re: [Rhythmbox-devel] Question

2010-05-16 Thread Alexey Grunichev
On Sun, May 16, 2010 at 5:10 PM, Mark marklux...@ns.sympatico.ca wrote:     I have installed the latest version of Ubuntu LTS 10.04. I installed the beta version some months back but it is up to date. Perhaps the final release is different and does not open Rhythmbox in an annoying way. I will

Re: [Rhythmbox-devel] How to add an entry to a source?

2010-05-07 Thread Alexey Grunichev
Sorry to bother, I need almost the same functionality. Can standard bowser source menu, related with playlist, be applied to custom source (not browser source). In other words, might Add to playlist menu with all actual user's playlists as submenu-items be attached not only to browser source? If

[Rhythmbox-devel] plugin development

2010-03-24 Thread Alexey Grunichev
I want to develop something similar to: http://mail.gnome.org/archives/rhythmbox-devel/2008-August/msg00018.html so, I need to get data from remote service by user submitted filter. I tried to do described in topic and added: def do_impl_search(self, query): print 'it works' return #

Re: [Rhythmbox-devel] plugin development

2010-03-24 Thread Alexey Grunichev
of things (typically you're using something that is not defined and pointing 'nowhere') On 3/24/2010 10:45 AM, Alexey Grunichev wrote: I want to develop something similar to: http://mail.gnome.org/archives/rhythmbox-devel/2008-August/msg00018.html so, I need to get data from remote service