Add workstation-local thumbnail cache + HEIC support
Thumbnails (256px JPEG, q80) generated on first request and cached at /data/thumbs/<shard>/<file_id>.jpg — i.e. on the workstation's local SSD, not the NAS. Subsequent requests serve straight from cache, never re-fetching from /photos. HEIC/HEIF decoded via pillow-heif so iPhone photos finally render. Videos cached as a single ffmpeg-extracted frame, not regenerated each request. New DELETE /api/thumb/cache endpoint to wipe it. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2
debian/build-deb.sh
vendored
2
debian/build-deb.sh
vendored
@@ -13,7 +13,7 @@ BUILD_DIR="$REPO_ROOT/build/deb"
|
||||
|
||||
# ── Config ────────────────────────────────────────────────────────────────────
|
||||
PKG_NAME="dupfinder"
|
||||
PKG_VERSION="1.0.7"
|
||||
PKG_VERSION="1.0.8"
|
||||
PKG_ARCH="amd64"
|
||||
DEB_FILE="${PKG_NAME}_${PKG_VERSION}_${PKG_ARCH}.deb"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user