feat: add pause and other sabnzbd queue methods - #119
Merged
Conversation
The library sync was failing with a SQL scan error when the scheduled_check_at column was NULL. This was because the code was trying to scan the NULL value into a time.Time, which does not support NULLs. This commit fixes the issue by changing the type of ScheduledCheckAt to *time.Time in the AutomaticHealthCheckRecord struct and updating the library sync code to correctly handle the pointer.
…ARR integration 1. Flexible Path Matching: Using relative paths (filePath) and suffix matching for both Radarr and Sonarr. 2. Season/Episode Fallback (Sonarr): Using parsed SxxEyy from the filename if the file path lookup in Sonarr fails. 3. UI Updates: New Health dashboard stats and configuration for concurrency. 4. Concurrency: Health worker now processes files in parallel. 5. Stability: Panic recovery in health workers.
This reverts commit e1ee773.
This reverts commit 017f5e7.
…nd dynamic status icons
Collaborator
|
@drondeseries is this ready? |
Contributor
Author
|
Yes |
Contributor
|
You can implement my changes here as well, if you want, and close my PR. @drondeseries @javi11 |
…rance This commit addresses two main areas: 1. **Partial implementation of PR #114 for import process improvements:** * **Path Normalization:** Enhanced in to correctly handle Windows backslashes, trailing slashes, and use for robust path cleaning. * **Redundant Directory Flattening:** Modified and in to flatten redundant directory structures (e.g., becomes ). * **Smart Multi-File Handling:** Updated in to prevent the creation of an extra NZB folder when only a single regular file is present in a multi-file NZB. 2. **Fix for 'Triggered repair' items disappearing from the UI:** * **Problem:** Files with status were being removed from the health list by the . This occurred because the worker would delete health records if the corresponding library file (e.g., symlink) was missing, which is an expected state during an active repair process by ARR applications. * **Solution:** Modified in to explicitly skip deletion of health records that have a status, even if the physical file or symlink is temporarily absent. * Updated to include the field in the to facilitate this check. Unit tests were added and all existing tests passed to verify these changes.
javi11
approved these changes
Dec 9, 2025
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.
No description provided.