This release is all about how torrents are handled.
Redesign of download dialog
The dialog for downloading media was made more intuitive, by separating the input for the File Path Suffix into a second dialog.
The dialog now also displays the indexer that provided each torrent.
Shorter loading times
The backend has been updated as well, the processing of torrent search results from indexers is now multithreaded. This change improves loading times massively. During testing I found that loading times decreased from about 2 minutes to just 30 seconds!
Manual torrent management
You can now also tell MediaManager to retry downloading a torrent, manually mark it as imported or delete it.
New config var
When using Prowlarr, you can now decide if you want possibly invalid torrents downloaded. For more information see https://maxdorninger.github.io/MediaManager/indexer-settings.html#prowlarr-indexers-prowlarr
Please consider supporting my work ❤️
What's Changed
- pins base image of MetadataRelay to Python 3.13 variant by @maxdorninger in #169
- Rework torrent handling by @maxdorninger in #170
- Add ability to manually mark torrent as imported by @maxdorninger in #171
- Speedup torrent searching and disable useless logs by @maxdorninger in #173
Full Changelog: v1.8.1...v1.9.0