[Digikam-users] Retrieving metadata
Philip Johnsson
philip.johnsson at gmail.com
Mon Oct 24 15:30:55 BST 2011
Hi
If you want to check it from the command line you can use either exiv2
or exiftool command to list for example lens model. If you don't have
the tools installed then just install them. They comes as packages
with most distros.
With exiv2 try like in this example:
exiv2 -pt PJP_3322.NEF | grep -i lensid
With exiftool try like in this example:
exiftool PJP_3322.NEF | grep -i "lens id"
Hope that helps.
/Philip
On Mon, Oct 24, 2011 at 4:12 PM, Samuel Ronayette <sronayette at gmail.com> wrote:
> Hello
>
> is there a way to look for files with a specific value of a field in the
> metadata? For example, I want to search all the photos in my 'Images' folder
> that were taken with a given lens.
> The "advance search" in digikam does not seem to allow me to do so...
> If not possible in digikam, do you know a tool (under linux) that would
> allow me to do so? I installed the "exif" program, but it doesn't see this
> "LensModel" field in the metadata
> (note that the field "LensModel" does appear in the metadata in digikam,
> when I clik on the tab "Notes du fabricant", but not in the "EXIF" tab)
> Thank you
> Samuel
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
>
>
More information about the Digikam-users
mailing list