Photos.network is an open source project for self hosted photo management. Its core features are:
- Share photos with friends, family or public
- Filter / Search photos by attributes like location or date
- Group photos by objects like people of objects
This repository contains the Metadata plugin
for the core.
Its responsibility is to extract metadata from the filename and exif date in a media file.
The core is written in Rust and highly customizably by using a Plugin-system.
Plugins are realized by dynamic loading by using abi_stable_crates
The fastest start into development can be archived by using Visual Studio Code and Docker.
- Install Docker
- Install Visual Studio Code
- Install Visual Studio Code Remote - Containers
- Clone and Open this repository in Visual Studio Code
- Click the "Reopen in Container" Dialog
- Launch Photos.network from the
RUN
window.