On Sat, May 29, 2010 at 9:28 PM, sdfsdf sdfsd <subscribe-l...@tut.by> wrote:
> In "Rhythmbox Development Reference Manual" for RBPlaylistManager
> defined methods such as:
>  rb_playlist_manager_add_to_playlist and
> rb_playlist_manager_remove_from_playlist
>
> But at the root /bindings/python/rb.defs they are not.
> Do you plan to add python binding in the near future?

Not really. Those methods are intended for DBus clients. If you're
writing a plugin, you can get at the playlist sources directly.

> What is the alternative now?

Find the Source object for the playlist you want to modify from the
sourcelist and use the add_entry, remove_entry, add_location, and
remove_location methods.
_______________________________________________
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Reply via email to