You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your API keys are never shown in URLs or server logs anymore — previously a small fragment could end up in your browser history and our logs
Fixed a security hole on the configure page: a specially crafted install link could run code on that page — it's now safely neutralised
Clearing your cache is locked down: it can only clear your own data, needs to be triggered deliberately, and can't be fired off by a random webpage
Clearer errors, fewer surprises
You'll know if you used the wrong TMDB key: paste a TMDB v4 "Read Access Token" (these expire and don't work) and you'll be told straight away — as you type it, when you log in, and again if TMDB still rejects it. You want the v3 API key, and it tells you exactly how to get it
Plain-English messages everywhere: wrong TorBox/Real-Debrid/TMDB keys, rate limits and provider outages now explain what's wrong instead of showing a number or a blank screen
A bad key can no longer hide behind a loading spinner or masquerade as an empty library or an empty download queue
Torrent search tells you when the search sources are down instead of just saying "no torrents found"
Fixes & improvements
Snappier key checks and catalog loading: the app now reuses its connections to TorBox, Real-Debrid and TMDB instead of reconnecting for every call — so key verification responds quicker and big libraries build without the extra connection overhead
Movie pages now show your chosen artwork and ratings (ERDB / RPDB / Fanart.tv / OMDB) — previously this only worked for series
Renaming a download on Real-Debrid now shows up in your catalog right away
Fixed a crash that a malformed request could trigger on the addon
Selecting, marking as watched and deleting is more reliable when torrents, usenet and Real-Debrid items happen to share the same number
Logout really logs out now, and there's a new "Use different keys" option to switch accounts
"Clear all data" clears everything — no leftover cached items from a previous account
The dashboard stays up to date after refreshing instead of showing stale counts
The detail page can't trap you anymore: missing artwork no longer hides the Back and Save buttons
Shared links work even with an empty library: opening a saved movie/series link no longer silently drops you to the dashboard
Fast re-searches don't show stale results anymore
The download queue shows everything, including items in uncommon states (queued, waiting for file selection…)
The HTTP "watch folder" hint is now honest: the TorBox/Real-Debrid add APIs only accept magnets, and the page says so instead of silently failing
Adding a .torrent file to Real-Debrid no longer claims success — RD needs a magnet link, and it tells you
Empty library messages name the right provider, and the profile page safely escapes account data
Configure page
Reset now resets everything (poster service, custom streams, catalog names, hide-anime…) instead of leaving old settings in your install link
Copy buttons work without HTTPS (local/LAN installs) and give feedback either way
Pressing Enter no longer silently regenerates your install links while you're typing in the custom-stream fields
Typing in the custom-stream fields marks the form as "unsaved" like every other field