This repository provides a Latino streaming provider for Nuvio, Flax, and other compatible apps.
To add this plugin to your Nuvio or Flax app:
- Open the Nuvio app.
- Go to Settings -> Providers -> Add Repository URL.
- Enter the URL of your hosted
manifest.json(e.g.,https://your-github-username.github.io/Flax-plugin/manifest.json). - The Flax scraper should now appear in your list.
npm startDefault local URLs:
http://127.0.0.1:7010/manifest.json
http://127.0.0.1:7010/health
flax keeps its source files in src/flax/ and bundles to providers/flax.js for Nuvio compatibility (transpiled for Hermes).
npm run buildTo add another provider, create src/<provider>/index.js and src/<provider>/provider.json. The build will bundle providers/<provider>.js and regenerate manifest.json from every built provider's metadata.
manifest.json: repository manifest for Nuvio/Flaxproviders/flax.js: bundled provider for Nuviosrc/flax/: provider source codestremio-server.js: addon server (for Stremio)addon.config.json: active provider list for the server