How to search for movie files on harddrive?

Saw today in Lions new layout under "This Computer" that my harddrive contains 147GB (out of 320 GB) of movies.
Is there any clever way to track those movie files.
The movie files are probably spread all over the computer. I have for instace made a great deal of Final Cut clips
that tend to be saved in several copies spread in different folders. Besides that, I probably have film and film clips in every imaginable file format that have been saved and forgotten through the years :-) (my iMac is from -07) 
Any clever tips highly appreciated - Need more space!!
/Friss

The Finder can do this for you.
Just open a Finder window and hit Command-F
Then, in the search bar set the 'Kind' to 'Movie'.
Done. It'll find all the movie files on your disk which you can then organize as you see fit.

Similar Messages

  • How to search for a file and copy it to somewhere else in terminal

    So basically how can I search for a file on my computer named "testingtesting.txt" and copy it to my desktop using terminal? I have very little experience in terminal, so I was going to try and use the mdfind command, then store that output as a variable, and use that variable as the source for the cp command, but I feel like there is probably a much simpler method. So basically how could I find a file named "testingtesting.txt", copy it, and paste it to my desktop using terminal.

    Is there any particular reason that you must use Terminal?
    You could just download the free EasyFind from the App Store and find the file quickly. Do whatever you wish with it.
    Good luck,
    Clinton

  • How to search for a file?

    Hi I am currently using the below code to detect a file automaticaly in a thumbdrive. So currently I have to state the path directory to detect the particular file. Is there a way to search for the file in the thumbdrive using Java?
    public class Detect {
    public static void main(String[] args)
    File f = new File("f:\\");
    while (! f.exists())
    try { Thread.sleep(500); }
    catch (InterruptedException e) {}
    System.out.println("drive inserted!");
    }

    You'll need to recursively search through a top directory and all its subdirectories for all files. Here is a link how to do this.
    http://www.javapractices.com/Topic68.cjp
    You can search for all drives A through Z for the file (using something like new File("F:") and catching the exception if not found (and dont do anything with the exception). But exclude C and D drive since they are usually hard drives and take forever to search through. Also, you may want to use File.separator instead of '/" or '\' in your code since windowsXP uses one while Unix uses the other and you would want your code to be able to run on either operating system.
    Are you building a web page with this? if so, it will not work since your search code would be running on the server and not on the client's machine. Even if you were able to run it on the client machine via his browser, you cant because of security reasons (end users dont want to give you access to thier drives). If its a web page, look into file upload html tag called <input type="file". This allows the end-user to navigate on his machine to where the file is and download it without you having to search for it.
    If you writing an application instead of a web page, I think there is an applet you can use that will do the same thing as <input type="file".
    Searching though a directory structure isn't good since it takes too long for users t wait.

  • How to search for duplicate files?

    Is there a quick and easy way to search for duplicate files? (and other space hogs) I would like to do some hard drive spring cleaning. Trying to free up some space. Any suggestions? Thanks in advance, Carl

    Here are some apps to try:
    Singular, http://www.emeraldion.it/software/macosx/singular.html
    DupeCheck, http://dfay.fastmail.fm/dupecheck/ (uses the terminal suff and Spotlight under the hood)
    FileBuddy, http://www.skytag.com/filebuddy/

  • When searching for mov files, they don't show up in Finder

    Okay, so I think I found a good bug. (bad bug). I copied a bunch of .mov files from two CF cards to an external ExFat formatted hard drive. Once I copy, I can see the data on the hard drive. I have two folders: "Card1" and Card2". Again, I can clearly see all of the .mov files if I just manually open the folders. But when I search for the .mov files on the entire hard drive, (for the purposes of counting the number of .mov files I have), only files from one of the folders are found. Even though they are clearly there, and they play, etc. This is quite strange. Any ideas? I'm on Mavericks.

    Thanks Barney, I tried that but all that comes up in Spotlight are the log files that show the file paths! I don't know how Steam works. Are all the files held by Steam on their server perhaps?

  • How to SEARCH for specific file TYPES, e.g. PDF?

    If I know the title has in it "resume" and I know it's a PDF, how do you search for all PDF files that have the word "resume" in the title?
    AND..
    How would you search all PDF files that had the word "supervisor" inside the document?
    Thanks

    Command F should do it. Once the search window appears, you should see a drop down box headed kind and next to it one headed any. Select PDF from the any one. Click the plus button, and another field will appear and you can see again more drop down boxes. You just want to set these up so you end up with name and contains, you can then add your text to the remaining field.
    Also see [this|http://apps.tempel.org/FindAnyFile/index.html]
    Message was edited by: gumsie

  • How to search for all files w Metadata mismatch?

    I Upgraded recently from LR2.6 to 3.3.
    Many of my images have an Exclamation Mark on them, following the upgrade, informing me that there is a Metadata Mismatch...
    When I click on it I get this Dialogue box:
    Firstly I think LR developers are playing with potentially important information with a lack of care and consideration. I looked at the metadata in 'File Info' in Photoshop before clicking anything: the creation date was the date the file was created and much of the camera data was missing. After I clicked Overwrite Settings all the original data was back on the file. I have no idea how this came to pass exactly, but it shows metadata is an easily lost thing.
    If Adobe care about their customers I would think they would make it more clear what was at stake here!
    Secondly I would like to know if there is a way to search for all images with this issue to save me having to go through and do it one by one, possibly thousands of times?
    Thnaks Peter

    areohbee wrote:
    Beat,
    Please share the SQL statement.
    select    ''    
             ,LibraryRootFolder.absolutePath || LibraryFolder.pathFromRoot || LibraryFile.lc_idx_filename    as    fullFileName
             ,Image.sidecarStatus
             ,AdditionalMetadata.externalXmpIsDirty
        from      Adobe_images                 as    Image
                 ,AgLibraryFile                as    LibraryFile
                 ,AgLibraryFolder              as    LibraryFolder
                 ,AgLibraryRootFolder          as    LibraryRootFolder
                 ,Adobe_AdditionalMetadata     as    AdditionalMetadata
        where     Image.rootFile                =    LibraryFile.id_local
          and     LibraryFile.Folder            =    LibraryFolder.id_local
          and     LibraryFolder.rootFolder      =    LibraryRootFolder.id_local
          and     AdditionalMetadata.image      =    Image.id_local
          and    (Image.sidecarStatus            not in    (0, 7)
           or     AdditionalMetaData.externalXmpIsDirty     >     0)
        order by    fullFileName
    I am not sure what the meaning of different values in column sidecarStatus and externalXmpIsDirty mean. This is what I've found out by trial and error:
    sideCarStatus = 1 seems to mean "Settings have changed in Catalog compared to XMP"
    sideCarStatus = 7 seems to be OK
    externalXmpIsDirty = 1 seems to mean "Settings have changed in XMP compared to Catalog"
    sideCarStatus = 1 AND externalXmpIsDirty = 1seems to be a Metadata Conflict
    The meaning of sideCarStatus > 1 is unknown to me
    I usually run the query and then look at the single images reported in LR.
    IMHO, this metadata matching is one of the weaker points in LR. I have encountered several conflict situations where I can be 100% sure I have not changed anything on the image outside of LR, and I have "Automatically write Changes to XMP" active. So a conflict should never arise.
    Beat Gossweiler
    Switzerland

  • I need to know how to search for malware files, apple told me to contat you, I am getting popup and malicious warnings and need to talk with someone please

    I began getting popups for Microsoft malware alerts/Mackeeper zeobits/and othe ads. I am on a Mac OS 8.5.
    I downloaded virus protection, adware protection and ran them all and got nothing. Then I got a phoney call from the "microsoft technicians, so called Applecare and they told me what files to search for if it was Safari and suggested I contact Firefox. Below are the files we search for on my hard drive, but because I use Firefox
    they suggested I contact you as I am somewhat concerned. Can you help advise, thanks
    /Library/LaunchAgents/com.vsearch.agent.plist
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework

    Thanks, I am not sure if this is what you are asking for but here goes
    Application Basics
    Name: Firefox
    Version: 32.0.1
    User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:32.0) Gecko/20100101 Firefox/32.0
    Crash Reports for the Last 3 Days
    All Crash Reports
    Extensions
    Name: Strict Pop-up Blocker
    Version: 0.2
    Enabled: true
    ID: jid1-P34HaABBBpOerQ@jetpack
    Graphics
    Device ID: 0x 166
    GPU Accelerated Windows: 1/1 OpenGL (OMTC)
    Vendor ID: 0x8086
    WebGL Renderer: Intel Inc. -- Intel HD Graphics 4000 OpenGL Engine
    windowLayerManagerRemote: true
    AzureCanvasBackend: quartz
    AzureContentBackend: quartz
    AzureFallbackCanvasBackend: none
    AzureSkiaAccelerated: 0
    Important Modified Preferences
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.frecency_experiment: 1
    browser.history_expire_days.mirror: 180
    browser.places.importBookmarksHTML: false
    browser.places.importDefaults: false
    browser.places.leftPaneFolderId: -1
    browser.places.migratePostDataAnnotations: false
    browser.places.smartBookmarksVersion: 7
    browser.places.updateRecentTagsUri: false
    browser.search.useDBForOrder: true
    browser.sessionstore.restore_on_demand: false
    browser.sessionstore.upgradeBackup.latestBuildID: 20140911151253
    browser.startup.homepage: https://www.google.com/
    browser.startup.homepage_override.buildID: 20140911151253
    browser.startup.homepage_override.mstone: 32.0.1
    browser.tabs.loadInBackground: false
    browser.tabs.warnOnClose: false
    dom.mozApps.used: true
    dom.w3c_touch_events.expose: false
    extensions.lastAppVersion: 32.0.1
    gfx.blacklist.webgl.msaa: 4
    keyword.URL: http://search.freecause.com/search?fr=freecause&ourmark=3&type=63395&p=
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1410624969
    places.history.enabled: false
    places.history.expiration.transient_current_max_pages: 104858
    places.last_vacuum: 1352065358
    plugin.disable_full_page_plugin_for_types: application/vnd.fdf,application/vnd.adobe.xdp+xml,application/vnd.adobe.xfd+xml,application/pdf
    plugin.importedState: true
    print.macosx.pagesetup-2: PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHBsaXN0IFBVQkxJQyAiLS8vQXBwbGUvL0RURCBQTElTVCAxLjAvL0VO
    print.print_bgcolor: false
    print.print_bgimages: false
    print.print_colorspace:
    print.print_command:
    print.print_downloadfonts: false
    print.print_duplex: 1
    print.print_evenpages: true
    print.print_in_color: true
    print.print_margin_bottom: 0.5
    print.print_margin_left: 0.5
    print.print_margin_right: 0.5
    print.print_margin_top: 0.5
    print.print_oddpages: true
    print.print_orientation: 0
    print.print_page_delay: 50
    print.print_pagedelay: 500
    print.print_paper_data: 0
    print.print_paper_height: 11.00
    print.print_paper_name:
    print.print_paper_size_type: 1
    print.print_paper_size_unit: 0
    print.print_paper_width: 8.50
    print.print_plex_name:
    print.print_printer:
    print.print_resolution: 0
    print.print_resolution_name:
    print.print_reversed: false
    print.print_scaling: 1.00
    print.print_shrink_to_fit: true
    print.print_to_file: false
    print.print_unwriteable_margin_bottom: 56
    print.print_unwriteable_margin_left: 25
    print.print_unwriteable_margin_right: 25
    print.print_unwriteable_margin_top: 25
    privacy.clearOnShutdown.cache: false
    privacy.clearOnShutdown.cookies: false
    privacy.clearOnShutdown.downloads: false
    privacy.clearOnShutdown.formdata: false
    privacy.clearOnShutdown.sessions: false
    privacy.cpd.cache: false
    privacy.cpd.cookies: false
    privacy.cpd.formdata: false
    privacy.cpd.sessions: false
    privacy.donottrackheader.enabled: true
    privacy.item.cache: false
    privacy.item.downloads: false
    privacy.item.formdata: false
    privacy.item.sessions: false
    privacy.sanitize.migrateFx3Prefs: true
    privacy.sanitize.timeSpan: 0
    security.disable_button.openCertManager: false
    security.disable_button.openDeviceManager: false
    security.warn_viewing_mixed: false
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1409681987
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: false
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10.6
    Version in use: 4.10.6
    NSS
    Expected minimum version: 3.16.4 Basic ECC
    Version in use: 3.16.4 Basic ECC
    NSSSMIME
    Expected minimum version: 3.16.4 Basic ECC
    Version in use: 3.16.4 Basic ECC
    NSSSSL
    Expected minimum version: 3.16.4 Basic ECC
    Version in use: 3.16.4 Basic ECC
    NSSUTIL
    Expected minimum version: 3.16.4
    Version in use: 3.16.4
    Experimental Features
    ---------------------

  • How to search for a file faster?

    Hi guys,
    Say I got 10 millions files. in order to make the searching faster, should I put all the file inside a single folder or categorize the file under a few directories like c:\a\1234\. TIA !
    regards,
    Mark

    >
    Say I got 10 millions files. in order to make the
    he searching faster, should I put all the file inside
    a single folder or categorize the file under a few
    directories like c:\a\1234\. TIA !
    Whether you are searching for a particular file or searching within all the files then putting 10,000,000 file in a single directory looks (to me) to be silly!
    If you just want to find a particular file then why not build an index (say in a simple database). If you want to search within all the files then some directory tree structure will stop Java having to load into memory the whole of your directory content.

  • Iphoto 6.0.5 - keeps searching for .mov file that has been deleted

    OK, this is my problem...
    I am running the most recent version of iphoto. i keep all of my photos in the iphoto library, which i run off of an external drive. recently, my drive filled up so i got a new 120gb firelite drive and transferred my photos AND the iphoto library to the new drive. then i started iphoto and was given the choice to create a new library or locate the library. i chose 'locate' and pointed it in the right direction. iphoto opened, and all my photos everything appeared to be ok in the program. this is when my problems began...
    problem 1: if i try to do anything with any of the photos, i am told that the file cannot be located. i tried to re-import the library but the program began complaining about not being able to locate several movie files (that are in the library and on the external drive). then iphoto stopped responding.
    problem 2: i then did a force quit, and now EVERY time i try to do ANYTHING (with other programs) while iphoto is open, it begins to look for the same movie file each time. then iphoto stops responding. i've since deleted the movie from my drive and from the iphoto library, but iphoto keeps looking for it each time.
    please help!!!! my sanity rests on your ability to help me out....
    pb g5 17"   Mac OS X (10.4.8)  

    rozubko
    1. Try rebuilding the Library: Restart the iPhoto while holding down the Apple and Option keys. The resulting dialogue will give you the options.
    2. Apart from moving the Libary, have you changed anything within the iPhoto Library Folder?
    Regards
    TD

  • How to search for a file at application server?

    Hi,
    I need to choose one file for further processing from the directory, located into 'WORK' directory at application server. As far as I see, class CL_GUI_FRONTEND_SERVICES and FILE_OPEN_DIALOG woudn't help me - it's a 'FRONTEND_SERVICES'.... and work with directories at presentation server.
    The requirement is that the user has no file sharing from his local PC to the mentioned directory at application server - this directory is visible only in the scope of the application server. I need something as flexible as CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG, if exist.
    How can I achieve this?
    Any help would be highly appreciated.
    Many thanks in advance.
    Regards,
    Ivaylo Mutafchiev

    Thanks to all contributors!
    After short testing I found the following:
    1. F4_DXFILENAME_TOPRECURSION is not what I was looking for - it doesn;t behave as expected.
    2. FM EPS_GET_DIRECTORY_LISTING would help if I need the result into an internal table (thsi would be a case too), but it doesn;t prompt for selection. Helpful, anyway.
    3. /SAPDMC/LSM_F4_SERVER_FILE is the closest match to the requirements.
    Thanks to all.
    Regards,
    Ivaylo
    P.S. Abhijit Dani - sorry, you were the second with the same reply, I rewarded the 1st answer as very helpful.

  • Spotlight: How to search for specific file types?

    Hi. I'm looking for bookmarks that may contain a particular word. Is there a way to filter my spotlight (or finder) searches just for a particular file type? I know you can sort results by file type, but it's rather just filter in the first place...

    Command F should do it. Once the search window appears, you should see a drop down box headed kind and next to it one headed any. Select PDF from the any one. Click the plus button, and another field will appear and you can see again more drop down boxes. You just want to set these up so you end up with name and contains, you can then add your text to the remaining field.
    Also see [this|http://apps.tempel.org/FindAnyFile/index.html]
    Message was edited by: gumsie

  • How to search for movies on apple tv 2

    The movie section does not appear beside "internet - Computers - settings" .... just bought it brand new , signed into my apple account and connect to wifi and all i see in the home screen is "internet - Computers - setting". idk *** is going on or how to get it to work so i can rent or buy movies.

    If you are not seeing Movies (plus/minus TV Shows/Music depending on location) it is probably not connected to the internet or has lost the connection  - go to Settings>General>About to check.
    Note an ethernet cable plugged in disables wi-fi on the unit.
    AC

  • How to search for file in jsp page

    i need help on how to search for a file in a folder where there is a lot of subfolder.like how u search in a document in windows. i need a complete codes in jsp page.
    thank you in advance.
    Message was edited by:
    n_dilah

    no i need to do a search engine in jsp page which is the j2ee.
    i type smth than tat file from any folder will appear the same way when u need to search your file in a document in windows.
    well can u nice people tell me where i can get the codes bcos i stinks when it come to programming.
    thank you very very very much.

  • How To Search For a Specific File name?

    Hello Everybody
    How To Search For a File Like NewFile.txt in a Root Like C:\\
    And If The File Is Found Open It And Write In It?

    http://forum.java.sun.com/thread.jspa?threadID=5194090&messageID=9763314

Maybe you are looking for

  • Iphoto Troubleshoot

    What does this widow mean when I open iphoto and how do I fix it? "Your photo library is either in use by another application or has become unreadable".

  • Shared Review Email Suppression

    Hi I'm trying to use the Automatically collect comments on my own internal server using Adobe Acrobat X Pro. I've setup the WebDav folder and everything is working fine when I use Acrobat Standard 8. I can review and comment and i close Adobe and the

  • Turning off Authentication for a-sync line

    I have authentication set up on my 3745 router. Installed in my router is a 16 port a-sync card. The line numbers on the async card are 65 through 80. I do not want authentication turned on for those lines. I have tried "no login authentication" for

  • Help with Cloned Objects

    Object.clone() should create a new Instance of the Object right? Same member varible values, etc. but different memory, not a reference back to the same Object right? I've got the following class that implements Cloneable: public abstract class Contr

  • Switch between google accounts

    My girlfriend and I use our z2 with our own Google accounts. How can we easily switch between then so we can see our own gmail, chrome bookmarks etc?