Update RemoveSamples extension to v1.1.0 (Test Mode, Quarantine & safer detection)#3
Merged
dnzbk merged 21 commits intonzbgetcom:mainfrom Dec 15, 2025
Merged
Conversation
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ons/actions/setup-python-6 Bump actions/setup-python from 5 to 6
Removal of URL link to "Testing Guide" Wiki page. Quick test directions for debug are on the README
- license: "GNU" -> "GPL-2.0-only" (precise SPDX) - add "nzbgetMinVersion": "23" (manifest-based baseline) - main.py: use NZBPP_TOTALSTATUS if NZBPP_STATUS unset (compat)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anunnaki Astronaut <anunnaki.astronaut@machinamindmeld.com>
docs: update AGENTS.md ownership and PR sanity-check guidance
Refines AGENTS.md with execution order, clear required vs optional env vars, stricter safety rules, improved test recipes, and consistent logging guidance. No code changes.
Add badges for tests, prospector, and manifest check
Refactor tests.py to improve organization and readability. Update environment variable handling and test cases for better clarity.
Updated comments and environment variable settings for clarity and consistency. Added tests for small audio and video file detection.
* feat: integrate v1.1.0 features * New features introduced in v1.1.0 * Update tests for v1.1.0 behavior * Refactor tests and enhance sample detection logic
Author
|
Hi, just a quick follow up on this PR. This updates the RemoveSamples extension to v1.1.0 with Test Mode, Quarantine Mode and safer sample detection defaults. All GitHub Actions checks are passing and I have verified it on NZBGet v23+ on both Windows and Linux. If you have any questions or would like changes to naming, defaults or documentation so it fits better in the official extensions catalogue, I am happy to adjust. Thanks for your time and for maintaining the NZBGet extensions. |
1 task
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Collaborator
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request updates the RemoveSamples NZBGet extension in this repo from v1.0.1 to v1.1.0.
v1.1.0 is a feature release focused on safer sample detection, easier testing, and better control over what gets removed. It keeps conservative defaults so existing users can upgrade in place.
User-visible changes
New safety tools
_samples_quarantinesubfolder instead of deleting them.Smarter detection
Additional controls
.txt,.urlclutter).Technical notes
manifest.jsonversion is bumped to 1.1.0.main.pycontinues to follow the NZBGet v23+ post-processing contract and uses the same exit codes (93 = SUCCESS, 94 = ERROR, 95 = NONE).Testing
Please let me know if you’d like any of the new options renamed, hidden by default, or documented differently for inclusion in the official extensions catalogue.