|
|
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. | |
| |
| |
| |
|
|
There is no answer at this time. |
|
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. |
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 Home - Answers FAQ - Terms of Service - Privacy Policy |