Skip to content

Repository files navigation

yastream logo

yastream

Yet Another Stream.

A stremio addon to stream asian dramas, series and movies from multiple providers. Powered by TMDB, TVDB for metadata.

How to use

There are multiple way to start using this addon. The default config is catalog and stream from one provider.

Directly from the website

  1. Visit https://yastream.tamthai.de (or https://yastream-dev.tamthai.de for the nightly version).
  2. Configure catalog and stream providers.
  3. Install with your preferred method.

Search from stremio addon

  1. In stremio -> addon.
  2. Select Community Addons and search for 'yastream' or 'asian'.
  3. Install with default config or configure to add or remove providers.

Self-host / Development

Self-host

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-stopped

Or with docker run:

docker run -d \
  --name yastream \
  -p 55913:55913 \
  --env-file .env \
  --volume ./data:/app/data \
  --restart unless-stopped \
  tamthai/yastream:latest

The .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

Development

To help with adding more providers, you can directly contact me.

Start the source

Install the dependencies

pnpm i

Start the development server (no hot reload)

pnpm dev

Build to deploy as a standalone server

pnpm build

Run the standalone server

pnpm start

Support

If 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

Inspiration

About

Stream asian dramas, series and movies from multiple providers. Powered by TMDB for metadata search

Topics

Resources

Stars

48 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Contributors

Languages