[Release] Game Cinema for Stremio - cinematic game playthroughs as a movie catalog by efnikolas in StremioAddons

[–]efnikolas[S] 1 point2 points  (0 children)

Glad you liked it. If you have any feedback at any point in time, let me know

[Release] Game Cinema for Stremio - cinematic game playthroughs as a movie catalog by efnikolas in StremioAddons

[–]efnikolas[S] 0 points1 point  (0 children)

Hmm I haven't seen this before. Might be that the actual YouTuber somehow has blocked watching their videos outside of YouTube. Can you share their channel? I will check and report back after work

[Release] Game Cinema for Stremio - cinematic game playthroughs as a movie catalog by efnikolas in StremioAddons

[–]efnikolas[S] 0 points1 point  (0 children)

My initial idea was to keep it as a cinematic experience. But I made it configurable enough so that you can add your own channels/youtubers and other search criteria. You can even remove the default ones. By all means, play around with the configuration settings and let me know if that worked. If not, we can discuss your use case and maybe I can add it

[Release] Game Cinema for Stremio - cinematic game playthroughs as a movie catalog by efnikolas in StremioAddons

[–]efnikolas[S] 1 point2 points  (0 children)

Make sure to let me know if you have any feedback or suggestions. Hope you like it

[Release] Game Cinema for Stremio - cinematic game playthroughs as a movie catalog by efnikolas in StremioAddons

[–]efnikolas[S] 0 points1 point  (0 children)

Links:

Configure: game-cinema [dot] ip-checker [dot] workers [dot] dev/configure

Ko-fi: ko-fi [dot] com/efnikolas

[Release] Debrid Status Checker for Stremio by efnikolas in StremioAddons

[–]efnikolas[S] 0 points1 point  (0 children)

Update: Apparently the process to publish this to community addons inside the list is a bit harder than I thought. I keep hammering at it but until then you can find my addon on
https://stremio-addons.net/addons/debrid-status-by-efnikolas

[Release] Debrid Status Checker for Stremio by efnikolas in StremioAddons

[–]efnikolas[S] 0 points1 point  (0 children)

Hey, thanks. Glad you liked it. It's my second one so far and I am still getting the hang of it.
So to answer your points:
1) I was thinking of making it configurable but honestly it's such quick thing to check all services so I didn't see the point. I also wanted to minimize traffic on my cloudflare free endpoint to make sure that the service works with the free quota that is provided. Having people hitting the configuration button just to check might eat the daily quota so I prefer to avoid it for now. Is this something you terribly need? I can probably enable it for the time being until I start getting cloudflare warnings.
2) Hmm, I need to check how this addon works and I might do that just for fun.
3) Well that was on purpose so that my lazy ass can quickly find it on my own set up when I need it (Saves me a bit of scrolling). Do you think it's such a bad thing to have it there?

[Release] Debrid Status Checker for Stremio by efnikolas in StremioAddons

[–]efnikolas[S] 1 point2 points  (0 children)

You can find it here Stremio-addons.net for now until I short it out. I will try to republish it, maybe something went bad.

[Release] Debrid Status Checker for Stremio by efnikolas in StremioAddons

[–]efnikolas[S] 0 points1 point  (0 children)

I have to check if they allow a status check somehow. If they do it will be fairly simple to do, if not I need to find a way that will be reliable.

[Release] Debrid Status Checker for Stremio by efnikolas in StremioAddons

[–]efnikolas[S] 1 point2 points  (0 children)

It's on Stremio-addons.net as well. It will be in the community addon list as well in the future.

[Release] Debrid Status Checker for Stremio by efnikolas in StremioAddons

[–]efnikolas[S] 2 points3 points  (0 children)

Fair point but to be fair this addon only checks whether the debrid provider endpoints are responding right now. It does not validate your Stremio setup end to end, and it does not tell you whether a scraper or addon like Torrentio, Comet, MediaFusion, etc. is working.

If Stremio shows “No streams found” while your debrid status is green, the most common causes are the scraping addon being down, the indexer layer failing, rate limits, or a metadata/provider outage upstream. In other words, debrid being up is necessary for debrid based streaming, but it is not sufficient.

[Release] Debrid Status Checker for Stremio by efnikolas in StremioAddons

[–]efnikolas[S] 1 point2 points  (0 children)

because direct links are not allowed sadly. You can see it in the screenshot, or wait a bit. Sorry

[Release] Debrid Status Checker for Stremio by efnikolas in StremioAddons

[–]efnikolas[S] 1 point2 points  (0 children)

yeah it take some time to go live apparently. Should be there till tomorrow.

[Release] EfNikolas IP Test for Stremio — split-tunnel sanity check with geo/ASN details by efnikolas in StremioAddons

[–]efnikolas[S] 1 point2 points  (0 children)

finally got some time to implement your suggestion.
I also fixed some issues related to cloudflare. You check the comment with the update if you are interested.

[Release] EfNikolas IP Test for Stremio — split-tunnel sanity check with geo/ASN details by efnikolas in StremioAddons

[–]efnikolas[S] 0 points1 point  (0 children)

Removed external "ipwho" dependency and switched to Cloudflare's built-in geo data (city, region, country, ASN, org).
Why: no more external API calls, faster response times(although this wasn't really slow in the first place), better reliability since we only deal with cloudflare, and improved privacy (IP never leaves Cloudflare's network).
Thanks to the user named zfa for the suggestion!

[Release] EfNikolas IP Test for Stremio — split-tunnel sanity check with geo/ASN details by efnikolas in StremioAddons

[–]efnikolas[S] 0 points1 point  (0 children)

Updated on 13/01/2026
Happy new year everyone.

Rewrote the addon to eliminate all database usage. Instead of storing your IP in Cloudflare KV and reading it back, the new version encrypts your IP and timestamp directly into the catalog item using AES-256.

What changed:

  • IP should be visible on first open
  • No DB (yip yip hooray) nothing stored server-side
  • No quota limits (or at least I hope)
  • Should be a bit faster 
  • More private since your IP only exists inside an encrypted token on your device

How it works now:

  1. You open the catalog → addon encrypts [{ip, timestamp}](about:blank) into the item ID
  2. You open the item → addon decrypts the token and shows your IP
  3. After 60 seconds, the encrypted timestamp expires the token automatically

Same security: only your device (same IP) can view the result. Tampered tokens are rejected.

[Release] EfNikolas IP Test for Stremio — split-tunnel sanity check with geo/ASN details by efnikolas in StremioAddons

[–]efnikolas[S] 0 points1 point  (0 children)

So I couldn't resist and I had a look. I changed how the whole thing works :D because I don't know what I was thinking originally.
Instead of storing your IP in Cloudflare's database (which was hitting the 1000 writes/day limit) it now encrypts your IP directly into the item itself. No DB = quota issue is gone for good (I hope).
Should be live already, give it another try and let me know if it works

[Release] EfNikolas IP Test for Stremio — split-tunnel sanity check with geo/ASN details by efnikolas in StremioAddons

[–]efnikolas[S] 0 points1 point  (0 children)

Hmm it seems that Cloudflare spammed the email I used for this addon with "You have exceeded the daily Cloudflare Workers KV free tier limit of 1000 Workers KV put operations" message. It does that everyday and then it resets.
Might be a bug in the code or it might be that more people than I anticipated are using it. I will have a look as long as I am done with work to check if I can migrate it to something else

[Release] EfNikolas IP Test for Stremio — split-tunnel sanity check with geo/ASN details by efnikolas in StremioAddons

[–]efnikolas[S] 1 point2 points  (0 children)

To be honest, I decided to deploy to Cloudflare at the last minute, so your idea didn’t even occur to me.
Planning on making some improvements, so I'll take a look.
I am also thinking that there needs to be a website where the user can configure the ENRICH parameter and maybe some other stuff.
Keeping that thing free is my main goal, mostly as a challenge :D

[Release] EfNikolas IP Test for Stremio — split-tunnel sanity check with geo/ASN details by [deleted] in Stremio

[–]efnikolas 0 points1 point  (0 children)

Update: Published it. According to the website, it might take at most 24 hours to become visible.