Re: [Rhythmbox-devel] entry-added signal & PROP_TIME
- From: Jonathan Matthew <jonathan d14n org>
- To: rhythmbox-devel gnome org
- Subject: Re: [Rhythmbox-devel] entry-added signal & PROP_TIME
- Date: Thu, 10 Jun 2010 18:04:29 +1000
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]