fix(scanner): resolve dirs via CLI/env/constants; write per-item JSON; skip trash

This commit is contained in:
Ryan
2025-10-04 03:00:15 -04:00
committed by GitHub
parent ad72ef74d1
commit ceb651894e
3 changed files with 71 additions and 30 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## Changes 10/4/2025 v1.3.13
fix(scanner): resolve dirs via CLI/env/constants; write per-item JSON; skip trash
- scan_uploads.php now falls back to UPLOAD_DIR/META_DIR from config.php
- prevents double slashes in metadata paths; respects app timezone
- skips trash/profile_pics and symlinks; writes JSON only when missing
- unblocks SCAN_ON_START so externally added files are indexed at boot
## Changes 10/4/2025 v1.3.12
Fix: robust PUID/PGID handling; optional ownership normalization (closes #43)