AppleScript
UPDATED: Tracks Without Artwork to Playlist v2.1
I was wondering why some people were still getting false positives when using Tracks Without Artwork to Playlist. Then it dawned on me that if a multiple library was loaded, the wrong iTunes Music Library.XML file was being checked! This new version corrects that problem.
UPDATED: Remote Management Scripts v1.3
I've updated Remote Management Scripts, which is a collection of scripts that assist with managing/editing/copying shared tracks on a remote machine via the iTunes on a local machine. Nothing too major: I consolidated and streamlined some routines, changed the loginLib.scpt to allow the iTunes Music Library volumes for each machine to be listed (rather than in the individual scripts that require them), and provided an option to unmount volumes after scripts that mounted them have finished.
Thinking About Remote Management Scripts
Remote Management Scripts have been up for awhile and enable you to manipulate tracks/files from a "Shared" music library--providing you have access to the "Shared" computer (username, password, Bonjour/Rendevous name, and the drive that the music files are located on). I was using them today to move stuff around our home network. Seems to me I can make these easier to configure and use.
NEW: Update Expired Podcasts
This Mac OS X Hints post proposes a solution to a problem I was having: iTunes will stop updating a podcast subscription if one of its episodes has not been played within five days (so that's what happened). The poster provided an AppleScript solution, which, although admirably on the right track, was somewhat convoluted. Why not just plain update the podcasts! Update Expired Podcasts will batch-update every podcast subscription in your Podcasts playlist by simply "telling" iTunes to updatePodcast for each podcast subscription. The trick is getting a discrete list of podcast subscription names for the updatePodcast command; put 'em in a repeat loop and yer done.
UPDATED: Copy To Lyrics (Service) v1.1
A quick update to Copy To Lyrics (Service) adds display alerts to appear when appropriate. This Service menu service copies selected text from any application to a selected iTunes track's Lyrics tab. It was created from an AppleScript using ThisService. And BTW, I want to thank ThisService developer Jasper for helping me out with a few questions on how ThisService works.
NEW: Copy To Lyrics (Service)
I have been hearing some buzz about Waffle Software's ThisService application which will create and install services based on virtually any command-line script or AppleScript. So I thought I'd give it a shot. Copy To Lyrics (Service) is a service that will copy the selected text from an application to a single selected iTunes track's Lyrics tab. I just did it for fun, really, but it might save some lyric-gathering obsessives a few keystrokes.
UPDATED: Tracks Without Artwork To Playlist v2.0
My friends at The Unofficial Apple Weblog posted a hint about Album Artwork that quickly caused a gushing of downloads for Tracks Without Artwork To Playlist. Unfortunately, the earlier version of that script did not account for artwork downloads from the iTunes Store, and thus would generate many false positives. I have corrected this in the latest version. Let me know how this new one runs at your place.
NEW: Google Video Search
Now that Google has finally incorporated YouTube videos in their Google Video search index, Google Video Search may come in handy. It uses your choice of the Song Name, Artist, Album, or Composer of the playing or selected track as the basis for a search of Google Video using your default web browser.
NEW: Search for Pandora Stations
My Good Friend, Best Man, and Ever-Faithful Correspondent Greg reminded me about the Pandora website: it creates streams of like-sounding songs based on a "seed" track you supply.You create "stations" which stream through your web browser. I've been having a ball with it. Search for Pandora Stations will use the Artist, Album, or Composer of the selected or playing iTunes track as the basis for a search of Pandora stations. If you like what you find, you can add a station to your Pandora account.
UPDATED: Search Wikipedia v1.1
I've updated Search Wikipedia to fix its corrupted Read Me file and also to improve the selected-or-playing track routine. This script will use the Artist, Album, or Composer tag of the playing or selected track as the basis for a search of Wikipedia, the result of which will display in your default browser.