Add EXIF metadata extraction and date-based organization #5

Open
opened 2026-05-25 02:32:11 +02:00 by FTMahringer · 0 comments
FTMahringer commented 2026-05-25 02:32:11 +02:00 (Migrated from github.com)

Parent issue: #1

Goal

Extract metadata from imported images and organize files automatically.

Requirements

  • EXIF parsing
  • Date extraction
  • GPS extraction
  • Camera metadata support
  • Fallback logic for missing metadata
  • Folder organization rules

Example Structure

  • /Photos/1998/
  • /Photos/2005/2005-07-14/
  • /Photos/Unknown-Date/

Possible Technologies

  • exiftool
  • Pillow
  • libvips

Nice-to-have

  • Location-based albums
  • Camera grouping
  • Automatic event grouping
Parent issue: #1 ## Goal Extract metadata from imported images and organize files automatically. ## Requirements - EXIF parsing - Date extraction - GPS extraction - Camera metadata support - Fallback logic for missing metadata - Folder organization rules ## Example Structure - /Photos/1998/ - /Photos/2005/2005-07-14/ - /Photos/Unknown-Date/ ## Possible Technologies - exiftool - Pillow - libvips ## Nice-to-have - Location-based albums - Camera grouping - Automatic event grouping
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Nova/project-ideas#5
No description provided.