Google Answers Logo
View Question
 
Q: iTunes on Windows: How to add 'artist name' to 'track name' ( No Answer,   4 Comments )
Question  
Subject: iTunes on Windows: How to add 'artist name' to 'track name'
Category: Computers > Software
Asked by: paul098-ga
List Price: $10.00
Posted: 12 Apr 2006 05:23 PDT
Expires: 17 Apr 2006 14:08 PDT
Question ID: 718134
My car stereo/ipod interface only allows me to view 'track name,' not
artist name, in most modes.  I have the idea that I could add the
artist name to the track name, so that "Help" by the beatles becomes
"Help, The Beatles" etc.  I'd like to be able to do it to all the
songs on my ipod, including those no longer in my library.  Using XP. 
Thanks.

Request for Question Clarification by rainbow-ga on 12 Apr 2006 10:52 PDT
Does this fit your needs?

Scroll to the 2nd entry:
Add Text at end (of Track Name) 
http://www.dougscripts.com/itunes/scripts/scripts09.php?page=7#addtextatend

Best regards,
Rainbow

Clarification of Question by paul098-ga on 12 Apr 2006 13:41 PDT
It's really close.  In application, tho, I think I'd have to manually
enter the artist name for artist;  I could select all my Beatles songs
(to continue my example), and add text "Beatles" at the end, but I'm
hoping there's a script that will let me automatically add whatever's
in the field "artist name" to the end of the track name.

Thanks for your help.  Will be a great Plan B if a fully automated
script can't be found.

Request for Question Clarification by rainbow-ga on 12 Apr 2006 14:14 PDT
During my research I didn't find anything like that available.
However, I'll keep looking and let you know if I find anything.

Rainbow~

Clarification of Question by paul098-ga on 12 Apr 2006 22:52 PDT
Hey, thanks.
Answer  
There is no answer at this time.

Comments  
Subject: Re: iTunes on Windows: How to add 'artist name' to 'track name'
From: erica_-ga on 14 Apr 2006 14:12 PDT
 
-- Put the tracks you want to rename into a new playlist named "tmp"
tell application "iTunes"
	set myPlaylist to some playlist whose name is "tmp"
	set tracklist to every track of myPlaylist
	
	repeat with eachtrack in tracklist
		set tname to name of eachtrack
		set aname to artist of eachtrack
		set the name of eachtrack to aname & " : " & tname
	end repeat
	
end tell
Subject: Re: iTunes on Windows: How to add 'artist name' to 'track name'
From: paul098-ga on 16 Apr 2006 11:17 PDT
 
That seems like the answer.  I just don't know how to use it.  I'm
kind of an idiot.  "I'm talking to a 3 year old"-style instructions
would be real useful.

Thanks.
Subject: Re: iTunes on Windows: How to add 'artist name' to 'track name'
From: erica_-ga on 17 Apr 2006 09:32 PDT
 
In iTunes, create a new playlist with the songs you want to rename.
Call the new playlist "tmp". To create a playlist, press the + button
at the bottom left of your iTunes screen. Type tmp and press return.
Go to your Library and drag the songs you want to rename onto the tmp
playlist.

Go to Applications/AppleScript and launch the Script Editor program.

Paste the applescript posted above  into the top portion of the script
editor window (under the buttons that say Record and Run).

Click the Run key in the script editor window.
Subject: Re: iTunes on Windows: How to add 'artist name' to 'track name'
From: paul098-ga on 17 Apr 2006 14:07 PDT
 
Ah.  Thank you.  I don't know how to run applescripts in windows . . .
maybe it's possible.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy