Re: Insert Album Art?
Re: Insert Album Art?
- Subject: Re: Insert Album Art?
- From: TJ Marbois <email@hidden>
- Date: Mon, 07 Feb 2005 14:11:24 -0800
Ah
That's a bit more helpful - but it looks like it hasn't been spoken about in
a while...
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
Looks like its that one above + the originating image must be a pict...and
possible a pict exported from preview? Ill have to try this out myself...
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