explaingit

murfshake/daily-date-resolver-repo

Analysis updated 2026-05-18

2JavaScriptAudience · generalComplexity · 4/5LicenseSetup · hard

TLDR

A self-hosted Stremio addon that fixes streaming for daily shows like Jeopardy by matching episodes to their real air date.

Mindmap

mindmap
  root((Daily Date Resolver))
    What it does
      Matches shows by air date
      Fixes daily show streaming
      Resolves via Prowlarr
    Tech stack
      JavaScript
      Docker
      Prowlarr and NzbDav
    Use cases
      Stream Jeopardy in Stremio
      Self-hosted media addon
    Audience
      Self-hosted media users
      Stremio power users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Make daily shows like Jeopardy or late-night talk shows playable in Stremio by matching air dates instead of episode numbers.

USE CASE 2

Self-host a media addon that connects Prowlarr, NzbDav, and TorBox for near-instant streaming.

USE CASE 3

Fix a Stremio setup where daily show searches return zero results due to naming mismatches.

USE CASE 4

Share a private Stremio addon with trusted household members who use the same Prowlarr and streaming accounts.

What is it built with?

JavaScriptDockerProwlarrNzbDavTorBox

How does it compare?

murfshake/daily-date-resolver-repo3imed-jaberi/cryptography-si-isamm3imed-jaberi/koa-isomorphic-router
Stars222
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-09-252021-02-06
MaintenanceDormantDormant
Setup difficultyhardeasyeasy
Complexity4/51/52/5
Audiencegeneralresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires Docker plus a working Prowlarr setup and at least one of NzbDav or TorBox already configured.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

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.

Copy-paste prompts

Prompt 1
Help me set up daily-date-resolver with Docker and connect it to my Prowlarr instance.
Prompt 2
Explain how this addon converts an episode's air date to fix Stremio streaming for Jeopardy.
Prompt 3
Walk me through configuring NzbDav and TorBox as backends for this addon.
Prompt 4
Help me troubleshoot a 'no air date found' error from daily-date-resolver.

Frequently asked questions

What is daily-date-resolver-repo?

A self-hosted Stremio addon that fixes streaming for daily shows like Jeopardy by matching episodes to their real air date.

What language is daily-date-resolver-repo written in?

Mainly JavaScript. The stack also includes JavaScript, Docker, Prowlarr.

What license does daily-date-resolver-repo use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is daily-date-resolver-repo to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is daily-date-resolver-repo for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.