dougscripts.com

AppleScript

April 30 2007 - 9:04 am

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.

April 26 2007 - 9:51 am

MPAA Ratings

Several people have asked me if it is possible to add or change the MPAA ratings of TV Shows and Movies via AppleScript. From what I gather, the simple answer is no. As far as AppleScript goes, there is no such thing as a "MPAA rating" property which can be directly accessed. As far as I can tell (and I haven't spent a lot of time investigating this), video files downloaded from the iTunes Store contain the MPAA data. For instance, my "Daily Show" video files contain some info that looks like this: "us-tv|tv-14|500|". This can also be seen in the XML file in the Content Rating node--remember that the XML file is written out by iTunes, not read in by iTunes, so changing the XML file does nothing. I actually opened one of video these files in TextEdit, changed the "tv-14" of this string to "tv-ma", and after saving the file, "TV-MA" appeared in the Track Name of the show. It took quite a while, but I'm sure a perl routine could do it faster. But be that as it may, I am not sure how to add an MPAA rating to a file which you may have gotten by some means. I am aware that the program Losify (which I recommend!) is able to do it, but the file does need to be re-written.

April 11 2007 - 11:09 am

NEW: Trackographer v1.0

Trackographer is a Stay-Open applet that will monitor iTunes and send tag information from each playing track (including radio streams if they provide track info) to a text file. Preferences can be set to include or not include various basic tags and to create a plain text file or a tab-delimited text file which can be imported into a spreadsheet.

April 6 2007 - 9:46 am

NEW: Search Artists to Make Sort Artist

This script doesn't do anything you couldn't already do manually, but does put the whole process into a single script. Search Artists to Make Sort Artist will search for tracks whose Artist tag contains a user-entered search string. It will then ask you for a text string to use in each of those tracks' Sort Artist Tag. Or, rather than have the script automatically enter a Sort Artist, you can choose to display the results of the search in a new playlist to inspect them, then use Batch Set Tracks Sorting Tags to set the Sort Artist tag of just the selected tracks. FWIW.

March 26 2007 - 3:29 pm

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.

March 23 2007 - 9:52 am

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.

March 21 2007 - 11:57 am

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.

March 21 2007 - 10:21 am

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!

March 19 2007 - 3:19 pm

Apple's AppleScripts for iTunes Found

I had mentioned earlier that Apple's AppleScripts for iTunes page had been re-posted with no links to the original iTunes scripts. But the original has been resuscitated on this page, which includes a download link for the original iTunes AppleScripts from Apple.

March 19 2007 - 7:36 am

UPDATED: Tracks Without Artwork to Playlist v2.2

Tracks Without Artwork to Playlist will survey the selected tracks or the selected Playlist for tracks without any artwork and quickly copy them to a new discrete Playlist. This latest version corrects for some rare "false positives".

Site contents © 2001 - 2024 (that's right: 2001) Doug Adams and weblished by Doug Adams. Contact support AT dougscripts DOT com. About.
All rights reserved. Privacy.
AppleScript, iTunes, iPod, iPad, and iPhone are registered trademarks of Apple Inc. This site has no direct affiliation with Apple, Inc.
The one who says "it cannot be done" should not be interrupting the one who is doing it.