Fixed
- VMAF re-measure button stuck at 0 candidates when backups were disabled.
original_file_pathwas only being recorded when a backup file was created, so users withtrash_original_after_conversion=trueorbackup_original_days=0had no way to re-measure suspect scores. Fix: record the pre-rename source path on every completed job. Going-forward fix only — legacy jobs with NULLoriginal_file_pathneed a manual SQL update.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.104 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.104-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.104-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.104-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.