Skip to content

AngeloFrangione/libospl-deprecated

Repository files navigation

master:  Build Status codecov

dev:    Build Status codecov

docs:   docs

libospl - Open Source Photo Library


OSP what?

OSPL is a opensource and multiplateform photo library management that can be used to store and sort all your photos.

Where is the GUI?

This project is split in two main parts:

  • the library and CLI (this repo) who manages all the library, imports, exports the photos and do all the background things. All the info is stored in the database.db file at the root of the created library. This part is cross-plateform.
  • The user interface, communicating with this library (or CLI) this permits flexible integration. The developement of this side of the project hasn't started yet. This part don't have to be cross-plateform so anyone who wants to make his own interface can do it, using libospl.

Why?

Because I want to make a powerful photo library, an open source photo library and a working photo library.

Features

OSPL is meant to be compatible with all photos types and metadata types, such as Apple Live Photos, slow motion videos and all other cool stuff you can do with your phone and photo cameras.

What is working now?

  • Creating a library folder with the right database file
  • Importing a single photo, as well as entire folders
  • Creating albums, managing them by adding photos to them, deleting them, etc..

What are we working on?

  • You can look at the current version project from github here, we keep it updated as we move on.

What is planed ?

  • See IDEAS.md for more details, or the github project page here

Contribute