DC Add-On for Stremio
Below are details on the new DC add-on for Stremio.
Features:
- All items are in chronological order: Based on a curated DCEU timeline
- Release Date: Browse non-animated titles by original release order
- Movies, Series & Animations: Filter by content type
- Data Updates: Easily refresh content using the included scripts
- Fast & Lightweight: Optimised for performance
Currently, the addon primarily supports DC content from 2010 onwards with a limited catalog. Additional categories covering the entire DC universe will be added based on user needs and requests.
The GitHub page is available here
The add-on can be directly installed from here
This section is for those who self-host the addon. To update the data files:
- Set up API keys in a .env file (TMDB_API_KEY, OMDB_API_KEY)
- Install dependencies: npm install
- Run the update script: node scripts/updateData.js
- Run the chronological script: node scripts/generateChronologicalData.js
- Restart/redeploy the addon
This addon's content is automatically updated on the 1st day of every month using GitHub Actions. The workflow:
- Fetches the latest DC Universe data from external APIs
- Updates the data files
- Commits and pushes changes to the repository