Index of EXIF-metadata from jpeg files by TREX

Hello,
I have the following scenario:
We have a central fileserver with a lot of marketing pictures. Our marketing people are looking for a solution to search pictures by data stored in the EXIF-metadata of the jpeg-files.
So I like to integrate this fileserver as a repository in KM, set up an index and let TREX do the search (as of note 663630 TREX can search the EXIF-Data of JPEG-Files).
As goodie I want to give the marketing people the possibility to browse through the pictures in an image gallery. This gallery should be consisting of a query-based taxonomy where all the pictures are sorted by special EXIF-data (e.g. name of the photographer).
Until now I have integrated the fileserver (as a FS-Repository) and create an index.
Before index creation I added the mime-type “image/jpeg” to the TREXValidMimeTypes.ini and restarted TREX.
After indexing the pictures could be found by it’s name, but the EXIF-data is not indexed.
Now my question:
Why TREX doesn’t index the EXIF-metadata?
And how can I use the EXIF-data in an taxonomy?
System:
EP6.0 on WebAS 6.40 SPS16
TREX SPS16 Patch 2
KMC SPS16 Patch 2
Greetings from Berlin, Germany
Jens

Greetings to Berlin,
when triggered by KM, TREX will only index metadata that is known to KM as KM propertis.
I do not know in detail and am not at all sure, but you could try to create custom properties in KM that are called exactly like your EXIF-metadata, set them to "indexable", <b>not</b> fill them with values on KM side and then try again.
You may want to try this for just one of the EXIF-metadata as a test.
Even if that works somehow, the maximum result is:
- Property <b>name</b> existent in KM
- Property thus searchable an classifiable
- BUT property <b>values</b> will not show up in KM, as they will remain known only to TREX
Regards, Karsten

Similar Messages

  • How do i remove the exif metadata from my jpg file produced with a digital camera photo?

    How do i remove the exif metadata from my jpg file produced with a digital camera photo?

    The excellent and free utility Irfanview has the option to remove the EXIF data.
    Simply open and the file and do a Save, or Save As with the original name.
    Surprisingly, the default is to not keep the original EXIF data.

  • Import metadata to jpeg files

    i want to import massively metadata to jpeg files.
    Can you help me to import metadata such as keywords.
    I have already tried with xmp toolkit of Adobe but the metadata
    is not readable from file info in Adobe Photoshop CS2
    What seems to be the problem ?
    I 'm using windows xp

    I can probably help with this.
    I have a script called TagFromFilename that can apply fill in the details that can be extracted from the file path if the .wavs are stored in the layout <Album Artist>\<Album>\[D-]## <Name>[ - <Artist>].<Ext> where D is an optional leading disc number and <Artist> is an optional trailing artist (otherwise both artist and album artist are set to the grandparent folder). You just need to make sure that before you add the tracks to iTunes, that it won't rename the files. You can do this by turning off the Keep option if the files are inside the media folder, or the copy option if the tracks are located outside.
    Alternatively I have another script called ExportImport which allows for almost any editable to be adjusted, as long as you can export the internal track IDs of each track and then marry them up with the data you want to import. See Batch Add Comments Tag Solution? for a previous example of how if might be done. I'll gladly go into more detail if you tell me what fields you already have and what identifying information is present.
    tt2

  • Extract metadata from selected files in bridge

    I used to use extensis portfolio to quickly export metadata from selected files to create print worksheets. I could customize which metadata would be displayed.
    For instance:
    Thumbnail
    title
    pixels
    file type
    date created and modified
    height and width
    dpi
    embedded icc profile
    file location
    iptc description
    It was a quick drag and drop process, but portfolio is now only available in the server edition for over $1000. Does anyone have script for Mac OS that would accomplish this?
    Thanks!

    Hi Xiaojing,
    Thank you for your answer. It is useful.
    The problem is: My application is not going to play music or video, it just needs to browse over the disk and create a list of available music files including info like song name, album, artist. All this info is kept in meta-data. Some users can have a lot of music of their computers. That's why I don't want to load the whole file and wait for onMetaData event - it can take a long time. I just want to read the meta-data from the file, but not to load the all file as I need for listening the music of playing the movie.
    I already applied extracting meta-data for MP3 files exactly the way you mentioned, it works fine. I only have to wait for Event.ID3 – I implemented Timer to wait until all my files are processed. Probably, if user has a lot of music on his computer, it will take a lot of time.
    I can try to read AAC the way you advice.
    I am really looking for implementation of your advice for reading the music file as a ByteArray and extracting meta-data. In this case we don't need to load all the file, but just to read part of it.
    Do you have some code implementation?
    Thank you again for your response,
    Elena

  • Metadata from excel file

    Hi
    we have ep6 sp16 on win2003/mssql .
    does anybody now how can we get metadata from excel file.
    meaning we want to take the list of the metadata parameter
    from excel file instead from csv list .
    Thank you
    Amit Zait

    Does anybody have any ideas?
    I believe this is possible but you need to use a custom script for that, try the dedicated Bridge Scripting Forum for this request, I think you might have success there.
    http://forums.adobe.com/community/bridge/bridge_scripting

  • Howto Extract Exif GPS Metadata from JPEG?

    Hi,
    i want to extract GPS Metadata from a JPEG.
    The JPEG is a photo taken with an HP iPAQ hw6900 PDA.
    Serveral application like exif-o-matic can extract the GPS latitude/longitude metadata.
    As described in the Oracle interMedia/Multimedia Userguide "Chapter 6 - Working with Metadata" i use a pl/sql procedure to extract these metadata.
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28415/ch_metadata.htm#CIAEFDGH
    I insert a row and extract the metadata but in the exif xml column there are no gps metadata only width/height and so on.
    How do i extract these informations?

    I got an XML document with no GPS metadata.
    With "select p.image.getMetadata('exif') from photos p where id = xx;" i got sys.xmltype(sys.xmltype)
    and with "select p.metaexif.extract('/').getStringVal() from photos p where id = xx;" I got an xml string like these
    <exifMetadata xmlns="http://xmlns.oracle.com/ord/meta/exif" xsi:schemaLocation="http://xmlns.oracle.com/ord/meta/exif http://xmlns.oracle.com/ord/meta/exif" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <TiffIfd>
    <Model tag="272">hp iPAQ hw6900</Model>
    </TiffIfd>
    <ExifIfd tag="34665">
    <ExifVersion tag="36864">0220</ExifVersion>
    <LightSource tag="37384">unknown</LightSource>
    <Flash tag="37385">
    <Fired>No</Fired>
    <Return>No strobe return function</Return>
    <Mode>unknown</Mode>
    <Function>Yes</Function>
    <RedEyeReduction>No</RedEyeReduction>
    </Flash>
    <PixelXDimension tag="40962">1280</PixelXDimension>
    <PixelYDimension tag="40963">1024</PixelYDimension>
    <DateTimeOriginal tag="36867">2008-05-28T15:02:36.000000</DateTimeOriginal>
    </ExifIfd>
    </exifMetadata>
    In the oracle xml shemata specification exists a gps section but in my example there is no gps metadata
    You can find the jpg at http://public.tfh-berlin.de/~s21656/HPIM0014.jpg
    thanks in advance
    Message was edited by:
    Steffen

  • Getting metadata into jpeg files from RAW

    I am transitioning to using RAW files more often. I add metadata, including GPS info, captions etc. Then invariably I need to get JPEGs to someone and have to go through the hassle of exporting the RAW as a JPEG with the metadata.
    Is there a way I can get that metadata into the sorta sidecar JPEG file on my Mac without having to go through the export process?
    I suppose I could designate the preference that on import the RAW and JPEG were treated as separate files; could I then just copy the metadata in? I haven't really worked with separate JPEG+RAW before. Would it happen automatically if I stacked them? Haven't really explored that.
    It just seems that every time I have decided to use the RAW invariably I need the JPEG and if I don't have LR available (say I'm working on someone else's computer but accessing my own files) I'm stuck.
    thanks,
    Rob
    LR5 Mac ML

    Is there a way I can get that metadata into the sorta sidecar JPEG file on my Mac without having to go through the export process?
    Not in Lightroom. Maybe with ExifTool.
    Then invariably I need to get JPEGs to someone and have to go through the hassle of exporting the RAW as a JPEG with the metadata.
    Exporting is a hassle? Maybe Lightroom isn't the right program for you.
    I suppose I could designate the preference that on import the RAW and JPEG were treated as separate files; could I then just copy the metadata in?
    Yes, you could copy and paste (which in Lightroom is called "sync metadata"), but you would have to do it pair by pair, and then save the metadata to the files, and you still wouldn't get sidecar files.
    Now, if you don't want the "sorta" sidecar files, if it will work for you to have the metadata written to the JPG files themselves (not sidecar files), then you can tell Lightroom to automatically write the metadata to the JPG files. But ... see my next comment
    It just seems that every time I have decided to use the RAW invariably I need the JPEG and if I don't have LR available (say I'm working on someone else's computer but accessing my own files) I'm stuck.
    Sorry, but exporting is really the only way to make edits and other metadata available to non-Lightroom programs. If you just want the metadata but not the edited photo, then have it written to the JPG files, but you won't be able to see your edits outside of Lightroom (or PSE or ACR or PS).

  • Bridge CS3 not writing metadata to JPEG files

    For the last couple of months (without my noticing until a couple days ago) all JPEG files that I have edited using Bridge CS3 (on Windows XP) do not have the metadata built into the file. Here are the symptoms: use "File Info" to edit the metadata for a JPEG file (i.e. add a title, description, copyright info, etc.), all appears normal, but if you do any of the following, the metadata you entered disappears:
    - duplicate (the metadata does not exist in the duplicate file)
    - move or copy to another folder
    - open in Photoshop or any other software that can read metadata (File Info shows none of the metadata you entered)
    - rebuild the cache for the folder
    Strangely, the metadata still appears with the file when you look at it in Bridge as long as you don't do any of the above.
    This is really awful as I've put a lot of time into entering this metadata for hundreds of files. Older files (pre-Nov 08) don't have this problem and the metadata is "sticky" and doesn't get deleted. So, somehow my Bridge CS3 got corrupted along the way.
    Has anyone experienced this and more importantly -- do you have a solution? I've tried reseting all Bridge settings (but that of course purged the cache and deleted all my metadata.)

    Hey,
    There are various date/time fields shown in properties panel in Organizer. The dates mentioned in general section are read from OS whereas the dates in EXIF field are read from image's EXIF data. In EXIF data there are three date/time fields-
    1. Date time- This date/time info shows date modified of EXIF properties. So when you are writing a tag into imags's IPTC, you are doing some change in EXIF data. Hence this date should change to date when you are writing a tag into IPTC.
    2. Date time original - Represents date time when a image was shoot.
    3. Date digitized - Represents the date when the image was digitized (in digital camers there is hardly some delay between an image is shoot and it is digitized. So this field is always same as date original).
    So, in your scenario, Date time in EXIF should change whenever you are writing any tag into its IPTC.
    Please let me know if you need more info on it.
    ~Andromeda

  • Exif info from JPEG exports from LR 5.6 doesn't display in some photo viewers

    I've noticed that when I export JPEGs from LR, the Exif for things like the aperture, shutter speed, and exposure doesn't display in photo viewers like Gallery and QuickPic on my Android tablet.  Using an Exif reader, the fields are there.  I think I have traced it to:  if the original image imported into Lightroom was a jpg, the Exif will display.  If the original image was raw (NEF), the Exif won't display.   Has anyone else seen this?

    I examined your sample .jpg with Exiftool, the most authoritative metadata tool available, and I also used the following tools to examine the metadata:
    OS X 10.9.5: Finder, Preview, Photoshop CC 2014, LR 5.6, exiv2
    Windows 8.1: File Explorer, Irfanview 4.38
    All of these were able to display the EXIF metadata, including exposure information, without problems, and Exiftool didn’t flag any nonconformities.  So it seems that it’s the Android apps that aren’t conforming to the standards.
    Looking at the internal structure of the LR-produced .jpg, I suspect that it is producing a layout of the IFD0, IFD1, and ExifIDF sections that the Android apps aren’t expecting (because the developers didn’t follow the standards).  LR produces the following ordering: unused bytes, ExifIFD, IFD1, IFD0.  A more typical ordering would be: (no unused bytes), IFD0, ExfIFD, IFD1.   Both orderings conform with the standards.
    You could test out this hypothesis by obtaining a copy of the free Exiftool and then in a Terminal window (Mac) or command prompt (Windows) do the following command:
    exiftool –exif:usercomment=”Hello world!” sample.jpg
    This will cause Exiftool to rewrite the Exif metadata in the more-common ordering.  If the Android apps can now see the EXIF exposure metadata in the modified sample.jpg, then that confirms the apps are non-standards-conforming and should be fixed.

  • How to change Artist/Creator EXIF field in JPEG file?

    I need to change EXIF Artist field in original files from JPEG camera.
    With LR I can change Creator metadata field. Then I can "Save Metadata to File" or "Export" the files.
    "Save Metadata to File" changes IPTC and XMP fields, but EXIF field still empty.
    "Export" fills EXIF Artist field with Creator - it is good, but re-compresses JPEG images - it is bad.
    Is there a way to manage Artist EXIF field without re-compression?
    Thanks, Elen.

    It can't be done in Lightroom, but you can use something like ExifToolGUI http://freeweb.siol.net/hrastni3/foto/exif/exiftoolgui.htm

  • Extracting EXIF info from Jpeg + And Stitching Algorithm

    I develop Stiching program for digital images in order to create Panoramas with Java. I need to extract EXIF meta data from Jpeg images : focus, focal lens, exposure, constrat, white balance, shutter speed et al.
    I ve looked at several code in Java on google, i dont understand much, if anyone can explain it in a simple way for me plz, i will be very appreciate.
    Also if anyone have any info on stitching algorithm using Java , it will be very helpful.
    Thank you
    Hoan

    I examined your sample .jpg with Exiftool, the most authoritative metadata tool available, and I also used the following tools to examine the metadata:
    OS X 10.9.5: Finder, Preview, Photoshop CC 2014, LR 5.6, exiv2
    Windows 8.1: File Explorer, Irfanview 4.38
    All of these were able to display the EXIF metadata, including exposure information, without problems, and Exiftool didn’t flag any nonconformities.  So it seems that it’s the Android apps that aren’t conforming to the standards.
    Looking at the internal structure of the LR-produced .jpg, I suspect that it is producing a layout of the IFD0, IFD1, and ExifIDF sections that the Android apps aren’t expecting (because the developers didn’t follow the standards).  LR produces the following ordering: unused bytes, ExifIFD, IFD1, IFD0.  A more typical ordering would be: (no unused bytes), IFD0, ExfIFD, IFD1.   Both orderings conform with the standards.
    You could test out this hypothesis by obtaining a copy of the free Exiftool and then in a Terminal window (Mac) or command prompt (Windows) do the following command:
    exiftool –exif:usercomment=”Hello world!” sample.jpg
    This will cause Exiftool to rewrite the Exif metadata in the more-common ordering.  If the Android apps can now see the EXIF exposure metadata in the modified sample.jpg, then that confirms the apps are non-standards-conforming and should be fixed.

  • Sync metadata from jpeg to raw

    Hi, I'm using an Eye-fi Pro X2 card in my D5100. At present Eye-Fi haven't been able to resolve the fact that geodata isn't added to the Raw (nef) file so I am shooting in Raw+jpeg. Is there a way to sync the metadata from the jpeg to the nef file within LR4?  Will this be written to the raw file, to a sidecar file or the LR database?

    1. Select either an individual Raw + Jpeg pair or the pairs taken at the same location
    2. Switch to the Map Module
    3. In the Map Module you should see a Location icon showing the number of files that are tagged
    4. Click on Map/Untagged
    5. Drag and drop the files on to the Location icon to add that tag to the untagged files

  • C++ code to get XMP metadata from pdf files ??

    Hi,
    I am new to this field and now I have to write a C++ code which will read the XMP metadata from any pdf files. Could anyone please tell me how to do that or where to start? Is there any sample code available for that?
    I am reading the Programmer's guide and XMP specification to have the whole idea.
    I really appriciate your help. Thanks in advance.
    Regards,
    Suranjit Paul

    Hi,
    The same code for reading other formats will go for Pdf too.
    Only difference is while reading PDF it is not calling any smart filters.

  • Elements 12 Strips Metadata from Tiff Files When Saving?!

    When I bring a photo into Elements 12 in tiff format from Capture NX2  and edit it, then save it, the metadata gets stripped out. I want the photo to retain the metadata so that Organizer can sort my photos by data and time captured. I've verified that the metadata was present before editing the file in Elements. How can I do this? I've tried both checking and unchecking the "Ignore Camera Data" box in the Saving Files Preferences. Thanks

    Jim - of course the original is not retained: the apps are doing a safe save (where you save to a new filename, then replace the original with the duplicate in a semi-atomic way). This is done using standard OS APIs whenever possible, and is done in most applications. All file saves in Photoshop behave the same way, except maybe PDF (which is in some code we don't control) and SaveForWeb (also different code).
    Again, the root cause is an Apple bug in the way they chose to associate metadata with the files, and how they updated existing APIs to deal with the additional metadata. We might be able to work around this using new APIs -- but should apps have to change their code every time someone decides to add new metadata invisible to the app and separate from the file? Shouldn't the design of the metadata system be more robust, and work with existing applications? Shouldn't someone have thought about this before releasing a metadata system, that, well, nobody knew about?

  • Read Metadata from TIFF-file

    Hi All!
    I try to get metadata from a TIFF-file. I tried to do this with this code. Everytime i get the same error. Anyone can help me?
    int imageIndex = 0;
    File f = new File(sourceFile);
    ImageInputStream stream = ImageIO.createImageInputStream(f);
    Iterator iter = ImageIO.getImageReaders(stream);
    ImageReader reader = (ImageReader)iter.next();
    reader.setInput(stream);
    IIOMetadata m = reader.getImageMetadata(imageIndex);
    Errormessage:
    run-single:
    Exception in thread "main" javax.imageio.IIOException: I/O error reading image metadata!
    at com.sun.media.imageioimpl.plugins.tiff.TIFFImageReader.readMetadata(Unknown Source)
    at com.sun.media.imageioimpl.plugins.tiff.TIFFImageReader.seekToImage(Unknown Source)
    at com.sun.media.imageioimpl.plugins.tiff.TIFFImageReader.getImageMetadata(Unknown Source)
    at tiffmetadatabug.Main.main(Main.java:80)
    Caused by: java.io.EOFException
    at javax.imageio.stream.ImageInputStreamImpl.readShort(ImageInputStreamImpl.java:211)
    at javax.imageio.stream.ImageInputStreamImpl.readUnsignedShort(ImageInputStreamImpl.java:222)
    at com.sun.media.imageioimpl.plugins.tiff.TIFFIFD.initialize(Unknown Source)
    at com.sun.media.imageioimpl.plugins.tiff.TIFFIFD.initialize(Unknown Source)
    at com.sun.media.imageioimpl.plugins.tiff.TIFFImageMetadata.initializeFromStream(Unknown Source)
    ... 4 more
    Java Result: 1

    I think you should test this with one or two pictures - import/convert, save metadata to file, geotag, read metadata. Also try import/convert, make small adjustment, save metadata to file, geotag, read metadata. In iView I often write metadata to DNG's that have been adjusted, then read the metadata in Lightroom - sometimes I add more data in iView and do more adjustments.
    I have seen the problem you describe, but it has been with raw files which I have adjusted in Lightroom but haven't saved out the metadata. I have then created an xmp sidecar in iView, and read the metadata in LR. So the sidecar had no ACR/LR instructions. The result was that my adjustments were wiped out. What I suspect is that something similar is happening with your DNGs - that conversion creates them but doesn't write the ACR/LR fields.
    So try a few alternative sequences.
    John

Maybe you are looking for

  • How can I add a custom button to a survey results screen

    I want to send it to a specific slide and not have it jump all the way to the first slide since those slides are just practice ones in a previous lesson and not the final exam.

  • Cannot install Adobe AIR 2.0 on Windows 7 64.

    Each time I run the Adobe Installer I get the same error. An error occured while Installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator. I am the administrator and I uninstalled the older versio

  • Visual C++ Runtime Library Runtime Error! C:\windows\explorer.exe

    Hi, I have a got crazy problem. Firstly my system specs are, CPU: AMD A8-6600k Motherboard: Gigabyte F2A88XM-DS2 Ram : Transcend 4GB. 2GB*2 "This application has requested the Runtime to terminate it in an unusual way. C:\windows\explorer.exe Please

  • Adobe Air on Windows XP Embedded?

    Hi All, I am working on a project where we may need to use Windows XP Embedded. We are using Adobe Air for the the UI. Will Adobe Air install on Windows XP Embedded? Thanks in advance for any advice.

  • IPhone 3g photos screwy when emailed

    Twice while preparing to email a photo from iPhone photo library the selected photo will appear to have been sliced lengthwise, one part lowered, and the bottom part placed up at the top. Does this make sense? Result is a picture that looks more like