• 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: Insert Album Art?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Insert Album Art?


  • Subject: Re: Insert Album Art?
  • From: TJ Marbois <email@hidden>
  • Date: Wed, 02 Mar 2005 11:10:28 -0800

Also

How do I modify this so I can select a particular playlist - then a
particular song before pasting the album art?

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


Im trying to sequentially add album art to a pre-created playlist...

Tj


On 3/2/05 11:06 AM, "TJ Marbois" <email@hidden> wrote:

>
> 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

 _______________________________________________
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

References: 
 >Re: Insert Album Art? (From: TJ Marbois <email@hidden>)

  • Prev by Date: Re: Image Event Script Not Working
  • Next by Date: Re: Image Event Script Not Working
  • Previous by thread: Re: Insert Album Art?
  • Next by thread: Mail message printing?
  • Index(es):
    • Date
    • Thread