Skip to content

Conversation

@drondeseries
Copy link
Owner

No description provided.

drondeseries and others added 20 commits December 28, 2025 11:49
- Modify RegisterCorruptedFile to set status to pending with high priority and maxed retries.
- Update UpdateFileHealth to use max_retries - 1 and high priority when noRetry is true (playback errors).
- Update metadata filesystem to report playback errors as pending in DB to trigger repair cycle.
- Add regression test for playback failure behavior in health_repository_test.go.
- Fix scan error in tests by updating priority column type to INTEGER in test setup.
…gured

- Move ErrFallbackNotConfigured to shared internal/errors package to avoid cycle.
- Update PostProcessor interface to return error from HandleFailure.
- Update HandleFailure to return ErrFallbackNotConfigured when fallback is disabled.
- Ensure service stays in 'failed' status and logs skipping when fallback is not used.
fix: downgrade nntppool and simplify stale items reset (javi11#173)
Previously, the health repair process would fail if 'health.library_dir' was not configured, even though it was only used for logging in the Sonarr rescan logic. This change makes it optional, preventing repair failures for users with default configurations.
Previously, the last library sync result was stored only in memory, causing it to be lost on restart. This resulted in the 'Next Scan' field showing 'Automatic sync not configured' until a manual scan was triggered. This change adds a system_state table to persist the result. Also fixed frontend type mismatches and added missing deletion stats to the UI.
@drondeseries drondeseries merged commit f56efde into main Dec 30, 2025
1 check passed
@drondeseries drondeseries deleted the fix/all-consolidated-fixes branch December 30, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants