Need some guidance rebuilding my library and not killing playlists

I lost a hard drive that had a lot of my music on it. I have the music I care most about on my Ipod and got it off (everything in my itunes library was on my ipod.. i used mediamonnkey to manage my whole collection and listen to music). But I need to get things back up so everything can be synced and I can use the files in other programs.
Main things I need to accomplish are:
1. *Within my ipod backup folder, delete the songs that I already have elsewhere so I don't have tons of doubles, and move the remainder back into my main music folder.*
This isn't too tough, just potentially extremeley tedious, as I have used instructions found on this forum to make a smart playlist in itunes of my 'alive' files, and my 'dead' files (the ones I need to save from this folder). If there was a way to do it automatically, that would be magical, but I am up for manually weeding everything out if it's the only way.
2. *Keep all my playlists working in Itunes*
This is the part that has me concerned. I need itunes to associate the new versions of the tracks with their counterparts that were lost so that my many playlists keep working (in university I had a radio show I worked pretty hard on and am attached to keeping the playlists functional). I'd prefer not double clicking and locating each of the currently missing files as there are 4485 of them.
So what I have right now:
1. itunes playlist of the unlocatable files with no locations
2. itunes playlist of the music that is still in the right place on my harddrives and doesn't need to be touched
3. itunes playlist with both together
4. a folder on my hard drive with all the songs from my ipod, which is the same songs as #3.
5. back-up of my itunes library with none of the songs recorded as missing which I made before running itunes after my HD crash. It includes playlist #3 but not #1 and #2, I think.
If anyone can advise on a practical approach to getting this sorted out, I will be so pleased.

Aloha:
Thanks for the reply.
It's on the desk top. Permission was not asked for!
I could not throw it away, either. it was always busy and could not be trashed????
Dan

Similar Messages

  • Need to make new iTunes library and not move any media

    I have my iTunes folder on an external drive, and my iTunes library file was damaged. I need to import all of my media, but I don't want iTunes to make duplicates of everything. I cannot find an answer to this simple problem. Can anyone help?
    By the way, I was very disappointed when I called Apple for support with the issue. Curtis told me my AppleCare (which he could not verify) expired yesterday, so he would get in trouble if he helped me. I bought my first Mac in 1994, have owned half-dozen of them since, several iPhones, an iPad, etc., and this is the first time I have heard anything besides, "How can we help you?" Once did a tech mention that the product I was actually calling about was outside of AppleCare but since I had other active AppleCare purchases, he was not worried about it.
    Anyway, I feel like there is probably an answer out there, but I'm just not searching with the right keywords.

    Hold down the option key and iTunes will ask you if you want to create a library, do so, putting it in the iTunes folder on the external drive where the damaged one is located.  Then use File > Import to import the .xml version of the library in that folder.  This will populate the new library with the contents of the old one, minus a bit of metadata and anything you may have just recently added.  To double-check you can go to File > Add to Library and point it to the media folder and it will add everything that is in there. Anything that is already there from the earlier stage it will ignore. Anything it didn't catch the first time it will add.
    In a big corporation people are bound more strictly by the rules, especially those low down the ladder.  There's probably a piece of paper somewhere saying, "Do not provide assistance to those not covered by Applecare for the product they are calling about," and if a boss wanted to be sticky they could fire somebody for violating a rule.  A sole proprietor might just say it's only a few extra minutes, no materials cost, and good PR, and they are the one making the rules and decisions.

  • Need to backup and remove photo library form my iphone.  This library was previously backup on a hard drive that crashed.  So these photos are only in the photo library and not in the camera roll.  If I do a full backup, it only takes the camera roll.

    Need to backup and remove photo library from my iphone.  This library was previously backup on a hard drive that crashed.  So these photos are only in the photo library and not in the camera roll.  If I do a full backup, it only takes the camera roll.
    So this is a 2 part question:
    1) how to I backup the Photo Library to my new hard drive (as the last one was unrecoverable but previously backed up)
    2) how do I remove the Photo Library form my phone (preferably after backup in item 1)
    Thanks, Janis

    Since it has always been very basic to backup your computer and all it's data, Apple provides no way for you to transfer music from your iPhone back to your computer.  As you know, you can re-download all iTunes purchases, but music that you ripped yourself you'll have to just re-rip again.
    You can try and find 3rd party applications that might help you.  I'm sure you'll pay, however.
    Let this be a very important lesson learned.
    Best.

  • TS2518 I upgraded to Aperture 3.4 this morning, and now it will not open at all! It crashes every time, and tries rebuilding the library and repairing most times. The Library open fine in Iphoto

    Every time since I upgraded this  morning, attempting to open Aperture causes a crash. I upgraded to Aperture 3.4 this morning, and now it will not open at all! It crashes every time, and tries rebuilding the library and repairing most times. The Library open fine in Iphoto

    If you do not have the original install DVDs, use the Aperture Trial installer instead:
    Try if this download link for the trial version still works: if yes, you can unlock it with your serial number:
    http://appldnld.apple.com.edgesuite.net/content.info.apple.com/Aperture/061-8328 .20101020.AprE3/ApertureTrial3.1.dmg
    Regards
    Léonie

  • Need some assistance in binary streaming and reading

    Hi,
    altough I studied the examples delivered with LabView (my current version is 6i) I have some challenges to face and I hope someone could help me. This challenges
    may be simple for professionals but I'm not already that experienced. I have an one channel AI input via a DAQ-card (E-series) and I want to write it to a binary file with only the really necessary headers. The data then stored in the binary shall than be displayed after user request to a graph and my client wants to have the possibility to srcoll through the hole stored data to seek some charakteristiks and then mark the area of interest with cursor to move this area to another graph for further analysis. My program is structured in a way that in a whi
    le loop I wait for user interaction i.e. buttons for saving and displaying data. It's for that, that I think I have to split the binary streaming in a sub-Vi that makes the needed preparation and another sub-Vi assosiated to the first that makes the file writuing and thats placed within the loop described above. Maybe I'm with my thoughts on the woodway and someone has better ideas. I tried many things but the result were always frustrating. I would be glad someone could give me some hints based on experience, and not just saying "Look to the delivered examples" as I already read in questions from other users. Thanks for your support.
    Chris

    I think you're going at this in a good way. One issue I see is that you are using version 6i and waiting for user input. Since Event Structures were not available in 6i, you will have to poll for user input and that could make your application slower. An upgrade to 6.1 would help you there.
    Besides that, I like your ideas. If you're sticking with 6i, use a case structure inside your while loop which executes a particular case based upon which button the user pressed. Then, in these cases, call the subVIs which you built. I hope this helps out.
    J.R. Allen

  • Old Toad? -- Rebuild iPhoto Library and lose NOTHING!

    Hi,
    Any help will be very much appreciated (I'm particularly hoping the old toad will be hopping over to this thread)...
    I'm running iPhoto 6 and have been using iPhoto since version 3.0. I have a library of about 10,000 photos which I have meticulously organised and catalogued. I don't use albums, but eveything is organised by film rolls and every photo has keywords (names of those photographed, which I access via smart-albums), ratings, comments, and titles.
    My iPhoto library, though working perfectly, is a complete mess. I can manually see dozens of duplicates (often whole folders) and it's driving me barmy...
    In iTunes, I can simply copy all of my music files to a backup disc, delete all iTunes related stuff from my HD, then re-import. I lose star ratings, albums and playcounts but my careful cataloguing is preserved and I have a pristine library.
    I have a feeling that old versions of iPhoto didn't allow such re-importing. How about now? Is there a way to just save the photo files, trash everything, and re-import. What would be lost? It would be a disaster of epic proportions if I lost (a) titles, (b) comments, (c) *most importantly* keywords...
    I don't care about albums, and smart albums are easy to re-create. Is what I am suggesting possible?
    Thanks in advance,
    Steve.

    Steven:
    The _2 is generated when a photo with the same name is added to a roll that already has a file by that name. If your camera has the option to turn off resetting the numbering process on each new set of photos I suggest you do so. That will avoid duplicate image file issues that can crop up when trying to export photos to a folder.
    As far as the duplicates, the thumbnails don't take up much room and the modified files are only when you edit one. If you want to regain that space just do a Revert to Original and the modified file will be deleted. Many of the modified files are portrait orientated images that have been taken by a camera with the auto-rotate option. There's no way around it unless you turn off the option, upload to the desktop and then physically rotate with a 3rd party application before importing into iPhoto.
    What with the low cost of external FW hard drives these days it's not expensive to have a decent sized backup drive that you can store older or not immediately needed photos in a separate library and then use iPhoto Library Manager to move between the two and copy photos between them without losing the keywords, comments, etc. Or you can use iPhoto in its alias mode with the source files on the external HD and only a very small library folder on your boot drive. I have 27,000 image files on my external HD and the library folder for it is only 1.7G. See these Tutorials for more about the alias type of library.,
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB file backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • HT201272 I have tried several ways to transfer my itunes library and Playlists to a new computer. I get the music library but not the playlists. Can you advise? 2nd I purchased 21 new tunes yesterday on the new computer worked great but when I made a disc

    I have tried several ways to transfer my itunes library and Playlists to a new computer. I get the music library but not the playlists. Can you advise?
    2nd > I purchased 21 new tunes yesterday on the new computer> worked great> but when I made a disc to transfer the playlist. I get the music but no album info just 1,2,3,etc. So I have signup both computers to share thinking that would work. But no to that also.
    Please advise.
    Thanks,
    Bob

    Copy the entire /Music/iTunes/ folder from old computer to new computer.
    See this -> http://support.apple.com/kb/HT4527

  • I created a new library so I can use it for just my music, but now my ipod will only sync to my old library and not the new one I created, even though I'm in the new library when I open itunes.  Any solutions?

    I created a new library so I can use it for just my music, but now my ipod will only sync to my old library and not the new one I created, even though I'm in the new library when I open itunes.  Any solutions?

    The point is that there are four i product users for one computer in my house, and not everyone wants the same music on their device.  Like I said before, the ipod is not syncing to the new library even though I plug it in when the new itunes library is pulled up.  It keeps syncing to the old library...

  • Order types, why do we need to create our order types and not use the stand

    HI
    Order types, why do we need to create our order types and not use the standard ones during implementation.

    Hi Raj,
    Well there is no hard and fast rule that you have to copy nad create a new order type. Its just to meet our own requirements that we copy the standard and make the changes if required to meet our business needs.
    And by this way we keep unchanged the standard order type for further use.
    If you are sure that the standard order type satisfies your need you can directly use that only.
    I hope this clarifies the issue.
    Do reward if find useful
    Regards,
    Abhi

  • I am making a multiple page document and need some pages to be landscape and others to be portrait.  How can I do this?

    I am making a multiple page document and need some pages to be landscape and others to be portrait.  How can I do this?

    In pages you can only have one orientation of the Page. You have to rotate the content on the pages that you want horizontal. Save the document in Pages format so you'll have a original version to work on. Then Export to or Print to PDF and open the document in Preview. Here you can rotate the pages to horizontal viewing.

  • HT5622 Can i change my apple id on some devices that i have and not lose my apps and settings?

    Can i change my apple id on some devices that i have and not lose my apps and settings?

    Yes.  However, note that all Apps purchased/downloaded under one Apple ID will forever be tied to it, and will require it to update.  They will run, but will not update without the other Apple ID
    You can go to Settings->iTunes & App Stores->Apple ID and change it there for the stores.
    You can also go to Settings->iCloud, Facetime, Messages, and change it for those individual services.

  • What is the difference between action and workflow? How do I decide that I need an action in a transaction and not a workflow and vice versa?

    Dear Experts,
    I have few doubts and request your expert inputs to clarify my doubts.
    What is the difference between action and workflow? How do I decide that I need an action in a transaction and not a workflow and vice versa?
    Your earliest response is highly appreciated.
    Thanks,
    SMTP

    Hi SMTP,
    First of all, as I mentioned action is nothing but an executable work item which is designed in the workflow itself. In other words, Workflow is like your OOPS class. At run time, workflow instances are created just like objects of classes. Now, the steps designed in the workflow are called TASKS and the instances of tasks are called WORKITEMS. Now, the work items where any user action is required are called executable work items. ANd the work items where no user action is required (for example, sending an email in background) are called non-executable work items.
    Whether to go with development of workflow or not depends upon your business scenario. If your requirement is only to send an email and you find any BAdi or exit where in you can write your logic then there is no need of creating a workflow. If there is a defined business process with defined users and time lines, then you can go with the development of workflows.
    Rest, the below link will help you in understanding basic concepts of workflow :
    Why use SAP Workflow? | Insight Consulting Partners
    Regards,
    Richa

  • New to Mac and to video editing...need some guidance, please

    I've decided to make the switch and ordered a new 3Ghz 24" iMac. I chose a 1TB HD and 4G of RAM.
    I want to do some photo and video editing (nothing professional, simply vacation photos and video). I'll be purchasing an HD camcorder later this year to replace my current one (non-HD). I currently have about 5000 photos and about 50 hours of unedited DV on DV tapes to begin to work with.
    Any suggestions on the following would be much appreciated:
    1. Back-up: Should I use a 1GB Time Capsule or a 1 GB GTECH drive with Time Machine? I should mention that I plan on purchasing a MB or MBP later this year. Can I use a GTech HD as a NAS-like drive for both the iMac and the notebook?
    2. Should I partition the internal HD?
    3. Should I use a 'scratch disk' for video editing? If so, any suggestions for a particular size or model?
    4. Any suggestions for ease of transfer of my data from my PC (photos, iTunes library, mail, IE favorites, etc.)?
    5. Anything else you would suggest for a new Mac user?
    Thanks very much for the help!!!

    Hi there.
    First, a couple of websites to help you on your way (and Welcome to the Mac!)
    http://www.apple.com/support/mac101/
    And also
    http://www.apple.com/support/leopard/
    Now, as for your questions, these are just IMHO:
    Backup - get BOTH the capsule and a separate HD. If you can only get one, personally I would get the non-TB disk so that I can drag the video files that I want onto it. the Capsule might backup other stuff (and slowly compared to the straight drive; get a FW 800 drive if you can, if not then FW 400 at least). I also think you meant TB not GB! Just make sure the DISK is from a good vendor (Seagate, Hitachi or Western Digital).
    Partition - Nope; wastes space; you need contiguous space from my experience. Only do that if you really need to run Windows via Boot Camp (not recommended to run Windows at all!)
    Scratch disk is absolutely recommended. Get the largest size one you can afford and separate out this from your backup disk. (Worst case, use a bit of the scratch disk as your backup, but also keep the same work files on your main hard disk so you at least have a physical duplicate somewhere). Yup, hard disks are gonna add up!
    The above websites have some tips on transferring content from PCs; generally you can just burn stuff onto DVD and import them onto the Mac. That's pretty straight forward.
    Suggestions IMHO - forget the Mighty Mouse and get another quality two button mouse. Also consider a Kensington Trackball. Get AppleCare warranty for all your hardware (for peace of mind). Triple check that your camcorder will be supported by iMovie '08. It might not be by Final Cut but at least you can get the files from iMovie into Final Cut. But Final Cut does support quite a lot of them already.
    Introduce 10 other Windows people to the Mac. (This is what we do).
    Cheers!

  • I am lost and need some guidance

    Please bear with me for being so explicit on my posting, but I don't have a simpler way. But need some ideas to create a simple, safe workflow that includes back up.
    I only use my Int HD (350GB), to install and run Apps; otherwise, I use Ext HDs. I have approximate 150GB of images, and another 50 GB of misc. files.
    I have the following Ext HD:
    1- 2 TB FW/USB -got a great deal brand new
    2- 1 TB FW/USB already in use. I have 1 Partition (250 GB) while I was using Tiger
    I used it to create a Boot up Dr, backing up Apps. But no longer use it.
    I have been having some difficulty with this drive; sometimes it doesn't get recognized or stays on. I will be replacing the electric power cord, and all cables.
    I am not sure if I should invest the time to re-format the entire drive and eliminate the Partition or just leave untouched.
    3- 500 GB USB - secondary copy (non-RAI)
    4- 350 GB USB - third copy (off site)
    I am trying to decide how to use these drives, and hopefully, without the need to re-formatting them, but who knows. In addition, I would like to take advantage of TM for my back up.
    5 Which DR should I set up as my destination DR for TM?
    If I use the 2 TB is it better to set as RAID 0,better performance but if one drive fails, I'd be SOL, right?
    On the other hand RAID 1, the redundancy factor would increase overhead. Any suggestion.
    I also use Lightroom and would like to know how I should set it up to back up LR (non-image).
    And lastly, about TM can I be select a specific source files for back ups? And can I back up different source Drives?
    Is there a way that I could prevent TM not to back up Cache, because it will increase the overhead
    Again, any suggestion would be appreciated

    crossover wrote:
    I called Applecare yesterday and told me that TM only works with the Internal HD, no other DR, not sure about that. I usually get better answers here than wasting my time calling them, go figure.
    That's just plain wrong. Some of them don't seem to know much about Time Machine except the basics (and, to be fair, most Mac users don't have data on external drives, so it likely doesn't come up much). But yes, TM will back-up any internal or directly-attached external USB or F/W drive/partition, as long as it's formatted Mac OS Extended. In fact, in most cases it will do that by default -- if you don't want something backed-up, you have to specifically exclude it.
    I have never tried TM and not sure if that would be a good workflow or just use other Apps like the one you mentioned
    There are advantages and disadvantages to TM, as with any other app. One of the main advantages of TM is the very fast, hourly, incremental backups of additions and changes. This gives you an excellent chance of recovering a previous version of something that was changed or deleted in error (such as "Save" instead of "Save as"), or somehow corrupted.
    And there really isn't any workflow, once it's set up (which is also quite easy). TM just does it's thing.
    First it does a full backup of everything on your system (less some caches, system workfiles, logs, trash, etc.). That, of course, is a lengthy process.
    Thereafter, it will do an incremental backup hourly, as long as your Mac is awake and the external drive is attached.
    It automatically "thins" your backups, including when the TM drive/partition gets near full, deleting the oldest backups to make room for new ones.

  • How do you access your .mac email from a PC? We migrated to icloud and need some guidance. Thanks.

    We migrated our .mac email to icloud and need some help in accessing our email from a PC.  Many thanks!

    iCloud account not necessarily needs to be an Apple ID. Make sure, if you have both, to you enter the correct one.

Maybe you are looking for

  • Runtime error R6025 message after log on to Vista - Flash Card not working

    Hi I'm a newbie & would appreciate any advice. I am getting a runtime error message R6025 when I log on to Windows Vista. When I click out of the box I then get a message saying Toshiba Flash Card not working. I cancel that and my laptop is ok except

  • Urgent Help Homogenous System copy

    Hello! We have SAP Portal 6.0 ABAP+JAVA WAS640, in Windows 2003 and Oracle 9.2.x. We are updating our devellopment environment, doing a Homogeneous System copy using the R3load copy method. Creating the ABAP Database Instance in the target system, in

  • CDESK "Bill of Document is not update."

    Hello, The Bill of Documents (BOD) is not update when I make the checkin of an Assembly using the CDESK trough CAD integration ProE. Do I have to mark some parameter of CDESK_CUS so that happens? Regards Diogo Santos.

  • PS shows encumbrance (2A) but reservation was closed using FMMC

    What could be the cause of a handfull of remaining balances on Funds Reservations (containing WBS elements)that have been closed using FMMC to still show in Project Systems report S_ALR_87013532 (Plan/Actual/Variance). For example, we have one scenar

  • Adobe: Please get some real customer service

    Well, today has kinda sucked hard for me. I called Adobe to find if new serials will be issued to DVRack and Ultra2 users or if a patch will be made available so that we can activate inside Vista and was met with a "rep" from India. Seriously, this d