Re: iTunes 4 & Artwork scripting
Re: iTunes 4 & Artwork scripting
- Subject: Re: iTunes 4 & Artwork scripting
- From: Doug Adams <email@hidden>
- Date: Thu, 1 May 2003 07:31:14 -0400
So far, we can grab the art and put it in the clipboard:
tell application "iTunes"
set myP to view of front window
if selection exists then
set c to (item 1 of index of selection)
tell myP
if artworks of track c exists then
set pic to data of the artworks of track c as picture
set the clipboard to pic
return clipboard info
end if
end tell
end if -- selection
end tell
A script that copied one track's artwork to all others in the playlist
would be cool. All help appreciated.
--
Doug Adams
email@hidden
iTuners! Get Some AppleScripts!
Doug's AppleScripts for iTunes
<malcolmadams.com/itunes/>
RSS feed:
<malcolmadams.com/itunes/dougs.rss>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.