Added
- Audio-only cleanup jobs now produce a populated job report.
remux_audioreturns the ffmpeg command, log tail, and size/bitrate stats; the worker augmentsencoding_statswith the per-track removal info (counts + languages); the Completed-tab expanded view renders an audio-cleanup-flavoured stats block (drops codec/bitrate rows, adds "Audio removed" / "Subs removed" with language breakdown). Pre-v0.3.117 these jobs landed in the DB with empty conversion logs, so the v0.3.115 follow-up audio job spawned after a discarded combined encode showed up in the queue but had no visible report.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.117 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.117-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.117-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.117-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.