Photoview
Simple, fast photo gallery for browsing your own filesystem of photos and videos
Alternative to: google photos, apple photos, amazon photos
About
Versions (28)
v2.2.0
2021-03-04Added
- #197 Added face recognition, when an image is scanned the first time, it looks for faces in that image, and automatically tries groups them. A new People page has been added to the side bar. NOTE: that existing images will not be scanned for faces, in order to detect faces in an existing library it’s necessary to delete the images completely from Photoview and add rescan them from scratch. This can be done by removing all paths from the Settings page and add them again.
- #32 #213 Add support for
.photoviewignorefiles, that can be used to specify patterns for directories to ignore when scanning. (@Kjeldgaard) - b66cbf9 Add new environment variable
PHOTOVIEW_UI_PATHthat can be used to specify where the static UI files are located whenPHOTOVIEW_SERVE_UI=1. This defaults to./ui. - Add favicon to web UI
Improvements
- #218 Completely remove the
PHOTOVIEW_PUBLIC_ENDPOINTenvironment variable. - #205 Update Darktable to the latest version (version 3.4.1). This will add support for newer RAW formats, such as Fuji’s
.arfformat. - 43f89d1 Improved parsing of the
PHOTOVIEW_MYSQL_URLto properly parse passwords with special characters. - Replace UI build tool Parcel with Esbuild to improve build times and filesize of the UI
Fixes
- #229 #143 Fixes a bug where shared albums didn’t work after introducing pagination in
v2.1.0. This also solves an old bug where shared albums wasn’t queried recursively which ment that only a depth of 3 sub albums could be accessed from an album share.