Yet Another Stream.
A stremio addon to stream asian dramas, series and movies from multiple providers. Powered by TMDB, TVDB for metadata.
There are multiple way to start using this addon. The default config is catalog and stream from one provider.
- Visit https://yastream.tamthai.de (or https://yastream-dev.tamthai.de for the nightly version).
- Configure catalog and stream providers.
- Install with your preferred method.
- In stremio -> addon.
- Select Community Addons and search for 'yastream' or 'asian'.
- Install with default config or configure to add or remove providers.
To run this addon you can run the stable version (latest) with the docker-compose.yaml file provided:
services:
yastream:
image: tamthai/yastream:latest # "dev" for nightly build
container_name: yastream
ports:
- 55913:55913
environment: # more info in .env.example
- TMDB_API_KEY=your-tmdb-api-key
restart: unless-stoppedOr with docker run:
docker run -d \
--name yastream \
-p 55913:55913 \
--env-file .env \
--volume ./data:/app/data \
--restart unless-stopped \
tamthai/yastream:latestThe .env file require only two key TMDB and TVDB. The other value are optional with the default value written after | e.g. default PORT is 55913. Example env file
To help with adding more providers, you can directly contact me.
Install the dependencies
pnpm iStart the development server (no hot reload)
pnpm devBuild to deploy as a standalone server
pnpm buildRun the standalone server
pnpm startIf you find this addon useful, you can help by:
- Star the project or star the addon
- Submitting useful feedback, bugs or feature suggestions
- Supporting through Ko-fi
