Skip to content

Releases: anitschke/photo-db-fs

v0.2.1

22 Mar 13:09
c9286dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0 Supporting ratings and custom queries

06 Mar 21:13
2056503
Compare
Choose a tag to compare

This release adds a few new features and some refactoring for photo-db-fs:

  • Rating
    • There is now a rating root directory that contains all images sorted by rating
    • Each tag directory now contains a rating child directory that contains all photos with that tag sorted by rating
  • Queries
    • Using a configuration file users can author custom queries that can combine tag and rating selectors together to create a directory full photos based on multiple tags.
  • There was a little bit refactoring to help make the above a little cleaner

Initial Release of photo-db-fs

30 Nov 04:47
8638fc5
Compare
Choose a tag to compare

This is the initial release for photo-db-fs, a FUSE virtual file system for Linux that exposes a photo database as a file system. This initial version is fairly limited, it only supports using a photo database from digiKam and only supports exposing photos within the tag hierarchy as a directory hierarchy. However it was designed in a way to support more photo databases as a source of the file system, and to support new ways of viewing the database as a file system.
In the future I would like to add support for:

  • Exposing rating of photos as a directory hierarchy
  • Exposing a combination of rating and tags as a directory hierarchy
  • Exposing a way of having custom queries via a configuration file

For more details see README.md