Fixed
- Dashboard "Source Types" pie and "Avg Reduction by Source" under-counted Remux jobs (showed only 1 even with many remuxes converted). Two compounding causes: (1)
_source_type()checkedBluRaybeforeRemux, so scene-named files like…1080p.BluRay.Remux.AVC…always bucketed as Blu-ray; (2) v0.5.5'srename_source_to_target_codecstrips theRemuxtag post-conversion, so even with a fixed order the currentfile_pathno longer carried the marker. Now categorizes Remux first, and reads the source-type fromoriginal_file_pathwhen available (falling back tofile_pathfor legacy jobs).
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.25 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.25-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.25-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.25-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.