github bitmagnet-io/bitmagnet v0.5.0-beta.2

latest releases: v0.9.5, v0.9.4, v0.9.3...
pre-release7 months ago

Thanks for giving this beta a try and reporting any issues!

v0.5.0 focuses on text search performance. The way torrents are indexed and queried for text search has been completely reworked; the final release will include some documentation updates for the website that will go into further detail.

Upgrading

To try the beta, set your image tag to ghcr.io/bitmagnet-io/bitmagnet:0.5.0-beta.2.

What's Changed

Beta 2 builds upon Beta 1 with the following tweaks and fixes:

  • Add missing criteria for collections by @mgdigital in #110 (fixes a bug with filtering by genre)
  • Video classifier fixes by @mgdigital in #111 (video-related attributes were being incorrectly assigned to unknown content types)
  • Upgrade dependencies by @mgdigital in #112
  • Reprocess tweaks by @mgdigital in #116: This is the most important change in Beta 2, it significantly reduces the time needed for reprocessing all torrents (should be roughly 2x faster), by not making API calls that aren't strictly necessary. For users who have not configured a personal TMDB API key, this change is pretty much essential as the reprocessing time will be bottlenecked by the rate limiting on this API.

If you've already installed Beta 1

You don't need to do anything, but if your queue is still working away and you'd like to take advantage of the faster reprocessing you'll need to follow these steps.
If you've already installed Beta 1, AND you're using the default TMDB API key, then it's highly recommended to follow these steps:

  1. Upgrade to Beta 2
  2. Clear your queue manually by flushing Redis (e.g. docker exec -it bitmagnet-redis redis-cli flushall)
  3. Re-queue your torrents using the CLI command reprocess --classifyMode=skip (e.g. docker exec -it bitmagnet bitmagnet reprocess --classifyMode=skip)

Full Changelog: v0.5.0-beta.1...v0.5.0-beta.2

Don't miss a new bitmagnet release

NewReleases is sending notifications on new releases.