Take Your Album List WIth You
You probably know that you can use iTunes' Print command to create CD box labels and stuff, which I'm guessing not many people need much any more. You can also print a list of all your Albums, sorted by Artist. Big whoop? Well, instead of printing it to paper, use the PDF Service in PDF Adder to add the listing as a PDF to iTunes' Books library. It syncs to the iBooks app on your iPhone or iPad, too, so you can keep a portable list of all your albums with you. Update it once a month or so. Mine came to thirty-two pages! (Gotta work on my iPhone Cross-Country-Ski-Fingers Speed Scroll technique.)
BTW: I was reminded of album list printing when I heard Kirk chatting with Chuck Joiner about his new book, Take Control of iTunes 10: The FAQ (which will also sync nicely to your iBooks app).
NEW: Re-Locate Selected
Re-Locate Selected will re-locate the files of the selected iTunes tracks from their current location to a new user-chosen folder. iTunes will be updated with each track's new location and all of each track's meta-data will be preserved. There's also an option to remove the files from their original location.
UPDATED: Search Wikipedia v2.2
I have been doing a lot of listening to radio streams in iTunes recently. And because of the "surprise" factor inherent in radio listening, an artist will often be played in a stream that I'm curious about. A good provider will format the current stream title to the somewhat standard format of Artist - Song Name which will be scrolled in the the iTunes display while the stream is, er, streaming. Search Wikipedia v2.2 can now detect if a stream is playing, and, if the current stream title is formatted correctly, search Wikipedia using the artist portion of the title. Of course, otherwise, Search Wikipedia will use the playing or selected track's tags as the basis for a Wikipedia article search.
Current Track to Twitter is Obsolete
Been getting a lot of email from users of the Current Track to Twitter script. The bad news is, yes, the script no longer works. The reason is that as of September 1, 2010, the Twitter API no longer accepts Basic Auth authorization, which is what the script uses to access your Twitter account. Twitter now only accepts OAuth authorization, which isn't exactly a good fit with AppleScript (it is ideal for web-based apps, however). Therefore, it is not likely I will be updating the script to use OAuth.
UPDATED: Change Hidden iTunes Preferences v2.2
Change Hidden iTunes Preferences v2.2 includes the hack going around that restores the iTunes 10 title bar and control buttons to horizontal.
Fix Automator Actions For iTunes 10
A quick fix for the problem of Automator Actions breaking with iTunes 10 is posted at Mac OS X Hints. It is related to the versioning routine I was talking about yesterday and iTunes' version "10.0" string.
Gracenote Search MIA?
I've never known Gracenote (CDDB) to be down for maintenance, so it's unusual to see a 404 when going to the Gracenote search page. What's up with that?
iTunes 10 Breakage (Nothing Serious)
Some AppleScripts from this site use a routine that checks for the version of iTunes you are running. Some of the scripts that use these routines are broken under iTunes 10. So when running a script with iTunes 10.0 you may run into a dialog that erroneously reports something like "This script requires iTunes 6.0.2 or better". This is not a bug in iTunes, but a problem with the way the script does the version check. (Long story short: the version number once was a number, but more modern versions of apps use a string. Thus "10.0" is not necessarily greater than "9.2.1" and the routine fails to accommodate this.) You can edit/comment out the version check routine yourself or wait until I get around to fixing the handful or so scripts that are affected. In that case, let me know if you see the error.
iTunes 10 Now Available
Apple released iTunes 10 yesterday, available from the iTunes download page and Software Update (it was about 8 hours between Steve Jobs' announcement and the release). iTunes 10 has a new look, an AirTunes reboot with AirPlay, and the new "Ping" social networking feature. As far as I can tell, current AppleScripts and apps from this site work as well as they always have on iTunes 10. I'll have more compatibility information if necessary after I check around with my iTunes Buddies.