this post was submitted on 14 Oct 2024
36 points (97.4% liked)
Linux
47941 readers
1542 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Probably not what you want to hear, but I think exiftool + bash script really is the way to go. A few years ago I had a similar need and searched for hours online... I ended up hacking together a "good enough" bash script that reads all the dates of my pictures and does some stuff. It took 30 mins of reading some basic bash scripting basics. Way less time than searching for a tool that probably doesnt exist.
In 2024, you can probably just ask chatgpt to write a quick and dirty bash script for you and it might require another 10mins of debugging/begging chatgpt to fix its mistakes
Add in manual btrfs snapshots prior to usage too, having a "undo" on thousands of photo alternations is optimal if the script eats your photos.
💯 ! I been considering git-annex too which might let me treat all the photos like any git repo without the bloat.
I think you've hit the nail on the head so to speak....it's just too small/custom a thing for anyone to have built a dedicated tool it seems. In the end I am looking at using my file manager (nautlius) to automatically run a custom exiftool/bash script on chosen files so I can just click and rename/fix metadata etc as I browse through the files. Probably good enough for now.