Re: Getting coverart from a track via AppleScript
Re: Getting coverart from a track via AppleScript
- Subject: Re: Getting coverart from a track via AppleScript
- From: Creed Erickson <email@hidden>
- Date: Wed, 11 Jun 2003 15:11:49 -0700
On Wednesday, June 11, 2003, at 09:41 PM, Daniele M. wrote:
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?
Try:
tell application "iTunes"
set x to the data of the artwork of the current track
end tell
And what does this have to do with Cocoa Development?? Prehaps a better
list might be an AppleScript or iTunes list.
---
Creed Erickson <email@hidden>
"Not a shred of evidence exists in favor of the idea that life is
serious."
- Brendan Gill
_______________________________________________
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.