Updates
iTunes 7.3 Available
As suspected, Apple has posted iTunes 7.3. Presumably it provides support for iPhone, but if there are any significant AppleScripting changes, I will post as soon as I can.
iTunes 7.2 AppleScript Changes
I'll be posting any AppleScript changes I find in iTunes 7.2 on this page.
New reveal Command
iTunes 7.2 introduces the reveal AppleScript command. Given a track or playlist reference, it will select that track or playlist. Helpful!
iTunes 7.2 Released
Apple has released iTunes 7.2 which will accomodate DRM-free purchases from the iTunes Store. You may recall that you will be able to purchase tracks with DRM for the same price, or iTunes Plus tracks without DRM and at higher quality for a slightly increased price. Anyway, I'll report on any AppleScript changes as soon as I can.
UPDATED: Block Party! v1.5
I've updated Block Party! to v1.5. This script creates a "Block Party" playlist of random Artists and a specific number of their randomly selected songs arranged in a row ("two-fers", "three-fers", etc). Now works faster by virtue of being a compiled script, plus a few routines have been speeded up. Other changes include the ability to filter out movie and PDF tracks, filter out tracks smaller than a particular time limit, and filter out tracks of specific genres, the latter two of which are hackable in the body of the script.
UPDATED: De-Genre v2.0
Eliminate superfluous Genre names fast with De-Genre v2.0. This script re-assigns the Library tracks of selected Genres to another Genre so that the original--and consequently un-assigned--Genres disappear from iTunes' Genre pop-up list. As you may know, you can make many superfluous Genres vanish from iTunes' Genres pop-up list simply by eliminating a reference to them in your tracks; when no tracks are assigned to a particular Genre, that Genre will be dropped from the list. (iTunes original Genre names cannot be removed this way; only those accumulated from other sources or created by you.)
UPDATED: Find Album Artwork with Google v2.5
Brett O'Connor's popular Find Album Artwork with Google has been updated to 2.5. This script will do a Google search for artwork based on the selected track's Album. This latest version updates image size settings to be in-line with Google Image's redesign and fixes a problem with an ampersand character breaking the search string.
UPDATED: Join Together v5.1.2
Join Together has been updated to v5.1.2. A couple of months ago I started getting reports from Join Together users regarding a strange "-54 file open" error. This error occurred as Join Together was attempting to apply tags to the joined file in iTunes. Turns out that iTunes 7.1.x is busy analyzing audio data during the "add" routine, thus leaving the file open and preventing the tags from being applied. I couldn't duplicate the error myself (still don't know why), so I had to rely on the kindness and patience of a good dozen or so users to fix the problem. Looks like it's licked. Also, the "-2753 variable" error that some people were getting has also been fixed. This was another error that I was unable to duplicate, so, once again, many thanks to the beta testers for their patient assistance.
UPDATED: CDDB Safari Kit v2.3.3
CDDB Safari Kit had to be updated because Gracenote mooked with their template. These two AppleScripts, "CDDB Safari" and "CDDB Tracks to iTunes via Safari", assist in finding and retrieving Album track information, Album, Artist, and Year from Gracenote's CDDB website using Apple's Safari browser.
UPDATED: Current Track to Twitter v1.5
Whew! Quick update to Current Track to Twitter, which was NEW this morning (see previous entry). Rather than have you hard code the script, you can now create a new password in your Keychain with your Twitter account info, thus keeping it secure. You'll have to set up a new password with the Keychain Access app and instructions are included in the script's Read Me. Much obliged to Coda Hale's original script for QuickSilver which provided some routines.