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

2010-06-10 Thread Jean-Lou Dupont
Thanks for all your help! I was able to move forward. -- http://www.systemical.com/ http://jldupont.blogspot.com/ twitter: jldupont On Thu, Jun 10, 2010 at 4:04 AM, Jonathan Matthew wrote: > On Tue, Jun 8, 2010 at 5:20 AM, Jean-Lou Dupont wrote: > > I am writing a Python plugin. > > I'd lik

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

2010-06-10 Thread Jonathan Matthew
On Tue, Jun 8, 2010 at 5:20 AM, Jean-Lou Dupont 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()