Analysis updated 2026-05-18
Make daily shows like Jeopardy or late-night talk shows playable in Stremio by matching air dates instead of episode numbers.
Self-host a media addon that connects Prowlarr, NzbDav, and TorBox for near-instant streaming.
Fix a Stremio setup where daily show searches return zero results due to naming mismatches.
Share a private Stremio addon with trusted household members who use the same Prowlarr and streaming accounts.
| murfshake/daily-date-resolver-repo | 3imed-jaberi/cryptography-si-isamm | 3imed-jaberi/koa-isomorphic-router | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-09-25 | 2021-02-06 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | hard | easy | easy |
| Complexity | 4/5 | 1/5 | 2/5 |
| Audience | general | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Docker plus a working Prowlarr setup and at least one of NzbDav or TorBox already configured.
This project is a self-hosted addon for Stremio, a media streaming app, that fixes a specific problem with daily shows like Jeopardy or late-night talk shows. Stremio normally asks for episodes using a season and episode number, but releases of daily shows are usually named by the date they aired instead, so a normal stream addon searches for the wrong thing and comes back with nothing playable. To solve this, the addon looks up the actual air date of the requested episode from a metadata source, falling back to a couple of other services if needed, then converts that date to the show's local time zone so it does not accidentally land on the wrong day. It then searches an indexer tool called Prowlarr using that date, filtering results down to ones that actually contain it. Once a match is found, it decides how to play it: usenet results are handled through a companion tool called NzbDav for near instant streaming, with a service called TorBox used as a backup for either usenet or torrent results. Running it requires Docker along with Prowlarr already set up with usenet or torrent sources. Users also need NzbDav, a TorBox account, or both, and optionally a metadata addon called AIOMetadata so episode numbers line up correctly with what a person's own Stremio already expects. Setup is done through a docker compose file, filling in values like API keys and the show's IMDb id in an environment variable list, then adding the addon's manifest URL into Stremio directly. The README includes a troubleshooting section covering common failure points, such as a show's title not matching how releases are actually named, wrong time zone settings, or authentication errors with NzbDav's web interface. It also notes that the addon's manifest link is not password protected, so sharing it means sharing access to the person's own configured services. The project is released under the MIT license.
A self-hosted Stremio addon that fixes streaming for daily shows like Jeopardy by matching episodes to their real air date.
Mainly JavaScript. The stack also includes JavaScript, Docker, Prowlarr.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.