Script - afficher les donnees Exif sur Thunar - Sima78

Afficher les métadonnées EXIF avec un clic droit sur Thunar Ha, il y a longtemps que je n’ai pas écrit sur le sujet ! Sur les PC sous un environnement Gnome avec le gestionnaire de

Alle Bilder in Unterordnern nach #EXIF Datum und Uhrzeit umbenennen:

find . -type d -execdir sh -c "cd './{}' && exiv2 --rename '%Y-%m-%d %H-%M-%S' -F *.JPG" \;

leider muss es für verschiedene Schreibweisen JPG, jpg, JPEG und jpeg angepasst und einzeln gestartet werden...

#bash #linux #opensource #exiv2

Ich habe einen kleinen Fehler in der Manpage von #exiv2 gefunden.

$ exiv2 -r'basename_%Y%m' rename img_1234.jpg
Renames img_1234.jpg to img_1234_200511.jpg
basename ist ein keyword und muss dann mit Doppelpunkt geschrieben werden.

:basename: original filename without extension
:dirname: name of the directory holding the original file
:parentname: name of parent directory

Note that the colons are part of the keyword.
#Linux #Debian #Fotografie

About 100 loc into adapting exvi2 into one of my howngrown tools and I remember why I avoided that in the past. The #exiv2 API makes me want to sanitize by brain each time I look at its documentation or implementation.

Handling image metadata sucks, be it #EXIF, #IPTC, #XMP or anything else. However, a library shouldn't *increase* the pain.

Anyone aware of a halfway useable alternative that can be adopted/integrated into other languages? So ideally written in C or C++. Rust *might* work too.

Auch so'n bisschen nervig:
#Darktable sagt "wir supporten diese Kamera ab 4.irgendwas"
#Exiv2 sagt "wir können das seit 0.27.4"
#Fedora sagt "wees ich nich digga".

Und bis man an der Stelle ist um rauszufinden *warum* das nicht geht (hier: Vermutung von (inzwischen abgelaufenen) Patenten) bin ich halt wieder 'ne halbe Stunde produktive Arbeit los :-(

Und da hab ich "Flatpak vs RPM ausprobieren" und "mal nach #RawTherapee schauen" noch nichtmal mit drin! Auf die Idee kam ich auch erst, weil RawTherapee mir für die gleichen Bilder keine Metadaten anzeigt.

https://lists.fedoraproject.org/archives/list/[email protected]/thread/EMVR4DFR4XSZ5GXAG3WU4RILD3CJNZFG/ bzw.
https://bugzilla.redhat.com/show_bug.cgi?id=1979565

EXIV2 BMFF Patents situation - legal - Fedora mailing-lists

exiv2

Python interface to libexiv2

PyPI

Flatpak on Arch Linux.
Some issue with exiv2 and darktable (displaying "unknown lens") made editing photos quite annoying. Installing darktable as Flatpak saved the day. 👍

It's so great to have options.

#archlinux #darktable #exiv2 #flatpak

Fotomat

Fotos für die Publikation automatisch vorbereiten.

#Fotos #Bilder #Publizieren #Umwandeln #Exiv2 #ImageMagick #Linux

https://gnulinux.ch/fotomat

Fotomat

Fotos für die Publikation automatisch vorbereiten.

GNU/Linux.ch
I've added binary wheels for arm64 MacOS now - these are cross compiled and untested!
#Python #exiv2 #Photography #metadata
Just released version 0.14 of my #Python #exiv2 comprehensive (ish) interface. Quick and easy installation with "binary wheels" for Linux, Windows, and MacOS (x86_64).
https://pypi.org/project/exiv2/
exiv2

Python interface to libexiv2

PyPI