Releases: nzbgetcom/Extension-RemoveSamples
Releases · nzbgetcom/Extension-RemoveSamples
Version 1.1.0
What's Changed
New safety tools
- Test Mode – dry-run mode that logs what would be removed without changing any files.
- Block Import (Test Mode) – optional companion that reports the NZB as failed so Sonarr/Radarr/Lidarr/Prowlarr don’t import during a test run.
- Quarantine Mode – moves samples into a
_samples_quarantinesubfolder instead of deleting them. - Quarantine Max Age – optional automatic purge of quarantine contents after N days.
Smarter detection
- Relative Size % detection – flags a video as a sample when it is below a percentage of the largest video in the download (default: 8%).
- Category Thresholds – per-category overrides for Relative Size %, so TV/movies/anime/etc. can be tuned separately.
- Existing Video/Audio Size Thresholds remain (150 MB and 2 MB by default).
Additional controls
- Protected Names/Paths – patterns for files that must never be removed (e.g. subtitles, artwork).
- Deny Patterns – patterns for files that should always be treated as junk.
- Optional cleanup toggles for image samples and junk extras (e.g.
.txt,.urlclutter).
Version 1.0.1
What's Changed
New Contributors
Full Changelog: https://github.com/nzbgetcom/RemoveSamples-NZBGet/commits/v1.0.1