Archive for the ‘iTunes9’ Category

March 9 '10 - 10:08 am
UPDATED: Export Artwork v2.0

Export Artwork saves the artwork of the single selected track to a user-chosen folder as a PNG or JPG file, with scaling options. Default location is the folder containing the selected track’s file, however any location can be selected.

This latest version fixes a problem creating the graphics file with iTunes 9 under Snow Leopard, and is generally updated after two years.

February 1 '10 - 5:58 pm
iTunes 9.0.3 is Released

Apple has released iTunes 9.0.3. Fixes:

  • iTunes no longer ignores your “Remember password for purchases” setting.
  • Addresses problems with syncing some Smart Playlists and Podcasts with iPod.
  • Resolves a problem recognizing when iPod is connected.
  • Addresses issues that affect stability and performance.

My download went faster from the download page than from Software Update.

Happily, AppleScript applications now appear as they should in the iTunes Script menu, which was a bug introduced in v9.0.2. Thanks!

Wait wait wait. Some apps appear and some apps don’t. Guess I’d better investigate further :P

UPDATE. Nope. AppleScript application bundles do not display.

October 31 '09 - 10:17 am
Confirmed: iTunes 9.0.2 Script Menu App Bundle Bug

iTunes 9.0.2 will not display AppleScript Application Bundles in its Script menu. The apps are still where they are supposed to be, ~/Library/iTunes/Scripts/ or /Library/iTunes/Scripts/, and they still work when fired from the Finder. It’s just that iTunes doesn’t recognize them for inclusion in the Script Menu. Apple is aware of the issue.

This is a problem in Snow Leopard since the default build type for AppleScript applications is the bundled type–there is no longer an option to create “plain” application scripts. Thus any AppleScript applications created in Snow Leopard will not appear in iTunes’ Script menu, as well as, of course, any AppleScript application ever saved as Application Bundle.

Scripts affected will display Kind: Application (Universal) in their Get Info window.

Affected apps that you simply gotta access while iTunes is frontmost can be copied/moved to ~/Library/Scripts/Applications/iTunes/ and they will appear in the system-wide Scripts menu.

October 30 '09 - 1:39 pm
Apps Not Displaying

On further investigation, it appears that AppleScript applications with bundles are not displaying in the iTunes 9.0.2 Script menu. This means that any app written under 10.6 will not appear since app bundles are the default application build style. Apps written without bundles pre-10.6 will display. Regular scripts, with or without bundles, seem fine.

UPDATE: ScriptPal is a good workaround.

posted in Bugs, iTunes, iTunes9

October 30 '09 - 1:26 pm
Interesting iTunes 9.0.2 Mystery

A Correspondent alerted me to an unusual behavior with iTunes 9.0.2 and the script application Needle Drop: it doesn’t appear in iTunes’ Script menu, under Leopard or Snow Leopard. I don’t know what to suspect yet.

Of course, it still works if you double-click it in the Finder, but that kind of defeats the purpose of having a Script menu.

I will investigate.

posted in Bugs, iTunes9

September 29 '09 - 7:31 pm
iTunes Status Display Sees Your Selection

Rob Griffiths points out that in iTunes 9, as you are selecting or de-selecting tracks in any playlist or library, the size and time in the status display along the bottom of the iTunes browser window increases or decreases respectively. Neat!

posted in Tips and Info, iTunes9

September 23 '09 - 11:18 am
About That Default Playlist Screen?

It’s gone in iTunes 9.0.1. Hooray.

posted in iTunes9

September 21 '09 - 12:28 pm
Grab Lyrics from iTunes LP? No.

If you are about to email me with something along these lines: Hey! Is it possible to get the lyrics from an iTunes LP and put them in the individual tracks’ lyrics tag? That’d be great!

The lyrics you see displayed in an iTunes LP are .png image files and the lyrics cannot be scraped as text.

posted in iTunes9

September 18 '09 - 5:32 pm
About That New Playlist Default Screen

Betalogue’s post, iTunes 9: About that new ‘Playlist’ screen, may be a bit hypercritical but on target. Being an iTunes user since it was SoundJam I definitely find the In-Case-You’re-A-Total-N00b aspect of it unnecessary. After seeing it, maybe, three times it’s become just plain annoying. A preference to shut the thing off would be great.

posted in Opinion, iTunes9

September 16 '09 - 8:51 am
Get Current Track from iTunes LP

When you’re playing an iTunes LP the Command-L shortcut to reveal/select the track in iTunes doesn’t work. Unless.

Place the iTunes LP “booklet” in its own playlist (select it and press Shift-Command-N) and open that playlist in its own window by double-clicking the name of the playlist (or choose “Open in New Window” by Control-clicking the playlist name). Double-click the booklet to open the iTunes LP in the playlist window just opened. Now you have access to the main iTunes browser while the iTunes LP stuff is playing in the separate window.

This script will emulate the Command-L shortcut providing the iTunes LP is in a separate window:

tell application "iTunes"
	if player state is stopped then return
	set pID to (get current track's persistent ID)
	set mLib to (some playlist whose special kind is Music)
	reveal (some track of mLib whose persistent ID is pID)
end tell


posted in AppleScript, Tips and Info, iTunes9

This column is printer-friendly.
Site contents © 2001 - 2010 Doug Adams and weblished by Doug Adams, dougscripts AT mac DOT com.
All rights reserved. Legal.
AppleScript, iTunes, and iPod are registered trademarks of Apple Inc.
Image 01 Image 01 Image 01 Image 01 Image 01 Image 01 Image 01 Image 01 Image 02 Image 03 Image 03 Image 03 Image 03