[digiKam-users] post to Digikam-users by It’sMeAgainfromCologne about how to display the meta data >>dpi<<

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[digiKam-users] post to Digikam-users by It’sMeAgainfromCologne about how to display the meta data >>dpi<<

Benedikt Knecht
Hello Everybody,

I hope that I am on the right track in case if I have a question about using digiKam 5.9.0

I just started with
digiKamand I would like to know if it is possible to display the meta data >>dpi<< under the thumbnails and in table form.

Is anyone out there able to let me know if it is possible and in case YES, how to do it?

Thx a lot in advance,

It’sMeAgainfromCologne
Reply | Threaded
Open this post in threaded view
|

Re: post to Digikam-users by It’sMeAgainfromCologne about how to display the meta data >>dpi<<

Gilles Caulier-4
Hi,

No you cannot. The icon-view and table-view item properties are volumntary limited.

The only view where you can filter this kind of data is the metadata viewer where it's can be customized by tags name.

Gilles Caulier

Le ven. 25 janv. 2019 à 10:06, Benedikt Knecht <[hidden email]> a écrit :
Hello Everybody,

I hope that I am on the right track in case if I have a question about using digiKam 5.9.0

I just started with
digiKamand I would like to know if it is possible to display the meta data >>dpi<< under the thumbnails and in table form.

Is anyone out there able to let me know if it is possible and in case YES, how to do it?

Thx a lot in advance,

It’sMeAgainfromCologne
Reply | Threaded
Open this post in threaded view
|

Re: post to Digikam-users by It’sMeAgainfromCologne about how to display the meta data >>dpi<<

papertape
In reply to this post by Benedikt Knecht
You might try Exiftool.  https://sno.phy.queensu.ca/~phil/exiftool/

This is outside DigiKam, and there is a learning curve, but it is great fun
to play with the program.

Here are a few examples of commands.

<File path> is the path to the file, e.g. C:\photos\blabba.tif
<Folder path> is the path to a folder, e.g. C:\photos\

List all info in a file
exiftool -a -u -g1 -extractEmbedded -api RequestAll=3 <File path>

List info for keywords
exiftool -a -u -g1 -extractEmbedded -api RequestAll=3 -Keywords <File path>

Display directory name, file name, and keywords into out.txt, formatted
exiftool  -a -unknown -ee -api RequestAll=3 -ignoreMinorErrors -ext tif -p
"$directory $filename $Keywords"  <Folder path> > out.txt

Display directory, filename, "++", and keywords in out.txt if there are
keywords
exiftool  -a -unknown -api RequestAll=3 -ignoreMinorErrors -ext tif -if
"$Keywords ne ''" -p "$directory $filename ++ $Keywords"  <File path>




--
Sent from: http://digikam.1695700.n4.nabble.com/digikam-users-f1735189.html