Pulling my hair out over Automator and Aperture

I recently changed from Dropbox to Google Drive.  Previously, I used Automator to monitor the "camera uploads" folder in dropbox, so anytime a new photo was added, it automatically imported to Aperture.  That process worked very well.
When I switched to Google Drive, I am attempting to do the same thing.  I created a camera uploads folder within my Google Drive folder.  I then set up the automator (the exact same way I had with Dropbox) but is is not working. 
The automator works correctly the very first time - ie, the first photo I moved to that folder was succesfully imported to Aperture.  Subsequent photos added will not work.  Aperture opens as expected, but the photos never came over. 
I ran the workflow within Automator to try and see what is going on and am getting a popup box that says:
"The action “Import Photos” encountered an error.  Check the actionʼs properties and try running the workflow again."
Down below in the Automator Log it says:
"Filter Finder Items completed - 1 Warning"
"Import Photos failed - 1 error, 1 warning"
"The action "Import Phots" was not supplied witht he requred data
"Some parameter wasn't understood".
I tried deleting and recreating the folder, the automator, rebooting etc. nothing works.
I should note, I seeming was able to get this process to work on the dropbox folder, but it refuses to work with the folder I created within Google Drive.
Any ideas?

I agree Frank, at least in principle.
I'd disable that step and add a step just while debugging to copy the recived item to another folder to check what items are being received.
The inital error:
The action "Import Phots" was not supplied witht he requred data
"Some parameter wasn't understood"
makes it sound like something other than a photo was being received.
It wouldn't surprise me to find DB or G+ were creating temporary/hidden control/lock/place-holder files given these files will spend some time 'in transit' before they truly 'exist' at the specified location.
If the action was receiving such a control file it would explain the error. So we need a way to check what files are being received. I think copying the file to another folder should do that (although it may be hidden so would to check in terminal to see what's there). I guess there's a chance the copy would fail too, but at least it should throw an error which may still identify the file.
Andy

Similar Messages

  • Pulling my hair out over IE8 issues with spry menu bar

    Its a classic story, but for the life of me, I can't figure this out.  I've seen it in a hundred different forums (all slightly different versions of the same problem) .  I've put together a horizontal spry menu bar (version 1.6.1).  It works fine in Chrome, Safari, Firefox, etc..., but goes nuts in IE.
    layout and positioning of the submenus cascades horizontally, goes far right, etc.
    A sample of the menu sits at http://www.alaskanrafting.com/mockup/newindex.html
    I'm sure it's just a line or two in my CSS, but I sure can't find it.
    the CSS sheet would be at http://www.alaskanrafting.com/mockup/SpryAssets/SpryMenuBarHorizontal.css
    If anyone has any pointers, I would greatly appreciate it.
    Thanks

    Try adding/modifying the following
    ul.MenuBarHorizontal ul li {
        display: block;
        float: none !important;
        width: auto;
        white-space: nowrap;
        border-bottom: solid 1px #EEE;
    There needs to be an !important for the float so that it overrides the JS.
    Gramps

  • Pulling my hair out over this...

    Background Info: I'm a college student, taking an introduction to programming class that is using Java. We are only to chapter 6, so I'm still very new at this. Dr Java is the compiler of choice in this text.
    I have been given an assignment to create a method that counts all the white pixels in a given image. I have the thought pattern down, but I am running into a problem with my looping.
            public void whtCount()
          Pixel pixel = null;
          int totalRGB = 0;
          int whitePixels = 0;
         for (int x = 0; x <= this.getWidth(); x++)
         {for (int y = 0; y <= this.getHeight(); y++)
           {if (x < this.getWidth() && y < this.getHeight()) {pixel = this.getPixel(x,y);
          totalRGB = (pixel.getRed() + pixel.getGreen() + pixel.getBlue());
          if (totalRGB == 765)
          {whitePixels = whitePixels + 1;}
         else {System.out.println("poop " + whitePixels);}
            }I just came upon an interesting change, and this is the result. The good news is that it outputs the correct number of white pixels (I created a 10x10 all white JPEG). The flip side is that it is still outputting lots of times. It outputs at the end of each row; the most curious thing is that it outputs the result multiple times. When I ran this method on the previously mentioned JPEG this is what was returned:
    poop 10
    poop 20
    poop 30
    poop 40
    poop 50
    poop 60
    poop 70
    poop 80
    poop 90
    poop 100
    poop 100
    poop 100
    poop 100
    poop 100
    poop 100
    poop 100
    poop 100
    poop 100
    poop 100
    poop 100
    poop 100*Coded because it won't display properly otherwise.
    At least this is some forward progression. I still can't figure out why it is printing more than once, much less such a specific number of times. Dr Java will display as many results as is given, so I know it isn't just cutting it off. I learned this earlier when I got "poop 10" about a bazillion times.
    EDIT: I thought I should probably mention that I am using the classes that came with the book. This particular method is to go in the pictures class. I can scrounge up an unedited one if it would help.
    Message was edited by:
    loudgrrl4_ever
    Message was edited by:
    loudgrrl4_ever

    The reason I included the if statement was to keep the statement from running every single time the statements were executed. I see now that I did that needlessly.
    Thank you so very much. Once you said that, it just sort of clicked in my mind (followed shortly by a feeling of stupidity, but everyone's new at some point, I guess).
    Thanks again. I got it all working.

  • I am pulling my hair out! I am using adobe indesign and just want to make a text box 'autofit text' as I change fonts a lot and want the font to automatically re-size as I change it. help help help please - I have latest version of indesign - thanks

    I am pulling my hair out! I am using adobe indesign and just want to make a text box 'autofit text' as I change fonts a lot and want the font to automatically re-size as I change it.
    Is it not possible to create a text box, fill it with dynamic (data driven) text, but make the font size either scale up or down automatically, so that the entire text box is filled? This is a feature in PrintShop Mail Pro called COPY FIT. but no such feature in Indesign??
    help help help please - I have latest version of indesign - thanks, DJ

    lol... it seems to work, but I have another huge problem!
    Apparently .CSV files cannot contain page breaks in the data! The data I am trying to merge is a 'letter', with paragraphs, line breaks, etc.,
    But, after data merging, it ignores page breaks and only merges the first paragraph of each letter. (sigh)
    Solution? Hopefully, an EASY solution. lol as we have thousands of records.
    Is there a third party indesign plugin that will allow .xml, or .xls data merge import??
    Thx,
    DJ

  • If anyone can help i would be hugely grateful, I'm literally pulling my hair out.    I bought the Airport express so i could surf the web and wireless play music through my stereo simultaneously. Can I do this? I've managed to play music wirelessly from m

    If anyone can help i would be hugely grateful, I'm literally pulling my hair out. 
    I bought the Airport express so i could surf the web and wireless play music through my stereo simultaneously. Can I do this? I've managed to play music wirelessly from my macbook to the express/stereo, however i cant surf the web because i can only presume i haven't set up the express to join my sky network.  So therefore the only way to surf the web at the moment is swap wireless devices from express back to my current sky network, then the airplay stops obviously.
    I've tried to join the express to my sky network/netgear router, at face value it looks simple.  The sky network name automatically comes up and then all i have to do is select the correct wireless security which i haven't got a clue which one my sky/netgear router is using, then type in the password which i presume is the network key number on the back of the netgear router?  However its not connecting??  I am doing something wrong?
    Can someone please give me some guidence on how to connect express to my current network?

    and then all i have to do is select the correct wireless security which i haven't got a clue which one my sky/netgear router is using
    Suggest that you ask Sky what type of wireless security that is used on the devices that they provide.
    Once you have that information, you can choose the correct matching setting when you configure the AirPort Express to "join" the Sky wireless network.
    The "password" would be the normal phrase that you use to connect to your wireless network at the present time.

  • This new version of FireFox is making me nutz! It is SUCKING 100% CPU time almost constantly. I could just pull my hair out. I wpdated once a month or so ag

    I tried to add this in the topic already open but it kept sending me through the unending rabbit holes!
    My question is: How do I figure out what release I was on, get rid of this one and got back to a functional firefox that moves in realtime. I already did all the reset and etc.... I just want to go back to the speed I had. This halting , hanging up misery of a browzer is Sad. I have had firefox for years and always recommended it ..... BUT NOT ANY MORE. I agree with the other poster ... there should be a rollback feature. Peoples time has value and right now FireFox is sucking the value down a rabbit hole.
    See Below Comment Feedback submitted before I finally got here:
    This new version of FireFox is making me nutz! It is SUCKING 100% CPU time almost constantly. I could just pull my hair out. I wpdated once a month or so ago and it slowed down..... but the latest update before I did the reset really slowed me down. I came here to fix it a couple of dayz ago and did the reset firefox and now it IS RUNNING SO POORLY AND SLOW I AM ABOUT TO KILL IT OFF MY MACHINE!!! Yes that is me yelling - and it happened in SSSSSSSSSSSSS LLLLLLLLL OOOOOOOO WWWWWWWWWW Motion. I have run all the security scans and cleanups ---this needs a fix ASAP!!! PS: The hang ups and slowness is EVERYWHERE I go. I only get speed doing programs not connected to ON LINE.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • New burning problem....pulling my hair out

    i have burned movies successfully many times. i make them in imovie and then burn via idvd. i just finished one that is 1 hour and 8 minutes long. i chose share -- then idvd to burn. however, when i attempt to burn, and am prompted for a disc, i put it into the drive and it spins for a while, then spits out the disc and i get a message that says "no recordable disc in the drive. insert recordable disc." i have a box of new recordable discs that i have never had a problem with. they are verbatim dvd-r 16x 4.7 gb/120 minutes of video. i keep unwrapping one and trying it -- but i get the same error message and now i have tried unsuccessfully with six new discs. i don't know what to do. the drive seems to be functioning correctly. it reads other dvd's and cd's. anyone have any help, thoughts, suggestions? thanks in advance!

    You may also wish to make sure your Mac is fully ready -- I use MacJanitor (get from VersionTracker) to trigger all the maintenance scripts and then Repair Permissions with Apple's Disk Utility.
    Check to see how much hard disk space you have available; 10-20 gigs is desireable. Also try breaking the burning into two parts as often recommended in these forums -- Save as Disc Image, then use Apple's Disk Utility (or Roxio Toast) to slowly burn the DVD.
    John

  • Pulling my hair out!!  Ugh!!!! 9.2 is horrible!!!!!!!!

    I can't stand it anymore!! I downloaded 9.2 a week ago and it's been nothing but a nightmare since!! Freeze-ups are the norm, I can't get into the iTunes Store AT ALL, it won't let me complete a back up to DVD, and I can't sync my iPhone!! What the **** is going on here???!!! This version is HORRIBLE!!! Pleae fix it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    > Thanks for responding. Here is the url:
    >
    >
    http://www.martinpaulphotography.com/
    >
    > Martin.
    can't chart out the rowspans and colspans to see where it
    doesn't add up.
    But am sure it doesn't.
    Question: considering there's no real text on that page, it's
    all image
    slices, if you don't want to dig into it to make it right why
    not have it
    one image with hotspots for the links? It's not the right way
    to do it but
    it would look better than it does now.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Pulling my hair out - WIN 7 laptop and WRT160N

    I bought the WRT160N when my old D-LINK 524 died after 6 years of flawless service.  Have had the WRT160N for a week and I am ready to send it back.  I have had nothing but issues (drop, slow connection, low signal).  Finally, today my internet service went out altogether (the provider).  When it came back NOTHING worked.  I had to hard reset the router and start all over.  I use MAC filtering only, so at least I didn't have to do the keys again.   Anyway, little by little I got all 10 devices to work with the router, except my son's laptop which is running WIn 7.
    It "sees" the SSID, but cannot connect at all.  I tried deleting the old network profiles, hoping the system would walk me thru creating a new one.  No such luck, so I now have a 3 month old top of the line laptop that can't do squat, and I need help before I give up on this router.  
    The problem is when you go to connect to the network, the SSID is there.  When you say connect, it says it can't.  The troubleshooter is useless.  I am not too familiar with Win 7, so I don't want to start hacking things.
    If anyone can help me out, I would much appreciate it.

    Try to turn-off the Mac-Filtering on the router and check if that works...If yes then,re-check the mac address you are entering in the list.It should be the wireless mac address of the computer.

  • Help, I am about to pull my hair out, can't get into a locked drive and Time Machine problem

    I've screwed everything up, I think.  I had Time Machine doing backups to an external 500Gig drive and somehow it got locked.  I went into Get Info to try and change the access but it won't allow me.  On top of this problem, my original drive died and I can't get into Time Machine to restore.  When I click "Enter Time Machine", nothing happens.  I created an eDisk and a startup disk to another external drive that I'm using now, but since everything that's been backed up is on the other drive that I can't access.  When I try accessing the drive it gives:  "The folder “G-DRIVE ” can’t be opened because you don’t have permission to see its contents."  I'm not knowledgeable enough to work from the command line, so if I need to do that to access the drive, please walk me though it.  As for the Time Machine problem, I have no idea how to recover anything since it won't even come up, it just sits there.  Outside of blowing my brains out, I don't know what to do.  Any help would be greatly appreciated as I can't afford to take it to Apple to let them try and fix it.

    Hello, not sure how this might affect a TM drive, or not, but...
    Here is what i needed to do for my drive "320GB HD", the last command is just for clean up
    Open Terminal and type these commands carefully with the spaces & change 320GB HD to the name of your drive.
    sudo chflags 0 "/volumes/320GB HD"
    sudo chown root "/volumes/320GB HD"
    sudo chmod 1775 "/volumes/320GB HD"
    sudo -k
    That said, these should be sufficient to do the job:
    sudo chflags 0 "/Volumes/320GB HD"
    sudo chmod a+rx "/Volumes/320GB HD"

  • Welsh lady pulling hair out over upgrade!

    I can see many people have problems just like me but i'm struggling to keep up with all the advise given to all... I've upgraded, as requested, to itunes 6 but now unable to open folder. Double click on same and get this message: iTunes has encountered a problem and needs to close... I've tried the advice given to install QT as a standalone and saved it to file. I get so far through the process and then the following message comes up: Error Number 0x8004077
    DLL function call crashed. QT installcode. Quicktime Post InstallProc. Set up will now terminate. Short of throwing computor in bin I don't know what else to do.. I'm running AVG antivirus. No firewall at mo. Tried closing antivirus etc but to no avail... Please please help me!

    I went back to a System Restore point prior to the upgrade and then reinstalled iTunes and it works.
    well done, claire! hwyl!
    hmmm. the 0x80040707 can indicate a savagely stuck and broken QT. the standard treatment for that scenario (there are a couple of other possible causes we have to watch out for) is to head in with the Windows Installer Cleanup utility and strip out the installation registry entries for the broken QT. so i think your System Restore here will have had the same effect.
    many thanks for the report! this could come in really handy in cases where Windows Cleanup itself is desperately unhappy on a person's PC.
    love, b

  • Hi all issues with iphone 4 after update apple recovery iboot USB driver access denied have tried everything I can find and can't get it to work pulling my hair out

    Hi everyone
    Need some help desperately
    Was syncing my iphone through itunes and it wanted me to update the version which I thought it did
    Now my phone keeps telling me to connect to itunes which I have tried without success.
    In device manager it's showing as apple mobile device in recovery mode with an exclamation mark
    Have tried so many options from this site but nothing works.
    When I tried to update in device manager it says access denied
    Have also tried reboot without success
    Going absolutely mad need a real expert
    Pleeeaaase thanks

    Hi Brenni17,
    If you had an issue during an update and now having issues restoring your iPhone, you may find the troubleshooting steps outlined in the following article helpful (apologies if you have already seen it):
    Apple Support: If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Regards,
    - Brenden

  • I bought MACkeeper and used it to cleanup my computer. I have a Imac intel, When I didi this it deleted all my files. I tried to do a time machince. and it didn't work. so I pulled the files out of trash and my computer still isn't runing right.

    I bought MacKeeper to help make my Imac intel faster. Insted it deleted all my files.
    I tried to recover using time Machine, and it didn't recover back to yesterday. So I started to pull
    the files and Applications out of trash. This just got me lipping along. It ran slower and would get
    the spining wheel of death. I finaly gave in and thought I would reinstall Lion and everything would be
    great. Well wrong, I seem to be starting fine, but all my files are gone. When I go in to time Machine
    I see a device drive name (xxx). I go in that device and all my files are there. how do I pull them to the new
    install of Lion? So I can be happy again. Thank you for all your time and help.

    Do not install MacKeeper:
    https://discussions.apple.com/docs/DOC-3026
    (Please note that references to the original developers, Zeobit, should now refer to Kromtech Alliance Corp, who acquired MacKeeper and PCKeeper from ZeoBit LLC in early 2013.

  • JNDI: Tomcat 5.0 Pulling My HAIR OUT!

    I am working on a site for someone, and I had it set up and running in my development enviroment on Tomcat 6.0. The user ended up signing for a shared account on GODADDY and they use 5.0.27, so I am reworking some stuff to get this working. For some reason, I can not for the life of me get the Connection Pooling to work with this setup, I can make a direct connection. I truly appreciate any help that someone has, I have been all over the forums, I really don't see where I have anything set incorrectly:
    Here is the top half of the stack trace:
    org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'
         at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:780)
         at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540)
         at com.garytech.dao.ConnectionPool.getConnection(ConnectionPool.java:35)
         at com.garytech.servlets.Test.doPost(Test.java:51)
         at com.garytech.servlets.Test.doGet(Test.java:35)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.sql.SQLException: No suitable driver
         at java.sql.DriverManager.getDriver(DriverManager.java:243)
         at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:773)
         ... 30 moreHere is the Context XML:
    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/GaryTech">
         <Resource name="jdbc/garytech" auth="Container" type="javax.sql.DataSource"/>
         <ResourceParams name="jdbc/garytech">
              <parameter>
               <name>factory</name>
               <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
             </parameter>
              <paramater>
                   <name>username</name>
                   <value>######</value>
              </paramater>
              <paramater>
                   <name>password</name>
                   <value>######</value>
              </paramater>
              <paramater>
                   <name>driverClassName</name>
                   <value>com.mysql.jdbc.Driver</value>
              </paramater>
              <paramater>
                   <name>url</name>
                   <value>jdbc:mysql://garytech.db.4239767.hostedresource.com?autoReconnect=true</value>
              </paramater>
         </ResourceParams>
    </Context>Here is the Resource Ref in the web.xml:
    <resource-ref>
        <description>DB Connection</description>
        <res-ref-name>jdbc/garytech</res-ref-name>
        <res-type>javax.sql.DataSource</res-type>
        <res-auth>Container</res-auth>
    </resource-ref>Here is just some code I threw in a servlet, to show how the direct connection is working and the connection pool is not, the ConnectionPool works fine in other implments, I have not modified that code. The commented out portion works fine, this just kinda was my way of knowing the MySql Driver is working fine and in the correct location. Any ideas PLEASE? :) Thanks!!
              try{
                   String url = "jdbc:mysql://garytech.db.4239767.hostedresource.com";
                   String uName = "";
                   String pwd = "";
                   //Class.forName("com.mysql.jdbc.Driver").newInstance();
                   //Connection connection = (Connection)DriverManager.getConnection(url, uName, pwd);
                   ConnectionPool cp = ConnectionPool.getInstance();
                   Connection connection = cp.getConnection();
                   if(connection != null){
                        System.out.println("connected");
                   connection.close();
              }catch(Exception e){
                   e.printStackTrace();
              }

    Hi Shawn,
    I am going crazy for last 15 days , but not found a solution . I called godaddy people , but no perfect answer . After looking at this thread I got my hopes back . Hopefully you read this message and will reply back.
    I am using godaddy Linux hosting shared environment unlimited with java support .
    I am able to connect to database directly through my JSP or servlet and able to get the result . I mean if I hard code the database connection string,userid and password . But if I use context.xml I am getting null pointer exception on the screen . As per the tomcat configuration install doc if you copy context.xml under META-INF/context.xml It will be picked by tomcat and writes it under conf\Catalina\localhost directory with your jar file name . In shared environment I am not getting a away to check this ..
    Is there any way to check the file copied properly or not to conf\Catalina\localhost directory?
    Or if it doesn't there any other way to implement connection pooling in Godaddy environment?
    and surprisingly the logs what they are asking me to check are under stats directory with error_logs directory . But that doesn't contain much information.Are there any other error logs I can check?
    You mentioned in the above message you were able to check the shared libraries they are hosting. How do I check it?
    Sorry for too many questions , But I am desperate .
    Thanks for your response .
    Regards
    Kiran

  • Want to pull your hair out? Try moving the HD/SD combo shows.

    Seems simple enough, right? You download an HD show on your desktop, which also comes with an SD version for your iPhone/iPod, and you want to put it on your laptop. Ah, things are never as simple as they seem. Try it yourself, or, simply back up your show (both versions), delete it from iTunes, and then try to put it back in your library.
    When you attempt to copy the shows back, only the HD version will copy over. The SD version will not be copied. If you try to manually copy the SD show, it won't. If you try simply moving it to the library on your own, next to the HD version, iTunes won't recognize it.
    There is no obvious or simple way to move or restore a combo HD/SD show. It's easy to move the HD or SD show into your library, but not both so they function as they did when first downloaded from iTunes.
    Has anyone else seen this issue? I was finally able to figure out a method to get it to work, but it's very convoluted and involves multiple steps that aren't intuitive.

    maybe it does have to do with other apps. i wish i would have paid attention to when this started occuring so i could narrow down which application might be the culprit.
    the only thing that seems to be working right now is if i take my loop folders out of library/audio. i dragged some to my desktop (don't ask me why i did this) and imported them from there. for some reason they are staying in my loop browser. also when asked where i wanted to put the files, i selected them to go where the rest of the loops are at....in the proper directory. i'm thinking of trying this with all the loops and see what happens. something is corrupted and i'd like to know what and why. i admit, which i am embarrassed about, my computer is a mess. i really need to organise it and all that. actually, i am hoping hoping hoping to get a macbook just for my music. it would make life easier for me seeing i am quickly running out of room on all my hard drives.
    the only loops i am having trouble locating are all the ones i made recently. which i am upset about. but i am sure they are here somewhere. i just need ot wade through the mess to find them.
    thank you for your help.

Maybe you are looking for