18 Commits

Author SHA1 Message Date
0f3e098d6d feat: Add thumbnail management for albums and people, implement face embedding functionality 2025-11-15 22:50:53 +01:00
98f56e4f1e feat: Update dependencies and implement face detection features
- Updated async-nats dependency to version 0.45.0 in both libertas_api and libertas_worker.
- Introduced AI-related structures and traits in libertas_core for face detection.
- Added AiConfig and FaceDetectorRuntime enums to support different face detection methods.
- Implemented TractFaceDetector and RemoteNatsFaceDetector in libertas_infra for local and remote face detection.
- Created FaceDetectionPlugin to integrate face detection into the media processing pipeline.
- Enhanced XMP writing functionality to include face region data.
- Updated PluginManager to initialize face detection plugins based on configuration.
2025-11-15 21:29:17 +01:00
199544d1c3 feat: Update XMP writing functions to handle errors properly and ensure consistency 2025-11-15 15:29:25 +01:00
faed54cb08 feat: Refactor media service to remove extracted EXIF data handling and update job payload with thumbnail path 2025-11-15 15:06:03 +01:00
f7f1547592 feat: Enhance XMP writing capabilities with face region and tag support 2025-11-15 14:43:59 +01:00
ac8d16ba59 feat: Update configuration handling and add debug logging for thumbnail processing 2025-11-15 12:41:32 +01:00
370d55f0b3 refactor: temporarily disable ExifReaderPlugin to avoid duplicate metadata extraction 2025-11-15 09:48:12 +01:00
3c3b51a2a7 feat: enhance media management with EXIF data extraction, metadata filtering, and storage path generation
refactor: update configuration handling to use environment variables and improve code organization
2025-11-14 11:22:51 +01:00
55cf4db2de feat: implement media metadata management with EXIF and TrackInfo support 2025-11-14 07:41:54 +01:00
ea95c2255f feat: integrate EXIF data extraction using nom-exif and refactor related components 2025-11-14 06:35:08 +01:00
60860cf508 feat: Add thumbnail generation feature and update media model
- Updated workspace members to include `libertas_importer`.
- Added a new migration to add `thumbnail_path` column to `media` table.
- Enhanced configuration structures to include `thumbnail_config`.
- Modified `Media` model to include `thumbnail_path`.
- Updated `MediaRepository` trait and its implementation to handle thumbnail path updates.
- Created `ThumbnailPlugin` for generating thumbnails based on media configurations.
- Integrated thumbnail generation into the media processing workflow.
- Updated dependencies in `libertas_worker` and `libertas_importer` for image processing.
2025-11-12 00:28:12 +01:00
eaf4c90fa8 feat: implement media listing with sorting and filtering options 2025-11-04 05:57:04 +01:00
ab8eeb882e feat: add .env to .gitignore to prevent sensitive data exposure 2025-11-04 05:28:46 +01:00
828d8e4a2b feat: add date_taken field to media model and update related functionalities 2025-11-04 05:28:27 +01:00
39ee8d52a4 separation of database (#1)
Reviewed-on: #1
2025-11-03 02:26:19 +00:00
8b98df745c feat: add XMP writer plugin and enhance media upload configuration 2025-11-02 19:22:35 +01:00
4427428cf6 feat: implement media processing plugins and update repository structure 2025-11-02 15:40:39 +01:00
a5a88c7f33 feat: expand workspace to include libertas_infra and libertas_worker
feat(libertas_api): add dependency on libertas_infra and async-nats

refactor(libertas_api): consolidate config loading and add broker_url

refactor(libertas_api): integrate NATS client into app state and services

feat(libertas_core): introduce config module for database and server settings

fix(libertas_core): enhance error handling with detailed messages

feat(libertas_infra): create infrastructure layer with database repositories

feat(libertas_infra): implement Postgres repositories for media and albums

feat(libertas_worker): add worker service to process media jobs via NATS
2025-11-02 10:22:38 +01:00