Rename multiple iTunes songs

Hi,
I have just imported 165 mp3 files, which do have nice and proper ID3 tags but song name is in wrong format, it is like: "123.Songname" or, three digit and dot, no space, then the real name. Is there some automatic way how to remove first four characters from the name of each song?

I have a script that I wrote to strip the first word (track number) of a file name that should do the trick. It can be run as a script, applet, or droplet. Spaces, periods, and dashes (not underscores) are word delimiters, so filenames that begin with any number separated by one of those are renamed:
<pre style="
font-family: Monaco, 'Courier New', Courier, monospace;
font-size: 10px;
margin: 0px;
padding: 5px;
border: 1px solid #000000;
width: 720px; height: 340px;
color: #000000;
background-color: #FFDDFF;
overflow: auto;"
title="this text can be pasted into the Script Editor">
-- strip CD track numbers
-- contents of subfolders are not read
property SingleFile : false -- set to true to select individual files
on run -- double-clicked
if SingleFile then
set FileList to (choose file with multiple selections allowed without invisibles)
else
set FileList to (choose folder with multiple selections allowed without invisibles)
end if
open FileList
end run
on open FileList -- items dropped
set MyList to {}
repeat with SomeFile in FileList
if folder of (info for SomeFile) then -- expand folder contents
try
tell application "Finder" to set MyList to MyList & (get every file of SomeFile) as alias list
on error -- Tiger
tell application "Finder" to set MyList to MyList & (get every file of SomeFile) as alias as list
end try
else
set the end of MyList to SomeFile
end if
end repeat
tell application "Finder" to repeat with SomeFile in MyList
set TheName to the name of SomeFile
try -- strip a track number prefix if it exists
get (the first word of TheName) as number as text -- "words" are delimiter sensitive
set the name of SomeFile to text (word 2) thru -1 of TheName
end try
end repeat
end open
</pre>

Similar Messages

  • Is there a way to rename multiple Itunes songs at the same time

    Is there a fast way to rename multiple Itunes songs at once, instead of renaming one song inside Itunes at a time? For example; So I can select multiple songs at once and rename each songs Genre all at the same time? Without needing to rename song by song?
    Casey Computer

    You can click on multiple songs, and change info in the Get Info > Info screen.  This applies to most fields EXCEPT Name.  iTunes has never allowed the simultaneous change of Name of multiple songs, presumably on the grounds that it is usually an error to do so.
    Regarding Genre, yes, this can be changed for multiple songs at once, using the Info tab of Get Info.

  • I am going to restore my Macbook Pro to it's factory condition. In iTunes I have renamed a lot of my songs. Last time I cleaned off my mac and restored my music I had to rename all those songs again. How do I get itunes to remember all of those names?

    I am going to restore my Macbook Pro to it's factory condition. I do this every once in a while because it seems to improve performance. I backup everything to an external drive and then I restore only what I want from my backup drive. In iTunes I have renamed a lot of my songs. Last time I cleaned off my mac and restored/reloaded my music I had to rename all those songs again. It took me about 2 weeks to reorganize my music. How do I get iTunes to remember all of those names and keep everything exactly the same when I restore/reload the music into iTunes?

    path21place wrote:
    I am going to restore my Macbook Pro to it's factory condition. I do this every once in a while because it seems to improve performance.
    It may seem like it does but it really doesn't.
    Just delete stuff you don't want.
    Last time I cleaned off my mac and restored/reloaded my music I had to rename all those songs again. It took me about 2 weeks to reorganize my music. How do I get iTunes to remember all of those names and keep everything exactly the same when I restore/reload the music into iTunes?
    Use Time Machine, backup everything, do the reinstall (I recommend you don't do it) then restore your user folder with Time Machine.

  • Renaming iTunes songs

    I want to rename a bunch of iTunes songs that are actually Clark Howard's radio shows. I want to give them a certain pattern (ex: CH 20090820 Hour 1) like that which can be done with the action in Automator that renames Finder files. I found a script on Doug's scripts site that renames based on information already known to iTunes but I wanna create the naming pattern myself as in the Rename Finder Items action.
    http://dougscripts.com/itunes/scripts/ss.php?sp=trackparser
    I'm very new to Automator and Applescript but have recently spent a few days studying the two. In the track parser script there is a place that I think I could edit to allow me to rename but I haven't gotten the language and rules down yet. The readme file suggests that it can edit names.
    All I need to do is delete or rename certain patterns & add text such as a sequence to the song titles. If I do this in the Finder, the iTunes names don't change. Any suggestions.

    I'm not sure to understand what you exactly want to do. However, in case you just want to know how to change the names of selected iTunes songs, here is a script that might serve as a starting point.
    If you run the following script from the Script Editor after selecting any number of songs in iTunes, the script will reverse the order of all the characters in the name of every selected song. Just run the script again to get back the initial names.
    --BEGINNING OF SCRIPT
    tell application "iTunes"
    set S to selection
    repeat with currentItem in S
    set theName to name of currentItem
    set theNewName to reverse of text items of theName as string -- or your own code
    set name of currentItem to theNewName
    end repeat
    end tell
    --END OF SCRIPT

  • How do I get iTunes songs which were downloaded from external back-up drive to play on new computer and is there a way to get my play lists back?

    When I try to play a song from my re-installed iTunes library, I get the error message:  "Song xxx could not be played because original file could not be found.  Would you like to locate it?" > "Locate" or "Cancel."  When I click on "Locate" I can't figure out how to get the song to play from any of the places that were "located."  The path is C:\users\Janet\libraries\music\iTunes
    However, iTunes songs chosen from my library will play in iTunes (current version) when I have the external back-up drive plugged in!  I recently copied my backed-up iTunes library from my external back-up drive to a new computer.
    Most of the songs, but not all, magically appear in Windows Media Player and I can play those just fine. 
    I can see my iTunes library in the newest version of iTunes, recently downloaded to new computer, but can't play songs without connecting to the external back-up drive - so maybe there is something else on that external drive that needs to be on my C: drive? 
    I am using an HP Pavillion Notebook, Windows 7, 64-bit.  My previous computer was Windows Vista.  Before Vista, I had XP. 
    Back when I had XP, I wanted to purchase some songs to download to my computer. Because iTunes had the ability, I used it to create a massive library of songs, most of which were ripped from my CDs.  I don't have an iPod and iTunes worked fine for creating playlists and then burning them to CDs. 
    Also, I'd like to know if there is a way to get back my playlists.
    And another thing - in the older version of iTunes, there was a folder in the lists on the left-hand side of the screen where I could click to see all the songs I had purchased.  I'd like to get that ability back if possible.
    In hindsight, iTunes was probably not the best choice for me to build my music library in a Windows operating system, but it seemed to be the best choice at the time.  I really wish I could convert all the songs to mp3 format.
    I have been working with computers since the days of DOS, black and white screens, and no mice.  The first computer I bought for my own use at home was a Mac and it had "Flying Toasters" as a screensaver.  (I miss that screensaver.)  It did not have a tower and I believe they called it a laptop, even though the thing was as big as a suitcase and probably weighed around 30 pounds.  However, I am by no means a computer expert.  In other words, pretend you're trying to tell your mother how to do what I am asking. =)
    Many thanks in advance to anyone who can help me.

    I copied the iTunes file from the external drive and it's in both places.  I thought all I would need is the iTunes program (which I downloaded to new computer) and my iTunes library file.  There must be something else that's missing.  My iTunes library looks the same on the new computer as it does when I open it on the external drive.  If I click on an iTunes library song from my new computer, it will only play if I have the external drive plugged in.
    My back-up drive is a mess.  I have multiple copies of music, video, photo, and document files and I don't know how that happened. ={  Obviously, I don't know how to back up stuff properly and there are back-up files extending over a 6- to 8-year period.  I think all I did was just drag and drop the main folders from the back-up drive to the same main folders on the C: drive.  Also (and I'm kind of fuzzy on this) Windows used to automatically save music files in a folder within my document files (which makes no sense to me).  As my Jewish friends would say, "Oy Vey!" 

  • How do I get iTunes songs off the iCloud back onto my computer, preferably without changing the purchase date to today's date?

    Trying to download previously purchased iTunes songs that are firmly embedded in the iCloud. At one point these songs were all on my computer. Then I idiotically joined iCloud. All the songs were sucked off and into iCloud. iCloud couldn't provide more than twenty seconds of any song without freezing whatever device, Macbook Pro, iPhone 4s, ipods, or breaking up the playback into fits and starts and finally silence, ever, no matter if the connection was cable or wireless.
    I have ever update on every device, I have the max. RAM, excess disk/flash space. The problem is the difficulty of downloading. Oddly the download to my ancient PC went almost without a hitch, it is with Apple devices that the trouble lies.
    About 2/3 of the songs have successfully downloaded to my computer. However the purchase date, which I used frequently as a search/sort function, have on many of the songs been switched to today's date, or the date of the latest download instead of my original purchase date.
    Many songs downloaded, many remain in the cloud with the 'cloud' icon beside them.
    Clicking on the "download all" icon doesn't download them all.
    They begin to download and then stop/freeze.
    I'm reduced to manually scrolling to each song and clicking on the 'cloud' to download, this works sometimes and sometimes it doesn't. The whole thing usually crashes after a while.
    This is where I am now, at the iTunes store on the "Purchased" page with all my songs in a list with "downloaded" or a "cloud icon" in the far right column, frozen once again.
    I really would like to maintain the original purchased date(the day when I purchased the song from iTunes) but I'm to the point where I'd just be happy to get them downloaded onto the Macbook Pro, and hopefully never deal with the cloud again for the rest of my life.
    Lastly, if anyone can recommend an alternative music site to iTunes it would be welcome.
    Thank you.

    I copied the iTunes file from the external drive and it's in both places.  I thought all I would need is the iTunes program (which I downloaded to new computer) and my iTunes library file.  There must be something else that's missing.  My iTunes library looks the same on the new computer as it does when I open it on the external drive.  If I click on an iTunes library song from my new computer, it will only play if I have the external drive plugged in.
    My back-up drive is a mess.  I have multiple copies of music, video, photo, and document files and I don't know how that happened. ={  Obviously, I don't know how to back up stuff properly and there are back-up files extending over a 6- to 8-year period.  I think all I did was just drag and drop the main folders from the back-up drive to the same main folders on the C: drive.  Also (and I'm kind of fuzzy on this) Windows used to automatically save music files in a folder within my document files (which makes no sense to me).  As my Jewish friends would say, "Oy Vey!" 

  • Multiple itune users on the same computer

    Is it possible to have two seperate itunes running on the same computer? My husband and I share a computer and both have ipods. We both have different tastes in music so we would like to be able to access our own itunes instead of having to share a library with all the music together.
    He currently has itunes set up with all his music on the computer at home. I have been running my itunes at work and would like to be able to bring my stuff home. Is this possible?

    When the iPods belong to different people, there are basically three ways of using multiple iPods on a computer and these involve:
    a) Sharing a single iTunes library
    b) Creating Multiple Libraries in a single user account
    c) Creating multiple user accounts.
    Note: When you are sharing an iTunes library, you don't have to set each iPod to update in the same manner, you can mix and match from the options below as each iPod has it's own update settings
    Sharing a Library and/or User Account
    If you want to share the one library, you can set either or all of the iPods so that they only get updated with only certain playlists (you can update from more than one if you wish): iPod - Syncing Music
    Choosing the update option "Sync Music - Selected playlists" allows you to create a playlist specifically for the iPod and drag the tracks you want into it. If you tire of the list and want to change it, you just add or remove the songs you don't want. The ones you take out out remain in the library to be used some other time if you choose. You can read more about playlists at these links:
    iTunes: Creating playlists of your favorite songs
    How to create a Smart Playlist with iTunes
    Or you can choose to update any or all of the iPods manually and just drag whatever content you want to them: Managing content manually on iPod
    Loading the iPod shuffle differs slightly but it can still be used with the others, for details have a look at this page: Adding songs to iPod shuffle - Windows
    Multiple Libraries
    It's also possible to have multiple libraries in a single account. To create or access a second (or more) library, hold down the Option key (or Shift key in Windows) when launching iTunes 7. In the resulting dialogue you will get the option to create a new library or navigate to the other Library.
    Note: You can only have one Library open at a time and iTunes will default to the last library opened if you don't use the keyboard command to choose one. This can prove tricky when using multiple iPods, if you don't use the keyboard command you can risk syncing to the wrong library: Using multiple iTunes libraries -Windows
    Separate User Accounts
    Another option is to create a separate User account for each person on your PC or Mac. Different accounts by definition would give you completely separate libraries. Each account has it's own iTunes folder, Library and iTunes Music folder and you load it with CDs etc just as you did with your original one. The iPod can be set to update however the owner chooses, sync all, manual or sync specific playlists
    I don't use Windows so I can't give you a step by step on that one, however I can point you to another web page which should help you out. You can read about Windows user accounts here:
    Using Windows XP User Accounts

  • Multiple iTunes Libraries on same computer?

    Hi,
    My wife, daughter, and I all have ipods, each uses a different computer, my wife and I each use our laptops, and daughter uses the home desktop. Recently, the desktop has crashed and looks like we might need to re-format the drive (i.e. lose everything) and re-install Windows XP. She's got all her music on her iPod but unfortunately, no back up on a CD or DVD. Is there some way to re-create a new library for her from her iPod on to either of our laptops without causing conflicts with our existing iTunes libraries which are totally different. I.E. will the "sync" function work to recreate a library on a hard drive vs. going the other way around as usual.
    Any help would be greatly appreciated.

    To create or access a second (or more) library, hold down the Shift key in Windows when launching iTunes. In the resulting dialogue you will get the option to create a new library or navigate to the other Library.
    Note: You can only have one Library open at a time and iTunes will default to the last library opened if you don't use the keyboard command to choose one. The new library will be empty until you add content to it. To get back to your original library you need to close iTunes and open it again while holding down the shift key, this time choose to open an existing library and navigate to its location: Using multiple iTunes libraries -Windows
    iTunes will only let you copy your purchases directly from an iPod to the computer, you'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
    For everything else (music from CDs, other downloads and including iTunes purchases) there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. You can read reviews and comparisons of some of them here:
    Wired News - Rescue Your Stranded Tunes
    Comparison of iPod managers
    A selection of iPod to iTunes utilities:
    TuneJack Windows Only (iPhone and iPod Touch compatible)
    SharePod Windows Only (iPhone and iPod Touch compatible)
    iPod2PC Windows Only
    iDump Windows Only
    YamiPod Mac and Windows
    iPod Music Liberator Mac & Windows
    Floola Mac & Windows
    iPodRip Mac & Windows (iPhone and iPod Touch compatible)
    iPod Music Liberator Mac & Windows (iPhone and iPod Touch compatible)
    Music Rescue Mac & Windows (iPhone and iPod Touch compatible)
    iGadget Mac & Windows (iPhone and iPod Touch compatible)
    iRepo Mac & Windows (iPhone and iPod Touch compatible)
    iPod Access Mac & Windows (iPhone and iPod Touch compatible)
    TouchCopy Mac & Windows (iPhone and iPod Touch compatible)
    There's also a manual method of copying songs from your iPod to a Mac or PC. The procedure is a bit involved and won't recover playlists but if you're interested it's available on page 2 at this link: Copying Content from your iPod to your Computer - The Definitive Guide

  • Problems with multiple itunes accounts since ios8

    Since iOS8 I am having real problems getting my content from multiple iTunes accounts to work.  I used to be able to switch between accounts (US and Japanese stores) and download stuff, and play it all fine, but since iOS8 I get the message 'This device is already associated with an Apple ID'.  So, I thought I'd transfer everything to iTunes and then sync it back to the phone, which seemed to transfer the content, but when I try and play a song belonging to the account I'm not logged in as it shows the play screen and then jumps back to the play list.
    This is very frustrating for those of us who straddle countries and want to be able to access content from both!
    Is there any workaround for this?
    Thanks
    Ray

    Well, I usually think of an 'iTunes account' as being an account at the iTunes Store...  I take it you have different iTunes collections with separate library files for each of you.
    It sounds like you have different user accounts on the computer.  Figuring out what is going on will require us knowing a lot more about how you have your iTunes libraries set up.  Do you also have a shared area or do you keep totally separate accounts?  Are you positive you were't really in his account when this was happening?

  • Multiple iTunes Libraries on single Mac

    I have somehow managed to create libraries of music/podcasts/videos in 5 different places on my iMac. I would like to consolidate all of them into one spot that can be shared by all accounts. Is there a way to merge them easily, that is without copying song by song or rewriting the entire library, potentially losing some files that are more current? For example, I have 3 folders of the Killers, only 1 of which has all downloaded songs. Thanks.

    If you want to do it that way, each person should have their own computer login which will give each person their own iTunes library.
    This would be far easier than using multiple iTunes libraries in one computer login.
    To do different content on each device, select the device in iTUnes (menu View > Show sidebar), click the tabs acroos top and select what you want to sync to that device. Do the saem for all devices.

  • HT203288 guys, my itunes songs and folders disappeared? it's as if i went to itunes for the 1st time ever. i had 3,400 songs! No longer there!?!?!?!? PLEASE HELP!!!

    guys, my itunes songs and folders disappeared? it's as if i went to itunes for the 1st time ever. i had 3,400 songs! No longer there!?!?!?!? PLEASE HELP!!!

    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • How do I create ringtones from iTunes songs with Garageband?

    I have an iPhone 5s.  Is it possible to convert itunes songs into ringtones with Garageband ios?

    Yes, you can, if you sync your iTunes songs to the Music.app.
    See this Help-Page:
    http://help.apple.com/garageband/iphone/2.0/index.html#chs39284d66
    Share a GarageBand song as a ringtone or text tone
    In the My Songs browser, tap the Select button, then tap the song you want to export (or touch and hold the song).
    Tap the Action button , then tap Share Song As Ringtone.The Export Ringtone panel opens, showing the name for the ringtone. By default, the ringtone uses the same name as the song.The maximum length for exported ringtones is 30 seconds. If the exported ringtone exceeds the maximum length, a dialog appears. Tap Continue to have GarageBand shorten the ringtone automatically, or tap Cancel to return to the song so you can shorten it.
    To rename the ringtone, tap the name and type a new name.
    Tap Export.
    In the Ringtone Export Successful panel, do one of the following:
    To return to the My Songs browser, tap OK.
    To choose a use for the ringtone, tap Use sound as, then do one of the following:
    To use the ringtone as your standard ringtone, replacing the existing ringtone, tap Standard Ringtone.
    To use the ringtone as your standard text tone, replacing the existing text tone, tap Standard Text Tone.
    To see a list of your contacts, tap Assign to Contact, then tap the contact you want to use the ringtone with.
    To return to the My Songs browser without assigning the ringtone, tap Done to return.
    The next time you sync your device, the ringtone also appears in the GarageBand File Sharing area in iTunes. You can drag it to the Tones list to add it to your iTunes ringtone library.
    And see this page, how to add a song from the Music.app to a track in GarageBand:
    Import a song from the Music app   http://help.apple.com/garageband/iphone/2.0/index.html#chsb3f15dc4

  • Best Practice for Multiple iTunes and One Account?

    My wife and I share our account for our iPhone Applications and Songs in iTunes.
    Can someone point me to a topic that covers a best practice for multiple iTunes syncing?
    I travel a lot and keep my iPhone synced to my Macbook Pro while she uses the workstation at home to sync to. We keep the addresses and contacts and calendars synced through MobileMe, however, I'm trying to find the best way of pushing applications and songs I've bought over to the other PC so they're still around while I'm traveling for her to sync with.
    Thoughts?

    Hi Steve,
    Might be trying for solution for a long time, If i understood your question clear let me clarify you few points.
    You are trying to access the bex query which is designed with the exit's in the background based on the logic and trying to call the entire dimensions and key-figures in a single connection. Then you are trying to map those data in the charts.
    Steve, try to make more connections based upon the logic and split them. use the same query but split them by sales per customer group, sales per day, sales per week by making three different connections and try. You can merge the prompts from all connections.
    Hope this Helps!!!
    Sorry if i misunderstood your question.
    --SumanT

  • I have multiple iTunes Previous Libraries

    I am trying to delete stuff to allow for extra space in my hard Drive.
    I have multiple iTunes Previous Libraries.....Can I delete these & would it actually help?
    Also how can I identify the correct ones to delete? If it says previous does that definately mean it is okay to delete?
    Just trying to be safe!
    Thanks for any help!
    Philip

    Are those songs in the iTunes library on the computer the device is normally synced with?  If so, sync them to the device.

  • How come some of my itunes songs have a "check mark" and ones that do not say the file cannot be found.

    How come some of my ITunes songs have a check mark next to them and the songs that do not have it, I receive a error message " the file could not be found"  The songs are on my Ipod and Ipad2.  Is my itunes library screwed up?  Can someone tell me how to clean up my library?

    This happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes.
    tt2

Maybe you are looking for

  • Program RFSUMB00 for italy year end closing

    Hello All, I am setting up all the configurations for year end closing in Italy using program RFSUMB00. Here i need some clarification on the below points. 1. dummy vendor / customer master needs to be created for each recon account. here i would lik

  • Lumia 920 on Black Amber - HERE Maps stops working

    Hi, After being trilled about updating and closing my applications using the X button on multi-tasking (finally!), I went into my Here Maps, or rather, I tried to open Here Maps, and it closed (probably an exception occurs and closes the app, just li

  • Displaying images that are accessed through URL

    Hi, I have trouble displaying images that are accessed through URLs in my report. If I call the URL directly in the Browser the Image can be opened without problems. The images can be accessed with an anonymous access. When I deploy the report or in

  • Update problem with iphone 3GS to last night update IOS 4.2

    Hi last night i update my iphone 3GS to new IOS 4.2, and from this time i cannot use the iphone anymore, there is a message on the iphone asking to connect to itunes, but when i connect the iphone there is another message informing that they do not f

  • Transport of Alert Profile from Development client to Quality Client

    Hi APO Gurus, I have created different SDP alert profiles but no transport request has been generated . Can anyone guide how to transport SDP alert Profile from development to quality client Regards Amit