How can I get GrowlTunes to Launch whenever iTunes Launches?
Posted
by
Orion751
on Super User
See other posts from Super User
or by Orion751
Published on 2010-10-01T21:46:40Z
Indexed on
2011/03/10
16:13 UTC
Read the original article
Hit count: 228
I think I would be able to do this by modifying iTunes' launch services. Any idea how to go about that?
Would editing its info.plist file in a manner similar to below do what I'm looking for?
<key>LSOpenApplication</key>
<string>?</string>
EDIT: Would http://developer.apple.com/library/mac/#documentation/Carbon/Reference/LaunchServicesReference/Reference/reference.html%23//apple_ref/c/func/LSOpenApplication provide any hints?
EDIT2: Last.fm's official Mac Scrobbler (http://www.last.fm/download) is a perfect example of the functionality that I'm looking for.
© Super User or respective owner