I forgot to copy the list ;-)

Begin forwarded message:

From: Daniel Lord <[EMAIL PROTECTED]>
Date: May 9, 2007 10:30:41 PDT
To: julien ricard <[EMAIL PROTECTED]>
Subject: Re: [Pythonmac-SIG] signal from itunes when song changes?

Growl does it, so there must be a way to register for state change notifications as a listener (I am speculating).
Maybe check the Growl SDK and find out how their iTunes Growler works.
Google for Growl and then access the developer information to get the SDK which should have the source code for the iTunes module.
Someone better versed in this may chime in as well.

Daniel

On May 9, 2007, at 10:16, julien ricard wrote:

hi,

I'm building a kind of plugin for itunes using python and qt. In order
to practice a bit, I've started with a very simple one: display the
song currently played (no 'update' button). The problem is that I
don't know how to get the signal from itunes when the song changes in
order to update the song
information in my qt app. I've done a loop checking when the name
change, but it doesn't look very optimal... Anybody could help?

thanks!

jul
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to