Scripts and Apps
iTunes script:
Proper English Title Caps 2 v.1.1
AppleScript for iTunes to reformat the song/artist/album title of your iTunes tracks according to the rules of proper English title case. Also corrects common song title database errors, which improperly use a grave ` instead of an apostrophe ‘ for contractions and possessives, and have odd spacing before and after some punctuation.
Please report bugs and feature suggestions to boszko at gmail dot com.
The current version of this script can always be found on this page. (Just click on the script title above.)
Features changed/added as of v.1.1, Tue Jun 28, 2006:
- Remove leading spaces at the start of the title
- Remove extra spaces
- Remove trailing spaces after opening brackets
- Remove leading spaces before commmas and ending brackets
Features changed/added as of v.1.0, Tue Jun 27, 2006:
- Convert grave to apostrophe
Based on “Proper English Title Capitalization,” by Cantus Vetustus. His AppleScript can be downloaded here.