Managing Track Info 1 2 3 4 5 6 7 8 9
Hey! Because a script entry's location can change over time, the URL in the address bar of your browser should not be copied or bookmarked. To accurately bookmark or copy the URL of an entry, control-click or right-click on its title or permalink for this entry button and select an option from the pop-up.
Filenames to Song Names 
This script will rename the selected tracks in iTunes with their filenames (minus the extension).
There is no accounting for track numbers that may prefix the filename. To remove characters from the beginning of your Song Names try using the script Remove n Characters From Front.
- Info:
- build type: Plain AppleScript
- written by Doug Adams
- latest version posted: April 15, 2005
- total downloads: 11266
- zip download size: 106.8K
Sundry Info To Comments
Copies your single choice of file name, file path (location), parent folder name, current playlist, volume, file comments, file creation date, database id, file creator, or file type to each selected track's comment tag. These are data are not normally accessible from within iTunes. By placing in the track's comment tag, you will have it available, even to sort by (when you sort by comments).
- Info:
- build type: Plain AppleScript
- written by Doug Adams
- latest version posted: March 19, 2005
- total downloads: 2664
- zip download size: 48.1K
Search/Replace Tag Text 
Performs a search-and-replace on your choice of a tag (Song Name, Album, Artist, Composer, Comments, Genre, or Grouping) in the selected tracks or all the tracks in the selected Playlist. Based on "Replace Text In Track Names" et al from Apple's AppleScripts for iTunes.
- Info:
- build type: Plain AppleScript
- written by Doug Adams
- posted: March 6, 2005
- total downloads: 15861
- zip download size: 46.5K
Copy Track Info to CD Tracks v1.3
As of version 4, iTunes has a "Replace Existing" option when users are re-importing CD tracks to replace existing tracks. The problem is that iTunes will only allow this option if the ID3 info for the CD tracks and the current iTunes tracks is identical. This script writes the writable info from selected tracks to the info of a CD; when you re-rip, the CD track data is already the way you want it.
- Info:
- build type: Plain AppleScript
- written by John Paul Davis
- latest version posted: February 25, 2005
- latest version downloads: 2179 | total downloads: 3372
- zip download size: 115.6K
Fix HTML Entities
This script will search the selected Playlist for tracks whose tags (Song Name, Album, Artist, Composer, Grouping, and Comments) contain HTML entities and convert them to their text equivalents.
- Info:
- build type: Plain AppleScript
- written by Steve Meuse
- posted: February 9, 2005
- total downloads: 756
- zip download size: 121K
Track Number to Song Name Prefix
This script will examine the Track Number of the selected tracks (or all the tracks in the selected Playlist if no tracks are specifically selected) and append it to the beginning of the track's Song Name, i.e: "01 - Song 1", "02 - Song 2", and so on. Tracks whose Song Names already contain a number prefix or have no track number will be skipped.
- Info:
- build type: Plain AppleScript
- written by Doug Adams
- posted: February 3, 2005
- total downloads: 2919
- zip download size: 38.9K
Remember These Tags For A Sec' v1.4
This script applet stores the tags of the selected iTunes track (as a script property). Later, when you select another track and run the script again, it will paste the stored tags to that track. You are able to choose which tags you want stored.
- Info:
- build type: Plain AppleScript
- written by Doug Adams
- latest version posted: November 13, 2004
- latest version downloads: 2021 | total downloads: 3141
- zip download size: 67.7K
Append to Selected Tag v1.1 
Append the same user-entered text to the beginning or ending of the existing text in the chosen tag (Song Name, Artist, Album, Composer, or Comments) in each selected track.
- Info:
- build type: Plain AppleScript
- written by Doug Adams
- latest version posted: November 3, 2004
- latest version downloads: 5063 | total downloads: 6103
- zip download size: 126.2K
Put Track Prefix to Track Number v1.5 
For each selected track whose name begins with a number (of 1 to 3 digits) the script will copy the number to the track's track number tag.
This script used to also remove the track number text from the Song Name, but no longer does so. For that use Remove n Characters From Front
(Also see Number Prefix to Track Number, which only works with 2 digit numbers.)
- Info:
- build type: Plain AppleScript
- written by Doug Adams
- latest version posted: September 21, 2004
- latest version downloads: 9314 | total downloads: 11100
- zip download size: 40.5K
Fix Broken Tracks 
This script attempts to merge the data of so-called "dead tracks" (iTunes tracks designated with (!)) with the real track that you have re-added to your iTunes Library. Read Me explains more.
- Info:
- build type: Plain AppleScript
- written by Jennifer Croft
- posted: July 6, 2004
- total downloads: 6242
- zip download size: 112.4K