Find Specific File Type Group in Specific Folder

Hi, I dont know how to find a specific group of files (i.e. all movies, all music etc) in one specific folder (and its sub folders) on Snowleopard.
I do know how to find a single file type (i.e. .mov, .mp3)
Thanks for the help.

Hi,
And, Welcome to Apple Discussions!
In the search box, type
kind:
(that's "kind" followed by a colon) followed by either
movie
image
or
music
I just tested it myself (I've never actually used it!) and it works a treat.
HTH,
S.
Message was edited by: SiRGadaBout

Similar Messages

  • Automator action to move a specific file type to a folder..

    've started shooting pictures in raw and jpg format. After I grab the pics from my camera, I'd like to put the raw files in a separate folder.
    I've played around a little but can't figure it out-- so I dunno if it's possible. Is there a way I can make an automator action where I enter or select the folder and run the action. It then makes a folder named RAW and moves all of a certain file type to the RAW folder. Is this possible with automator?
    I'd like it to make a folder named RAW inside the current folder I'm in or have selected.
    I think I figured this out using filter finder items, and move to specific folder, but I think I need to learn how to use variables for this to work how I want it. Do I need variables or is there another way?

    the following script should do it provided your Raw image files have extensions "raw" (do they?). If they have another extension, modify next to the last line accordingly.
    tell application "Finder"
    set theFolderName to "Raw"
    set curFolder to (folder of the front window as alias)
    -- Determine whether the specified folder exists
    if folder theFolderName of curFolder exists then
    set theFolder to folder theFolderName of curFolder
    -- Create a new folder, if it doesn't exist
    else
    set theFolder to make new folder at curFolder with properties {name:theFolderName}
    end if
    move (every file of curFolder whose name extension is "raw") to theFolder
    end tell
    Save the above script as an application using Script editor. To use it, select the folder you want to work on and run the script.

  • Search For Specific File Type (eg .txt)

    I know how how to find files in a folder using Java but how do you search for specific file types. I am looking only include files with the extension .txt in my search.

    Cheers. I already looked at that. Got a program that parses a XML and had a play about with it. Can print the contents of tags in my XML. Its just that im trying to parse my XML and have the contents of the starts_with tag to appear in startsWith(or a variable to which this has been assigned) and the contents of the extension tag to appear in endsWith. Totally clueless on how to go about it.
    Below is my class. Would be greatful if you have any ideas.
    import java.io.File;
    public class FindLatestFile {
                 public static File getLatest(File thisDir){
                         long latestModDate = -1;
                         File latestFile = null;
                         File[] fileList = thisDir.listFiles();
                         for(int i=0; i < fileList.length; i++){
                             File file = fileList;
         if (file.lastModified() > latestModDate & (file.getName().startsWith("A") & file.getName().endsWith(".txt"))) {
         latestModDate = file.lastModified();
         latestFile = file;
                             return latestFile;

  • MDT 2013 USMT customization to exclude specific file types

    Hi,
    I have a need to exclude a specific file type from migration with USMT within MDT 2013.
    So far, I think I know the following:
    I have to create a custom XML file.
    I have to place the custom XML file in the deployment share's Tools\x86|x64\USMT5 folder.
    I have to reference the custom XML file customsettings.ini using USMTMigFiles003 (1 and 2 are used by the default files).
    I think I'll need to use unconditionalExclude.
    However, I am having trouble finding a proper example of a custom XML file. I can find the reference documentation, but actually having a single example isn't as easy to find.
    Specifically, I want to exclude all VMDK (VMware virtual hard disks) from being migrated, regardless of where on the machine they are.
    Thanks for any assistance,
    SA.

    You need something like the below. You can find it in the provided link:
    <unconditionalExclude>
    If you want to exclude a file type from the migration, regardless of the other <include> or <exclude> rules, you can use the <unconditionalExclude> element. This element excludes objects globally across all components. For example, you
    should use this element if you want to exclude all .mp3 files from the computer.
    <migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/excludefiles">
    <component context="System" type="Documents">
    <displayName>Test</displayName>
    <role role="Data">
    <rules>
    <unconditionalExclude>
    <objectSet>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mp3]", "Fixed")</script>
    </objectSet>
    </unconditionalExclude>
    </rules>
    </role>
    </component>
    </migration>
    http://technet.microsoft.com/en-us/library/cc722303%28v=ws.10%29.aspx#Ex1
    Dustin Estes - MCP | www.dustinestes.com

  • Advice on allowing specific file types to be written to USB flash drive

    We currently have all of the Removable Storage Access policies enabled (Computer Config > Policies > Admin Templates > System/Removable Storage Access) and would like to know if it is possible to allow specific file types to be exempted from this
    policy. Specifically we need to allow certain users to write to USB flash drive but need to limit to MS Office files only.  Is this possible?
    Thanks in advance for any assistance.
    -Mike

    > Specifically we need to allow
    > certain users to write to USB flash drive but need to limit to MS Office
    > files only.  Is this possible?
    Third party products can do that. GPO cannot.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Pre-Configure QT 7 Installation for only specific file types

    Is there an 'ini' or similar configuration file or command line option set I can use to pre-configure QT7 to only associate with specific file types?
    I want to leave the associations for Media Player intact and have QT handle only MOV and other Apple-specific file types.

    Basic answer. No.
    You set file associations after the install of QuickTime.
    Most of it's adjustments and options are found in its Control Panel. Here you can set associations for MIME types that control the browser plug-in.
    Each user can set their own values.

  • 2012 Deduplicated volumes - hydrate only specific file types

    I have a file server with roughly 4 TB of data. We have found that turning on 2012 Dedupe feature is causing corruption with Access databases. Databases worked fine for a week or better before we turned on Dedupe. Everything else appears to work fine.
    I know I can exclude specific file types (ie. AACDB, MDB, etc).  Simply excluding them won't re-hydrate the currently deduped database files correct?
    Is there a version of the start-dedupjob -type unoptimization where I can specify a file type so that I can just hydrate specific files?

    The corruption didn't start until after I migrated these file shares over to the 2012 server and enabled dedupe
    After we first noticed the problem, we moved just the databases back to a 2008 file server and didn't have any more problems.  Due to some other issues with backups, I moved all the data on the 2012 server to another drive on the same server and left
    dedupe turned off.
    I had to wait for about a week before turning dedupe on for the new hard drive.  During that time my users were able to work in a database that didn't get moved to the 2008 server.  A couple of days after I deduped the drive they are getting corruption
    issues again.
    2012r2 file server
    Win 7 clients w/ Office 2010
    Deduplication is implemented as a filter driver over NTFS. So I can bet you have some backup application installed (SQL Server specific?) and it has own filter drivers conflicting with MS dedupe. What apps do you run on that box except SQL Server (obvious)?
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • How to setup a routing rule for a specific file type for the content organizer?

    Hello,
    how can I set a routing rule for a specific file type, for example for "pdf" or for "docx", for my content organizer?
    As standard I can only choose for the rules the content type, name and title of the file uploaded.
    Thank you in advance!
    JohnyG

    Hi Johny,
    Based on your description, my understanding is that you want to create a routing rule for a specific file type.
    I recommend to create rules with the conditions as the image below shows for the Document content type(for example: .docx files):
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Applescript help - print specific file type

    I keep getting error messages when trying to get this script to print only the PDFs in my Distiller "Out" folder:
    on adding folder items to this_folder after receiving added_items
    tell application "Finder"
    if file type is "PDF" then
    print
    end if
    end tell
    end adding folder items to
    If I leave out the "if/then…PDF" part it works fine, but Distiller spits out a log file that it keeps trying to print.
    I'm no Applescript genius (obviously), but I am stumped on the logic here. Any ideas?

    Hi, George -
    ...discovered that the file type is 4 characters...
    Expanding on that a bit -
    In OS 9, all File Type and Creator codes are exactly four characters long. These characters can include 'special' characters, such as spaces as well as others; and case (upper case or lower case) is important.
    In the case of PDF's, the Type code is PDF  - note that the final character is a space.

  • SQL query/report for "count of specific file type"?

    I figured this would be a good first post, as I have found every question I have had to date by browsing the forums, but I am stumped with this one. I recently expressed some concern to HR regarding the use of...lets call it "unauthorized content"
    on our network. Getting little to no response, I would like to produce a report containing a total count based on specific file type. For example, how many .mp3 files are stored on company equipment, how many torrent files (sadly, this is true), etc.
    Having very basic knowledge of SQL, I am puzzled where to start. I am currently using SCCM SP3 and SQL 2008 R2 with both basic reporting and SSRS enabled on the site.

    You'll first need to inventory those file types then here's some reports for you.
    Get the pstreports from my skydrive, import them and you can cange the file type to mp3 or whatever you need. I monitor mp3 files too.
    http://cid-6a8d30f2bc0666d0.office.live.com/browse.aspx/SCCM%20Custom%20Reports
    John Marcum | http://myitforum.com/cs2/blogs/jmarcum/|

  • Ironport - new file type group

    Is it possible to create a new file type group on an Ironport c360?  Or is is possible to add a specific file type to an existing group?  I figure there is a config file somewhere with this data but, so far, I'm unable to find it.
    Thanks
    If this is the wrong location for this discussion please redirect me.  I have not been able to read any existing discussions on in the official ironport area.

    Kirk;
      You may want to move this thread to the IronPort > Email Security community to get better exposure.
    Scott

  • How to delete a specific file type from a folder

    Hi,
    I have folders with lots of zip or rar files, once I decompress those I want to delete the compressed files specifically. Is there any way I could manage that through Automator?
    Thanks in advance.

    Thanks Niel for the script, unfortunately I am too ignorant about running these on my own, I did save it in my user script library, but I would need instructions to run it. I would be really grateful.
    I did try making up my own workflow using the given actions in Automator, the first action was to 'find specific files in finder' ending with .zip and .rar and then choosing another action which 'moves selected files to trash'. Unfortunately it ended up running only if I specify the path to the specific .zip file, which defeats the purpose. Any suggestions on the proposed workflow? Thanks in advance.

  • Using Finder to locate 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...

    What kind of bookmarks are you referring to? For example, most web browsers these days have a search field in their bookmark manager so searching within the app might be easier than using Spotlight.
    Also, new to Leopard, the Application "Help" menus use "Spotlight" now. So for example, entering a term in "Safari" > "Help" will bring up hits including matches in the "Bookmarks" and "History" menus. Something perhaps something similar will work for a programme that doesn't have it's own searchable bookmarks.
    With respect to SpotLight, a search using "Kind" is "Other" and entering "bookmark" brings up some types of bookmarks (but clearly not all - I'm not sure what it's doing exactly). It's kind of cumbersome, but you could also add something like this to your query: 'kMDItemContentType:com.apple.safari.bookmark'...

  • Can I only search for specific file types?

    Oftentimes I need to pickup just the InDesign file. I sort by type but there are word docs, images (lots of them!), web pages, etc. Is there a way to search in Client A's folder and all sub-folders for just InDesign files? Thx.

    You can use the filter panel for this. Click on the triangle in front of
    File Type (if it is not already open yet because it does so the moment there
    are two or more different File types in the folder you pointed Bridge to)
    Click on the File type you want to show and only those will appear in the
    content window
    Is there a way to
    search in Client A's folder and all sub-folders for just InDesign files? Thx.

  • 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

Maybe you are looking for

  • Hot Issue!

    Hi All I have a report(10g), there are some columns having arabic data. it is showing me arabic characters in report builder but when i am calling the same report from application server its giving machine code. even a hard coded arabic text is not d

  • Reference document no and automatic clearing

    Dear All, The desired clearing variant of my client is Current invoice + FIFO So lets say i have 3 open invoices in customers account as follows : Due date 22 June 2010 Amount 1000 Due date 22 July 2010 Amount 2000 Due date 22 August 2010 Amount 1500

  • Photo Album 2.2

    I'm using Dreamweaver 8 and Fireworks 8. If I try to create an album with over 100 photos, after the thumbnails, etc. are created in Fireworks, Fireworks closes and I am left with a mesage stating "Waiting for Fireworks". I've waited up to an hour, b

  • Setting icon in JDialog title bar.

    Hi all, Can u send me the code for setting the icon in the title bar of JDialog? Currently i'm working on linux. Is there any possible way to set it.

  • Upgrade weblogic 8.1 sp3 to 8.1 sp6; Need assistance!

    On a test / dev platform we used platform816_upgrade_solaris32.bin as provided by BEA to perform an upgrade from weblogic 8.1 sp3 to 8.1 sp6. The upgrade was successful. On an identical server (production)we attempted to follow the same steps with th