Pre-generate all thumbnails up-front, not on scroll
After every scan, automatically kick off a background thread that generates a JPEG thumbnail for every file in a duplicate group and caches it locally at /data/thumbs/. Idempotent — already-cached files are skipped. New endpoints: POST /api/thumbs/generate — start pre-gen for all files POST /api/thumbs/generate?only_in_groups=true — only dup-group files GET /api/thumbs/status — progress (total/done/skipped/failed) 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.8"
|
||||
PKG_VERSION="1.0.9"
|
||||
PKG_ARCH="amd64"
|
||||
DEB_FILE="${PKG_NAME}_${PKG_VERSION}_${PKG_ARCH}.deb"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user