January 10th, 2024

New

Improved

v3.3.1

Website

  • Adds torrent search feature (in a minor release???). This allows you to easily search for torrents right inside TorBox. This also allows you to easily add the torrents to TorBox just by clicking on it. No more needing to go to sketchy torrent websites. Simply search on TorBox.

  • Disables the Stream in Player button for downloads that aren't compatible. Now it only works on video and audio.

  • Made user creation more reliable. Before, API keys might not be created for a user, rendering their experience inaccessible.

  • Moves quick stats to the top of the dashboard, rather than being out of place on the right side.

  • Fixes large notifications overflowing the notifications panel.

API

  • Adds caching to data heavy routes. This will speed up requests and reduce load on the server. Caching is only for 1 hour.

  • Adds route for adding queries to the queue for the scraper to search for. You can read more about the process and the need for this here. API DOCS LINK. /torrents/storesearch

  • Adds route for searching for torrents. The website uses the Meilisearch SDK, so this is only used for the API and developers to reduce the need for an API key, which is not required. You can read more about searching here. API DOCS LINK. /torrents/search