• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Getting coverart from a track via AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
References: 
 >Getting coverart from a track via AppleScript (From: "Daniele M." <email@hidden>)

  • Prev by Date: Re: C question for you old guys ;-)
  • Next by Date: Re: C question for you old guys ;-)
  • Previous by thread: Getting coverart from a track via AppleScript
  • Next by thread: disable ability to drag window
  • Index(es):
    • Date
    • Thread