image
image

|


Go Back   macosx.com > Gadgets > iPod

Reply
 
Thread Tools
  #1  
Old January 12th, 2007, 10:03 AM
Lt Major Burns's Avatar
"Dicky" Charlteston-Burns
 
Join Date: Jan 2005
Location: Manchester
Posts: 3,329
Thanks: 0
Thanked 0 Times in 0 Posts
Lt Major Burns will become famous soon enough
advanced ID3 tagging?

i have about a thousand tracks in my itunes which aren't part of any larger album, but still have album tags. as they're not part of a full album, it's starting to get messy, so i'd like to rename the album to something like 'other'. however, i'd still like to keep the information that's already there.

ideally i'd like to move all the information from the 'album' tag to the 'comment' section instead.

is there any mac tagging software that will allow me to do this?
__________________
Dual 1.8GHz G5 2GB, 1TB, Radeon 9600XT 128MB, 10.5
20" Apple Cinema Display + Dell 2005FPW 20" dual-head
iBook G3 700MHz
640MB, 40GB, Rage128 16MB, 10.4, dying battery
Reply With Quote
  #2  
Old January 12th, 2007, 10:58 AM
Mikuro's Avatar
Crotchety UI Nitpicker
 
Join Date: Mar 2005
Posts: 2,448
Thanks: 2
Thanked 5 Times in 5 Posts
Mikuro is on a distinguished road
The great thing about iTunes is that it's scriptable. You can manipulate tags any way you want with the help of AppleScript. I wrote myself a script to do exactly what you need a while ago. Here it is:

Code:
tell application "iTunes"
	repeat with tracknum from 1 to the number of items of the selection
		set the_tag to the album of item tracknum of the selection
		set the_comment to the comment of item tracknum of the selection
		if the_comment does not contain the_tag then set the comment of item tracknum of the selection to (the_comment & the_tag)
	end repeat
end tell
Just select all the tracks you want to change in iTunes, and run the script. If any of those tracks already have comments, the album name will be appended to the existing comment, so you won't lose any data.

I've also zipped it up and attached it here for convenience. I recommend putting it in ~/Library/iTunes/Scripts, so that it will be easily accessible from iTunes's own AppleScript menu.
Attached Files
File Type: zip Album->Comment.scpt.zip (1.7 KB, 1 views)
__________________
Mac mini — 1.25GHz G4, 1GB RAM — OS 10.5.2

I'm now a four-browser man. How on earth did this happen?!

Useful programs: PithHelmet, Butler, ffmpegX, VLC, Perian, Tofu, Wcalc
Reply With Quote
  #3  
Old January 12th, 2007, 11:49 AM
Lt Major Burns's Avatar
"Dicky" Charlteston-Burns
 
Join Date: Jan 2005
Location: Manchester
Posts: 3,329
Thanks: 0
Thanked 0 Times in 0 Posts
Lt Major Burns will become famous soon enough
trust you to come up with a script, eh? cheers mikuro, your script knowledge is amazing, yet again....
__________________
Dual 1.8GHz G5 2GB, 1TB, Radeon 9600XT 128MB, 10.5
20" Apple Cinema Display + Dell 2005FPW 20" dual-head
iBook G3 700MHz
640MB, 40GB, Rage128 16MB, 10.4, dying battery
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 07:14 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.