Manage your Stremio addons with ease.
WARNING: Use this at your own risk. This is not an official Stremio product and may break your Stremio installation. No support or warranty is given.
- Re-order your addons (including Cinemeta)
- Remove non-protected addons
VSCode + Volar (and disable Vetur)
npm install
npm run dev
npm run build
Run the following commands to build and run the app in a Docker container:
$ docker build -t stremio-addon-manager .
$ docker run -p 8080:80 stremio-addon-manager
The app will be accessible at http://localhost:8080
.
Big thank you to Sleeyax
and <Code/>
for the conversations and code snippets that made this really easy to implement.