Moved library - how to correct file locations in playlists

I copied my library off my HD to an external HD because the library is pretty large, about 120gb. I have all my music in playlists, and I back up my playlist library regularly just to be safe. I have not deleted my original library off my HD just yet to be safe that everything made it over.
My question is: My playlists still show all my songs as located on my internal HD. How do I get them all updated to show that the files are located on the external HD instead? I want to delete the original library off the internal HD to make more space. I changed the library location in the Settings -> Advanced tab under Preferences and iTunes now recognizes that that is where the library is.
I tested all of this by deleting a song from a playlist in its folder on the internal HD to see if iTunes would relocate it on the external HD. It did not. It prompted me to locate it instead.
I tried importing my library again, thinking that might fix it. Instead, all my playlists are now duplicated. And the songs in both versions of any playlists both still show the songs as being on the original internal HD, not the external.
Thanks.

Traditionally, if you want your download to go to a different folder than the default folder you would control-click on the link in Safari and select something like "Download Linked File As..."
Some websites are written in such a way as to disable that functionality.
charlie

Similar Messages

  • How to control file location of iPhone pictures?

    I have invested a lot of time into figuring out a smart way to combine Apple's approach of handling images (database-driven) with the approach of all other services (file-driven) but was not successful yet. I really hope you can help me.
    Problem: I take a lot of picture on my iPhone and want them to be:
    in a useful location on my drive based on events (e.g. Pictures/Christmas 2013/IMG_123.JPG) which enables me to use file-based services like dropbox
    in iPhoto
    My problem: if I attach my iPhone and start iPhoto, I can import images from the iPhone without any control over where they are placed on the hard disk.
    I tried several ways to work around this:
    Find the images in the iPhoto Library folder and move them --> iPhoto doesn't find them anymore. Unfortunately it doesn't ask me where to find them but just shows an error symbol.
    Export the images and reimport them --> A lot of manual effort + I loose some timestamp information
    Hack into the SQLite DB of iPhoto --> I managed to update the imagePath in iPhoto but then found out that the location is additionally stored in a file alias which is stored in SQLite as a BLOB. I don't see a chance to create/update such an alias
    Any idea how I can control where images are stored? Should I use another mechanism to import images from the iPhone instead of importing directly into the media library?

    in a useful location on my drive based on events (e.g. Pictures/Christmas 2013/IMG_123.JPG) which enables me to use file-based services like dropbox
    Do you want to store the original image files in a synced folder like your dropbox folder? Then you are risking to breaking the connection between your original image files and the versions in your iPhoto library.
    Image files managed by iPhoto are best left alone. iPhoto offers many safe ways to access the photos, and probably can what you want be done, by using iPhoto's interface. What yo not can do in iPhoto is syncing the library to other macs.
    Any idea how I can control where images are stored? Should I use another mechanism to import images from the iPhone instead of importing directly into the media library?
    The only way to control where images are stored, is to avoid importing them in the first place. If you disable "Copy items to the iPhoto Library". Then your image files wil remain exactly where they are. But this method is not recommended, because it is a disaster waiting to happen. Images imported this way cannot be rlocated to another drive, if you are running out of space, they are difficult to restore from backup, and they are not well protected and may be accidentally moved or deleted.  If you need a photo library that supports this kind of staorage better, upgrade to Aperture.

  • How to view file location in columns

    If I remember correctly, I used to be able to select file location as a column heading an sort.
    This allowed me to quickly find any songs that may not be in normal library location.
    I don't see that column option anymore.
    I have itunes match so not sure if this has an affect or not.
    Anyway to easily review file locations in itunes 11?
    Regards,
    bdog

    FYI, I now remember what I wasn't remembering.
    I ran a apple script to copy the file location to another field that I could display.
    Then I could sort and find music files not stored in the correct master location.
    Sundry Info was the script I used to copy the file path to another field (comments, description or categories)
    I used categories since I wasn't using this field.
    bdog

  • How to upload file located on the network

    I used following API successfully upload file located on
    database machine. I
    got error when upload file located on network. I run this
    as "Portal30" user
    which has DBA priviledges.
    I used code like this.
    result:=wwsbr_api.add_item(p_caid=>53,
    p_folder_id =>4487,
    p_display_name => 'Test',
    p_type_id => wwsbr_api.ITEM_TYPE_FILE,
    p_type_caid => wwsbr_api.SHARED_OBJECTS,
    p_region_id =>5,
    -- these are not working
    p_file_filename=>'//nt2/vol2/common/test.pdf'
    p_file_filename=>'///nt2/vol2/common/test.pdf'
    p_file_filename=>'S:/common/test.pdf'
    -- this works
    p_file_filename=>'c:/test.pdf'
    Errors:
    ORA-29532: Java call terminated by uncaught Java exception:
    java.lang.NullPointer Exception
    ORA-06512: at "PORTAL30.WWSBR_API",line 24
    ORA-06512: at "PORTAL30.WWSBR_API",line 277
    PS: we tries run Oracle as a privileged user other than System
    user. it won't help. Am I missing something here. I am new on
    the network problem. How I can verify the privileged user access
    the network.
    we have portal 3.0.9.8.1 running on Windows 2000

    Thanks for the direction. I can upload same file through Oracle
    Portal "Add Item" user Interface. So I assume file is visible to
    the database. Notice the Portal uses wwv_additem.additem and
    wwv_add_wizard.edititem to upload file. Do they eventually use
    wwsbr_api.add_item and wwsbr_api.add_item_post_upload? What is
    syntax of reference file on remote drive?
    Thanks
    Linda

  • How to change file location path at run time in OWB 10g

    Hello all,
    We want to load several files with the same name but from different folders into a single table.
    The information about the paths is stored in an oracle table.
    Is there any best practice to achieve this?
    Our approach is to loop on the number of sources and execute the mapping after changing the location path. We found how to make the loop, and have the apropriate OMB command to update the location path, but we are still looking for a way to call this OMB plus command in a process flow or a mapping. Any idea?
    We also succeeded in loading the file from an unregistered location, which is necessary to be able to update the path, but I'm not sure this is really the best approach. Any advise?
    Thanks in advance for your help!
    best regards
    Cedric.

    Hi,
    I can provide you with an idea on this, dont know if it will work or not.
    Suppose, you need to load 5 files in different folder locations into a single table. Call the mapping 5 times in a process flow. If you log in to the database, and go the table all_directories in your target schema, you will find an entry for the actual path of the file you are trying to laod. I think if this path is updated before each run of the mapping, you can load all files into the target table. Only thing you have to do is call a procedure which will update this record in all_directories table with the different locations each time you want and then plug in this procedure before each call to the mapping in a process flow and see if it works or not?
    Regards
    -AP

  • Moved Library, How Do I Move Playlists?

    I moved my My Tunes folder to an external drive, but after "Add Folder to Library" action, all my playlists are missing. Where can I find playlists and how do I re-establish them?

    I asked because a playlist is ONLY a list of songs.
    A playlist itself does not contain any songs.
    To get the music off your iPod and onto your computer go to http://www.thelittleappfactory.com/software/ipodripwin.php or www.yamipod.com.

  • Consolidating itunes media library-how to shorten file names or how to find the file that is creating the problem?

    Hi I've switched to Mac for six months now, so is still new to mac and I am using my old 1TB windows PC side by side for my music collection. Now I have seen the posts already in apple community about consolidating itunes music library but could not get the proper way of doing it. My system and itunes is also saying 'file name is too long' and it stops but the questin is how do I know which file is creating the problem and how do I shorten it?
    If anybody can answer I'll be obliged to him/her, because its my 6/7 years of music collection stuck in an old pc. Thanks in advance.
    - Javed

    By 'it stops' I meant the consolidation process in itunes stops.

  • How to correct faulty location information

    With the launch of Apple Maps my hometown had a wrong postal code. As result my location has been set to another town with the same name. This error seems to be fixed in im Apple Maps. But when I set a reminder on my iPhone when I come home, the wrong location is still used. Thus this feature is absolutely of no use for me. This reminder would only fire when I visit this other town. I tried anything but I cannot change the wrong location. Any idea?

    Unless you send out your contact card to others, I would say as a quick temporary fix just to remove your town name then from your contact info and use only ZIP since that works.
    I keep a duplicate contact with my middle initial that I share with others that has limited information.   Perhaps if you do share your contact info as well that is a good alternative.

  • Transferring library from pc; duplicate files and missing playlist

    I know this can't be a new topic but I'm having trouble finding a solution. I am very frustrated as I've been working all morning on this and I suspect there is an easy solution.
    My new i-mac arrived yesterday. I'm transferring my itunes library from a pc. I have my entire hard drive backed up on an external drive.
    I have copied the music from the external hard drive to the imac, then imported the music into itunes. No matter how I approach this I end up with duplicate copies of every song in tunes and no playlists. I've tried copying just the file I thought controlled playlists, I get the playlist name but a message that songs were not imported b/c they could not be found.
    Is there an easier way to tackle this? Thanks.

    I figured this out on my own. Closing out.

  • How can I set the workgroup templates file location in Office 2013 to point at a folder stored on Sharepoint (2010/2013)?

    Hi All,
    Been doing quite a bit of research on this but drawn nothing but blanks or alternative suggestions, none of which are viable.
    So the outline of the issue:
    Deploying Office 2013 suite to organisation and wanting to have custom templates available for users to choose from, but want those templates to be centrally stored and managed on a SharePoint site. 
    In Word 2013, for example, when you create a new document, you are presented with a page to choose from 'Featured' templates (or blank document)
    So, if you wanted to have custom corporate templates, you could modify the file location for work group templates, thus creating a Custom Office Templates folder locally on your PC. 
    Great. This means when you select 'New' in Word 2013 you can pick from the 'Featured' templates, or the 'Personal' templates area.
    However, I have a collection of test corporate templates (for Word, Excel, PowerPoint etc). These are stored on a SharePoint site internally. 
    If I try to modify the work group templates location in Word 2013 to point towards my SharePoint site (or any HTTP address for that matter) it won't work.
    I know that I could point it towards a Network Share location instead, but I don't want to do that. 
    Is there any way of getting it to point towards a SharePoint site, any way of modifying it? Or perhaps an even better solution that I could use? 
    Any help, thoughts or ideas would be massively appreciated! And forgive me if any of my logic is off, but it does seem like this should be a straight forward thing to do given that Office and SharePoint are both developed by Microsoft and you
    would like to think they would inherently have better links!
    NOTE: Going to Office 365 is also not an option either!
    Eagerly awaiting an answer from someone incredibly clever!

    Hi Tony, 
    Thanks for your response but this is not what I was looking for. 
    Those articles relate to setting a default template in a SharePoint document or form library.
    I will try to be more concise.
    What I want is:
    (1) For users to be able to load MS Word 2013 on their laptops/desktops (connected to corporate Wireless/LAN)
    (2) Once they have opened MS Word 2013, I want them to be able to choose a template from the welcome screen. (There are MS Word Defaults like 'Blank Document' or 'Cover Letter' etc)
    I want to add a second tab which is called 'Personal' or 'Corporate'.
    (3) MS Word 2013 allows you to create custom WORD templates and save them locally on your machine (either in the default location for templates, or a user-specified custom location (e.g. My Documents, Desktop etc).
    (4) In advanced settings, there is an option to modify file locations. This is where you can point MS Word 2013 towards the folder (locally) that contains the personal templates that you have designed which you want to use.
    (5) QUESTION: Is there a way to have lots of corporate WORD templates (perhaps one for Marketing, Sales, Procurement, Project etc) - Basically LOTS of different templates all stored in one location on SHAREPOINT, or in a SharePoint document
    library. THEN... once those templates (documents) are stored on SharePoint,
    IS THERE A WAY to go back into the advanced settings within MS WORD 2013 and modify the file location for templates so that it points towards the SharePoint document library? 
    I want all the templates to open in MS Word 2013, not within a browser, and I don't want users to have to go to SharePoint to find a template, I want it to be integrated into their local MS Word 2013 so they can choose a corporate template the moment they
    load up MS Word 2013.
    When I have tried to modify the custom file location for templates, I can only set it to an address locally on my machine, or a network address (mapped network drive). 
    However, I do not want the templates to be stored on a shared network folder, I want them to be in a SharePoint Document Library. 
    The issue I have found is that I cannot enter a SharePoint Library URL as my file location, nor can I enter any HTTP address. 
    IS THERE A WAY AROUND THIS? 

  • My itunes library got screwed up some how. When i goto play a song in my library it says original file can not be located. how do i locate them

    when i go to play the selected song it says original file can not be found. do you want to locate the file. how do i locate the file?

    Have you moved, renamed or deleted the original files?
    Has another programme on your computer moved, renamed or deleted the files?
    Have you just created this iTunes Library?
    Have you recently added the missing music music from an external hard drive?
    If it's none of the above, what have you been doing recently? For example, have you been "sorting" your files in your file manager?

  • How can i change the iTunes music library file location

    Hi, I have installed the latest version of iTunes6.0.4, by default my music library files are storing in "c:\documents and ettings\administrator\myDocuments\myMusic\iTunes\iTunes Music". It's nothing but my H:\ drive and it will be shared by a group of pepole. I would like to move this location to "C:\My Music\iTunes\iTunes Music".
    I tried by changing the location in the below specified way.
    iTunes preferences --> Advanced --> iTunes Music Folder Location --> Change.
    But still it's iTunes is storing the music libraries in"c:\documentsandettings\administrator\myDocuments\myMusic\iTunes\iTunes Music".
    Could you please let me know how can change this location permanantly from ""c:\documents and ettings\administrator\myDocuments\myMusic\iTunes\iTunes Music" to "C:\My Music\iTunes\iTunes Music".
    Thanks,
    Chetan.

    The music library files are hard-wired to the My Documents folder. The only way to move the files is to move the My Documents folder, which affects the entire system.
    Related links:
    What are the iTunes Library files?
    http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx - TweakUI, used for moving My Documents, etc.

  • Big fat library mess: duplicates / can't locate files / etc.

    Hi,
    I have several issues. Failed to find my answers online in forums here. Help requested.
    Recently migrated from another Mac. Moved library manually. 2 issues going on.
    1. In the actual media folder where the songs are stored, each artist>album folder has duplicate song files (ending in 1.mp4). These duplicates need to be cleaned up in bulk and mass deleted.
    2. I successfully exported my old playlists and reimported them into new system and they show up fine in iTunes. When I click on one of the tunes though I get the familiar "song could not be used because original file could not be found" and the ! icon appears. This is a commonly discussed issue. However common solutions don't seem to apply.
    When I click "locate" from this dialog box and manually go to the tune, it plays fine after that. So then, how can I do this for the entire library to avoid doing this 1200 times?
    These common solutions don't seem to be the best path.
    1. Consolidating library. Library location is already pointing correctly inside of preferences.
    2. Opening itunes while holding down option key. When I do this, and then select "Choose library" and navigate to my media folder, I get a notice that the "itunes library file" can't be found.
    Any more solutions out there? Why do I hate itunes file mgt. so much? I'm actually a technical person. Have wasted hours on this.
    As a nuclear option... Is there a way I can uninstall itunes completely and start from scratch?
    Thanks,
    Mike

    1. In the actual media folder where the songs are stored, each artist>album folder has duplicate song files (ending in 1.mp4). These duplicates need to be cleaned up in bulk and mass deleted.
    [Dougscripts|http://dougscripts.com/itunes/scripts/scriptcount.php?sortBy=Name&o p=y] - Many itunes scripts, including various ones for dealing with duplicates in various forms. The best way is not to just handle them in bulk form. I have some "duplicates" that are really very different versions of the same work by the same artist and I would not want them automatically deleted on this basis. Some of my duplicates are also the same track on different albums, and again I need both copies in order to keep both albums intact.
    2. I successfully exported my old playlists and reimported them into new system and they show up fine in iTunes. When I click on one of the tunes though I get the familiar "song could not be used because original file could not be found" and the ! icon appears. This is a commonly discussed issue. However common solutions don't seem to apply.
    When I click "locate" from this dialog box and manually go to the tune, it plays fine after that. So then, how can I do this for the entire library to avoid doing this 1200 times?
    There isn't a single simple solution to this. Solutions follow two paths. One is to get your old library working (which you seem to have tried). The other is to simply create a new library and start all over again, losing some things such as playlists, play counts, ratings in the process.
    As a nuclear option... Is there a way I can uninstall itunes completely and start from scratch?
    Are all your music files in pretty much one folder or series of folders? If they are you could just start itunes with a new, blank library by holding down the option key, then drag all your files to the library window.

  • New PC, I want itunes to open up in my external hard drive (music location) but it opens in the icloud. Itunes file location is correct but it navigates to the cloud, help!

    I have a new PC, Iwanted to direct itunes to my external hard drive (music location) but nothing seemed to work. I've now uninstalled and re installed itunes locating it in my external hard drive, however when I open itunes it directs itself to the icloud. I've checked the file location and it is in the external hard drive. How do I direct it to the correct place?

    Setting the path to the media folder only tell iTunes where to put new content, not which library file to open. If you moved your entire library to the external drive then hold down shift as you start iTunes and browse to the iTunes Library.itl file. If you only copied the media folder you'll either need to redo the migration from your old computer, or import the media folder into a fresh library.
    tt2

  • Moved library to external drive ... now can't reconnect files HELP

    Hi all. I've searched this forum for answers to my problem but to no avail.
    In effort to free-up hard-drive space on my iMac, I decided to move my entire Aperture library folder to my external g-drive. Then, when I started Aperture up again, I opened preferences and pointed to the new library location on the external. I thought it would be that easy...
    At first, it seemed to have worked--the files were all showing up in Aperture. However, when I tried to edit or export any of the images, I got a warning message:
    "Versions with unavailable master images cannot be exported. The selected master image is either offline or not found. Please reconnect it and try again."
    Also, there's a little yellow yeild icon with an arrow above on the images... I guess this indicates that there's a connection problem?
    What should I do? I tried right-clicking the main "Library" icon in Aperture and clicking "Relocate Masters for Library..." but that resulted in another error message:
    "Unavailable master images cannot be relocated. One or more of the selected master images are unavailable. You can relocate all available masters, or cancel, connect the required drives, and try again."
    I have no idea what to do next? How do I fix this? I have a shoot today and I will need this resolved.... If anyone has any idea, please take me thru this. Oh, one more thing--I have over 11,000 photos so forget manually connecting each one.
    One more thing: I am downloading Aperture 3 and will definitely migrate. Will it be easier to connect these files to Aperture 3?

    OK, I couldn't figure it out so I set everything back to how it was before the move. Everything is working now and all the files are still in the original location.
    Now, I want to move the entire library to the external drive. I've looked into this...please correct me if I'm wrong with the steps to move entire library from my computer to a external drive (note: I don't want to use the computer HD to store/process the photos--I want it all done from my external HD)/. Here's what I found in Aperture help...this is the closest thing I could find for directions on moving the entire Aperture contents from one location to another permanently. Will this work?:
    "Transferring Projects from Another System
    If you work with several computers, or work on projects with other people, you may find it necessary to transfer projects from one Aperture system to another. Transferring projects is a simple import process.
    To transfer a project from one computer to another:
    1 Select the project you want to transfer, then choose File > Export > Project.
    2 Enter a name and choose a location for the exported project.
    3 If your project contains referenced images, select the “Consolidate images into exported project” checkbox to transfer the original masters as well as the previews and metadata as a self-contained project that another Aperture system can use.
    If you are transferring projects with referenced images to another computer and want to transfer just the referenced image previews and not the masters, don’t select the “Consolidate images into exported project” checkbox.
    4 Click Save. The project file is exported to the location you chose.
    5 Connect or network the two computers together. For more information, see the documentation that came with the computers.
    6 Open Aperture on the computer to which you want to transfer the project.
    7 In the Projects inspector, select Library.
    8 Choose File > Import > Projects.
    9 In the Import dialog, navigate to the location on the other computer where the project you want to transfer is stored, select the project, then click Open.
    The selected project appears in the Projects inspector."

Maybe you are looking for

  • Powerbook G4 slightly bent in the middle

    OK, so I have my laptop on a little bag attached to the handle of my carryon at the airport. The carryon falls over, and it looks lilke the metal handle put a little bind in the middle of my G4. It's almost imperceptible, except when you close the la

  • Ipod is not recognised in i tunes and can't sync

    My ipod is not being recognised in i tunes. I purchased some songs from i tunes store and then when I tried to sync my ipod to change my music it is not recognised. I have run Diagnstics and connectivity tests and then it says no ipod is found,can an

  • XPath function similar to Decode in database

    Hello All, I was wondering if there is an XPATH Function equivalent to DECODE Keyword in Database. I will give an example of what i want. I have a package which accepts a set of inputs, in the DB adapter call while assigning inputs, if the client inp

  • Light in Headphone jack...

    I have compared the headphone jack on my wife's 3gs with my new iphone 4 and have noticed that there seens to be a noticable light when I look down into the headphone jack hole. That is to say when the phone in on and the screen is lit. Is this a com

  • How do I uninstall firefox 6 and install firefox 5

    firefox 6 is not supported by 1password add-on and 1password has been deactivated. How do I revert to firefox 5 and preserve all bookmarks etc? System is Mac snow leopard