github I-IAL9000/shrinkerr v0.3.113

latest releases: v0.9.98, v0.9.97, v0.9.96...
3 months ago

Fixed

  • Audio classifier was reading always_keep_languages from 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-nvenc

Floating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.