iTunes plugin query
Scott Stevenson
sstevenson at mac.com
Thu Mar 29 22:58:07 PDT 2007
On Mar 29, 2007, at 6:39 AM, Gregory Weston wrote:
> How can an iTunes plugin find the path/url/fsref/whatever for the
> currently-playing track?
I don't know the answer, but here are two leads:
1. You could ask this guy very nicely and see if he'd be willing to
share:
http://homepage.mac.com/gweston/dockart/
2. You can use NSDistributedNotificationCenter in other apps. I
assume it would work inside a plugin as well (for Carbon it would
probably be the CF version):
http://homepage.mac.com/simx/technonova/C1966536352/E20061120021355/
index.html
This option seems like total overkill, but maybe it would work for
your needs.
- Scott
More information about the MacOSX-dev
mailing list