Skip to content

Releases: ARandomAddonDev/Statusio

v1.1.10 – url/externalUrl & stricter info-only streams

08 Nov 03:25

Choose a tag to compare

What’s new in v1.1.10

  • Removed stream.type completely for stricter clients (Android TV / Tizen).
  • Added both url and externalUrl to streams for better compatibility.
  • Kept behaviorHints.notWebReady = true and added bingeGroup: "statusio-info" so cards are clearly info-only.
  • Still restricted to Cinemeta movie/series with tt IDs only.

v1.1.9 – TV-aware descriptions (Android TV / Tizen)

08 Nov 00:17

Choose a tag to compare

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

07 Nov 22:57

Choose a tag to compare

Changes

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

07 Nov 05:30

Choose a tag to compare

What's new in 1.1.7

  • Skipped 1.1.6 due to overlapping
  • Tuned manifest resources, types, and idPrefixes to better match Cinemeta (movie / series with tt IDs) — 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:
      1. Real-Debrid
      2. TorBox
      3. Premiumize
      4. AllDebrid
      5. Debrid-Link
  • 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

06 Nov 22:30

Choose a tag to compare

  • 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

06 Nov 20:35

Choose a tag to compare

Changes in v1.1.4

🔧 Behavior / Compatibility

  • Tweaked Stream objects and metadata to improve visibility in Android TV.
  • Adjusted external Statusio link 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

05 Nov 21:29

Choose a tag to compare

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 with notWebReady, 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

  1. Install the addon using the manifest URL for your host.
  2. 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 token
    • tb_token – TorBox token (Bearer)
    • dl_key – Debrid-Link API key / token
  3. Open any movie/episode and you’ll see one Statusio card per enabled provider.

Statusio v1.1.0 - Alpha build

05 Nov 20:13

Choose a tag to compare

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

05 Nov 06:32

Choose a tag to compare

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

04 Nov 00:21
69bbc9d

Choose a tag to compare

🎬 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_enabled handling – Real-Debrid is auto-enabled when you only provide RD_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. 😉