v1.4.2 — Fix download protocol compatibility
Overview
This release fixes a critical issue in the download system where only magnet links were supported.
Bookseerr now properly handles both magnet links and .torrent files, improving compatibility across different indexers and making the download pipeline more robust and flexible.
Fixed
- Fixed download system to support both magnet links and
.torrentfiles - Fixed incompatibility with indexers that only provide
.torrentdownloads (e.g., Internet Archive) - Resolved issue where downloads would fail or not start when no magnet link was available
Improved
- Improved download service to dynamically detect and handle different download protocols
- Enhanced compatibility with multiple Prowlarr indexers
- Made the download pipeline more generic and less dependent on specific providers (e.g., epublibre)
Technical details
-
Added protocol detection logic (
magnetvs.torrent) -
Updated qBittorrent integration to support both:
- Magnet links
- Torrent file URLs
-
Refactored download handling to be provider-agnostic
Notes
- This is a hotfix release following
v1.4.1 - Recommended update for all users using multiple indexers
Related
- Closes #30