this post was submitted on 27 Nov 2025
11 points (92.3% liked)

Linux

10288 readers
600 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

I've never had to organize much in the way of videos/photos, until now. I'm going on a trip for a month or two and want to organize the pictures and videos I will be taking. I'm interested in datestamps and tags more than anything. Does anyone have a workflow that works for them? Any apps that make this easier that I haven't heard of?

EDIT: I'm wondering about things like, downloading media from my camera and having something sort it all in a schema of my choosing. Maybe other things that I don't know enough to even wonder. Or, maybe there is no there there.

top 9 comments
sorted by: hot top controversial new old
[–] 667@lemmy.radio 3 points 2 days ago* (last edited 2 days ago) (1 children)

Folders get YYYY-MM-DD, files get whatever they get. A simple text.txt file get placed in each folder describing the photos of that day.

[–] sin_free_for_00_days@sopuli.xyz 2 points 2 days ago (1 children)

This is what I was going to do. I didn't know if there was someway of doing it "better". In lieu of some obvious way of doing it, I was going to do the naming file format, and then write a quick little preview/tagging script.

[–] 667@lemmy.radio 2 points 2 days ago

However you go about it, keep it simple. If it’s complicated or a chore to do, compliance will likely fall off and you might not maintain it.

I do the YMD thing with folders, but fail to do the text file; it’s not a deal killer for me, but there are times we have to figure out what on earth we were doing. We can get a lot of contextual clues from the photos themselves. Depending on what you’re shooting, establishing shots can be really helpful.

[–] fascicle@leminal.space 3 points 2 days ago* (last edited 2 days ago) (2 children)

For dark table import I make the folder structure like this

$(EXIF.YEAR)/$(EXIF.MONTH)/$(EXIF.DAY)

And the rename like this

$(EXIF.YEAR)-$(EXIF.MONTH)-$(EXIF.DAY)_$(EXIF.HOUR)$(EXIF.MINUTE)$(EXIF.SECOND)_$(EXIF.MODEL)_$(SEQUENCE).$(FILE_EXTENSION)

This gets saved to a photos folder on my external drive that also gets sync'd to my nas at home with syncthingy

I used to use photo rapid downloader which was really nice but haven't figured out how to use it on bazzite

Photo rapid downloader is probably what you want if you are also doing videos. Just make sure you get the destinations and naming setup for both photo and video before doing a big batch

I used to split up my photos by format also but gave that up after I couldn't get photo rapid on bazzite and just switched to darktable import

Thanks for the reply. I'm going to look at photo rapid downloader, and pull up darktable.

[–] fascicle@leminal.space 1 points 2 days ago

I always note this stuff down in obsidian so that next time I reinstall the os I know what I did

This was my setup for rapid photo downloader

Photos Destination

mnt -> photos -> Photography hit the cog to edit

<Extension (UPPERCASE)>/<Image date (YYYY)>/<Image date (MM)>/<Image date (DD)>

Videos Destination

mnt -> photos -> videos hit the cog to edit

<Video date (YYYY)>/<Video date (MM)>/<Video date (DD)>

photo rename

<Image date (YYYY-MM-DD)>_<Image date (HHMMSS)>_<Camera model (UPPERCASE)><Session number (Four digits)>

video rename

<Video date (YYYY-MM-DD)>_<Video date (HHMMSS)>_<Session number (Four digits)>
[–] frongt@lemmy.zip 2 points 2 days ago (1 children)
[–] sin_free_for_00_days@sopuli.xyz 1 points 2 days ago (1 children)

I'm so out of my comfort zone, I was just wondering if people knew of an obvious way of dealing with media. My idea is to be able to edit videos/pictures from to , or call up all videos/pictures with a tag that labels things like people, place, why, et. al. I don't think it'll take very long to get something working just using a quick script, I've done similar before. 99% of the time I find I like my solution better, but then there are things like Calibre. Sure I could, and have, hacked up something to manage my books, but it wouldn't be as good or as easy as just using Calibre.

[–] frongt@lemmy.zip 2 points 2 days ago

Okay then you don't want to organize them, you want an interface. Chuck all the pictures in a folder, and use something like darktable to review and edit them, you can search by tag, filter by metadata, all that fun stuff.