On Tue, Jun 8, 2010 at 5:20 AM, Jean-Lou Dupont <j...@jldupont.com> wrote:
> I am writing a Python plugin.
> I'd like to act upon each 'song' during the "entry-added" signal.  How do I
> filter against "PROP_TYPE" in this case?

Instead of accessing the entry type as a property, you need to use
entry.get_entry_type(). You can then compare it against
db.entry_type_get_by_name("song") or whatever.
_______________________________________________
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Reply via email to