Strange, it works on my machine, if there is an artwork,
maybe the reason is, I don’t have downloaded artworks (those which are stored externally),
all my artworks are in the audio files
tell application "iTunes"
try
set albDownBool to the downloaded of artwork 1 of track trackName of playlist "Music"
if albDownBool is equal to false then
set albArt to the data of artwork 1 of track trackName of playlist "Music"
else
set albArt to false
end if
end try
end tell
Ah, you meant you’re going to move this topic to the AppleScript Studio forum. Haha, thought you meant you’re going to move on to AppleScript Studio, because this topic exemplifies how much it’s capable of… Don’t ask, please.
No offence masna but there are a lot of iTunes controllers out there. Is there any special features that yours has that doesn’t exist already? Take a look at mine, its got just about everything you need. http://www.macupdate.com/info.php/id/22076
You need to work on your GUI as well…things are uneven and its just not that overly pleasing to the eye.