How can I extract parts of the EXIF metadata to use in a Smart Collection?

I want to aggregate all of the images I've captured by Capture Month and identify those images that were scanned or have no Capture Date.  This question actually attempts to open the door for read access to all of the image metadata and the ability to store some of it in user-identified fields which, somehow, the user will be able to populate.
So - if the date fields (i.e. DateTime Original, DateTime Captured, DateTime Modified ) were broken down into, for example using DateTime Original:  Original Year-YYYY, Original Month-MM, Original Day-DD.  It may be possible to do this with a redefination of the schema used to define each of the fields.  That would be the simpliest, easiest way - if that's possible.
If it isn't possible (or not in the near future, anyway) does anyone have any ideas?
Thanks

With over 45 years in IT (I know, it only means I'm an old man - not that I learned anything ), I observed that many of the problems I identified had simple solutions.  The reason they weren't in the original releases was, the testers felt "Why would someone want to do that?  Or need that data?  Or that field?"  Why would you hold an iPhone quite like THAT?
Since Adobe defined the schema that captures the image metadata and defined what fields would be accessable and in what way; the most direct solution to this is to modify the schema through a redefinition of the date fields — all of them — so the individual elements are accessable.
Also, because one of Lightroom's key features is image management, these new data fields should be accessible for Smart Collections.  There's at least one other person in this community who's interested in a By Month Across Year sort and I suspect many people don't speak up, even if they have a similar need.
That's what I meant.  While outside developers (non-Adobe employees) might be able to come up with a patch for the solution, the underlying problem will still remain until Adobe acts.  Solving the problem is the less expensive means of dealing with the issue.
I think.

Similar Messages

  • How can I extract part of a PDF file and copy it to a new PDF file?

    How can I extract part of a PDF file and copy it to another PDF file?

    You will need Adobe Acrobat for this.

  • How can I put part od the iTunes music library of iTunes music on an external drive in order to free up disk space?

    How can I put part od the iTunes music library of iTunes music on an external drive in order to free up disk space?

    see this
    http://support.apple.com/kb/HT4527
    http://support.apple.com/kb/HT1364
    Peace, Clyde

  • How can I highlight part of the frame and track it as it moves around in Final Cut Studio?

    I'd like to highlight part of the frame by reducing the brightness of the surroundings. My idea was to duplicate the layer, reduce the opacity of the lower layer to 80% and crop the top layer to the area I want. Problem is this, how can I then follow the area of interest as it moves around the frame without laboriously keyframing and adjusting the cropped area every frame. Moving the cropped layer moves the content so that's no good. I definitely have the wrong approach here ... struggling ...

    Regio blur (which I have and love btw) won't help me as I want everything sharp. I thought of using a box wipe transition the san duration as the clip with a cut in the middle to set the effect on and having it at 20% for example throughout and keyframing the center postion as required. Two problems with that, can't find a simple box wipe in effects (only centere wipe) and when I try it with other unsuitable wipes the size of the wipe changes when I adjust its centre position despite having the start and finish at the same percentage ... still working this one!

  • How can you erase part of the black & white layer on Photoshop CS6?

    I've been trying to earse part of the b&w layer to have color pop because it's easier for some floweres instead of magic lassoing. Unfortunatly my earser tool will not let me earse some of the black and white layer. What can I do to fix this issue?

    Try using a Layer Mask, and paint black on the mask to cause the Black and White adjustment to become "transparent" in those areas and reveal color.
    If you cause the transparency to go outside the bounds of what you want, paint white on the Layer Mask to make it apply the adjustment layer effect again.
    Grayscale on the Layer Mask will cause partial transparency.
    Have fun discovering the neat stuff you can do with Layer Masks.
    -Noel

  • How can I make part of the text bold

         TheProfileRoot.EngineeringText.text = "Level " + PlayerEngineerLevel + " Engineer - level up in " + PlayerReqEngineer + " xp";
    I want the "Level " + PlayerEngineerLevel to be bold. And the rest to be plain. How can I do this?

    I can't troubleshoot AS2.0 right now as my computer is undergoing a recovery, but from your post I can see a solution.  Assign variables to several text fields, some of them with the attributes of having bold text assigned in the Flash authoring platform, and some of them having default values.  I am sure there are attributes such as boldness that can be set using AS2.0 but again I can't troubleshoot and my reference material is not with me right now.  (Most of my reference material is for AS3.0 which I am in the process of learning)

  • How can I find out where the Library files currently used by iTunes are located?

    I have had a bit of a nightmare sorting out my iTunes files so I have various versions of Library files all over the place. How can I tell where the Library file that iTunes is currently using is located? In Preferences I can see the Library "Name", but I don't think that is much help. Preferences also shows where my i-Tunes media folder is but not where the Library files are.
    Any help greatly appreciated.
    J

    Ah, I was assuming you would search in Finder and display some details. All alternative approach is to Option start iTunes and click the Choose option. It should show a file selection box targeted at the folder of the currently active library.
    tt2

  • How can I extract cursor coordinate in Adobe Photoshop for use in Action script?

    What I want to do in Photoshop (version CC, but I think this applies to any version) is label a point using count tool under my mouse's current position, and label it multiple times (for different labels). I have an action that essentially does this:
    (1) Add to count (under one label) (2) Switch to second label (3) Add to count (under second label) (4) Switch to third label (5) Add to count (under third label)
    And the problem is that I need to be able to have a variable in the action script that uses the cursor's current position (X and Y numbers) on the canvas to set these three points when the macro is activated. Currently I am only able to record the script using constant X, Y values (the same point is labeled over and over when I play the recorded action). I am able to extract the code for the action for editing (via xbytor2's suggestion in this forum:https://forums.adobe.com/thread/696989) and I see where the variable can go, I just don't know what exactly to put in place of the constant X, Y values that will let Photoshop input the mouse's current coordinates...
    Any ideas? Much appreciated!!

    You could use the pen tool set to path and create a single dot, then run the script to get the cursor positions and use that in your script.
    var strtRulerUnits = app.preferences.rulerUnits;
    var strtTypeUnits = app.preferences.typeUnits;
    app.preferences.rulerUnits = Units.PIXELS;
    app.preferences.typeUnits = TypeUnits.PIXELS;
    var doc = activeDocument;
    var workPath = doc.pathItems.getByName("Work Path");
    var pos = workPath.subPathItems[0].pathPoints[0].leftDirection;
    $.writeln("x = " + pos[0] + " y = " + pos[1]);
    doc.pathItems.getByName("Work Path").remove();
    app.preferences.rulerUnits = strtRulerUnits;
    app.preferences.typeUnits = strtTypeUnits;

  • How can I send request to the server through XML using JSP

    How can I send XML request to the server using JSP and servlets

    Ajax may be the one way.

  • If my phone is stolen/lost how can i try to turn the data on by using the computer

    My phone got stolen last week and I want to see if I can track it. but I didn't have the " find my Iphone " app downloaded and my data was turned off. How can I download the app and turn my data on by using the I cloud  website?

    You don't need an app to track an iPhone from a computer. You can just open a web browser and go to https://www.icloud.com/#find
    But as it seems you are aware, the phone will need to be turned on and online. Following is a link to what is meant by online: iCloud: online
    More information: iCloud: Find My iPhone overview

  • How can I clear part of the changelog database?

    Hello.
    I have a server (DS5.2) in a multi-master setup with several suffixes, where the changelog database has been allowed to grow quite big. One of the *.db3 files (for one suffix) is approx. 4GB.
    Does anyone know how I can, in a system friendly way, clear/empty/rebuild that changelog-file so it shrinks to a more reasonable size?
    According to the documentation, the entire changelog-database will be cleared if I configure it to reside in another directory, but then I'd have to reinitialize all the suffixes, and I'm hoping I can avoid that.
    I've tried reinitializing the suffix that corresponds to the large *.db3 file, but that did not empty the file.
    Any suggestions? Should I just stop the directory server, delete that single *.db3 file, restart the directory server and reinitialize that single suffix? Is that meant to work? Or should I do this some other way?
    Regards
    Eivind Olsen

    Hi,
    Id order to trim the changelog you could have a look at the administratioon or reference manual about changelog trimming. I think the trimming though is best done on a period of time, and the admin guide states that the changelog may grow during periods of heavy operation so it is wise to set aside a lot of diskspace.
    thanks
    ndrb

  • How can I extract data from ST03 - what tables are used?

    Hi
    I currently have to create performance statistics daily for management. To do this I use transaction ST03 and manually copy the previous days Dialog average response time, DB, CPU and GU av. times into a spreadsheet, and also the average dialog response time for 4 key transactions from the transaction profile.
    It would be nice to automate this. I was thinking of writing a basic ABAP program to query the relevant tables to extract this data - does anyone know which tables are used? I'd tried running a trace but it was not clear which tables/rows etc would be required.
    Thanks
    Ross

    Ok, that FM is an old one - for NW2004s (700) need to use 'SWNC_COLLECTOR_GET_AGGREGATES'.
    Have a basic program below. What I'm trying to do is get the average response time for transactions. I can get 'respti' from the table but I think this is the total response time - what field represents average response time?
    Also, the numbers that it's pulling back don't seem to match the numbers in ST03 at all... except 'dcount'. This seems to correct ly show the number of steps... but the other values don't match anything. What am I doing wrong?
    Program below...
    Cheers
    Ross
    REPORT  Z_GETSTATS.
    PARAMETER: day TYPE dats DEFAULT sy-datum.
    DATA: t_usertcode  TYPE swnc_t_aggusertcode,
          wa_usertcode TYPE swncaggusertcode.
    START-OF-SELECTION.
    CALL FUNCTION 'SWNC_COLLECTOR_GET_AGGREGATES'
        EXPORTING
          component     = 'TOTAL'
          periodtype    = 'D'
          periodstrt    = day
        TABLES
          usertcode     = t_usertcode
        EXCEPTIONS
          no_data_found = 1
          OTHERS        = 2.
      LOOP AT t_usertcode INTO wa_usertcode.
             WRITE:/ wa_usertcode-entry_id.
             WRITE:/ wa_usertcode-respti, wa_usertcode-procti, wa_usertcode-cputi, wa_usertcode-dcount, wa_usertcode-ucount.
             WRITE:/ '*************************************'.
      ENDLOOP.

  • Kids are using the WiFi all night long and not sleeping... How can I temporarily turn off the WiFi at night using the Airport Extream or Airport Utility?  I must keep the guest network up as I have a tenant in an apartment over my garage using that.

    My kids are up all night streaming Netflix and using the WiFi on their iPads and Apple TV. The next day they don't want to get up and go to school. Is there a way I can set up a separate access point for just the kids in AirPort Extreme and then turn that one off when i go to bed? Or somehow turn off the main network when I go to bed, without having to reconfigure the entire router the next day, and then simply turn it back on the next morning?  I have to keep the Guest Network up as I have a paying tenant living in an apartment over my garage that uses that network.
    In the event it's not possible with the AirPort Extreme, any other suggestions would be appreciated.
    Thanks in advance.

    You can configure the AirPort Extreme for Timed Access using the AirPort Utility. Basically what you are doing is restricting the time of a wireless device by its MAC address has access to the base station's wireless network.
    To access this feature: AirPort Utility > Select the Extreme > Edit > Network tab > Enable Access Control: Timed Access Control...

  • How can I extract model dll information (inports, outports etc) using VeriStando API?

    Hi,
    I am working in a system that may run using the actual or modelled UUT. Besides this, it uses 3 heavy models running at 5 kHz.
    I am looking for a way to inspect the model dll and extract its information as System Explorer does when the model is included.
    Is it possible to do this using VeriStand API?
    Cheers,
    Cláudio H.
    CHCastro

    Hi Jarrod,
    This VI does what I am doing now but in a cleanner way.
    I made some changes to let it model independent.
    The point is: it is necessary to run the project to retrieve the model information. My feeling is that System explorer does this without run the project and this is what we would like to do.
    Other point: when we compile the model we fill the fields of information in "NI Information" which we want to retrieve. These information field are avaiable in system explorer during in4 creation.
    Is this possible?
    I am including the generic version of your VI that I changed.
    Cheers.
    Cláudio H.
    CHCastro
    Attachments:
    Simple LabVIEW API Example.zip ‏20 KB
    Simple LabVIEW API Example.zip ‏20 KB

  • I have just bought a Panasonic Lumix compact camera. Aperture and Preview can't open the RAW files from this camera. Panasonic recommend downloading 'SYLKPIX Developer Studio SE' to save RAW file formats.How can Aperture and Preview read the files?

    I have just bought a Panasonic Lumix compact camera. Aperture and Preview can't open the RAW files from this camera. Panasonic recommend downloading 'SYLKPIX Developer Studio SE' to save RAW file formats.How can Aperture and Preview read the files?

    Either use 'SYLKPIX Developer Studio SE' to develope the RAW files and to save them in another lossless format like TIFF, or try if Adobe's free DNG Coverter can convert your Lumix RAW files to dng. Then import the dngs. This way, your files will still be RAW files.  This works (most times) for my Lumix FZ28.
    Adobe DNG Converter 8.3  http://www.adobe.com/support/downloads/detail.jsp?ftpID=5695

Maybe you are looking for

  • Can't install iTunes on Win Vista machine

    When I click on the "Download 7.2" button it takes me to a screen that says "Thanks for installing 7.2" blah, blah, blah. The problem is that no installation occurred. I don't get any error messages, nothing. Just no download. I had an old version of

  • IPhoto6 images taking forever to load

    Hi, I recently am having trouble loading images/movies from iPhoto6 library. I have about 3500 photos, and my library use to load within a few minutes. I am not sure what the problem is. I just backed up my photos, because I am afraid iPhoto is going

  • Monitoring Bea Weblogic

    Hi @All, we are using SC 3.2U1 with Bea Weblogic 10.3. NODE A: Node B: Bea Managed Node 1 (active) Bea Managed Node 2 (active) Application (failover aware) Now i have an application which relies on these two active-active Bea Managed Nodes. The Appli

  • Missing tmp file

    Using OSX Server 10.5.3 on a Mac Pro. End of the school year, so I wanted to run my server updates, as I am behind. I get an failed install message, "the installer could not create the folder "private/tmp/MacOSXServerUpd10.5.4.pkg.1849c19JVv" Sure en

  • Wait time minimum

    I would like to know which the smallest value than I can use  whith the  function wait time and wait time until ... . Is possible use values less then 1ms like microseconds. Because i have a problem in control with a board 6023E a step motor i need s