Skip to content

Releases: nzbgetcom/Extension-RemoveSamples

Version 1.1.0

15 Dec 11:22
6cdba3e

Choose a tag to compare

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_quarantine subfolder 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, .url clutter).

Version 1.0.1

07 Jul 10:14
ecec4ec

Choose a tag to compare

What's Changed

New Contributors

  • @dnzbk made their first contribution in #1

Full Changelog: https://github.com/nzbgetcom/RemoveSamples-NZBGet/commits/v1.0.1