Re: iTunes 4.0.1 and artwork success
Re: iTunes 4.0.1 and artwork success
- Subject: Re: iTunes 4.0.1 and artwork success
- From: Paul Skinner <email@hidden>
- Date: Wed, 28 May 2003 01:06:20 -0400
On Tuesday, May 27, 2003, at 07:00 PM, Doug Adams wrote:
iTunes v4.0.1 lets me do this:
Code:
--
set theImage to read (choose file) as picture
tell application "iTunes"
set theP to view of front window
tell theP
set data of artwork 1 of track 1 to theImage
end tell
end tell
Cheers
--
Doug Adams
Doug,
Are you sure about that?
Tell the view of the front window? There's no such thing as far as I
can tell. It returns 'library playlist id 990 of source id 36'. And it
errors with -116 when it tries to set the artwork. OMM.
Paul
_______________________________________________
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.