Re: Insert Album Art?
Re: Insert Album Art?
- Subject: Re: Insert Album Art?
- From: TJ Marbois <email@hidden>
- Date: Wed, 02 Mar 2005 11:06:08 -0800
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
I cant seem to get this to work with the images I use - even though they are
PICT export.
Anyone else get this to work?
Tj
On 2/7/05 1:40 PM, "Adam K. Wuellner" <email@hidden> wrote:
>
> On Feb 7, 2005, at 3:10 PM, TJ Marbois wrote:
>
>> Hi
>>
>> Thanks for the link to a the script...But I wanted to know the
>> commands.
>> Anyone? Command for pasting in an image into Album Art?
>
> How about this thread:
> <http://bbs.applescript.net/viewtopic.php?
> t=4054&start=0&postdays=0&postorder=asc&highlight=>
>
> Basically, you need to address the 'artwork' entity of a track. The
> picture is stored in the data property of the artwork class. The
> thread details some attempts at getting the data in the proper format.
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden