Fixed
- AppleDouble
._*sidecars still crashed conversions on v0.7.33 for already-scanned files. v0.7.33 fixed detection for new scans, but external subs are merged from storedscan_results.subtitle_tracks_json— rows scanned earlier still carried the._paths, so._*.srt/._*.idxwere still fed to ffmpeg (exit 183/234) with no re-scan. Now guarded at the point of use: the convert-time external-sub merge skips hidden/AppleDouble paths via a sharedis_hidden_sidecarhelper, covering every stale row. Also made the external-subtitle map optional ({idx}:s?) so a sidecar that opens but exposes no subtitle stream can't hard-fail the job.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.34 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.34-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.34-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.34-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.