June 4th, 2024

Improved

v4.2.1

Service

  • Makes the speed test page look like the rest of TorBox. Last time we did WebDAV, now we have gone ahead and done the speed test page to look all proper. An added feature of this change is seeing test files that are available to download to test real life speeds. A lot of users didn't exactly know this existed, so here it is.

Stremio Addon

  • Faster searching speeds. Speeds for uncached data should be about 33% faster.

  • Better search results. There should be more results, and more resolutions available. Before, seeing 2160p content was rare. With the new search API, it is quite common (if even available).

Search API

  • Internally, we have switched from Jackett to Prowlarr, which has already shown to give better searching speeds and gives better results.

  • The age parameter is now available on torrents as well. Shown in days.

API

  • All endpoint responses have been standardized now. Before it was only /torrents, now it should be every endpoint. Below is what the response looks like:

    {
      "success": Boolean,
      "detail": String,
      "data": Any
    }