Skip to content

Conversation

@drondeseries
Copy link
Owner

No description provided.

javi11 and others added 2 commits January 2, 2026 12:20
…ort (#202)

Add support for resolving NZBLNK protocol links (nzblnk:?t=...&h=...&p=...)
to download NZB files from public indexers.

Features:
- New NZBLNK tab in upload UI for pasting nzblnk:// links
- NZBKing and NZBIndex indexer implementations with HTML parsing
- Search by header parameter (h=) for precise matching
- Password embedding: p= parameter is injected into NZB XML metadata
- Toast notifications for resolution success/failure feedback
- Batch processing up to 20 links per request

Backend changes:
- New POST /api/queue/upload-nzblnk endpoint
- internal/nzblnk package with resolver and indexer implementations
- embedPasswordInNZB helper to inject passwords into NZB XML <head>

Frontend changes:
- NZBLNK tab with textarea for link input
- Link validation and status tracking
- useUploadNZBLnks hook for API integration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <[email protected]>
…ciation (#201)

- Add backend API endpoint POST /api/health/regenerate-symlinks
- Add database repository methods to find and update files without library path
- Add frontend button and handler for regenerating symlinks
- Regenerate symlinks for all health records where library_path is NULL
- Update library_path in database after successful symlink creation
- Add confirmation modal and success/error toasts
- Only available when import strategy is set to SYMLINK
@drondeseries drondeseries merged commit 86cadf8 into drondeseries:main Jan 2, 2026
1 check passed
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