shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

245
active users

#xmp

0 posts0 participants0 posts today
Ich bin überzeugt: Fotoverwaltungssoftware sollte Metadaten immer direkt in den Bilddateien speichern – plattform- und softwareübergreifend nutzbar.

Ob Gesichterkennung, Beschreibungstext, Kategorien oder manuelle Tags – all diese Infos gehören nicht nur in eine Datenbank, sondern auch als Metadaten direkt ins #Bild (EXIF/XMP/IPTC etc.).

Ich habe im Laufe der Jahre zwei Programme intensiver genutzt:
Damals unter Windows: #Picasa (RIP). Heute unter Linux: #Digikam.
Jetzt überlege ich, auf eine serverbasierte Lösung umzusteigen – aber immer bleibt dieselbe Frage:
Wie #portabel sind meine Daten, wenn die Software ausfällt oder ich wechseln will?

Eine Metadatenstrategie, die auf offene Standards setzt, erleichtert Backups, Migration, parallele Nutzung und langfristige Verfügbarkeit.

Wie seht ihr das?

#Fotomanagement #EXIF #XMP #Linux #Selfhosted #Fotosammlung #Foto
Replied in thread

@Pyb okkkk ! cest pas faux, le #CCSD doit s'améliorer mais #Medihal propose quand même une URL stable, une description en #XMP et #IPTC un affichage et récupération des fichiers en #TIFF et si qq'un veut les afficher en #IIIF les exports sont simples, nous avons même un chercheur retraité qui documente ses images en ligne... bref, à la #MMSH on préfère cette solution plutôt que le bazar de #Nakala ou les sites locaux voués à la #disparition

I'm currently trying to rid myself of #Lightroom and #AdobePortfolio and move to #darktable and #hugo instead.

One issue I've stumbled on is that I've historically used the image Title instead of the image Description, but both LR and DT have tended to write the image Title to the #IPTC or #XMP metadata categories, not to #EXIF. As of right now #hugo only seems to read #EXIF tags, so my photo titles aren't showing up when a #hugo theme tries to display captions.

Going through 100s of photos and copying the Title to the Description would be a royal pain. But luckily #exiftool comes to the rescue. For an entire directory of JPEG files I can simply run:

exiftool -tagsFromFile @ -'ImageDescription<Title' *.jpg

This copies the content of the Title tag into the #EXIF ImageDescription tag. And now the captions show up :)