Can't add files in 10.4.1 and keep on an external source

In 10.3.x I added many TV shows to iTunes but kept the files on an external NAS drive (files NOT copied to iTunes folder)
In 10.4 and 10.4.1 this no longer works. Existing 'imports' are fine. If I add new files the importing takes ages and then itunes won't restart unless the NAS in unplugged.
Adding the same files but electing to copy to iTunes folder is fine however.
I rolled back toa  previous library and "reimported" folders previously added, this was fine. It;s only with new content that there's a massive problem

My problem originated from the fact that I have upgraded to LION.
My old Itunes library was still saved in a folder called previous systemd. (wel done software devellopers).
I have dived up my iTunes books and refreshed my knowledge and now in advanced settings of itunes specified the path to the library in this folder and have my whole 63 gig library back.
I have also a new program called PowerTunes and with this program I can make iTunes finding every music file or folder on my computer.So instead of me adding things in Itunes which for some reason is difficult now I let my new program find every piece of music ever installed on any dik connected to my computer.
Non Mother tongue English citizen of New Zealand

Similar Messages

  • How can I add file attachment to my form and get the attachment by email?

    I'm using this code and it works fine, but I don't get the attachment file in the email. How can I add this to my code?
    HTML
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
    <script src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js" type="text/javascript"></script>
    <script type="text/javascript">// <![CDATA[
                  $(document).ready(function() {
                    $("#form1").validate({
                      rules: {
                        first: "required",// simple rule, converted to {required:true}
                        email: {// compound rule
                        required: true,
                        email: true
                      last: {
                        last: true
                      comment: {
                        required: true
                      messages: {
                        comment: "Please enter a comment."
    // ]]></script>
    <script type="text/javascript">// <![CDATA[
    function validate ()
              if (document.form1.first.value == "")
              alert("Please enter your First Name");
              document.form1.first.focus();
              document.form1.first.style.border="1px solid red";
              return false;
              else if (document.form1.last.value == "")
              alert("Please enter your Last Name");
              document.form1.last.focus();
              document.form1.last.style.border="1px solid red";
              return false;
              else if (document.form1.emailaddress.value == "")
              alert("Please enter your Email Address");
              document.form1.emailaddress.focus();
              document.form1.emailaddress.style.border="1px solid red";
              return false;
    function has_focus() {
        if(document.form1.first.value == "")
                                  document.form1.first.focus();
                                  document.form1.style.first.border="1px solid green";
    function set_focus(x)
              document.getElementById(x).style.border="1px solid #80CA75";
    function clear_focus(x)
              document.getElementById(x).style.border="1px solid #DBDFE6";
    // ]]></script>
    </head>
    <body>
    <p><span style="color: #666666; text-align: center; font-size: 13px;">Please complete this form if you have any technical issue.</span></p>
    <form id="form1" action="http://www.southsun.com/php/tech_issue.php" enctype="multipart/form-data" method="post">
    <table style="width: 850px; font-size: 15px; padding-left: 20px; text-align: center;" border="0">
    <tbody>
    <tr>
    <td style="text-align: left; padding-bottom: 20px;" colspan="2">
    <h2><span style="color: #666666;">Please complete this form if you have any technical issue.</span></h2>
    </td>
    </tr>
    <tr style="padding-top: 40px;">
    <td style="text-align: left;"><span style="color: #abaf6f;"><strong>First Name</strong>:*</span><input id="first1" name="first" type="text" />  <br /><br /> <span style="color: #abaf6f;"><strong>Last Name</strong>:*</span><input id="last1" name="last" type="text" /><br /><br /> <span style="color: #abaf6f; padding-right: 33px;"><strong>Email</strong>:</span><span style="color: #abaf6f;">*</span><input id="email1" name="email" type="text" /><br /><br /> <span style="color: #abaf6f;"><strong>Shipping Method:</strong><br /></span> <input name="shippingmethod" type="radio" value="prioritymail" /> Priority Mail                                                                 <input name="shippingmethod" type="radio" value="store" /> In Store Pick up <br /> <input name="shippingmethod" type="radio" value="ground" />  Ground                                                                       <input name="shippingmethod" type="radio" value="3day" /> 3 Day Select<br /><br /> <span style="color: #abaf6f;"><strong>Payment Method:</strong><br /></span> <input name="paymentmethod" type="radio" value="paypal" /> Paypal Method                                                       <input name="paymentmethod" type="radio" value="creditcard" /> Credit Card<br /> <strong><br /> <span style="color: #abaf6f;">If getting an error message, please explain the error:</span></strong><span style="color: #abaf6f;"> <br /></span> <textarea id="errormessage" cols="20" rows="2" name="errormessage"></textarea><br /><br /></td>
    <td style="border-left: 1px solid grey; padding-left: 40px; text-align: left;"><span style="color: #abaf6f;"><strong>If using Paypal, Were you redirected successfully?</strong><br /></span> <input name="paypalredirect" type="radio" value="yes" /> Yes                                                                 <input name="paypalredirect" type="radio" value="no" /> No<br /><br /> <span style="color: #abaf6f;"><strong>If using Credit Card, Did you get an error?</strong><br /></span> <input name="carderror" type="radio" value="yes" /> Yes                                                                  <input name="carderror" type="radio" value="no" /> No<br /><br /> <span style="color: #abaf6f;"><strong>What happened after clicking place order? </strong><br /></span> <textarea id="placeorder1" cols="20" rows="2" name="placeorder"></textarea><br /><br /> <span style="color: #abaf6f;"><strong>Comments</strong>: <br /></span> <textarea id="comments1" cols="20" rows="2" name="strcomments"></textarea><br /><br /> <span style="color: #abaf6f;"><strong>Attach PrintScreen</strong>: <br /></span> <input name="strresume" type="file" />
    <div style="height: 50px;"> </div>
    </td>
    </tr>
    <tr>
    <td style="padding-top: 20px;" colspan="2">( * ) indicates required fields</td>
    </tr>
    <tr>
    <td style="text-align: center; padding-top: 20px;" colspan="2"><input class="button" name="submit" type="submit" value="Submit" />                        <input class="button" name="reset" type="reset" value="Reset" /></td>
    </tr>
    </tbody>
    </table>
    </form>
    </body></html>
    PHP
    <?php
    echo $savestring;
    //--------------------------paramaters--------------------------
    // Subject of email sent to you.
    $subject = 'prueba con uploads';
    // Your email address. This is where the form information will be sent.
    $emailadd = '[email protected]';
    // Where to redirect after form is processed.
    $url = 'http://www.pch-graphicdesign.com';
    // Makes all fields required. If set to '1' no field can not be empty. If set to '0' any or all fields can be empty.
    $req = '0';
    $target_path = "http://www.pch-graphicdesign.com/php/uploads/";
    $target_path = $target_path . basename( $_FILES['uploadedfile']['name']);
    $text = "Results from form:\n\n";
    $space = ' ';
    $line = '
    foreach ($_POST as $key => $value)
    if ($req == '1')
    if ($value == '')
    {echo "$key is empty";die;}
    $j = strlen($key);
    if ($j >= 20)
    {echo "Name of form element $key cannot be longer than 20 characters";die;}
    $j = 20 - $j;
    for ($i = 1; $i <= $j; $i++)
    {$space .= ' ';}
    $value = str_replace('\n', "$line", $value);
    $conc = "{$key}:$space{$value}$line";
    $text .= $conc;
    $space = ' ';
    mail($emailadd, $subject, $text, 'From: '.$emailadd.'');
    echo '<META HTTP-EQUIV=Refresh CONTENT="0; URL='.$url.'">';
    ?>

    Sending a file as an attachment to an email involves setting the correct MIME type and headers. There's a brief tutorial here: http://webcheatsheet.com/php/send_email_text_html_attachment.php.
    Also, you need to use the same name as in your form. In the script you have shown here, the name of the file field is strresume, but your processing script uses this: $_FILES['uploadedfile']['name']. It should be this: $_FILES['strresume']['name']

  • How can I convert files in Aperture to jpegs and keep the file large

    I want to upload files into istock photo and they must be as big as possible but in jpg format. I end up exporting tiny little things going from 8mb to 300kb. How can I do it? I even tried going into CS3 but that only allowed me to convert to tif. I would appreciate any help - especially if it is simple!

    Go to File >> Export >> Export Version(s)
    In the resulting dialog box you'll find a drop down called Export Preset with a list of presets. One of them is JPEG Original Size. That should do it for you.
    Also you can choose Edit at the bottom of the preset list and modify an existing preset or create a new custom preset.
    BTW: the reason you couldn't do it in Photoshop is that you need to convert it from 16bit to 8bit before you can save a JPEG. That command in Photoshop is under Image>>Mode.
    DLS

  • I can't add 2 playlists to my ipod and keep them separate, always merge

    let me preface this with I am new to ipod/itunes. i loaded a fair amount of music on itunes, and created several playlists. i have one playlist that is really fast music for cardio and another that is harder rock for weightlifting. initially, i was able to load roughly 40-45 songs from each playlist, with the two groups staying separate. i decided to change the songs after a few months and now when i load music from the two playlists, they always merge. i am extremely frustrated and want to find a way to keep them separate. any help greatly appreciated.

    Positive, the 1st and 2nd Generation Shuffles only do one playlist.
    You can put them in the order you want to load in iTunes and then sync but there have been reports of a problem with getting the correct order. Make sure your firmware on your Shuffle is up to date.

  • Can't add files filmed in 1080/60i to Premiere Elements 12. I have no problem to add  files filmed in 1080/30p. My camera is a Nikon aw1

    Can't add files filmed in 1080/60i to Premiere Elements 12. I have no problem to add  files filmed in 1080/30p. My camera is a Nikon aw1

    lurkfan
    What computer operating system is your Premiere Elements 12 running on? Have you updated 12 to 12.1 Update using an opened project's Help Menu/Update?
    If not, please do so.
    Please clarify  "Can't add files filmed in 1080/60i to Premiere Elements 12."
    Are you importing the 1080 60i into the project using (Expert workspace) Add Media/Files and Folders/Project Assets?
    If so, are you getting an error message inside of the video appearing in Project Assets?
    Are you setting the project preset manually or letting the program do that task automatically?
    What is the project preset?
    (See Edit Menu/Project Settings/General).
    The project preset should be, for your 1080i...
    NTSC
    AVCHD
    Full HD1080i30
    What is the project preset for the 1080p footage?
    (Also see Edit Menu/Project Settings/General.)
    The project preset should be, for your 1080p
    NTSC
    DSLR
    1080p
    DLSR 1080p30 or DLSR [email protected]
    Since your camera appears to be producing AVCHD.mov files, do you have the latest version
    of QuickTime installed on your computer with Premiere Elements 12/12.1?
    The answers will be in the details. Please review and then let us know the details and results
    based on the above.
    Thank you.
    ATR

  • Can't add Files to AME CC anymore.

    It worked fine - i didn't update or anything. Just stopped being able to add Files to AME.  Drag and drop not working / Files appear greyed out in Dialouge.
    What could be wrong?
    OSX 10.8.5

    This sounded first a bit like : "have you tried turn it on?"   But you made me check anyway - and i found the problem:  My layout suddenly changed - instead of "Queue" i had "Watch folders" as my main window.  Now, you can't import single files into that of course..  not by double clicking, not by clicking the +, and definitely not by drag and dropping
    I need to getmore sleep...

  • Can't add files or file aliases to the dock

    I can't add files or file aliases to the dock. All the help viewer says about this is this issue?
    "If you can't add icons to your Dock, your administrator may be preventing you from doing so."
    I am the administrator of this computer, as it turns out. What is the solution to

    Hi Wagnerian, Welcome to Apple Discusswions.
    When adding files or folders to the Dock, they must go to the right side of the hairline (the same side that Trash is on).
    If this what you are doing and it still doesn't work navigate to /Users/YourHome/Library/Preferences/com.apple.dock.plist and delete that file. then log out and back in or restart. (You'll have to reset your Dock the way you like it)
    -mj
    [email protected]

  • How can I add a person to an event (and send that person an invite) without resending the meeting invitation to all participants?

    How can I add a person to an event (and send that person an invite) without resending the meeting invitation to all participants?

    Apple doesn't make it easy to do what you want.  However, here's how I do it. 
    Select the photo you want to move and create a new Event for it via the Event ➙ Create Event menu option.
    In the Event mode select the new Event with the one picture and drag it onto the Event you want to move the photo to.

  • I have a G4 Quicksilver that no longer works, but the hd may still be good. How can I get files off the G4 hd and onto my new iMac?

    I have a G4 Quicksilver 2001 that no longer works, but the hd may still be good. How can I get files off the G4 hd and onto my new late 2013 iMac?

    Also, how do I boot the G4 into FireWire Target Disk mode?
    First, the G4 must be able to start to use FWTDM. If it can start, hold the t key at boot until you get a "screensaver pattern" that looks like this:
    If the G4 is attached via a FireWire cable to a newer Mac with a FireWire port, the G4's hard drive will appear on the other Mac's desktop just as if it were any external drive. A USB cable won't work for FWTDM.
    Just wondering if the drive in my G4, which I believe may be an ATA drive will also work in an enclosure for a SATA drive?
    No. ATA (actually "PATA" or "IDE") and SATA are different interfaces. PATA external enclosures are now very hard to find. You best and least expensive option is the adaptor that BDAqua linked. One of its connectors is for PATA drives.

  • Apple TV2 can see my laptop but it can't access the files in on my laptop. Home sharing is turned on. I'm using Windows7 64bit. ATV2 can access the files on my other laptop and PC. I've updated my iTunes and ATV2. Any suggestions?

    Apple TV2 can see my laptop but it can't access the files on the laptop. ATV2 can access the files on my other laptop and PC.
    My PC can see the laptop in question but it can't access the files.
    I've updated iTunes to and ATV2 to the lastest version. My laptop is running Windows7 64bit.
    Any suggestions?

    Welcome to the Apple Community.
    I assume you taken the step of restarting the laptop.
    Have you checked your security software is allowing access for iTunes, which security software are you using.

  • HT201250 I set up Time Machine yesterday (using a WD 2T drive) and got the message that the first backup was complete.  I can open every file I try except Quicken and TurboTax.  What am I doing wrong?

    I set up Time Machine yesterday (using a WD 2T drive) and got the message that the first backup was complete.  I can open every file I try except Quicken and Turbotax.  What am I doing wrong?

    burgessiii22 wrote:
    Thanks for the answer Linc, but how do I check to make sure the back-up process is working if I don't think I need to restore?
    Create a test file with Text Edit (or any other program) and save it to your desktop.
    Run Time Machine from the menu bar.
    When the Time Machine icon in the menu bar stops spinning, drag your test file to the trash.
    Open Time Machine and go back 1 page. You should see your test file on the desktop.

  • Can I move the default location of the iPhoto library to an external source, leaving a preview image on my main HDD? Do I need to move to something like Apature to do this?

    Can I move the default location of the iPhoto library to an external source, leaving a preview image on my main HDD?
    Do I need to move to something like Apature to do this?
    I currenlty have a NAS which holds all my images.

    Yes you can, but you really, really don't want to.
    You can store your photos on the External and have iPhoto link to them in that location. It's called having a Referenced Library.
    In this scenario iPhoto creates an alias to the files in the Library and that's why you don't want to do this. Aliases work fin when everything is on the same volume or disk. However, if the alias points to something on another disk or volume and something in the path to the file changes, then the alias is broken. That means you could find yourself fixing each alias for every single photo in your Library, one at a time if something goes wrong.
    And heaven forbid you would ever want to move the files to another disk.
    See why I say you really, really don't want to?
    Also note, that your edited photos would still be on the internal HD as they are always stored in the Library.
    Aperture, on the other hand, can deal with this scenario quite easily, and has tools to reconnect to the original should the link be broken
    Regards
    TD

  • When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page.

    When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page. I don't want to have to check off an additional 5 or 6 attributes each time I print out contact information. Is there a way to change the default setting for printing lists, so it is not just "phone," "photo," and "job title?"

    I have a user who wants to do this same thing. I did not find any way either to default the attributes to anything other than what you see the first time. Seems like such a trivial thing, hard to believe they do not allow it. I did find a program for this called iDress but I can't seem to download it from any links on the Internet. Not sure if it is free or not, but it was recommended by a link on the Mac support site.

  • Help - I have an apple id account, where is my iPod and iPad registered, but also the iPod of my daughter. How can I make an account for my daughter and keep all the apps she has on her iPod?

    Help - I have an apple id account, where is my iPod and iPad registered, but also the iPod of my daughter. How can I make an account for my daughter and keep all the apps she has on her iPod and in her own iTunes?

    Sorry, content bought with one Apple ID cannot be merged or transferred to another Apple ID.

  • I have a license for Indesign CC for one month and my laptop just broke, Can I download it again to my PC and keep the license for the rest of the month?

    Hi all,
    I have a job to do and the laptop that my boss provided me is giving a lot of problems...I really need to change to my PC and finish the job. I don´t know if i can download again the license from creative cloud and keep on working there.
    Any suggestions?
    thanks a lot!

    Yes.
    Mylenium

Maybe you are looking for

  • Error reading job logs of Apps server from Central Instance

    Dear Gurus, We have newly installed system with one CI ( cluster environment) and 2 application Instances. Systems are recently installed by other team. I am looking into support part after handover. We have noticed below error while reading failed b

  • Is it possible to upgrade mac os 10.4.11 to 10.6.3 with a cd? If so, how??

    Is it possible to upgrade mac os 10.4.11 to 10.6.3 with a cd? If so, how?? I also have a application install dvd is this required for the upgrade process?

  • Ipod wont be recognized by mac

    so, im down to the last step of the 5 R's, and thats to restore my ipod, cause nothing else is working. i have about 2000 pictures backed up on my ipod that i cannot erase, because i backed them up because i reinstalled osx. is there any way to get t

  • HT4528 Excess amounts of data being used.

    Why is my iPhone 4 on Verizon suddenly using ridiclous amounts of data (16GB to be exact in 12 hours) when I am on wifi? Please help.

  • New Mac, ARD won't run

    We've recently installed new(er) Macs - dual 2GHz G5s - in our MIDI lab. We'd been using G4s before, and have used ARD 2.2 successfully for several years. After transferring everything from the old to new machines, I went to fire up ARD. I was asked