Skip to content

Releases: ARandomAddonDev/Statusio

v1.1.19 – Single-card multi-service status (TV-safe)

10 Nov 15:47

Choose a tag to compare

Combine all enabled debrid services into one clean Statusio stream card, keeping the Android TV–safe pattern (single stream, simple text, url + externalUrl, notWebReady).

v1.1.18 – TV baseline with per-provider links

10 Nov 06:30

Choose a tag to compare

Keep the TV-safe single Statusio stream, but now the card links to the correct provider homepage (Real-Debrid / AllDebrid / Premiumize / TorBox / Debrid-Link) instead of always Real-Debrid.

v1.1.17 – TV baseline: restore proven stream structure

10 Nov 04:40

Choose a tag to compare

• Restore Ratings Aggregator–style TV-safe stream format
• Single info stream with url + externalUrl and notWebReady
• Aimed at Android TV / Smart TV compatibility regression fix

v1.1.16 – TV-safe Statusio (single stream)

10 Nov 03:09

Choose a tag to compare

• Match Ratings Aggregator-style TV-safe pattern
• Single Statusio info stream per title
• Dynamic OK / WARNING / EXPIRED title
• Simple line-break description with url + externalUrl

v1.1.15 – Dynamic titles (TV UX test)

10 Nov 01:06

Choose a tag to compare

TV UX test: dynamic per-provider titles, still using TV-safe stream format.

v1.1.14 – Android TV / Tizen test build

09 Nov 22:00
ea51f13

Choose a tag to compare

Bare-bones Statusio card using ratings-aggregator formatting.
Testing potential Android TV / Tizen compatibility fix.

v1.1.13 – Bare-bones TV stream card test

09 Nov 20:02

Choose a tag to compare

What’s new

  • Simplified Statusio stream cards to a bare-bones layout aimed at Android TV / Tizen compatibility:
    • Real-Debrid: OK/Warning/Critical/Expired
    • User: <username>
    • Expires: YYYY-MM-DD
    • Days left: N
  • Removed behaviorHints from streams for this test build.
  • Use only url (no externalUrl) on stream objects.
  • Switched manifest logo to a direct GitHub PNG URL:
    • https://raw.githubusercontent.com/ARandomAddonDev/Statusio/refs/heads/main/assets/logo.png

Why

Some users reported that very simple, text-only stream entries render correctly on Android TV OS and Tizen, while richer “info-only” streams sometimes don’t appear at all.
This release is a minimal compatibility test to see if stripping the streams down to basics makes Statusio visible on those platforms.

Testing

  • ✅ Stremio Web
  • ✅ Stremio Desktop
  • ✅ Android phone / tablet
  • 🔬 Android TV OS (test focus)
  • 🔬 Tizen (test focus)

If you’re on Android TV or Tizen, please:

  1. Remove the previous Statusio add-on.
  2. Re-add it using the updated manifest URL.
  3. Open any IMDb-based item (tt…) and report whether the Statusio card appears.

v1.1.12 – TV client stream compatibility tweaks

09 Nov 04:57

Choose a tag to compare

🚀 What’s new in v1.1.12

This release is another experiment focused on Android TV / Tizen compatibility for Statusio’s info-only stream cards.

🔧 Core changes

  • Switched the manifest logo to a hosted image URL:
    https://raw.githubusercontent.com/ARandomAddonDev/Statusio/refs/heads/main/assets/logo.png
  • Streams now only use url (no more externalUrl field) to see if TV clients behave better with a single link.
  • Removed behaviorHints.notWebReady from all streams, keeping only:
    • behaviorHints.bingeGroup: "statusio-info"
  • Kept everything else the same:
    • Still one info-only stream card per enabled provider (Real-Debrid, AllDebrid, Premiumize, TorBox, Debrid-Link)
    • Same status logic (OK / Warning / Critical / Expired) and fun quotes
    • Same per-provider token config via the add-on “Configure” UI

🎯 Why this change?

Some users noticed that:

  • Statusio works fine on:
    • ✅ Stremio Web
    • ✅ Stremio Desktop
    • ✅ Android (phone/tablet)

…but does not show any cards on:

  • ❌ Android TV OS
  • ❌ Tizen (Samsung TVs)

A community suggestion was that TV apps might be picky about:

  • Streams having both url and externalUrl
  • Or streams flagged with behaviorHints.notWebReady

So this version simplifies the stream object as much as possible to test that theory.

🧪 Notes / Testing

  • If you’re on Android TV / Tizen and can test:
    • Does Statusio now show info-only cards under the Streams tab?
    • Do they open the provider / status page correctly when clicked?
  • If you’re a Stremio dev or add-on author and know more about TV client behavior with info-only streams:
    • Any feedback, docs or examples would be super appreciated 💜

v1.1.11 – Use GitHub-hosted logo in manifest

08 Nov 20:56

Choose a tag to compare

What’s changed

  • Switched the addon logo from an embedded base64 data: URL to a GitHub raw URL:
    • https://raw.githubusercontent.com/ARandomAddonDev/Statusio/refs/heads/main/assets/logo.png
  • Removed the runtime logo file reading logic (fs/path usage for logo embedding).
  • Kept all stream handler behavior the same (info-only cards with url + externalUrl).
  • Bumped manifest version to 1.1.11 so Stremio clients refresh the manifest/logo.