Releases: ARandomAddonDev/Statusio
v1.1.19 – Single-card multi-service status (TV-safe)
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
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
• 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)
• 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)
TV UX test: dynamic per-provider titles, still using TV-safe stream format.
v1.1.14 – Android TV / Tizen test build
Bare-bones Statusio card using ratings-aggregator formatting.
Testing potential Android TV / Tizen compatibility fix.
v1.1.13 – Bare-bones TV stream card test
What’s new
- Simplified Statusio stream cards to a bare-bones layout aimed at Android TV / Tizen compatibility:
Real-Debrid: OK/Warning/Critical/ExpiredUser: <username>Expires: YYYY-MM-DDDays left: N
- Removed
behaviorHintsfrom streams for this test build. - Use only
url(noexternalUrl) 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:
- Remove the previous Statusio add-on.
- Re-add it using the updated manifest URL.
- Open any IMDb-based item (tt…) and report whether the Statusio card appears.
v1.1.12 – TV client stream compatibility tweaks
🚀 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 moreexternalUrlfield) to see if TV clients behave better with a single link. - Removed
behaviorHints.notWebReadyfrom 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
urlandexternalUrl - 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
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/pathusage 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.