Skip to content

charleeislegend/stremio-addon-manager

 
 

Repository files navigation

Stremio Addon Manager

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.

Features

  • Re-order your addons (including Cinemeta)
  • Remove non-protected addons

Recommended IDE Setup

VSCode + Volar (and disable Vetur)

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Docker

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.

Thanks

Big thank you to Sleeyax and <Code/> for the conversations and code snippets that made this really easy to implement.

About

Manage your Stremio Addons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 93.2%
  • Nix 1.6%
  • HTML 1.5%
  • JavaScript 1.3%
  • CSS 1.2%
  • Dockerfile 0.7%
  • Shell 0.5%