How do I stop Aperture from automatically imputing SCSI card data when I put a SCSI card in?

I use the SCSI card every day to move movie files from my camera to an external harddrive. When I put a SCSI card in the slot, Aperture automatically opens and starts downloading.  How can I stop this?  I want to just copy the SCSI card to my external hard drive.  This was asked in a priveious Apple forum but never answered.

I meant SD card I guess, not SDSC card
Frank, thanks   I will try that.
John

Similar Messages

  • How to I stop safari from automatically resizing the bookmark bar when I click on the search bar?

    there is probably an eloquent way to ask this but I don't even know what the feature is called.
    Here is what it's doing:
    I'm using safari in landscape mode on my iPad.
    I click on the search bar and then the bookmarks come up below.
    It takes a second to automatically resize to a size that make no sense, usually cutting off bookmark titles...and the delay of it resizes drives me nuts.
    Safari did not used to do this until I guess ios 8. Any ideas how to stop this annoying "feature"??

    Try deleting the Cache.db...
    Quit Safari.
    Go to ~/Library/Caches/com.apple.Safari/Cache.db
    Move the Cache.db file from the com.apple.Safari folder to the Trash.
    Relaunch Safari ...
    You may want to try the Safari Reading List as an alternative to tabs.
    Click the eyeglass icon just to the left of the Bookmarks icon top left side of the Safari window.
    Drag the url to the window or click Add Page

  • How do i stop firefox from automatically opening a new tab when i type an address into the address bar?

    when i type a new address into the address bar and press enter, firefox automatically opens the site in a new tab. i want it to just open in the same tab.
    == This happened ==
    Every time Firefox opened

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • How do I stop iTunes from automatically importing songs I listen to from my external hard drive into the music library?

    How do I stop iTunes from automatically importing songs I listen to from my external hard drive into the music library?

    Mac OS X: Double-Clicking a File Opens the Wrong Application - http://support.apple.com/kb/TS2291
    -= Changing the application used to open all files of a certain kind (written with reference to OSX 10.4 but may not have changed) =-
    1) In a Finder window highlight a file of the kind you want to change the application to open that kind of file.
    2) While that file is highlighted, select File > Get Info or press command (apple or propeller icon) + i to get a file information window.
    3) In the lower part of the info window there is an "open with" menu with a list of applications.
    4) If your application is already in the box then it is the default application for opening that kind of file and you don't need to do anything more.  Close the get info window.
    5) If the application showing in the menu is not the one with which you wish to open the file then select a new application. If your application does not appear there then select the "other..." and track down the application (usually in the Applications folder at the main level of the computer).
    6) If you wish to change all files of this type to open with this application in future, make sure the "change all" button is selected.
    7) Close the get info window.

  • How do I stop firefox from automatically placing the cursor in a textbox?

    How do I stop Firefox from automatically placing the cursor in a text box? On certain pages such as Google.com the cursor will be moved to the search text box automatically after a couple seconds from the page loading. So I'll be typing in the address bar or something and then half of what I am typing in the address bar becomes cut off and starts being entered in the Google.com text box for search. The same happens on Facebook.com and the cursor is automatically moved to the Status Update text box. I assume this is a built in "feature" of the web page, but it's damn annoying. Especially when I start typing in my status update box on Facebook before the page completely loads and then halfway through typing (once the page is done loading) my cursor is moved to the starting position of the text area and my text is cut off.
    Just the be clear the actual mouse pointer isn't being moved, just the prompt for entering text.
    How can this be stopped?
    == This happened ==
    Every time Firefox opened
    == Started since I can remember

    This problem has grown worse over the last couple of years. I use Firefox on Mac and Windows. I consider this problem to be a bug. Here's why: Event Driven interfaces, e.g., OSX and Windows, are never supposed to change typing-cursor focus WHILE SOMEONE'S TYPING!!!
    Firefox allows websites to change focus WHILE USERS TYPE!
    Hey, sorry for the caps, but I haven't used those for awhile and that's kind of fun. But really, more and more websites steal typing-cursor focus WHILE USERS TYPE.
    Efff them, but really, Eff Firefox for allowing this.
    It's almost like a symptom of our hyper scattered age where our attention jumps here and there.
    But really... I love Firefox, some of my best friends are Firefox, they're good people, don't get me wrong, but damn it, WHEN SOMEONE IS TYPING THE UNASSAILABLE RULE OF EVENT DRIVEN DESIGN IS NOTHING ELSE SHOULD CHANGE FOCUS WHILE SOMEONE IS TYPING!!!!
    FIX THIS PLEASE.
    Oh, I just ran out of capital letters. :) :) :)

  • How do I stop iTunes from automatically sorting by Album Artist?  Driving me crazy.

    How do I stop iTunes from automatically sorting by Album Artist?  Driving me crazy.
    I listen to primarily classical music
    All of my music was very deliberatley titled by composers "Last Name, First Name" as the artist.
    iTunes is changing it to the Album Artist.  I have to go in and delete that information - AND THEN IT LATER REVERTS IT BACK!!!
    Hours have been wasted and I am feeling so ticked.
    Any help?

    Purchased or ripped media?
    If these are ripped mp3s then another possibility is multiple embedded tags. iTunes works best with a single ID3v2.3 tag. Some software creates both an ID3v1.0 and IDv2.x tag. With multiple tags it is not certain which iTunes reads or which it updates, and any device may choose differently. Once songs have the correct info. in iTunes you can use Convert ID3 Tags... None several times, then Convert ID3 Tags... v2.3. The process removes any embedded art but otherwise preserves the data that iTunes knows. You could use my script CreateFolderArt before and after to save and then restore the artwork.
    In the long run you may be better off populating Album Artist properly with a copy of whatever is currently in Artist. My script CopyArtistToAlbumArtist can do this effectively.
    tt2

  • How do i stop iPhoto from automatically opening when I connect my iPhone?

    Hi, well as the title states:
    How do i stop iPhoto from automatically opening when I connect my iPhone?
    It's getting on my nerves...
    Thanks.

    This might also be helpful:
    I wrote an AppleScript that asks me each time I connect the iPhone/camera/etc whether or not I want to open iPhoto. Usually I just hit return and it doesn't open, but once in a while I'll click Yes to open iPhoto and import videos from my phone. I just did it because it's nice to have a little reminder so I don't go for too too long without importing, but not have it slow things down each time I plug in.
    Below is the script. Paste it into AppleScript Editor, then export it as an application. Then set Image Capture to open this app when you plug in your phone. Would love to hear if it's helpful for you or if you modify it to use other criteria to automatically import only at certain times or conditions.
    Nathan
    set question to display dialog "Open iPhoto to import photos?" buttons {"Yes", "No"} default button 2
    set answer to button returned of question
    if answer is equal to "Yes" then
              tell application "iPhoto" to activate
    end if

  • HT1597 How can I STOP iTunes from automatically trying to add podcasts to my iPod when I plug it in and sync it, so I can manage the files? I have already unchecked "Sync Podcasts" and "Automatically include,"yet EVERY time I sync it,it still transfers po

    How can I STOP iTunes from automatically trying to add podcasts to my iPod when I plug it in and sync it, so I can manage the files? I have already unchecked "Sync Podcasts" and "Automatically include,"yet EVERY time I sync it,it still transfers podcasts as the last step, and at other times randomly, when trying to just add some MP3's to a playlist, for example.  I can't seem to find any other option to uncheck, and can't find an answer from my so-far internet searching.

    erict, you blew me away with that suggestion! It was something so simple I couldnt believe I hadnt thought of it! But in the end it didn't work, which I was really surprised about. On Windows anytime anything was moved itunes was hoplessly lost, but on this mac it still kept up with everything. I tried renaming folders, moving folders, and even renaming moved folders but it still kept trying to import.
    I even went as far as deleting EVERYTHING i had moved to the Mac, which didnt really work. It still kept trying to import what wasnt there which made it continue to freeze up. However, after doing this it, the freezing was not nearly as bad. It gave me enough of a break to cancel it through the itunes dialog box at the top of the app. So in the end, thats all I really needed to do, only before I had deleted everything the freezing would not allow me to do it.
    So now Im reimporting everything again, only slowly, and only a few Artists at a time.

  • How do I stop iTunes from automatically changing artist, album.....?

    How do I stop iTunes from automatically changing artist, album, and genre names?
    I keep my itunes library folder very organized. You wont find the same artist spelled two different ways in it. But itunes automatically changes the artists, album names, and genres for whatever reason, making it so I have to edit my library all over again.

    No, don't check it!
    That is the only setting that would let itunes change file names. Read right underneath it - itunes will create files & folders based on artist & album name.
    Something else must be changing your files, then - not iTunes.
    Every PC comes with WIndows Media Player. Go into that and uncheck the options to retreive internet info for albums. It's in 2 places, on the Library tab and the Privacy tab.
    Message was edited by: Katrina S.

  • How do I stop Imovie from automatically searching for videos when I open up program. I can't do anything when this happens. I checked my pref and it's not set to automatically do this.

    How do I stop Imovie from automatically searching for videos when I open the program. It will not allow me to do anything and I cannot start a new session.

  • How do I stop aperture from reprocessing my my raw files on import

    how do I stop aperture from reprocessing my my raw files on import

    Here's the thing: You didn't shoot in B&W and the Raw is in colour.
    Your camera shoots everything in colour because that's what the sensor in the camera is - RGB. For B&W shots what happens is that the camera adds a display tag to the shot - and this is written to the Jpeg you shoot, and so it displays.
    But a Raw is a sensor dump from the camera. This is all the data that the camera has, and all of that is in colour, so it shows in colour on Aperture.
    Convert to B&W in Aperture or shoot Jpeg.
    Regards
    TD

  • When I open itunes on my laptop, how do i stop itunes from automatically prompting for my apple account info?

    When I open itunes on my laptop, and I have connected my iPod Touch, how do I stop itunes from automatically prompting for my apple account info?  I'm usually not intending to make any purchases at that time, so do they need to know my account info?

    Rented movies downloaded to an Apple TV can't be transferred to any other device.
    (86941)

  • How do I stop iCloud from automatically opening email attachments in Firefox?

    How do I stop iCloud from automatically opening email attachments in Firefox?

    Hi
    This may have something to do with the "Automatically retrieve invitations from Mail" option being enabled? Click on the iCal Menu > Preferences > Advanced. It may also be the Alarms setting? This is for 10.6 iCal so it may be in a different place for 10.5?
    Tony

  • How do I stop mail from automatically opening when iCal events begin?

    How do I stop mail from automatically opening when iCal events begin?
    When an event is about to begin, the mail app opens and I'd like to turn that off since I don't use the mail app.
    Thanks!

    Hi
    This may have something to do with the "Automatically retrieve invitations from Mail" option being enabled? Click on the iCal Menu > Preferences > Advanced. It may also be the Alarms setting? This is for 10.6 iCal so it may be in a different place for 10.5?
    Tony

  • How do I stop mail from automatically updating on my iphone 5?

    How do I stop mail from automatically updating on my iphone 5?  Thanks

    Settings > General > Restrictions, make sure changes to "Accounts" are allowed.

Maybe you are looking for

  • App Safari quit unexpectedly the PROB may have been cos'd by the Flash Play

    First of all my *G5 power pc* has been quitting in many of my applications mostly in web browers. I learned last night that I didn't have the latest Flash Player 10.0.42.34 installed so I downloaded it and I noticed it appeared to work faster and did

  • Duplicate pricing conditions due to contract supplements

    Hi all, <br><br> We want our pricing conditions to appear automatically on a normal purchase order and on a purchase order with reference to contract, but they should only be on the purchase order once. We're experiencing difficulties since the condi

  • Need help in dbms_output package

    Hi, I am using dbms_output package in my sql, while displaying the content its not coming in one line. Could you please help me out here. DBMS_OUTPUT.PUT_LINE ('Its testing for around '||l_run_time||' minutes in this step, but average test time for t

  • Need BADI'S for QM01.

    hi, how do i search BADI's for T.code QM01. Thanks N Regards Priya.

  • Allocation at component level

    Hi, Is it possible to check component allocation at characteristic level other than 'plant'. e.g. sales org or customer If yes, please let me know how to do it. As per my understanding if allocation at the component is configured using other characte