March 18th, 2025

New

Improved

Fixed

v7.1

Website

  • Fixes settings page to disallow the following while it is still loading data:

    • Copying API key

    • Getting a new API key

    • Viewing subscriptions (will not show placeholder)

    • Viewing time left on account (will not show placeholder)

  • Stremio settings do not allow for setting bad changes.

    • Cache settings must have an option selected.

    • Quality, Resolution and Language must include the “Unknown” option.

    • The “Only show streams larger than size (GB)” setting must be less than the “Only show streams smaller than size (GB)” limit.

    • The “Only show streams smaller than size (GB)” setting must be at least 1, and more than the “Only show streams larger than size (GB)”

  • New popup with discount for Free users to upgrade to a yearly plan on new torrent being added.

  • Fixes RSS page live data from causing the page to error out if a request fails.

  • Removes Sellix CDN script from site.

  • Free users now use session tokens for authentication with the API rather than API keys as they are no longer able to access the API.

  • Adds new $1 Pro Trial button to dashboard for Free and never before subscribed users. This allows you to use Pro in full for 24 hours for only $1!

  • Adds WebTorrent checker to tools page as a direct link so users can quickly verify how many seeders and peers their torrent has. We will eventually be building this directly into the browser in the tools page.

  • Notifications can now have actions!

    • Actions are buttons that do an action corresponding to what the notification is about. For example, if there was an error and you need to contact support to get it resolved, the action button will open the support modal to easily contact support. If a torrent finished downloading, it will give you a direct link to the download page of the files.

    • This feature is extremely powerful, and we will be adding more actions corresponding with notifications in the future.

  • Cloud transfers, such as to Google Drive, OneDrive, 1Fichier, and GoFile can be cancelled in the middle of the transfer. This allows you to stop transferring at any point in the process and it won’t be uploaded to the cloud.

Stremio Addon

  • New background for metadata that cannot be found on the Your Media section. Not a lot of people will see the new background but it is awesome. You can find the image here. Put this as your wallpaper!

  • Stream lists now show the tracker the search result was from. This is useful for determining what tracker or indexer it was from so you can make better decisions for choosing streams.

  • Stream lists now show if the file was from a user search engine or not. It will look like
    TorBox (User Search) (Instant) (1080p) for a 1080p cached result from the user’s search engine. Pair this with the above tracker viewer, and you know exactly where a stream is from!

  • A new error video plays when you are out of slots. This can happen periodically and to the average user it looks like there was a bug in TorBox, when really, their account is out of slots to download the torrent in the first place.

Web Downloads/Debrid

  • Allows downloading direct Buzzheavier links such as in the format https://buzzheavier.com/dl/XXXXXX

  • Fixes downloading from Archive.org. Some links weren’t shaped properly when copied from the Archive.org site.

  • Downloads from Archive.org now show download progress. Previously it would look stuck as we didn’t have reliable status updates.

  • Baidu downloads have been made more reliable. Links were getting stuck in storage filling it up, which no longer occurs.

  • Fixes MegaUp downloads.

  • Fixes Mediafire downloads.

  • Fixes 1Fichier downloads with bad characters in the name (Non-UTF8).

API

  • Cancelling in progress transfer jobs is possible now through the API. API DOCS.

  • Submitting names to the API are now properly handled when creating Usenet and Web Downloads.

  • Webhooks sent from the API to user’s configured webhook URL now use the title as the webhook type, such as “Download Ready” to “download.ready” for handling properly in webhooks. This will be documented soon.

  • Proper API messages when a free user submits their API key to the API.

Service

  • Fixes some RSS feed links which download a .rss file, or a .xml file rather than returning the RSS feed data directly as content.

  • Subscriptions with Patreon now fixed.

  • Usenet files are now normalized to allow for usenet files to be properly cached. When an NZB is added from the same tracker, and is the same file, even from different accounts, it will be cached if actually cached.

  • Cloud transfers now are more reliable due to using CDN rather than “local storage” files, which can be slow, or have other issues.

  • More reliable processing.

  • Fixes torrent ownership. If, for example, 2 users add the same torrent at the same time, one of the users will be the owner of the torrent, rather than duplicates being created. This lead to problems with the database and qBittorrent not being synced, especially with private torrents, where it is far more important.

  • Cloud transfers should start sooner (instantly), rather than taking minutes or even hours to start due to sharing a queue with other high traffic queues, which could get stuck in the back for a long time.

  • Torrent updates should be more full on the dashboard with no issues with malformed data.