Re: [Rhythmbox-devel] entry-added signal & PROP_TIME



On Tue, Jun 8, 2010 at 5:20 AM, Jean-Lou Dupont <jl 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.


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