Can I change/eliminate default FCE movies location - Movies Library?

I don't have a use for the automatic duplication of my FCE movies in the User/Library/Movies folder. In fact I find it a great irritation (now that I discovered it was happening).
Are users able to stop this behavior? I don't like things happening automatically and I don't like keeping files like this on my boot disc.
Thanks for any advice.
G4 PPC   Mac OS X (10.4.3)  

Are you refering to Auto Save Vault files?
If so, turn them off (not recommended). These are small files and might just save your editing skin one day.
Final Cut Express>User Preferences>General:
Find the Autosave Vault section and uncheck the option.
Al

Similar Messages

  • How can I change the default location of files?

    I have just changed the location of "My documents" in Windows to point to a separate drive (in fact "e:\mydocs"). Now Flex Builder 3 can't see my projects. If I import them it wants to copy them back to "c:\documents and settings\administrator\Flex Builder 3". So I have 2 questions - firstly is it possible to alter something so that it sees my projects in the right place automatically. Secondly how can I change the default location?
    Thanks

    sorry folks, just found the answer - File-Switch Workspace

  • How can I change the default "Print to File" location from the Mozilla Firefox directory?

    I have looked all over the Internet to find the solution to change the default of the location Firefox create the files created from the Print to File option. I have modified all of the instances of "print_to_filename" as one forum suggested. But, that was unsuccessful.

    Autre façon : Ouvre un nouveau document. Il va être en A4. Dans le menu Fichier--->Format d'impression. Une fenêtre apparaît. Dans la ligne... Taille du papier, tu choisis... Lettre US; tu fais OK. Ensuite tu sauves ce document comme modèle. Menu Fichier----> Enregistrer comme modèle et tu lui donnes le nom, par exemple... USLettre.
    Ensuite, va dans le menu Pages, va dans préférences et dans la fenêtre qui s'ouvre - Préférences générales - tu choisis : Utiliser le modèle... et tu cliques sur Choisir... à droite un peu en bas de Utiliser le.... et là, dans la fenêtre qui va apparaître, tu trouves le modèle que tu viens de faire...USLettre.
    Voilà. Chaque fois que tu vas ouvrir Pages, ce sera USLettre qui sera là par défaut.
    J'espère que ça va te satisfaire.
    Évidemment l'idéal serait de pouvoir changer la template Vierge par une template Vierge US... mais j'ai pas encore réussi.
    Message was edited by: BenwaR

  • Changing the default bookmarks save location

    Heya,
    If i right-click a website and click "Bookmark this page". It brings up the bookmark panel with the default folder "Bookmarks Menu" is there any way i can change this default ?
    "I dont mind if it goes deep into the firefox:config, system or regedit as i am mostly computer savie :)"

    ''Changing the default bookmarks save location:''
    You would do better clicking on the bookmark star on the Location Bar.
    You can install "Add Bookmark Here2" and probably make modifications in the options.
    * Add Bookmark Here ² :: Add-ons for Firefox<br>https://addons.mozilla.org/en-US/firefox/addon/add-bookmark-here-2/
    * http://dmcritchie.mvps.org/firefox/addbookmarkhere2.txt

  • Can I change the default typeface in a document?

    Can I change the default typeface in an Illustrator CC document? (I wouldn't use Meridian to win a bet.)

    Open one of your new document profiles located at
    /Users/YOURNAME/Library/Application Support/Adobe/Adobe Illustrator CS6/en_US/New Document Profiles/
    Edit the normal character style and save. Now when you create a new document choose that new document profile.

  • Is there a way to change the default Save As location for Adobe Reader XI?

    Is there a way to change the default Save As location for Adobe Reader XI?

    kel-drago wrote:
    Can't be that difficult to arrange.
    No, it's not.  But someone has to request it: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Can we change the default tablespace of a table?

    Hi All,
    Can we change the default tablespace for any TABLE while it contains any data? If yes, how it works? If no, any workaround?
    Thanx,
    Zaaf

    instead of moving your table after the import you could:
    1)execute an import with the parameter ROWS = N
    2)move the empty tables to the correct tablespace
    3)execute an impot with ROWS = Y and IGNORE = Y
    This way you will only have to move empty tables which will probably be much faster also there is no need to rebuild the indexes.

  • How can I change the default city in my calendar?

    HOW CAN I CHANGE THE DEFAULT CITY IN MY CALENDAR?

    DEFAULTY CITY? CALENDAR? HUH?
    I am not quite sure what you are asking, but there's this:
    Your location for time purposes is set in System Preferences, Date & Time, Time Zone tab.
    If you are using iCal, there is a Time Zone option in iCal Preferences, Advanced.
    charlie

  • How can I change the default apple ID for app store. I bought the macbook from my school when I left and I'm the ID in place of mine is the computer departments one. How can i change it to mine?? Thanks

    How can I change the default apple ID for app store. I bought the macbook from my school when I left and I'm the ID in place of mine is the computer departments one. How can i change it to mine?? Thanks

    http://support.apple.com/kb/ht5621

  • Hi,how can i change the default settings on my adobe readerX1 such that it will display all my pdf files according to their individual cover pages (as cover picture thumbnails)before i click them to open and read........i really enjoyed this feature as a

    hi,how can i change the default settings on my adobe readerX1 such that it will display all my pdf files according to their individual cover pages (as cover picture thumbnails)before i click them to open and read........i really enjoyed this feature as a default settings upon installation in previous editions of adobe reader .i use a windows 8 pc now.thank

    For sideloaded content the nook pulls the metadata from ePub file itself.  I would suggest looking at a program like Sigil or Calibre that will let you edit the metadata in the book to make it appear like you want.
    For the PDF vs ePub - No, that's the way PDFs work (think of them as graphics, not text), wheres ePubs are Web Pages - so  no you can't them to behave exactly alike without converting the files.

  • How can I change the default  driver to OracleXADataSource in JDeveloper

    Hello,
    How can I change the default oracle driver: oracle.jdbc.OracleDriver to oracle.jdbc.xa.client.OracleXADataSource in JDeveloper Studio Edition Version 11.1.1.0.2, Build JDEVADF_MAIN.BOXER_GENERIC_090328.0229.5205.
    If I modify the file connections.xml from jdeveloper\system\system11.1.1.0.31.52.05\o.jdevimpl.rescat2\connections in the sense that I change the driver class, then in JDeveloper when I test my connection I have this problem: Test failed: oracle.jdbc.xa.client.OracleXADataSource cannot be cast to java.sql.Driver
    Why do I need this XA version of the oracle driver? Well I tried, from a book to reproduce the model of an application: entities, stateless and stateful session beans, mdb, web services and a client to test one part of the model.
    And because of the JMS server I need an XA driver.
    I deployed to the integrated wls 10.3 and when I test my client, if I use the default driver for the connection the an error message appears tell me either to emulate two-phase commit or to use XA driver.
    My application works very well, if I configured in the console of the integrated wls 10.3 a datasource with the same name as my ide/application connection that has for the Driver Class Name: oracle.jdbc.xa.client.OracleXADataSource in the Connection Pool tab.
    Thank you.

    Open DIsk Utility and in the toolbar select Disk Image. The file selector will open and you'll have to do three things: 1) just as with any file, name it and point the file selector to where you want it to be saved, 2) near the bottom you'll see name - type iWork 2013 and 3) below that select the image size. Click on size, choose custom and type 1500 MB then click on the Create button.
    Some time will pass and then you'll see an external disk pop up on your desktop and/or the Finder window sidebar. Drag the three programs into it and eject it like any other external disk. Now delete the programs from your applications window.
    Where ever it was you pointed the file selector to you'll see the file you created. Double click on it and the disk image will mount again.

  • When I opt to "download this as a file" from my email account, Firefox defaults to notepad to open the file. How can I change the default to MS Word?

    Question
    When I opt to "download this as a file" from my email account, Firefox defaults to notepad to open the file. How can I change the default to MS Word?

    Is FF downloading the file as a .txt file? If so, go to "Folder Options" in the windows control panel. Click on the "File Types" tab. Scroll down until you reach the TXT file extension. Look to see what that extension opens with (lower part of panel). It probably shows notepad. Click on the <Change> button. Scroll down until you find "Microsoft Word." Select it and click the <OK> button. That should show the TXT extension is now associated with Microsoft Word. Click the <Close> button at the bottom of the panel.
    If FF is downloading the file as any other type, use the same process as above except look for the corresponding extension instead. If the extension is not listed click on the <New> button and create an association using the extension in the file name and then associate it with MS Word.
    davewdan

  • Mail -- How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    sorry, but I can't find the mail preference in the latest Yosemite OS. Do you know where I can find it?
    Thank you
    Don

  • How can I change the default Google search engine in Firefox 8 from google.fr to google.co.uk? Yes, I live in France with a French ISP, but English is my mother tongue and I want UK based responses.

    How can I change the default Google search engine in Firefox 8 from google.fr to google.co.uk? Yes, I live in France with a French ISP, but English is my mother tongue and I want UK based responses.
    I'm using XP Pro.

    You can find search engines on the Mycroft Project website.
    * http://mycroft.mozdev.org/
    * http://mycroft.mozdev.org/google-search-plugins.html

  • HT3965 How can I change the default Apple ID on and IPad?

    My daughter just gave me her IPod - how can I change the default Apple ID? Every application update comes up with her email address.

    Delete all the applications, sign into the iTunes Store with your Apple ID, and download the ones you want.
    (98113)

Maybe you are looking for