HOw to copy a playlist on Creative Mediasource from one HD to another

I recently had to install a new HD on my computer. The new HD is now the master dri've. The old HD is still in the computer and used to back up files. I had to reinstall my Creative media source organizer on the new HD but can't get access to the playlist? on the old HD. I can no longer run Creative Organizer on the old HD. Is there a way to recover the playlist for use on the new setup? Is there a way I can copy the playlist from my Zen Vision M to the HD? I'd hate to recreate all of my playlists. Help is desperately needed please.

This would require renaming the files on the computer.
iTunes is not going to do this magically when copying files to the flash drive, iTunes does not even copy/sync files to a flash drive.

Similar Messages

  • How to copy very large number of files from one drive to another???

    I'm a fairly experienced Mac user for serveral years but this problem really has me stumped.
    I'm trying to copy or move 152,000 files from one external drive to another drive. I can highlight (Cmd - A) all the files on the first drive and drag them to the second drive but Finder always shows 32,768 files being copied no matter what I try.
    Any and all suggestions on how to move/copy a large number of files from one external drive to another are greatefully appreciated.
    Thank you in advance,
    Mack

    I would use the command line tool rsync.
    For instance with: rsync -av source-dir destination-dir
    -a The files are transferred in "archive" mode, which ensures that symbolic links, devices, attributes, permissions, ownerships, etc. are preserved in the transfer.
    -v Verbose, so you see the progress.
    Rsync is fast and really, really powerful and many times used in shell scripts and the like to automatically backup and/or sync stuff. Google a bit for more info.

  • How do I copy the same app folder layouts from one device to another? We have a several iphones and ipads.

    how do I copy the same app folder layout from one device to another. We have several apple devices.
    It's a challenge when syncing a device for the first time to go through all the apps and apply them back to the same folders as on your other iphone.
    I've seen suggestions of taking pictures of the correct layout, then manually applying it to the new device. Big time waister.
    What's the work around?
    Thank you

    I'm afraid there is no short workaround. One thing that you could do if you were REALLY desperate is reset your device to factory settings and then restore it from your other device's backup, but that is rather risky and you probably don't want to take your chances just for folder layouts. I would just do it manually.

  • How can I move the ODI Work Repository from one server to another server?

    How can I move the ODI Work Repository from one server to another server?

    Hi,
    If you would like to move your source models, target models and project contents from Work repository 1 to another work repository.
    I.e. Dev. server to Prod Server.
    1. Firstly, replicate the master repository connections i.e. with same naming conventions manually
    2. Go to Dev. Server work repository -> File Tab -> Click on Export work repository (save it in a folder)
    3. After exporting, you can view the xml files in the folders.
    4. Now, Open the Prod. server and make sure you already replicated mas. rep. details.
    5. Now, right click on model and import source model in synonym mode insert_update (select source model from the folder where your xml file located)
    6. Similarily, import again target then Project.
    Now, check. It should work.
    Thank you.

  • How can I transfer my app store purchases from one account to another?

    Can I transfer my apps to a new iTunes account from my old one? How?
    Thanks.

    No, you cannot transfer apps from one account to another iTunes account. Apps are DRM protected and forever tied to the account used to originally obtain them.

  • HT204380 How can I make a face time call from one country to another( supporsing both parties using iphone 4s). What will be the caller charges. If there is no charges as we use wifi, will there be a charge till connecting the call?

    How can I make a Face Time call from one country to another( supporsing both parties using iphone 4s). What will be the caller charges. If there is no charges as we use wifi, will there be a charge till connecting the call?

    FaceTime is free to use. You will not be charged for using FaceTime.

  • How can I transfer my apple ID acc from one Itouch to another ?

    How can I transfer my apple ID acc from one Itouch to another ?

    No, you cannot transfer apps from one account to another iTunes account. Apps are DRM protected and forever tied to the account used to originally obtain them.

  • HT5787 How do I transfer an Itunes gift card from one account to another ? I do not remember the password or the security questions.

    How do I transfer an Itunes gift card from one account to another ? I do not remember my password or know my security questions.

    You can't do it yourself. If you've just redeemed it and not spent any of it then you could try contacting iTunes Support and see if they can move it the other account : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • HT201269 How do I transfer my SMS text messages from one Iphone to another or to my Macbook Pro?

    How do I transfer my SMS text messages from one Iphone to another or to my Macbook Pro?

    Or you can be guided bt this 'officail' Apple support document:
    http://support.apple.com/kb/PH4441
    Ciao.
    Csound 1 greetings:  Nothing wrong with a little plagiarism.

  • How to pass column name as a   values from one page  to another

    hi
    i have created a report(pivot) from a table
    SQL> SELECT * FROM T;
    C1  C2          C3 D                SEQ
    A   AA           2                    1
    A   AB           3                    2
    A   AC           2                    3
    B   AB           5                    4
    B   AC           6                    5
    SQL> SELECT C1
      2  ,NVL(MAX(CASE WHEN C2='AA' THEN C3 END),'') AA
      3  ,NVL(MAX(CASE WHEN C2='AB' THEN C3 END),'') AB
      4  ,NVL(MAX(CASE WHEN C2='AC' THEN C3 END),'') AC
      5  ,SUM(C3) FROM T GROUP BY C1;
    C1          AA         AB         AC    SUM(C3)
    A            2          3          2          7
    B                       5          6         11
    SQL>
    my requirement in Apex is like this(reverse)
    eg-
    when i click on cell values '2' then,it should return
    C1  C2          C3 D                SEQ
    A   AA           2                    1
    {quote}how to pass column name as a  values from one page to another
    for example i have to pass 'c2' as a value to next page{quote}for report pivot you can reffer below link
    Report
    Amu

    thanks for your reply
    i 'm doing what exactly you mention here .
    my problem here is
    i have 15 columns
    i am executing a query based on the values of the column(column name)  in the target page
    1)here i am passing(all) the column values to the next page-but  i want to pass only one column values(column name)
    when i click on any cell of that  column
    OR
    2)i can pass all column name to target page -there(in the target page) i can filter out
    i think option 1 would good if you filter out the unwanted columns
    Regards
    Amul

  • How to use utl_ftp package to transfer files from one system to another

    Hi all,
    How to use utl_ftp package to transfer files from one system to another using plsql procedure .
    I failed to find the appropriate document ,kindly help me .
    Thanks,
    P Prakash

    prakash wrote:
    I am sorry tell you, this blog is not enough to for me.It's not a blog, it's Chris' website where you download the package from. Once you download the package and unrar it, then the package spec gives instructions (and I think there's instructions on how to install it too).
    Kindly let me know if there is any oracle documentation for this .It's not an Oracle created package, it was created by Chris. It's based around the UTL_TCP package if you really want to get into the nitty gritty of how it works, but I don't think you do.

  • How do i transfer music i have bought from one laptop to another?

    how do i transfer music i have bought from one laptop to another?

    Welcome to the Apple Community messilionel.
    The following article(s) may help you.
    Moving your iTunes library to a new computer

  • How do I export or transfer my iTunes from one laptop to another?

    I'm switching from one laptop to another (both using WIN 7), and I'm having difficulty.  It might be that my iTunes folder is incorrect or in the wrong place.  I tried copying my iTunes folder from a folder in My Music.  This folder also had a list of folders that seem to be album names.  In alphabetical order, one of these folders is named "iTunes".  That folder has files like "iTunes Library.itl", several temp files, iTunes Library Extras.itdb  and iTunes Library Genius.itdb.  It also has folders called "Album artwork" and "iTunes Media".  I tried copying over this iTunes  folder, but nothing showed up in iTunes.  This would be easy if I were allowed to synch from my iPod to iTunes, but I've heard that's not allowed.  Any help, especially step-by-step assistance, would be greatly appreciated.
    Mike

    Migrate an iTunes library from one computer to another
    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entireiTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one, with ratings, play counts, playlists etc. preserved. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd normally recommend method 1 since it establishes an ongoing backup for your library and unlike copying with Windows Explorer the process can be resumed if it is interrupted and it will continue to the next item if there are any read/access errors.
    Note if you have iOS devices and haven't moved your contacts and calendar items across then you should create one dummy entry of each in your new profile and iTunes should  merge the existing data from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See Make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library or a backup then then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • How do you move Compressor 3.05 settings from one Mac to another?

    How do you move settings from one Mac to another?
    I have Compressor 3.05 installed on two Intel Macs: a MacPro tower and a MacBook Aluminum. I created a new setting on the MacBook, and can see it in Library -> App Support -> Compressor as "<name>.setting" Then I moved to the Mac Pro for speed and created a few more settings. I copied these settings from the Mac Pro libary and put them in the MacBook library; restarted Compressor on the MacBook but still cannot see those presets from within Compressor. I hate to re-create all those settings, but I do move between both computers depending on what I am doing.
    What am I missing? Thanks.

    To copy single settings.
    1. Drag & Drop your setting from the Compressor Settings window to i.e. the desktop
    2. Copy .setting file to an other Mac
    3. Drag & Drop the .setting file(s) over to the Settings window in Compressor
    To copy settings groups (folders)
    1. Go to */Users/yourusername/Library/Application Support/Compressor*
    2. Copy the settings group folder you want to your i.e. the desktop
    3. Make sure Compressor is not open on the other Mac
    4. Copy the settings group folder to the same location on the other Mac
    5. Open Compressor
    Hope this helps
    Message was edited by: jeffd55

  • How do i transfer all of my itunes from one computer to another

    how do i manage to transfer all of my itunes from one  computer to another?

    Copy the iTunes library folder from one computer and restore it on the other. Use an external hard drive.

Maybe you are looking for