Getting coverart from a track via AppleScript
Getting coverart from a track via AppleScript
- Subject: Getting coverart from a track via AppleScript
- From: "Daniele M." <email@hidden>
- Date: Wed, 11 Jun 2003 21:41:48 -0700
- Organization: westcode software, inc.
I would to get the coverart picture of a iTunes track via AppleScript.
I have used this code:
tell application "iTunes"
set x to the artwork data of the current track
end tell
but i get an error "empty data return" or something like that.
Why?
Thx
----
Daniele Margutti mail: email@hidden
Westcode Software, Ltd. info:
http://www.westcode.vze.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.