Releases: ARandomAddonDev/Statusio
v1.1.10 – url/externalUrl & stricter info-only streams
What’s new in v1.1.10
- Removed
stream.typecompletely for stricter clients (Android TV / Tizen). - Added both
urlandexternalUrlto streams for better compatibility. - Kept
behaviorHints.notWebReady = trueand addedbingeGroup: "statusio-info"so cards are clearly info-only. - Still restricted to Cinemeta movie/series with
ttIDs only.
v1.1.9 – TV-aware descriptions (Android TV / Tizen)
Changes
- Added basic platform detection for stream requests (desktop, mobile, Android TV, Tizen).
- On Android TV / Tizen, Statusio now uses short, compact descriptions:
- Fewer lines
- Hard length cap (~220 chars)
- Less chance of UI truncation or being filtered out
- Kept full rich multi-line cards (dividers + emojis + quotes) on desktop and mobile.
- No API behavior change: still one info-only stream card per enabled provider, with smart external URLs per service.
Statusio v1.1.8 – Android TV / Tizen compatibility tweak
Changes
- Removed
stream.type = "other"on all Statusio streams to better align with stricter clients (Android TV, Tizen, etc.). - Kept manifest narrowed to
movie/serieswithttids only, matching Cinemeta usage. - Preserved smart external routing:
- Real-Debrid → https://real-debrid.com/
- TorBox → https://torbox.app/
- Premiumize → https://www.premiumize.me/
- AllDebrid → https://alldebrid.com/
- Debrid-Link → https://debrid-link.com/
- Still returns info-only cards with
behaviorHints.notWebReady = trueso nothing tries to auto-play.
If the add-on still doesn’t appear on specific devices, please:
- Confirm the manifest URL installed matches this version.
- Check logs on the server for incoming
/stream/movie/tt...or/stream/series/tt...requests from that device.
v1.1.7 – Android TV targeting & smart provider links
What's new in 1.1.7
- Skipped 1.1.6 due to overlapping
- Tuned manifest
resources,types, andidPrefixesto better match Cinemeta (movie/serieswithttIDs) — aiming to improve visibility on Android TV. - Explicitly mark streams as info-only (
behaviorHints.notWebReady = true) so clients know these are status cards, not playable streams. - Added smart external URL routing:
- When multiple providers are configured, Statusio picks a primary homepage in this priority:
- Real-Debrid
- TorBox
- Premiumize
- AllDebrid
- Debrid-Link
- When multiple providers are configured, Statusio picks a primary homepage in this priority:
- Kept the familiar per-provider status cards in the Streams tab (days left, expiry date, fun quotes, etc.).
If the card still doesn’t show on Android TV:
- Make sure the addon is installed and enabled on that device.
- Test on a title with an IMDb-style
tt...ID. - If possible, share logs/screenshots in an issue so we can keep refining Android TV behavior.
v1.1.5 – Smart provider links & stream handler tweaks for Android TV
-
Added smart externalUrl routing — stream cards now open the matching provider site (Real-Debrid → real-debrid.com, TorBox → torbox.app, etc.).
-
Defined stream resource with idPrefixes ["tt"] to better align with Cinemeta / official SDK patterns.
-
Kept per-provider status cards with quotes and days remaining untouched — just improved how clicks behave.
-
Internal logging & behavior refined to help debug Android TV visibility issues without changing the card UX. 🌿
v1.1.4 - Statusio
Changes in v1.1.4
🔧 Behavior / Compatibility
- Tweaked
Streamobjects and metadata to improve visibility in Android TV. - Adjusted external
Statusiolink handling so Stremio can safely open the hosted status page. - Minor cleanup of quotes and card formatting for better readability in the Streams tab.
🧪 Notes
- This build focuses on visibility and compatibility, especially on Android TV.
- If the card still doesn’t appear on Android TV, please share:
- Stremio version
- Platform (Android TV model)
- Screenshot or logs if possible
❤️ Credits
- Thanks to the Stremio Discord devs for guidance and feedback while debugging.
Statusio v1.1.1
Statusio v1.1.1 – Android TV alpha
Small but important fix for Android TV users. 💜
🛠 Changes
- Fixed: Statusio streams now appear on Android TV clients.
Previously, they were marked withnotWebReady, which desktop Stremio still showed, but Android TV hid completely.
They are now treated as normal info-only streams so they show up everywhere. - Kept: Multi-provider support (Real-Debrid, AllDebrid, Premiumize, TorBox, Debrid-Link) with per-provider tokens via Stremio Configure.
- Kept: Solid divider lines and playful status quotes for each state (OK / Warning / Critical / Expired).
- Uses caching so providers aren't hammered with repeated API calls.
🔐 Usage
- Install the addon using the manifest URL for your host.
- Click Configure in Stremio and set any of:
rd_token– Real-Debrid token (Bearer)ad_key– AllDebrid API key (Bearer)pm_key– Premiumize API key / access tokentb_token– TorBox token (Bearer)dl_key– Debrid-Link API key / token
- Open any movie/episode and you’ll see one Statusio card per enabled provider.
Statusio v1.1.0 - Alpha build
What’s new
- First alpha build of Statusio
- Reads tokens from the Stremio Configure page (
rd_token,ad_key,pm_key,tb_token,dl_key) - Shows info-only status cards for:
- Real-Debrid
- AllDebrid
- Premiumize
- TorBox
- Debrid-Link
- Uses a simple cache + solid divider line styling for nicer cards
Huge thanks to dumpemout for the config/key fix. 💜
Statusio v1.0.9
Fixed: Addon now reads tokens from Stremio Configure (rd_token, etc.)
Env vars still work as fallback for local testing
Added debug stream card when config is present but no providers are enabled
Statusio v1.0.6 – Card Fixes & Smarter Config
🎬 What’s new in v1.0.6
- ✅ Fixed a bug where the addon showed the “Add a token in Configure” card even when a provider was enabled
- 🧠 Smarter
providers_enabledhandling – Real-Debrid is auto-enabled when you only provideRD_TOKEN - 🪪 Better per-provider cards: status, username, expiry date & days remaining now render more reliably
- 🧹 Small internal cleanup to make future updates easier
🛠 No config changes required – just update and keep binging. 😉