Marking Pictures Specific Names

I have many pictures in numerous folders. They all are named like IMG_231.jpg. How can I make an Automator action to name each picture in the folder the name of that folder. For example, if I have a folder named "Baseball", and there are 50 pictures with random names in that folder, how do I make an action that makes each picture like "Baseball 1", "Baseball 2", "Baseball 3", etc... Thanks in advance!

Don't know 'bout Automator, but what you describe is a very common
problem (goofy camera-generated file names) -- and there are many
freeware apps that deal with it nicely. Here's just one example:
http://www.macupdate.com/info.php/id/10043/exifrenamer
Looby

Similar Messages

  • How do I search for a specific name of an email sender?

    I'm trying to locate, in the easiest way possible, a name that should have appeared in my inbox... How do I search for a specific name?

    type it in the big box on the toolbar and press enter.

  • How to get the specific name of the workset which is currently selected by the user in sap portal 7.0

    Dear Expert,
    I have one requirement like to read the selected workset name in portal by the current user.I have read two documents regarding how to retrieve the PCD contents (iViews, Pages, Worksets and Roles) and its properties like Created by, Changed by, Last changed by and others using PCD API.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6112ecb7-0a01-0010-ef90-941c70c9e401?overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/508baf88-9335-2d10-efa6-c6ad61e5fc4b?quicklink=index&overridelayout=true
    But I am not able to understand how to get the specific name of the workset which is currently selected by the user.Can you please help me.
    I am using portal 7.0.
    Thanks & Regards,
    Patralekha

    Hi Expert,
    I found that we can use Interface INavigationHelperService to read Portal Role selected by user at runtime from http://scn.sap.com/thread/52194
    But this class is available in SAP NetWeaver 7.30 Enterprise Portal .
    But in SAP NetWeaver 7.0 Enterprise Portal that interface is not available.
    INavigationService is available there.
    But didn't get any proper discussion on this interface for the same requirement.
    Can you please help me.
    Thanks & Regards,
    Patralekha

  • Saving a pdf in an iframe with specific name

    Hi,
    in our application there is an iframe which displays different pdf depending of the situation. As source we use URLs.
    If the user want to save the pdf within the iframe it suggest always a default name. Is it possible that it suggest a specific name for each pdf? I can't find any attributes to deliver a desired name. Or maybe an iFrame is the wrong ui element for this demand?
    Thanks, regards
    Susanne

    Hi Susanne
    You can append time ahead of the pdf, so that name of pdf would never be same.
    code would be like this -
    java.util.Calendar calendar = java.util.Calendar.getInstance();
    String currentTimeInLong = "" + calendar.getTimeInMillis();
    and append this string ahead of your pdf. You can give a try.
    Regards,
    Sen

  • Sap adobeform sending pdf as attachment with specific name

    Hi Experts,
    Need your help in solving my problem !!
    My requirement is to send adobe form as mail attachment in PDF format, Which I am able to do.
    My Problem is PDF attachment should be generated with specific name.
    For example my scenario (below given screen shot),
    When i click on submit by email button, PDF will be attached to my mail,
    with some random name such as "d4811f8_45171.pdf" Instead it should be generated with
    fixed name such as "new_attach.pdf" or dynamic name using user name such as
    "Vishwa_attachment.pdf".
    Kindly help to achieve my needs.
    Any help will be greatly appreciated and rewarded.
    Thanks in advance,
    Regards,
    Vishwa

    Hi Naveen,
    please read through my query again, I should generate pdf when I click on "submit by email button".
    I am not using any function for conversion it will happen automatically.
    thanks,
    Vishwa

  • Some of the apps previously downloaded have now become blank - white box instead of picture. Name of app still appears. Have tried hard reboot and sync to make sure everything is up to date. Anybody ever had this? How can I fix?

    Some of the apps previously downloaded have now become blank - white box instead of picture. Name of app still appears. Have tried hard reboot and sync to make sure everything is up to date. Anybody ever had this? How can I fix?

    One more thing to try.  Double click on the home button.  Scroll in that bottom line of icons (swipe finger to left) to the app that are all white.  Hold your finger on the app until the - sign appears.  Tap it to close the app.  Hopefully it will then show up correctly.  (As they say about chicken soup curing a cold, "can't hurt")

  • How can I hide the picture file name in the aperture album?

    Hello everyone, could anybody give me a help here?
    I made a book with black background and the picture file name was printed white in the book. How can I get it hide, without having to go one by one deleting it?

    How can I get it hide, without having to go one by one deleting it?
    That will depend on the book theme you are using. With some of the themes the filename is an integral part of the metadata displayed with the images. In that case you would need to create a new custom master page design without the metadata textbox and replace the master of all your pages (see: http://documentation.apple.com/en/aperture/usermanual/#chapter=24%26section=13), or simply change the book theme to a theme without filenames (but that may cause some texts to vanish, so try that only on a copy of your book).

  • Adding a sheet in excel with a specific name.

    How can I add a sheet in excel with a specific name after an existing sheet with an unknown name.

    Just use the Sheets->Add function and wire the existing sheet index into the After input.
    From the Workbook refnum:
    Wire Property Node - Workbook->Sheets
    Wire Method Node - Sheets->Add, wire the After input
    Convert the Variant from Add into a WorkSheet type
    Wire Property Node - WorkSheet Name
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector
    Attachments:
    Add_Sheet.gif ‏4 KB

  • How can I show my pictures' (files') name in Adobe Muse lightbox?

    How can I show my pictures' (files') name in Adobe Muse lightbox?
    For example: DSC_0022.jpg

    Hello,
    Muse does not pick up and display the file name by default.
    However, the slideshow Lightbox has a Caption option in which you can manually type the file name there and display it anywhere on/around the picture.
    Regards,
    Sachin

  • Script that gives specific names to layers - from bottom to the top

    Hi,
    This is probably an easy one for anyone with JavaScript experience.
    I have 35 layers that I want to give specific names to (now they're named liked "layer 1, 2, 3" - but sometimes this won't be consistent, so some numbering might be skipped,
    in other words I can't rely on a script that renames a specific "Layer 1" to "my name").
    I want to rename each layer from the bottom to the top, i.e.:
    "Power"
    "Yellow"
    "Hello"
    With the script working its way up from the bottom to the top.
    How do I accomplish this?
    Thank you so much for you taking your time to help me.

    something like this?
    if so, type your names in a text frame, select it and run this script
    // rename Layers from the bottom up
    // carlos canto
    // https://forums.adobe.com/thread/1653162
    // type your names in a text frame, select it and run this script
    var idoc = app.activeDocument;
    var itext = idoc.selection[0];
    var a_names = itext.contents.split ('\r').reverse();
    var namecount = a_names.length;
    var layercount = idoc.layers.length;
    var counter = Math.min(namecount, layercount);
    for (i=layercount-1, j=0; i>=layercount-counter; i--, j++) {
        var ilayer = idoc.layers[i];
        ilayer.name = a_names[j];

  • TS3274 In my iPad's Photo folder, after I select edit, and apply check marks to specific photos, the red 'Delete' button does not function.  How do I correct this issues?

    To anyone familiar with iPad 2s,
    After I select the Sunflower Photo icon and touch 'Edit', apply check marks to specific photos I want deleted, the red 'Delete button doesn't function.  How do I correct this?
    Thanks

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

  • Search if a layersets with a specific name exist and execute a function if it is the case

    Hello,
    How can i write a script that search if a layersets with a specific name exist and execute a function if it is the case?
    Some examples?
    Many thanks.
    Regards.
    Sebastien

    This would check for a LayerSet if a name with DOM code – so it’s fairly slow.
    var check = checkForLayersetNamed(app.activeDocument, false, "thisName");
    alert (check);
    ////// function collect all layers //////
    function checkForLayersetNamed (theParent, theCheck, theName) {
    /* if (!allLayers) {var allLayers = new Array}
      else {};*/
      for (var m = theParent.layers.length - 1; m >= 0;m--) {
      var theLayer = theParent.layers[m];
    // apply the function to layersets;
      if (theLayer.typename == "ArtLayer") {
    // allLayers.push(theLayer)
      else {
      if (theLayer.name == theName) {theCheck = true};
      theCheck = (checkForLayersetNamed(theLayer, theCheck, theName))
    // allLayers.push(theLayer);
      return theCheck
    Below is AM code Paul Riggott posted some time ago in connection with linking Layer Masks.
    Re: Automatically re-link layer masks
    You could add a check for whether the Layer is a LayerSet, but if the name is the sole distinguishing feature this might work as a basis for your operations.
    app.bringToFront();
    main();
    function main(){
    if(!documents.length) return;
    linkLayers();
    function linkLayers(){
       var ref = new ActionReference();
       ref.putEnumerated( charIDToTypeID('Dcmn'), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
       var count = executeActionGet(ref).getInteger(charIDToTypeID('NmbL')) +1;
       var Names=[];
    try{
        activeDocument.backgroundLayer;
    var i = 0; }catch(e){ var i = 1; };
       for(i;i<count;i++){
           if(i == 0) continue;
            ref = new ActionReference();
            ref.putIndex( charIDToTypeID( 'Lyr ' ), i );
            var desc = executeActionGet(ref);
            var layerName = desc.getString(charIDToTypeID( 'Nm  ' ));
            var Id = desc.getInteger(stringIDToTypeID( 'layerID' ));
            if(layerName.match(/^<\/Layer group/) ) continue;
    /* you could insert your operations in an if clause here */

  • Pro grammatically create three sub-folders with specific name under each of root folders in site collection level??

    Hi,
    i have a document library Named "Digital" in a site collection. In that document library i have bunch of customer folders with different customer name. My requirement is i need to create three sub-folders (like Images, Processed, Status) each of
    customer folders. so how can i automate to create sub-folders with specific name. can i use object model or power shell to achieve this one.
    Thanks in advanced!

    Hi Murugesa,
    Thanks for your help. i was trying to create folder inside document library using your code. but unfortunately i cant debug code and cannot create folder inside customers folder. Following is the code, basically i am creating a SharePoint project and adding
    an item as class file and deploying to share point site and then trying to debugging code, but break-point showing as yellow circle. i checked solution has been deployed to the server but still not creating any folder. It will be very helpful if you can describe
    all the steps. should i create console application?
    Appreciated !!
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Microsoft.SharePoint;
    namespace Add_Sub_Folders
        class Create_Folders
            public void Sub_Folders()
                var foldersList = new List<string>();
                SPSecurity.RunWithElevatedPrivileges(delegate()
                    try
                        using (var site = new SPSite(SPContext.Current.Site.Url.ToString()))
                            using (var web = site.OpenWeb())
                                web.AllowUnsafeUpdates = true;
                                foreach (SPFolder folder in web.GetFolder("http://nyc01d1sptmp01:8080/Shared%20Documents/").SubFolders)
                                    if (folder.Url.ToString() != "Shared Documents/Forms" && folder.Url.ToString() != "Shared Documents")
                                        foldersList.Add(folder.Url);
                                        SPFolder subFolder = web.GetFolder(folder.Url);
                                        subFolder.SubFolders.Add("Draft");
                                        subFolder.SubFolders.Add("Status");
                                        subFolder.SubFolders.Add("Final");
                                    folder.Update();
                                web.AllowUnsafeUpdates = false;
                    catch (Exception ex)
                        ex.Message.ToString();

  • Test whether a layer with a specific name exists?

    Is there a simple way to test whether a layer with a specific name exists?

    Simon Dav wrote:
    - Multiple layer names
    - working only for one layer name
    - can you help me for this, how to get multiple names.
    - layers "Background", "Artwork", "diecut", "size", "sign of panel"
    This should work, as one possible approach:
    var doc = app.activeDocument
    var layersToTargetNameArray = ["Background", "Artwork", "diecut", "size", "sign of panel"];
    for (var i = 0, il = doc.layers.length; i < il; i++) {
        var curLayer = doc.layers[i];
        for (var j = 0, jl = layersToTargetNameArray.length; j < jl; j++) {
            if (curLayer.name == layersToTargetNameArray[j]) {
                // do something if layer name found
                curLayer.visible = false; // basic example
            } else {
                // do something else if layer name not found
    Hope it helps your efforts.
    Please Note: If your question exceeds this working response with further unrelated requirements (non related to this thread) you should start a new thread instead for your question, as proper etiquette.

  • Wouldnt it be so neat if when sending emails to multiple contacts that you could place a check mark beside the names you want to include in the email?

    wouldnt it be so neat if when sending emails to multiple contacts that you could place a check mark beside the names you want to include in the email instead of having to go back and search through contact list to add each recipiant?

    Hey docasman, 
    Welcome to the support forums!
    The error you are seeing is normal, all it means is that the list will be truncated meaning you will not be able to see the full list of people in the CC field but you can add more and it will send the message to all of them.
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

Maybe you are looking for

  • Serial number not working - Adobe Premiere Elements

    Hello, i have an install disk and serial number for adobe premiere elements that came with my 5diii. When i tried to install the software it says "we are unable to validate this serial number for adobe premiere elements 12 please contact customer sup

  • How to expose master-detail ViewObject of AppModule to service interface.

    Hi all, There is two VOs(master-detail), One is deptmentVO and the other is emloyeeInDeptVo. and a view link between departmentVO and employeeInDeptVO, the relationship is master detail. Now, I want to expose the custom method to web service, i.e cre

  • Upgrading from Xfree86 to Xorg?

    Hi all, I was just wondering if someone could give me some feedback on what would be the best/easiest way to upgrade from XFree86 that is currently installed to Xorg? It appears that most of the Development is going to projected towards Xorg so I wou

  • Question about  mutual_Authentication

    During the course of the Mutual_authentication period, the host must to get a host -cryptogram,using the session key ,which is the comeout of the satic key,now I have the static key data:404142434445464748494a4b4c4d4e4f, I want this key data to produ

  • HT201210 iphone 3gs cant be activated via itunes or wifi and it says search and then no service what is issue

    iphone 3gs has problem to activate to itunes and via wifi cant past main screen it says message unable to activate your iphone contact apple care or via wifi it say server not responding the phone was from online bought in good condition and was on t