[Rhythmbox-devel] Plugin Development - Reading 'playlist-urls' from shell player

2011-01-23 Thread Harris Reid
Hello All, i am trying to write a plugin for rhythmbox and I'm learning many things new. But I'm stuck at one point where I need to read the 'playlist-urls' from shell player object. 'Playlist-urls' contain the urls which would be used to play a radio stream as mentioned in the description

[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 Ron Croonenberg
What is it you are trying to do? a segmentation fault can be caused by a bunch 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:

Re: [Rhythmbox-devel] plugin development

2010-03-24 Thread Alexey Grunichev
Ok, I have MySource class: class MySource(rb.BrowserSource): def __init__(self): rb.BrowserSource.__init__(self) self.activated = False def do_impl_search(self, search): print 'SEARCH!!! %s' % search return #return

Re: [Rhythmbox-devel] plugin development

2010-03-24 Thread Jonathan Matthew
On Thu, Mar 25, 2010 at 12:45 AM, Alexey Grunichev grunic...@gmail.com 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 by user submitted filter. I tried to do described in topic

Re: [Rhythmbox-devel] plugin development

2008-08-06 Thread Jonathan Matthew
On Tue, Aug 05, 2008 at 12:59:41AM +0400, Alexander Kraev wrote: Hello all, I am developing a plugin for one of social networks(just a home project for myself and friends). I almost do not know Python, but it seems that I can study it faster than GObject or Vala. I have a one

[Rhythmbox-devel] plugin development

2008-08-04 Thread Alexander Kraev
Hello all, I am developing a plugin for one of social networks(just a home project for myself and friends). I almost do not know Python, but it seems that I can study it faster than GObject or Vala. I have a one question about plugin development for Rhythmbox on Pyton. I have

Re: [Rhythmbox-devel] [Plugin Development] How to Manage Entries in the RhythmDB ?

2008-05-25 Thread Mats Taraldsvik
On Sat, 2008-05-24 at 13:11 +0200, Mats Taraldsvik wrote: Hi! I've added the save_to_disk attribute. I couldn't set it from Python. http://bugzilla.gnome.org/show_bug.cgi?id=534062 I'm trying to add an mp3 file to the database with shell.get_property(db).entry_new( entry_type, 'file://'

[Rhythmbox-devel] [Plugin Development] How to Manage Entries in the RhythmDB ?

2008-05-24 Thread Mats Taraldsvik
Hi! I've added the save_to_disk attribute. I couldn't set it from Python. http://bugzilla.gnome.org/show_bug.cgi?id=534062 I'm trying to add an mp3 file to the database with shell.get_property(db).entry_new( entry_type, 'file://' + file_to_add ) This does work, but the file is added to the

[Rhythmbox-devel] [plugin development] Manipulating the rhythmdb ++

2008-05-13 Thread Mats Taraldsvik
Hi! I'm taking my first steps in plugin development , and have found the WritingGuide to be very helpful. However, there are still missing pieces. As I progress on my plugin, I'll be happy to add info to the WritingGuide. (Python)How can I add, delete, modify entries in the rhythmdb?

Re: [Rhythmbox-devel] Plugin development

2005-08-11 Thread Bastien Nocera
On Thu, 2005-08-11 at 15:04 +0200, Vincent Arnoux wrote: Hello, I am new here. What is the status of plugins development in rhythmbox ? Can we use any language (Python, Mono, ...), is there a framework, is there any rules for plugin themes ? There's no plugin framework, but you can control

Re: [Rhythmbox-devel] Plugin development

2005-08-11 Thread Sriram Ramkrishna
Have we talked about developing plugins for rb? I seem to remember a convo a year ago or so. Plugins would be kind of cool but might be a next gen thing. sri On Thu, Aug 11, 2005 at 02:06:39PM +0100, Bastien Nocera wrote: On Thu, 2005-08-11 at 15:04 +0200, Vincent Arnoux wrote: Hello, I

Re: [Rhythmbox-devel] Plugin development

2005-08-11 Thread Bastien Nocera
On Thu, 2005-08-11 at 09:22 -0700, Sriram Ramkrishna wrote: Have we talked about developing plugins for rb? I seem to remember a convo a year ago or so. Plugins would be kind of cool but might be a next gen thing. I don't see this happening in the near future, as we want to implement quite a

Re: [Rhythmbox-devel] Plugin development

2005-08-11 Thread Haran Shivanan
On Thu, 2005-08-11 at 14:06 +0100, Bastien Nocera wrote: There's no plugin framework, but you can control Rhythmbox using D-Bus and/or Bonobo. See this page: http://www.gnome.org/projects/rhythmbox/utils.html D-Bus and Bonobo are great for querying rhythmbox, but it would be nice to be able to