SkipDB is a web dashboard to visualize and browse the Stremio Skip Button data for TV shows in Stremio Enhanced.
This project allows you to:
- See which series and episodes have skip data available
- View skip timecodes for each episode
- Filter and search for series in the Stremio Skip Button database
- Track progress of skip coverage
- Fast search and filtering of series
- Progress bars for skip coverage
- Multilingual support (English & French)
-
Get a TMDB API key:
Create a (free) account on The Movie Database and generate an API key from your account settings. -
Set your TMDB API key as an environment variable:
On macOS/Linux:export TMDB_API_KEY=your_tmdb_api_key_hereOn Windows (cmd):
set TMDB_API_KEY=your_tmdb_api_key_here
-
Install dependencies:
pip install -r requirements.txt
-
Run the app:
python src/app.py
-
Open your browser: Go to http://127.0.0.1:5000
This project is a companion viewer for the Stremio Skip Button project, which brings community-powered "Skip Intro" and "Skip Recap" features to Stremio.