Hi,

I'm very much new to open-source development and rhytmbox development
in particular, so please bear with me :-)

Basically I'm writing a plugin that will allow a user to sync their
podcast feeds to ubuntu-one (at the moment with a view to add other
remote sources as I go on).  And I'm pretty much finished with the
bulk of the code.  The only thing I need to do is to have it so that
when new podcast feeds are added and committed from the remote source,
tell rhythmbox to update the feeds.

>From the documentation I see that I would need to use the
rb-podcast-manager class which does not at the moment, have python
bindings.  Moch on IRC suggested I added this class to the bindings.

I would very much like to have a go at this, but, not coming from a
c/c++ background I'm pretty much diving in head first and could use
some pointers on how to do this.

>From a previous post to this list and looking around at the source I
think I've figured out that I need to do:
1. Add the associated header file to the "BINDING_HEADERS_SRCEDIR_IN"
variable in the MakeFile.am in bindings/python
2. Map the header file in the rb.defs file in bindings/python
3. and generate the code somehow.

This last step I'm unsure about: do i just run "pygobject-codegen-2.0"
in the bindings/python dir?

Cheers,

Huntly Cameron
e: huntly.came...@gmail.com
_______________________________________________
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Reply via email to