Possible importing solution (works for me)

Ok everyone, this worked for me. It's not perfect, but a lot better than 30 minutes a song! I found 2 things that worked. #1 "Minimize I tunes while you are importing" "Stretch your legs,go get another beer or whatever"When you come back, your cd will be done(I saw speeds of 10-20x) The weird thing is that as soon as you return to the import screen, it stops! So minimize,check on the progress by using ctrl and tab. #2 As soon as you start importing, go to another i tunes screen (I used the music library) Again, worked pretty fast,here i got 7.0-10.0 speed.
Again, this works for me,not guaranteeing but a lot better than what i had a few hours ago!
Skren

Great! Thanks heaps this works for me aswell.
Lift SP Reviews

Similar Messages

  • ExportI/Import Actual Work for each resourse day by day

    Hi all,
    this is my first post and I'm trying to export some data by Microsoft Project Project Professional 2010 32bit (version 14.0.7140.5002).
    I need your help in order to solve this issues :
    (Priority 1) export actual work for each resource of my Project in the following format:
           DAY;Resource Name;Summary Task Name; Task Name; hours
    (Priority 2) Import actual work for each resource inmy Project in the following format:
           DAY;Resource Name;Summary Task Name(if needed); Task Name; hours
    I'm searching into forum but I'm not clear what is the correct object to use.
    Thanks a lot for your help.
    Alberto

    In primis thanks a lot for your answer.
    I want create a macro VBA and add a "botton" on task bar in order to execute this macro - output format is CSV file but I think is excellent if I write it in Excel format.
    I have partially closed first priority (you can see below code) - I need create a little message box in order to receive period and path output.
    I appreciate your collaboration in order to help me. :)
    Thanks
    Sub ResourceActualWorkDetail()
        Dim rs As Resources
        Dim r As Resource
        Dim A As Assignment
        Dim TSV As TimeScaleValue
        Dim TSVS As TimeScaleValues
        MsgBox ActiveProject.Name
        Close #1
        Open "C:\Users\xxx.xxx\Desktop\" & ActiveProject.Name & " - TimeReport.csv" For Output As #1
        Write #1, "Summary Task;Task Name;Risorsa;Giorno;Ore"
        'Header
        Set rs = ActiveProject.Resources
        For Each r In rs
                For Each A In r.Assignments
                    For Each TSV In A.TimeScaleData("01/01/2015", "31/12/2015", pjAssignmentTimescaledActualWork, TimeScaleUnit:=pjTimescaleDays)
                        If TSV.Value <> "" And TSV.Value > "0" Then
                            Write #1, _
                                A.TaskSummaryName _
                                & ";" & A.TaskName _
                                & ";" & r.Name _
                                & ";" & TSV.StartDate _
                                & ";" & TSV.Value / 60
                        End If
                    Next TSV
                Next A
        Next r
        Close #1
     End Sub

  • No importing fixes work for me.... help please! My job is on the line!

    Ok, the specs first...
    G5 desktop w/ OSX 10.3.9
    iMovie HD (5.0.2)
    QT 7
    Sony HDR-FX1
    Problem: Same as several posts I've read- iMovie sees and communicates with the camera, but WILL NOT import anything... Lots of people with the same problem, but the difference is that NONE of the fixes worked for me.
    I tried the GarageBand / Audio/MIDI Setup fix. Nothing. I tried trashing preferences. Nothing. I tried resetting the PRAM. Nothing. Unplugging the computer for a while, power cycling the computer and camera, switching Firewire cables, switching Firewire ports, examining all options on the camera.... nothing!
    I even tried using the Quicktime 6 re-installer. I downloaded it, began the installation, and it ended up telling me I couldn't reinstall because I didn't have a valid version of Quicktime on my machine! I was sitting there looking at QT 7!!!
    Now my job is on the line because I have video assets that are due! Can anyone help me? I know it should be working because it did momentarily the first time I tried it... imported the HDV signal like a champ... until I went to stop the import and edit my video. Then viola... iMovie crashes and all goes downhill from there.
    Anyone with any help would be sainted in my book. Thanks for reading...

    You say you've tried different FireWire ports on the G5 ..but that often seems to be the problem ..or the fix!
    Do you have a 3rd-party FireWire card installed in the G5..? If so, try connecting the cam to one of those ports instead of the built-in ports. Or try pulling out the 3rd-party card, and then try the built-in ports.
    Do you have someone else's codec installed? Toast? Flip4Mac? To avoid those, try creating a new User (..System Preferences>Accounts and press the + at the bottom of the left pane..) then log in as that User instead, and see if it works. If so, you have conflicting software in your main User account.
    However, it's not usually that: it's most often (..with a G5..) a hardware (FW port) problem, by all accounts. [..Even the Apple Store in London couldn't get their FX1 to work with their G5 when I wanted a demo of import times!..]
    So there has to be a solution (my FX1 works fine with PowerBooks and a Mac mini, but I don't have a G5) ..I'd suspect a bad interaction between different ports - or recently-connected FW hardware - on the G5.
    P.S: "..Then viola... iMovie crashes and all goes downhill from there.." Try removing the viola; it takes up too much space. Try a violin.

  • Mission Control Crashing? This solution worked for me

    The first OS I used from Apple was Panther. Since then, I have had 3 machines and I never did a fresh install. I simply upgraded from one release to the next.
    I never had any issue, but with Lion, things were different.
    Lion installation process is full of rough edges and I lost many tweaks I have done on my OSX all these years, several icons were missing on Finder, several apps missing from the Dock and Mission Control was not working after the installation.
    I banged my head on the wall for 24h until I found the culprit and Apple should test this better.
    Here is the solution that worked for me.
    The first test you should do is this:
    1) create another user on your system
    2) login to that user and see if Mission Control works there
    3) if it works, congratulations and welcome to my private club: the Mission Control Crashers Club.
    If MC works on the other user, the problem is with your account. So, continue reading this...
    Do you have experience dealing with terminal and unix?
    If you open a terminal window and type
    cd ~  (enter)
    ls -al .*   (enter)
    you will see a list of all invisible files and directories that are stored on your home directory.
    look at the names and dates you see there. In my case I have located files and directories created in 2008 (on another mac I don't even have anymore) and I also saw files and directores belonging to apps I have removed a long time ago.
    look at each file or directory that starts with a point (= invisible).
    if you locate a file you want to remove, type
    rm .aaa
    where aaa is the file name
    if it is a directory, type
    rm -r .bbb
    where bbb is the directory name
    when you feel you have removed all the old crap, log out and login again.
    Try Mission Control and Dashboard then.
    OBVIOUSLY, MAKE A BACKUP BEFORE REMOVING ANYTHING. DO IT AT YOUR OWN RISK.
    In my case, the problem was solved.

    Thanks for taking the time to come back and let us know - it is valuable to see when a fix has worked for someone.

  • Adaptec SCSI Card Solution (worked for me anyway)

    I know there has been a lot work put into this issue, and even this solution mentioned once before but since it completely worked for me, i figured id post because its inevitable that someone else will ask it soon.
    Like everyone else, once upgrading to Tiger, my Adaptec 2930CU card (supposedly the biggest offender of them all) would kick in kernel panics almost every time I tried to write a DVD-5 DLT and would never get through a DVD-9.
    I took someones advice and deleted the extension for this card in my System/Library/Extensions folder. This completely eradicated the problem and it works as good the old days. I have another machine with a different Adaptec card, not sure which, did the same thing and that solved it.
    Hopefully this will be beneficial to somebody out there as im sure anyone who didn't spend a million dollars on a card a while back probably bought Adaptec

    Thanks for taking the time to come back and let us know - it is valuable to see when a fix has worked for someone.

  • Audigy 2 ZS Distortion Issues With Vista - See if this solution works for you guys

    First of All Creative - It's sad, really sad that you really haven't supported your customers. As such a big maker of excellent products, I'm disappointed to know that you have barely provided driver support to your customers. I've been buying Creative products since 1997 - Also - I purposely upgraded my sound card on my Hp Media Center to an Audigy 2 ZS. Secondly - I formatted my computer and re-installed Vista. Before that, the sound card i.e. the sound worked fine (after a lot of trial and errors with different drivers, i somehow managed to get it working without Snap, Crackle and Pop Issues. In other words, I experienced distorted playback when I first installed Vista. Now that I re-installed Vista - Everything installed but as usual - only issue: Yup, you guessed it right.
    Creative Audigy 2 ZS Infamous Snap Crackle Pop (SCP) I did try k_daniels drivers and even though I applaud for his efforts - unfortunately it didn't work for me but i'm sure they would if you did the following - ) Uninstall all Creative Drivers Using Driver Sweep2) Do not install the driver through Windows Update (did not work for me)3) Install latest drivers from Creative or K_Daniel's Package4) Install Vista Codec Pack5) Install DirectX06) Then do the following: Got this sorted. Hope it works for everyone..found the answer searching Google.
    Right click VOLUME icon in taskbar
    Click PLAYBACK DEVICES
    Right click SPEAKERS
    Click PROPERTIESClick ADVANCED Make sure there's no tick marks in any of the options there including ENHANCEMENTS.
    This should sort it. [After doing all this, I have no sound issues whatsoever - Crystal Clear Audio Quality but still not better then XP] I am planning to try K_Daniels pack with all the extra applications and I'll post later on in regards to my experience with the pack. Good Luck P.S: Hope this helps somebody because doing all that helped me get back the audio clarity I was looking for without any distortion whatsoever.

    Hi xmins
    Im not using a decoder, only an amplifier alone with two speakers ... My cable is plugged in line out , and then plugged on line in of the amplifier.
    The distortion is very audible, in HL 2, Battlefield 2, etc
    When got a explosion, a shot from shotgun, missile, the sound comes distorted ...
    Any more hints?

  • WIN 10 INTERNAL POWER FAIL.... solution worked for me.......

    What I did was boot into safe mode. If you have enough time before the error, press window key + R.Type msconfig and run it.Under the boot tab, select safe mode there and click ok and click reboot. Once the thing is up and running in safe mode, and it may be sloooooow to get there:You need to find the AMD video driver in the device tree. (Control panel > Device manager > expand display drivers)It will be the AMD radeon one.Right click and select properties.Uninstall the driver and say yes to deleting the driver files. THEN, go to the AMD folder on your hard drive "C\AMD" and delete it. Go back to the msconfig and run it.This time uncheck the safe boot so you can boot up normal and do that. Once you are up and running again, and it may be slow this time too:Go to the AMD website and look for the Windows 10 drivers.I did not let any kind of automatic thing occur, I selected the one and downloaded and ran it. Choose Windows 10 64bit and you should see this one:AMD Catalyst™ Display Driver version 15.20.1062.1002​ Scroll down a bit to see the download button.Do it!Run it! Hope it works for everyone! --JIM. 

    I think I spoke too soon.I was connecting  my second hi res monitor which worked fine in Win 8.1 and noticed that it was not at its full res.Then I discovered that any and all AMD items were non-existent. No catalyst control panel, etc. only the Intel stuff.Then..... 1/2 hour in ........ Internal power error!! Going back to Win 8.1 again and waiting until this all gets worked out with toshiba! --JIM.

  • Error 6753 - Possible Solution (worked for me!)

    I just spent two frustrating hours trying to set up my AX in a hotel room.
    I was running Airport Utility on my PC (Windows XP) but PC could not see the AX. Did hard reset, then factory reset - still no luck. Connected PC to AX with ethernet cable - got the "could not connect, error 6753" message.
    Finally, I borrowed a friend's MacBook - ran Airport Utility from there - Mac immediately saw the AX (wirelessly - no need for cable) and my new wireless network was up and running 30 seconds later.
    All now works well - both for Macs and PCs.
    Moral of this story - despite what Steve Job may tell you, Airport works way better with Macs than PCs...

    I tried the same thing to no avail. Apple is aware this is a software problem since ios7 and are doing little to nothing to fix it. I have searched high and low for solutions and besides the common battery hungry features, i have found and tried this, multiple times, and had no improvement.(like you, it seemed to help at forst but after a day or so went right back to draining) The most recent one i saw was turning off icloud backup entirely.. Trying this one out now i will let you know if it helps... Ive even tried turning LTE off but standby STILL drains 10% an hour while locked. Apple has seriously dropped the ball with ios7 and still flaunt it as "the best".. It is lies. I avoided updating for 2 months scared that it would be buggy.. And what do you know my battery immediately had a 50-75% decline in battery. Apple is no help, told me to pay 100$ for a new battery or buy a new phone even after my battery passed their test with something like 91% capacity after a year and 3 months. Also saying the new battery"may not fix the problem"... in other words "your battery is fine but buy a new battery anyway". They know Ios7 is terrible and destroying batteries.. But they DO NOT CARE and probably view it as a way to suck more money from loyal customers already paying boatloads of cash for what are not overpriced products(pre ios7.. Iphones were phenomenal) must have been TOO GOOD to make any money servicing products. How do we fix that? Drain batteries and sell them new ones! I know for a fact it is software.. They must have done this on purpose, or are not fixing it on purpose for monetary gain. Unacceptable!

  • IPhoto tag import only works for files touched by Picasa

    I have 6000+ photos which I painstakingly tagged up in Vista (Vista Photo Gallery is auperb for this task by the way) in readiness for getting my wife a MacBook.
    The problem is when I import them, some, but not all tags are imported.
    As an example, I search for my wife's name. In both Vista Photo Gallery and Google Picasa2, I get 775 and 773 photos returned respectively (I'll worry about the odd 2 later). In iPhoto (both in '06 and '08) I get 84 photos.
    Having a look at the properties of some of the files, it appears that any photo I have done any editing in Picasa has had its tags imported corrected. The rest do not.
    From reading the Windows Photo team blog, it seems they were keen to do tagging correctly (including always saving tag info back to the file - Apple take note), so I doubt very much it's the fault of Vista Photo Gallery - though I've not been weened off windows yet The fact that Google Picasa correctly sees the tags lends weight to this argument.
    Has anyone any ideas or experience of this or other related problems?
    Are there any third party scripts or tools (free!) that will import tags correctly?
    Should I file a bug report, and if so where?
    All help greatfully received.

    Greg
    Welcome to the Apple Discussions.
    Tagging is still very new. Creative Commons have some background info here: http://wiki.creativecommons.org/XMP but even they refer to the " balkanized state of embedded metadata standards.".
    Regardless of what you may hope or think, the simple fact of the matter is that there is no convention or protocol adopted by everyone for tagging pics. This is true both within Operating Systems and between them. Microsoft, Google and Adobe all have systems going that are partly compatible. The simple fact of the matter is that there is no way to tag on Windows in such a way as the tag can be reliably read on a Mac - and vice versa. It's a reasonable guess that if you tag using the Adobe system that will be read by Adobe apps on either side, but not necessarily by anyone else's application.
    What's best is if you can find an app that writes to the Exif data and one that read those fields of the Exif data...
    And, sorry, but I don't know of any...
    Regards
    TD

  • Maverick runs slow.. the following solution work for me

    Launch Terminal and enter the following command:
    sudo nano /etc/auto_master
    Enter an admin password when requested, then find the line that says “/net -hosts ….” looking something like this:
    /net -hosts -nobrowse,hidefromfinder,nosuid
    Use the arrow keys to navigate to the front of that string, and then place a # (pound sign) in front of the / to signify that it has been commented out, it should now look something like this:
    #/net -hosts -nobrowse,hidefromfinder,nosuid
    The modified /etc/auto_master file should now look like this, the #/net has been highlighted:
    Now hit Control+O to save the file, then Control+X to exit out of the nano text editor and return back to the command line.
    Now you must flush the automount cache, so type the following command string:
    sudo automount -vc
    Now you should be good to go, so exit out of Terminal and try to access any Open, Save, or Export dialog box window again. The slowness should be gone completely, and you’ll be back to speedy file interactions through the dialog windows as expected.
    This bug has been encountered and reported enough that we can assume a solution from Apple is likely to be due in a future OS X Mavericks update, be it 10.9.1 or otherwise. If you do use this automount workaround, remember to remove the # from the /net entry in auto_mount if and when an official bug fix arrives from Apple.

    Thank you.
    I am not going to try again with 10049.
    I tried using the Install.esd from RecoveryImage folder and it busted my Win10TP partition claiming I did not have enough space to finish. I had 13 GB available at the time, and I had less than that when I did the same thing on 10041before they released
    the ISO. 
    In the process, I had to remove the dual boot Win10TP partition, recreate a new partition, clean install 10041with the ISO , then upgraded back to 10049.
    I had enough  excitement for a while.
    One last comment I would like to make......
    MS has been warning us about using the beta version and said something like it is only for testing by computer well-versed users.
    However, I would like to submit that for every
    computer well-versed user, there are 10  who are just "regular" users. Just read the threads in these forums and you have the proof. Most of them do the straight upgrade via WU. Some wouldn't know where to find the ISO or the Install.esd.
    We have this Dism /SFC issue since build 9841. SFC in particular is commonly used by all users, more so by "regular" users. Sfc is their basic, and sometimes the only, app to fix things.
    MS should have it fixed by now ..... for majority of Win 10 TP users. No excuse they sit on their hands.

  • Application Import not working for 1.6

    I just upgrade from 1.5 to 1.6 successfully with no errors. When I attempt to import a application I get a "Page can not be found" internet explorer error.

    I just installed 1.5 a few weeks ago and probably have not attempted to imported a application before today. Below is my marvel.conf
    Alias /i/ "C:\oracle\product\htmldb\10.1.0\Db_1/marvel/images/"
              &lt;Location /pls/htmldb&gt;
              SetHandler pls_handler
              Order deny,allow
              Allow from all
              AllowOverride None
              PlsqlDatabaseConnectString hn-lt-cjordan:1521:htmldb ServiceNameFormat
              PlsqlDefaultPage htmldb
              PlsqlDocumentTablename wwv_flow_file_objects$
              PlsqlDocumentPath docs
              PlsqlDocumentProcedure wwv_flow_file_manager.process_download
              PlsqlAuthenticationMode Basic
              PlsqlNLSLanguage AMERICAN_AMERICA.WE8MSWIN1252
              &lt;/Location&gt;

  • [SOLVED] Kernel bug fix, works for me!

    Having been hit by the kernel bug that interferes with internet access & having to downgrade the kernel to escape the bug.  I am happy to say that after reading a bug report on the subject here:
    http://bugzilla.kernel.org/show_bug.cgi?id=11721
    Courtesy of a link posted by Misfit138, I found deep down in the report dialogue that the following command as root, worked for the poster of the bug:
    echo 0 > /proc/sys/net/ipv4/tcp_timestamps
    So I did a yaourt -Syu & found amongst other packages a minor kernel update, which did not solve my internet problems, but after su, & then entering the above command in the Terminal my internet works as it should!
    If this solution works for you, then add the following to your /etc/sysctl.conf:
    #Temporary workaround for tcp issue with 2.6.27
    net.ipv4.tcp_timestamps = 0
    Thanks again Misfit138
    I hope this solution works for all of the other bug bitten members of the Arch (& Linux) community!
    Last edited by handy (2008-10-21 05:19:03)

    THANX !!!  Works like normal again
    I saw that bug report too, just didnt know how to try it out, thanx so much for the helpful explanation.
    Regards,
    rabid0
    Last edited by RabidWolf (2008-10-21 20:26:23)

  • Tried the solutions posted for this "SubVI filter not executable​. Undefined error" but not solving the problem

    Hello,
    I am trying to use a lowpass filter for my application but getting the error "SubVI filter not executable. Undefined error".I tried working with the solutions at this post 
    http://forums.ni.com/t5/LabVIEW/SubVI-filter-not-e​xecutable-Undefined-error/m-p/1996701#M657751 and results with
    1. Create a blank vi, put a VI filter in the block diagram (this should not be functional as it is not wired), copy it and paste it in my other project. I believe if the filter is the first vi of a blank project, it is funcitonal and then you may copy it wherever you need to.
    Result:
    2.Tried to open the filter panel of the Filter but showing the same error as shown inthe below image
    Don't why the solutions worked for others are not working.Can someone suggest a solution for this.
    thanks in advance.

    Hi PatanGova,
    Very strange error. Actually, there are no required inputs on this express VI, so it should be able to run even without wires. It is not correct as you said: "this should not be functional as it is not wired". Nothing will happen, true, but the run arrow should not be broken.
    For some reason, the VI with the Filter express VI fails to compile. I tried it on my computer (LV 2013) and get no error when I add it to a new VI. As was suggested in the linked forum thread, you need to open the front panel of the Filter VI and run it to see the explicit error.
    If you do, do you also get the error:
    "This VI claims to be part of a library that does not include the VI. The VI might have been deleted from the library. Add the VI to the library again or select File - Disconnect from the library."?
    If you do, it seems that you may have a project library somewhere that has taken ownership of the express VI. The ownership prevents you from running or editing the express VI. To free the VI, you need to do one of two things. Either, you need to load the library into memory, or you need to disconnect the VI from the library. Either way, you need to find the project library that has taken the ownership of the VI. As soon as it is released, it should run for you. You release it by selecting File»Disconnect from Library on the VI.
    The workaround described in your link (and also here: http://forums.ni.com/t5/LabVIEW/compatibility-prob​lem-labview-2009-2010-2011-quot-This-VI-claims/td-​... tells that you can make a copy of the VI and thereby create another instance that is free. This solution may work for you as well, but if not, you may not have created the copy properly. Maybe your copy of the VI also became part of some project library that took ownership. In either way, you should rather find the project library to release the VI before trying the workaround to copy it.
    If project library ownership is not the problem, maybe the problem is connected to LV 2011, as most forum posters report that it only happens here.

  • 7.1.2 update failed. Now my iPhone 5 is in recovery mode and hard resetting does not work for me. iTunes also will not detect my phone now

    I did my 7.1.2 update via iTunes. Half way through it stopped working saying it does not detect my phone. Now my iPhone 5 is in recovery mode and hard resetting does not work for me. iTunes also will not detect my phone now

    Thank you SO very much for posting this. I had the exact issue with my iPad Mini after the same upgrade. Hard reset failed, computer would not recognize iPad. I had read all the other instructions and nothing worked.... YOUR SOLUTION WORKED FOR ME - with a slight variation.
    I followed your lead and connected my iPad Mini to another computer, fired up iTunes, it saw the iPad Mini in Restore Mode and allowed me to go into Restore (yes, it wiped all of the data but I have a back up on the other computer that would not see it after the failed update). It installed the latest iOS 7.1.2 as well. I then disconnected it from that computer, reconnected it to the computer that would not see it prior and it then saw it as a new iPad and allowed me to Restore my backup and now it's all good!
    I detailed my steps only because you downloaded the previous version - 7.1.1 whereas I downloaded the latest version (7.1.2) and then restored my back up.

  • Suddenly my imessage and facetime stop working both for iphone4 and ipad, i tried possible online solutions but it didn't work. Message such as "could not connect, check your network connection" etc... Help please am getting frustrated here....

    Suddenly my imessage and facetime stop working both for iphone4 and ipad, i tried possible online solutions but it didn't work. Message such as "could not connect, check your network connection" etc... Help please am getting frustrated here....

    Have you tried re-booting your WiFi router ?  It may seem OK on your PC, but a re-boot may help.

Maybe you are looking for

  • Is there a way of lowering/increasing volume on voice and music

    Is there a way in iMovie 8 to lower/increase voice and or music, like on iMovie HD you could when you were seeing the audio tracks?

  • Windows sees my iPod, but iTunes doesn't

    I recently updated my iPod which was previously working fine. It goes through the whole update process with no problem. When that is done, I tried to connect it to my PC, but get the error message that iTunes cannot read the contents of my iPod and t

  • Configuring ArchiveLink

    We are running ECC 5.0, and I am trying to configure ArchiveLink so we can use it to store scanned accounting documents on a third-party server, and link the scanned documents to SAP FI documentsI. Can anyone provide the config steps required for thi

  • CS6 apps in "Open with" menu with CC version OSX

    Hi! Why does CS6 apps appear in "Open with" menu with CC version OSX? I haven't installed them? how to remove? Apps do not work... Screenshots: https://www.dropbox.com/s/mtsq9oow5j25vbu/Screen%20Shot%202013-07-17%20at%2014.10.43.png https://www.dropb

  • LDAP V2 Problems after 6.1SP3 upgrade

    I've got an LDAP custom realm working with 6.1 SP2, but then move the exact configuration to 6.1 SP3 and the server boots, but does not authenticate. I can see the groups from the LDAP server in the console, but the console hangs when I try and look