Searching for a track on iTunes

Posted by jldupont on Stack Overflow See other posts from Stack Overflow or by jldupont
Published on 2010-05-02T02:05:22Z Indexed on 2010/05/02 2:07 UTC
Read the original article Hit count: 233

Filed under:
|
|
|

I'd like to search for tracks on iTunes using a Python script on Mac OS/X. I found a way to access the iTunes application through:

iTunes = SBApplication.applicationWithBundleIdentifier_("com.apple.iTunes")

but I haven't figured out (yet) the way to perform searches. A little help appreciated.

Disclaimer: OS/X newbie here.

© Stack Overflow or respective owner

Related posts about osx

Related posts about python