stremio-rating-addon
stremio-rating-addon copied to clipboard
Adds IMDb, Rotten Tomatoes, and Metacritic ratings to posters in Stremio.
Stremio Addon with Multiple Ratings
This Stremio addon fetches and displays ratings from multiple sources like IMDb, Rotten Tomatoes, Metacritic, Crunchyroll, Filmaffinity, and Gadgets 360, adding them to movie and series posters in the Stremio app.
Features
- Fetch ratings from multiple sources.
- Overlay ratings on posters.
- Support for trending and discover catalogs.
Screenshots

Installation
Prerequisites
Running the Application Locally
-
Clone the repository:
git clone https://github.com/hexdecimal16/stremio-rating-addon.git cd stremio-rating-addon -
Install dependencies:
npm installor
yarn install -
Start the application:
npm startor
yarn start -
Access the application at
http://localhost:3000.
Running the Application with Docker
To run the application inside a Docker container, follow these steps:
-
Build the Docker image:
Navigate to the directory containing the
Dockerfileand run:docker build -t stremio-rating-addon . -
Run the Docker container:
Once the image is built, run the container, mapping port 3000 of the container to port 3000 on your host machine:
docker run -d -p 3000:3000 stremio-rating-addon -
Verify the container is running:
You can check if the container is running by using:
docker ps -
Access the application:
Open your browser and navigate to
http://localhost:3000to access the Stremio addon.
Contributing
Contributions are welcome! Please submit a pull request or open an issue to contribute.