Archive for the ‘Internet’ Category
NEW: Search Amazon UK MP3
Search Amazon UK MP3 uses terms from the selected iTunes track as the basis for a search of the Amazon UK’s MP3 site.
UPDATED: eMusic Search v2.0
Added a “Similar to: Artist” option to eMusic Search v2.0. Also runs as universal binary and has some minor performance enhancements.
NEW: Search CD Universe for Album
My friend Kirk McElhearn has a very fine article at Macworld on working with album artwork: where to get it, how to get it, and so on. He mentions that the CD Universe website is a good place to snag album artwork and so I thought I’d slap together a quick script to search the site. Search CD Universe for Album will use the album tag of the selected iTunes track as the basis for a “Title” search at CD Universe. You’ll have to manually navigate the site once the search results page comes up, but at least the script gets you started.
UPDATED: CDDB Safari Kit v2.4.1
Gracenote has recently updated its page format thus obliging me to update CDDB Safari Kit to version 2.4.1. If you are interested, they are using more CSS and have stopped using list tags for track names and numbers.
CBR and All That
OK, so we know that unchecking AAC VBR in Preferences > Advanced > Importing actually gives you ABR (Average Bit Rate) encoding and checking it gives you VBR_Constrained. I just put up a script that uses afconvert to import CD tracks as old-style CBR (Constant Bit Rate). However, even this apparently does not provide a constant bit rate. For example, after ripping a few tracks with it and attempting to join and export them in QuickTime, I do not get the pass through option. Checking their info with the QT Inspector the bit rates are indeed slightly different. Here’s what’s weird: CD tracks I ripped with a pre-v7.5 iTunes without VBR also have slightly different bit rates, but QT allows the export as pass through. I’ve gotta do some research.
UPDATED: Search SlothRadio for Artwork v1.1
Search SlothRadio for Artwork v1.1 uses the Artist and Album name of the selected or currently playing track in iTunes to initiate a search for corresponding cover artwork using SlothRadio’s Cover Finder. They recently changed their web page format and so the script has been updated. Thanks to Correspondent Jostein Sletvold for the info.
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.
NEW: Scour Web Page for Media v0.5
Scour Web Page for Media will examine the current web page in Safari for your choice of media files, such as those on a MP3 blog (currently mp3, aac, and pdf files are supported), and allow you to select any found files to download and then add them to iTunes. Options include selecting download location, adding to a particular iTunes playlist, and the ability to delete the original files after adding to iTunes.
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.
NEW: Current Track to Twitter v1.0
If you’re a Twitter user, Current Track to Twitter is a stay-open applet that continuously monitors iTunes and when a new song starts playing will post info about that song to your Twitter account, including song name, artist, album, and rating stars. Geeky!