Releases: anitschke/photo-db-fs
Releases · anitschke/photo-db-fs
v0.2.1
What's Changed
- Adding uses to README by @anitschke in #10
- cleaning up some un-needed node infos by @anitschke in #11
- Changing the rating hierarchy so it also has a photos folder by @anitschke in #12
Full Changelog: v0.2.0...v0.2.1
v0.2.0 Supporting ratings and custom queries
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 arating
child directory that contains all photos with that tag sorted by rating
- There is now a
- 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
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