| OS X - Operating System General OS operation information and support |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Jun 21, 2008
Posts: 6
![]() |
Because I want the launcher Quicksilver to display my artwork when it changes track, I want my artwork to be in the ID3 tags of mp3s and not in the separate database in iTunes 8. On the Quicksilver forums I came across the following script:
(* "Embed Artwork" for iTunes 7 or better written by Brian Webster - v1.1 sept 25 2006 - added routine to check for a selection, account for de-selection of tracks (D.A.) - v1.0 sept 25 2006 - initial release *) tell application "iTunes" if selection is not {} then set sel to selection with timeout of 300000 seconds repeat with aTrack in sel repeat with anArtwork in artworks of aTrack if downloaded of anArtwork is true then set theData to data of anArtwork set data of anArtwork to theData end if end repeat end repeat end timeout else display dialog "Select some tracks first..." buttons {"Cancel"} default button 1 with icon 2 giving up after 15 end if end tell I pasted it into Script editor and ran it but it said "Expected end of line, etc, but found identifier" and had the word "button highlighted" What is wrong with this script? Or how should I otherwise convert all my artwork? |
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| iTunes - can't get album artwork! | mantaraybay | Music, Audio, and Podcasting | 6 | 04-18-2008 11:05 AM |
| iTunes Tips And Tricks | RJgamer | iPod Hardware and Accessories | 2 | 07-12-2007 11:59 AM |
| iTunes is setting its own burn speeds... help! | Manny Pantz | iPod Hardware and Accessories | 4 | 03-15-2007 02:41 AM |
| How do I create an iTunes vault? | jabroni5 | iPod Hardware and Accessories | 1 | 04-01-2006 06:57 AM |
All times are GMT -4. The time now is 08:00 AM.
Powered by vBulletin