Fixed
- Audio classifier was reading
always_keep_languagesfrom the in-memory env-only config object, not the DB-backed user setting. So adding "eng" to Always-keep via the UI had no effect on audio cleanup — English audio on a non-English-native film got marked for removal. Subtitle cleanup was unaffected (it had a parallel DB-loader). Fix: audio classifier now uses the same DB-loader pattern; existing scan rows need a re-scan to re-classify with the correct list.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.113 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.113-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.113-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.113-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.