Ordering iTunes to search a different place for a file?

When I reformatted my computer and used an external hard drive to back up my music, I plugged it in and just told iTunes to look for the music and it found it, and it works fine. But iTunes is putting a serious tax on my computer and slows down considerably when I use it, and I think it might be because it had to access the external hard drive for all 1989 songs I have. And so when I turn the EHD off and tell iTunes to play a song it comes up with the message that it can't find the file and I need to locate. I already copied all my music onto my computer's HD and I want to tell iTunes to find all the music in my Library on my computer and not the external hard drive becuase I sorted and deleted a lot of songs and I don't want to tell it to just find all my music on my comp, have to delete all the old paths to the EHD, and then reorganize.
Is there a way to get iTunes to look for the paths for all of the songs in the iTunes music folder and not do it individually?

Two options: 1) is to edit the iTunes Library.xml file and import it into iTunes (deleting the current Library first). 2) A script to fix the paths
Details:
1) First, if you want to keep all your existing non-smart playlists, select each playlist in iTunes and "Export Song List" from the File menu. Check to make sure in iTunes preferences that your Library location is on the internal HD and not the external HD.
Close iTunes. Make a copy of the files "iTunes Library.xml" and "iTunes Library.itl" in My Documents\My Music\iTunes. Edit the XML file and any exported song lists using any text editor (e.g. Notepad). Hopefully you can just do a find/replace using the paths from the old EHD and the internal HD. Open iTunes, and delete your Library. It shouldn't ask you to move files to the recycle bin unless you updated the paths to some of the songs already. Then import the XML file you edited, and the exported playlist text files.
2) I can write a script that would find all the songs with paths on the EHD and edit the path to be in the new location. This assumes the directory structure and file names are all the same under the Library folder. I'm too tired and cranky to do it now . If you're a perl expert, you can look at some of my other posts (like this one and examine other scripts I've posted, and edit to do what you want.

Similar Messages

  • I have 1 apple id for iTunes store and a different one for my iCloud acct. How can I watch my photo stream on apple tv and be connected to the iTunes store

    I have 1 apple id for iTunes store and a different one for my iCloud acct. How can I watch my photo stream on apple tv and be connected to the iTunes store

    Use the same Apple ID for everything.

  • Please choose a different name for the file

    How can I stop this message appearning ?

    By choosing a different name for the file?
    You will need to provide a lot more information. 
    What are you trying to do when you see the message?
    What version of Sqldeveloper are you using?
    What operating system are you running on?

  • 'Edit in Place' for XLSM-files (Excel Macro-Enabled)

    Hi,
    is it possible to activate 'Edit in Place' for xlsm-files (Excel Macro-Enabled Workbook file)?
    For xls(x)-files there is the link 'Edit This File', but not for files of type 'xlsm' allthough they could be dealt the same way with Excel.
    I know I can edit this files using the 'Add-in for MS Office' and via the 'Vibe Desktop', but it would be nice to deal them like other Excel-files.
    thx
    Martin

    Originally Posted by mschuhmann
    RTFM helps I admit:
    Novell Vibe 3.3 Administration Guide > Site Setup > Setting Up Site-Wide Customizations > Configuring File Associations for Edit in Place Applications
    Novell Doc: Novell Vibe 3.3 Administration Guide - Configuring File Associations for Edit in Place Applications
    Append ".xlsm" for the variable edit.in.place.file.applet.extensions, edit.in.place.file.webdav.extensions
    Hi Martin,
    Yeah, the Vibe docs can help on occasion
    Still, thanks for feeding it back to the forums as it can be quicker finding a hit in the forums than having to go through the docs!
    Cheers,
    Willem

  • When trying to update Acrobat XI I get a 1328 error each time. I have uninstalled XI and reinstalled it from disk. When trying to update the newly installed XI I still get the 1328 error. I have searched my C: drive for the file C:\config\Msi\PTA082.tmp b

    When trying to update Acrobat XI I get a 1328 error each time. I have uninstalled XI and reinstalled it from disk. When trying to update the newly installed XI I still get the 1328 error. I have searched my C: drive for the file C:\config\Msi\PTA082.tmp but with no sucess. Any suggestions?

    Hi Berriedale,
    Please try the below steps and check.
    Turn off any antivirus or software security program.
    Download the update patch 11.0.10 manually from the below link and run it.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5859
    Regards,
    Anand

  • How do I set itunes to be my default player for every file that I have (VLC is my default player now)

    How do I set itunes to be my default player for every file that I have (VLC is my default player now)

    Mac OS X: Double-Clicking a File Opens the Wrong Application - http://support.apple.com/kb/TS2291
    -= Changing the application used to open all files of a certain kind (written with reference to OSX 10.4 but may not have changed) =-
    1) In a Finder window highlight a file of the kind you want to change the application to open that kind of file.
    2) While that file is highlighted, select File > Get Info or press command (apple or propeller icon) + i to get a file information window.
    3) In the lower part of the info window there is an "open with" menu with a list of applications.
    4) If your application is already in the box then it is the default application for opening that kind of file and you don't need to do anything more.  Close the get info window.
    5) If the application showing in the menu is not the one with which you wish to open the file then select a new application. If your application does not appear there then select the "other..." and track down the application (usually in the Applications folder at the main level of the computer).
    6) If you wish to change all files of this type to open with this application in future, make sure the "change all" button is selected.
    7) Close the get info window.

  • Best place for configuration files

    I am creating an application that gets installed into the the [ProgramFiles] directory. The application writes to a config file every time it closes and the user also has the ability to write a config file at any point in time. After the application is installed no configuration files can be written. I am getting the following error:  "LabVIEW:  File permission error. You do not have the correct permissions for the file."
    1. What do I need to do to be able to write config files to the directory where the application is installed?
    2. If I wanted to save the files in some users folder, how can I keep track of this path from the development environment, to the exe and then across different OS's?
    3. Is there a general convention/location for config files that the application needs to write to?
    I know during the build installer phase we can put data in all these different Microsoft folders. But is there a way to get the paths to these folders in my application? (see image below)
    I am running Windows 7 and LabVIEW 8.5.
    Thanks for your help
    -Anthony M.

    Win32 consists of several DLLs. It is not .Net but the original interface in Windows to access operation system functions. It is available on every Windows PC because it implements Windows. The LV VI "File Dialog" is just a wrapper for the Win32 function FileOpenEx Which every program uses to select a file.
    Storing user settings in the registry is outdatet. Modern Visual Studio programs store setting in files with .config extention.
    Settings may be stored in various places depending of their need.
    Settings which apply only to this special PC are stored where the application is installed. These settings are set during setup and won't change afterwards whithout any changes to the PC.
    Settings which are common to different Windows users are stored in the All users\Appdata folder. The path to this folder is in the registry under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Common AppData. Typical data stored there are test setups or serial numbers of external devices.
    Data files which are common to different Windows users are stored in the All users\Data folder. The path to this folder is in the registry under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Common Documents. Typical data may be test result protocolls.
    Settings which are unique to different Windows users are stored in the<username> \Appdata folder. The path to this folder is in the registry under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\AppData. Typical data may be personal number, department number.
    Data files which are unique to different Windows users are stored in the <username>\Data folder. The path to this folder is in the registry under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal.
    It is normal that the user has full acces to the last for paths and read access to the first path.
    Use the Example Finder to find the registry VI examples.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Correct place for certain files

    Hi
    An embarrassing question: After just having installed Snow Leopard, I tried to trim the system for unnecessary files. In some cases, I am afraid I was too eager. I rescued the following files from the Trash and would like to re-install them - but I don't know where they belong. Can you please help me? The files are:
    1- a folder "Contents", containing a..d:
    a/_CodeSignature (folder)/ CodeResources
    /CodeResources (alias)
    /Info.plist
    b- MacOS ƒ/Apple
    c- Resources ƒ, containing 5 folders for 5 languages, each containing InfoPlist.strings;
    and then 3 files:
    english.contractions.plist
    english.conversions.plist
    english.inputconversions.plist
    d- version.plist
    2-Gamma Adjust.qtz
    3-iLifeSlideshow_103.pkg
    Thank you for your help! - Hening.

    It's almost impossible to know where they came from since you are the one who deleted them. Unfortunately, you rescued them. Had you left them in the Trash you could have used the Put Back option of the Finder to move them back where they came from, but once removed from the Trash the option is gone.
    The various folders and files can come from anywhere as they are similar in many different locations including from within program packages.
    It might be easier to erase the hard drive and reinstall SL from scratch. And, in the future don't go removing things you know nothing about or don't know the consequences of removal. Stay away from the System and Library folders. Do not remove, move, or rename anything in those folders. And unless you know what you are doing it's a good idea to say out of the /Home/Library/ folder.

  • Scan a folder on a different computer for new files

    Hi all,
    I need to scan a folder for new files. I already have a deamon that can do this without a problem. What i need to do, is to scan files on a different computer. The program is going to run on a windows PC and needs to get data from a machine using Unix. I was able to get this done between two windows PC by mapping the drive of the other computer, put i cant do this with Unix.
    I found on the net a class used to make an FTP client(edtftpj-1.5.4). This works fine to get the folder contents once, but it dosen't scan it to see if there are new files. I could of course just loop this FTP client, but this could get very slow if there are to many files in the folder.
    So do you guys know of a way that i could scan this Unix machine for new files?? anything to give me a hint on where to look would be apreciated.
    Thanks in advance
    Alex

    why should we help you make a program that can be used to spy on people, because that's what you're trying to make (even if it's not your current purpose for it, but then it wasn't the purpose of the person who wrote the Michaelangelo virus to write a virus...)?
    It doesn't work on Windows either. As you noted you need to create a drive mapping, which effectively makes the mapped drive available to the other machine as if it were a local drive (applications, including Java applications, don't notice the difference).
    You can install a daemon on Unix machines that allows you to expose drives on them for access over networks as well, similar to what you can do with Windows machines.
    That's your best bet.
    Alternatively you will need to create some sort of server running on the Unix machine which does the work for you and reports the results to your main application on demand through a network connection.

  • Trying to use a different Player for video files..

    Originally all my files were viewable in Adobe Media Player as individual files, yet my files were convereted to ONE Flash player file
    when I placed them on my laptop including the original discs. This is annoying since the video files fit my screen a bit better in Adobe Media Player.
    I am trying to watch videos from Flash Player back to Adobe Media Player how can I do this?
    Thanks!
    DRivera

    I do they are video tutorials and I have them on disc. For some reason they have turned into one Flash file with an ordered list of videos when you open up the file. Originally all the files were individual Adobe Media Player files. I would like to have the option how to change this back to the way it was?

  • Audit directory and searching through the logs for deleted file

    Windows Server 2003
    I have found article http://whatevernetworks.com/?p=108
    And in description of this article is: to found deleted files in auditing directory I have to found event 560.
    But I have about 60 000 events.
    My file abcd.txt is missing and I have to find who delete it, but I cant click 60 000 times to find it.
    Moreover most of that event looks like its objcect open not object deleted.
    How to find this particular?
    Event Type:    Success Audit
    Event Source:    Security
    Event Category:    Object Access
    Event ID:    560
    Date:        2/23/2014
    Time:        11:48:00 PM
    User:        DOMAIN\user
    Computer:    PLWAW1FS00003
    Description:
    Object Open:
         Object Server:    Security
         Object Type:    File
         Object Name:    E:\Temp\download.domain.com\example.zip
         Handle ID:    1788
         Operation ID:    {0,477992664}
         Process ID:    1692
         Image File Name:    C:\WINDOWS\system32\xcopy.exe
         Primary User Name:    user
         Primary Domain:    DOMAIN
         Primary Logon ID:    (0x0,0x1C7D2FA0)
         Client User Name:    -
         Client Domain:    -
         Client Logon ID:    -
         Accesses:    DELETE
                READ_CONTROL
                WRITE_DAC
                WRITE_OWNER
                SYNCHRONIZE
                ACCESS_SYS_SEC
                ReadData (or ListDirectory)
                WriteData (or AddFile)
                AppendData (or AddSubdirectory or CreatePipeInstance)
                ReadEA
                WriteEA
                ReadAttributes
                WriteAttributes
         Privileges:    SeBackupPrivilege
                SeRestorePrivilege
         Restricted Sid Count:    0
         Access Mask:    0x11F019F
    Find fields are: Information/Warning/Error/Succes/Failure
    Event source: DS/IIS/LSA etc...
    Event ID:
    User:
    Computer:
    Description:
    and no filename, or action.
    Maybe I can use powershell to search through the logs?

    Hi,
    You can use Custom View and XML filter to filter specific event logs. Firstly, create a custom view. Then type an XML query to filter by ObjectName (abcd.txt).
    For more detailed information, please refer to the article below:
    Advanced XML filtering in the Windows Event Viewer
    http://blogs.technet.com/b/askds/archive/2011/09/26/advanced-xml-filtering-in-the-windows-event-viewer.aspx
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Powershell script to search a network drive for .mdb files and export them to CSV file

    Hello all,
    I'm trying to search one of our network drives for old .mdb files, I want to write the name, location and date last modified to a csv file.
    Get-WmiObject -Class CIM_DataFile -Filter "Drive='S:' And Extension='mdb'
     AND ObjFile.drive
     AND objFile.FileName
     AND objFile.FileSize
     AND objFile.LastWriteTime" |
    Export-CSV c:\mdb_search\mdbfiles.csv\
    Obviously this isn't working or I wouldn't be posting.  I've tried many different examples from the net with no joy for now.
    Thanks for any help you can offer.

    Thanks, that did the job.
    Cheers, you're welcome.
    How do I get the powershell cursor to return to C:> ?
    Should I use "exit" or "break" ?
    Neither, the console will return to a prompt when the search has been completed.
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • Problem in using different format for Image files

    We are generating a report wherein the logo (Image File) is changed with respect to the company's location.
    Here, we are making use of a Text field using a formula column as its source for getting the file path.
    When the Size is kept as "Expand" or "Variable", then, when the image size changes considerably, it gives problem, wherein the logo is not displayed.
    Then we increased the size of the logo field and kept thte size type as Fixed. But the probnlem which we face is because of the .bmp format which the report accepts.
    This is because, when the format type is bmp, upon increasing the resolution or size of the bmp increases the size by several folds( say from 70kb to almost 1000 or 1500kb) which leads to the error "Memory cannot be read" and leads to abrupt application termination.
    Is their any way by which i can make use of GIF format for the image file and at the same time change the file name at runtime.
    Eagarly waiting for an early solution.
    Thanking you in Advance,
    Ramnath Balasubramanian

    Hi,
    You can only use one Apple ID with iTunes match. Purchasing another match subscription using wife's Apple ID is not a solution. I can only suggest that you use your ID for match and all iTunes music purchases.
    Jim

  • ITunes does not show album artwork for FLAC files

    I add FLAC music files to iTunes via Fluke which works perfectly.
    Then I add the album artworks to the albums as usual (select all songs/right click/get info/info/then drag and drop a previously downloaded .jpg file). The artwork is visible in the Artwork column, in the Cover Flow but not in the right click/get info/info/artwork.
    Which would not be a problem itself, but I use a Logitech Squeezebox Duet and on the controller there is no artwork for albums with FLAC files.
    It is only with FLACs, MP3s work fine.
    Any idea, what is it all about?
    Thanks!

    I knew that.
    That was really my question how to solve it if there is a workaround.

  • Best place for scratch files, imported video on laptop with single drive

    Hi all,
    I read that is was best to put the scratch files on a disk other than that the program resides on, so I did. That makes sense.
    But later, when I was reading about people's problems with CS4 crashing, I read I'm not meant to be using USB drives .... so, my question is:
    On a laptop with a single hard disk and a USB external drive, where is the best place? Do the performance problems with scratch files on a single disk trump those of using USB or vice versa.
    Perhaps its something I'll have to try myself but wondering about other people's experience.
    Cheers

    I'm with Harm on the eSATA. I will say that FW-800 works for me, but as more of my externals offer eSATA now, I'll probably migrate to that connection very soon. Even with 3x 200GB 7200RPM SATA II HDD's on my laptop, I do a lot of work with externals, 'cause I migrate the Projects to my workstation. Just remember to set a unique drive letter for the external(s) in the OS of all computers, or you WILL have issues. An eSATA card is cheap, though your externals need to have the connection. Externals are also cheaper now. I'm paying the same for 2TB units, that I paid for 250GB ones, when they first came out! For what I paid for a 1.5TB RAID NAS, I could now get 16TB in a hot-swappable enclosure.
    As for USB's, I tried that years ago, and gave up in frustration. The connection was just too slow, and often timed out, or worse. I'd not do that again, on a bet - sorry, but I am too impatient and then there were the crashes...
    Hunt

Maybe you are looking for