[Rhythmbox-devel] plugin development



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
    # return rb.BrowserSource.do_impl_search(self, query)

But by activation I get "Segmentation fault" error. I tried *args and
**kwargs (thaught problem in arguments), but it didn't help. May be
something has been changed since 2008.

Another question (less important) - can I disable a couple of buttons
(there is artist/title etc search by default - but I have only one
filter for remote data)?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]