Working with duplicates and combining files

I'm new and trying to learn how to properly use Itunes. I am currently importing all my cd's onto an external drive (F Drive). Apparently after reboots ITunes sometimes imported the songs on the default C drive and not the F drive(which I did not realize until now). Now I know to change it back to the F drive when I reboot. My problem is that somehow I have copies of some of the albums on my C drive and some on the F drive as well as duplicates on both. Not sure what I did to get the duplicates. Here is my problem. For example, I have a folder of Brad Paisley on C drive that contains Mudd on the Tires, Time Well Wasted and Who Needs Pictures. On the F drive it only has Mudd on the Tires and Brad Paisley II. So I have one duplicate and one that wasn't on my C drive. I have a lot of folders in this manner. How do I go about getting ITunes to copy only the folders I need to transfer to the F drive? I did a try a couple and ITunes copied them and duplicated so many songs so now I have to go through them and delete them dups (which are hundreds!). I also tried to just drag them from C to F drive but it of course copies over the Brad Paisley folder and you lose some of the albums depending on which folder you pasted over. I was manually going through each folder and comparing them and dragging just the album to the F folder that was missing on the C drive. But this is taking forever. Is there a quicker way? Also is there a quick way to delete all the duplicates? And one more question, the F drive has most of my song with star ratings but the C drive does not have any star ratings. Is there a way to import and/or transfer the music without losing the star ratings I have? I'm working with about 10,000 songs so that is why these are such enormous tasks.
Sorry for the long explination. I just wanted to make sure I was being clear on my question. I hope there is an easier way and that someone will share their knowledge. Thanks so much.
P.S. Is there a book you suggest that will help me or is it best just to ask questions as they come up here? Thanks again.
Self Built   Windows XP  

Here is my code
var imageURL:String = "vid12.SWF";
var request:URLRequest = new URLRequest(imageURL);
uiLoader.scaleContent = true;
uiLoader.load(request);
progressBar.source = uiLoader;
progressBar.addEventListener(ProgressEvent.PROGRESS, progressHandler);
progressBar.addEventListener(Event.COMPLETE, completeHandler);
function progressHandler (event:ProgressEvent):void {
status_txt.text = int(event.currentTarget.percentComplete) + " %";
function completeHandler (event:Event):void {
progressBar.removeEventListener(ProgressEvent.PROGRESS, progressHandler);
progressBar.removeEventListener(Event.COMPLETE, completeHandler);
removeChild(progressBar);
status_txt.text = "";

Similar Messages

  • Does Creative Cloud work with InDesign and linked files?

    Does Creative Cloud work with InDesign and linked files?

    This will work for online storage.
    The preview you will see on the website but will be what you see on your desktop if the the folder was missing. If you want someone else to be able to see a preview online to give comment feedback you could export out a PDF file of the work-in-progress and upload it.
    If you just want to work on the project at different locations it might be easier to zip up everything into a single file and upload it. Then download it onto the computer where you want to work and unzip it.

  • I need a definitive answer for using Premiere Pro CS4 to work with .m2ts and .mts files

    I have a Canon Vixia HF20 and a Sony HDR-XR350V.  The Canon gives me .MTS files and the Sony produces .M2TS files.  What do I need to do to be able to work with these files in Premiere Pro?  I've searched and gotten that I'll need to purchase a codec.  But are both file types going to be good with one codec?
    Also, what are the steps to getting started?  Purchase the codec, load the codec...Will there be any other steps to working with the files in Premiere?
    I'm sorry for the basic questions, I'm a photographer!  I've never worked with video before, and this is HARD!
    Thank you for your help,
    Michelle

    Hi, Michelle.
    I'm nowhere near the authority on this stuff that many of the others are here, but I have Premiere Pro CS4 and I work directly with AVCHD .mts files from my Panasonic camera. I simply browse to the directory where the .mts files are located and drag them into the project. I didn't need to purchase any additional codec, this is natively supported in Premiere CS4.
    I can't speak to m2ts files as I don't have any gear that generates them.
    One thing you do need to know, however, and this is important. Whether you're running a Mac or a PC, if you're going to work with high def footage such as AVCHD, you're going to need a fairly high performance computer with sufficient RAM, good performing hard drives and a fast CPU.
    I tried this on a PC that was fine for my recording studio (audio), fine for professional software development, but choked and stuttered working with HD material. That's not a problem with the Adobe software, it's just the nature of the beast. HD is extremely demanding stuff, so you need top flight gear to work with it. I bought a higher performance PC and now it runs just fine.
    Hope this helps,
    Chris

  • Working with AVCHD and MOV files

    I am just learning on FCP 7 and have very limited experience thus far. I have been using AVCHD files via L&T with no problem and also MOV files simply by importing them. However, when I am using both file types within the same sequence (L&T AVCHD and converting to ProRes and importing MOV), I need to immediately render one of the file types (the one I bring in last). This is also true for any change I make to that particular clip. This would be extremely time inefficient if I were to proceed with this process using several clips from both formats in order to put something together.
    I would appreciate any advice or suggestions in how I can best work with these two file types and by reducing the rendering time (without compromising quality). Is there a way to convert the MOV files to a ProRes? This doesn't seem to be an option with the L&T feature.
    Thanks

    Thank you for the reply, David!
    Sorry, it is an H.264 codec.
    So does this mean that there is really no workaround within FCP to work with the two different formats ....other than rendering each clip I drop into the timeline? I was hoping to avoid having to use another application, but if I really don't have a choice....then perhaps I will try compressor or MPEG streamclip as you suggested. Are there any loss of quality issues when using either of these two programs?
    Thank you

  • Working with EXCEL and WORD files on a Mac Pro

    Hello,
    I have a lot of EXCEL and WORD files and the compatibility with NUMBERS and PAGES is not really satisfying. Is there a EXCEL and WORD app which runs without surprises on a Mac Pro?

    Welcome to Apple Support Communities
    Microsoft sells its own Microsoft Office version for OS X > http://www.microsoft.com/mac Microsoft Office for Mac will be the application that will give you less headaches when using Office documents, so I recommend it.
    Another application you should consider is LibreOffice, which is free > http://www.libreoffice.org

  • Working with preloader and FLV files

    I am able to get the Flash preloader working with say an image like JPG but when I attempt to have the preloader load a video it doesn't work. I read that in order to use a FLV file it needs to be embedded into a SWF file so preloader can work with it. One issue with embedding the FLV file into the SWF is the sound does not match up with video after that conversion which can kinda be fixed by changing the FPS.
    Needless to say I have not been able to get this working correctly. I am not sure if there is a work around for this issue.
    Thanks for all the help out there.

    Here is my code
    var imageURL:String = "vid12.SWF";
    var request:URLRequest = new URLRequest(imageURL);
    uiLoader.scaleContent = true;
    uiLoader.load(request);
    progressBar.source = uiLoader;
    progressBar.addEventListener(ProgressEvent.PROGRESS, progressHandler);
    progressBar.addEventListener(Event.COMPLETE, completeHandler);
    function progressHandler (event:ProgressEvent):void {
    status_txt.text = int(event.currentTarget.percentComplete) + " %";
    function completeHandler (event:Event):void {
    progressBar.removeEventListener(ProgressEvent.PROGRESS, progressHandler);
    progressBar.removeEventListener(Event.COMPLETE, completeHandler);
    removeChild(progressBar);
    status_txt.text = "";

  • ATV doesn't work with mp4 and mov files

    Apple TV doesn't play the mp4 or mov files that are in my iTunes Library.
    ATV plays only m4v video.
    How can I do?
    Thanks,
    Lud

    Thanks Rudegar and Churchill for your answer and sorry if I answer so late.
    I didn't create such files... I only downloded them from internet...
    I have tried to convert them with "Any video converter" bought on App Store. If I tried to convert the files in a ATV format the software creates a m4v file, but offen the audio is out of sync...

  • I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.  Will Time Capsule work with this and how?

    I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.
    1. Will Time Capsule work with this and how?
    2. Can my printer USB be plugged in and then shared between the devices?
    3. Can I create a network and how?
    4.  What happend when a visitor logs onto my existing wireless router?
    I'm new to Macs (well a returning user having started with Mac Plus!!) and not very technical.  Any help / advice will be much appreciated.
    Ray

    The key to what you seem to want to do is to be able to get Apple's Time Capsule router to "join" the network that your Conceptronic router.  I believe that works with some third-party routers, but I've never seen a list of those that work in such a configuration and I have no experience with Conceptronic equipment.
    You might be better off with a Network-Attached Storage (NAS) device instead of a Time Capsule.

  • Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click w

    Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click with the tool "hand" to fit on the screen, but the picture loses sharpness and becomes blurry. If you magnify the image even only slightly with the tool "zoom" the picture comes back clear. In Camera Raw instead is always sharp. I solve the problem by turning off the graphics card in PS but often use plugin that need the graphics card otherwise the processing time is much longer. I ask for help.
    Thanks.

    Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click with the tool "hand" to fit on the screen, but the picture loses sharpness and becomes blurry. If you magnify the image even only slightly with the tool "zoom" the picture comes back clear. In Camera Raw instead is always sharp. I solve the problem by turning off the graphics card in PS but often use plugin that need the graphics card otherwise the processing time is much longer. I ask for help.
    Thanks.

  • Hello, my itunes app is getting shut down every time I want to open it. Ever since I downloaded the last two updates. I tryed repearing the file and uninstalling and installing several times. Still, is not working. I work with music and need my itunes

    Hello, my itunes app is getting shut down every time I want to open it.
    I don't know if it's related but ever since I downloaded the last two updates. I tryed reparing the file and uninstalling and installing several times. Still, is not working. I work with music and need my itunes up and running. Does anybody know how to fix this?

    Hi Vero Torres,
    If you are having issues with iTunes unexpectedly quitting on launch after on your Windows machine, you may find the troubleshooting steps outlined in the following article helpful:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Regards,
    - Brenden

  • I don't want Adobe to open up and be selected immediately. I work with iPhoto and Ipages etc and preview which needs to be my main application for my work , but need adobe reader for other files... how can I do this please?

    I don't want Adobe to open up and be selected immediately. I work with iPhoto and Ipages etc and preview which needs to be my main application for my work , but need adobe reader for other files... how can I do this please?

    loopiloo1 wrote:
    I don't want Adobe to open up and be selected immediately.
    Sorry, I don't understand this - you don't want Adobe [Reader] not to open when doing what?  On what operating system?

  • Will office 11 work with lion and old doc files?

    I updated to Lion and my old office will not work... will office 11 be able to read and use my old office files ...word and excel?

    Office 2011 will work with Lion, old doc files will work with 2011 as long as MS hasn't done something in Office 2011.  I have had no problems with files from as far back as office 2003 with 2011.

  • Working with Duplicates

    Guys,
    We have employee ID as a unique identifer for an employee dimesion.
    We have a requirement to report Employee wise data by names which have repetations as data is across Geo's.
    I tried sloving this using Alias for employee id with employee name, but it does not allow duplicate Alias names.
    Any other way of dealing this to report Employee name?
    How to work with duplicates? Is it recommended?

    most people append the employee ID to the end of the name alias so every entry is unique.I am giving some detailed picture of Glenn's comments.
    It is regular issue when we are handling Customer and Employee kind of dimensions.
    Say you are having two columns in the dimension file like
    EMPID EMPNAME and EMPNAME had duplicates.
    One standard technique is there that we have used in many cases to eliminate the duplication.
    While developing rule file you can create another field by joining both the EMPID, EMPNAME fileds.
    This new fileld is concatination of both the EMPID, EMPNAME fileds and each attribute in this field will become unique as EMPID is unique.
    Do the Mapping as below.
    EMPID - GEN2,EMP
    EMPNAME - Ignore
    NewField - ALIAS2,EMP

  • Problem with Preview and PSD files - random gray square

    Hi guys, hope you can help...
    I've got a problem with Preview and PSD files.
    If I open in Preview both an original jpg straight from my reflex and the photoshop version of the same picture, the psd file presents a gray square (of what it seems unrendered image) in a random area of the photo (sometimes in the center.). The square is quite big...
    If I zoom in or zoom out it disappears...if I scroll to another photo and then back to the psd, the square it's there again...sometimes in a different position.
    I've tried the same psd on my older iMac with leopard...and got no problem at all.
    I suspect it got something to do with my Ati...
    (this is the second iMac 27...the first went back for gray banding on the lcd screen and flickering and yellow tinge........)
    Thanks for your help.
    DAve.

    maybe I'm onto something...
    I've just found out that opening Preview in 32bit mode (instead of default 64bit) works flawlessly with any psd files. If I switch back to 64bit mode, Preview is much faster but the gray square comes back...
    It seems like the i7 is much faster than the Ati....
    Any more realistic ideas?

  • Device not working with Log and Transfer in FCP

    I am trying to get some footage off my camera into final cut pro, but Final Cut Pro does not recognise my device when I try to use Log & Transfer
    The camera is question is a Cannon Legria FS20, here is a link
    http://www.canon.co.uk/ForHome/Product_Finder/Camcorders/flash_memory/LEGRIAFS20/
    I have looked around but can't seem to find any plug-ins to get it to work with Final Cut Pro, does anyone know any way I can get it to work with Log and Transfer
    Upon inspecting the hard drive, it saves video files in .MOD format with an .MOI file (which i assume is a metadata file
    How can I get it so that my device works with log and transfer?
    Thanks

    Hi -
    I did a little Google searching for information on your camera and it appears that it is a Standard Definition Camera that records in the MPEG-2 format.
    Log and Transfer only works with High Definition material.
    You will need to convert your video clips into a format that will work with FCP.
    I know nothing about working in PAL, but you want to download an free application called MPEG Streamclip from
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    This application will convert your MPEG-2 files into a format that you can use directly in FCP.
    Once you have converted the files to Apple DV-PAL, with the correct frame rate (25fps?) and field dominance you can either simply drag the converted files into FCP or import them using File > Import.
    Hope this helps.
    MtD

Maybe you are looking for

  • Documents uploaded to icloud disappear when I turn off the IPAD

    documents uploaded to icloud disappear when I turn off the IPAD,I can see the documents only when icloud is open on the PC

  • Can someone help me? Why i can not build RSA key pair

    i download the java_card_kit-2_2_01-win-gl.zip from sun's web site and i use the keypair class to build a RSA key pair but it always throws NO_SUCH_ALGORITHM excption. how can i build a key pair

  • Renders fine in DW8, not CS3

    Ok, I've got a site where the pages rendered fine in the design view in DW8, but with CS3 the navbar on the left shows shifted to the right. Renders fine in browsers too. That said, I certainly wouldn't rule out that I've done something that's not qu

  • Display items left to right & limit items per column

    Hopefully these actually ARE basic questions with simple answers. 1. By default requested values of repeating nodes stay in a vertical table setting. How do you to display a repeating spry {values} in a horzonital format?      EX: Left to right <p />

  • Trying to install Photoshop Elements 12 onto my Mac running Yosemite.

    When trying to install Elements 12 on my Mac, Iget the error "Installer failed to initialize". What do I do to get this back on my computer? I have had it on here for months, had issues with Yosemite, uninstalled and now can't get reinstalled.