Addons are the content engine of NuvioTV. Every row on your Home screen comes from an addon catalog, every piece of metadata is fetched from an addon, and every stream URL is provided by an addon. Without at least one installed and enabled addon, the Home screen will be empty.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/NuvioMedia/NuvioTV/llms.txt
Use this file to discover all available pages before exploring further.
You need at least one addon with a non-search-only catalog installed and enabled before content rows appear on the Home screen.
What addons do
Each addon serves one or more of three roles:- Catalog — provides lists of movies and series that appear as rows on the Home screen and in search results.
- Metadata — returns detailed information (description, cast, ratings, episode lists) for a given title.
- Streams — returns playable stream URLs for a movie or episode when you press Play.
resources field in the manifest declares what each addon offers.
Addon manifest format
An addon is described by amanifest.json file hosted at a stable URL. NuvioTV fetches this file when you install an addon and again on each scheduled refresh. The Addon data class mirrors the manifest fields directly:
CatalogDescriptor describes a single content row: its content type, a unique id, a human-readable name, and optional extra parameters (such as genre filters or a required search parameter). Catalogs that require a search extra are search-only and never appear on the Home screen.
A typical manifest URL looks like this:
/manifest.json suffix is optional — NuvioTV appends it when constructing API requests.
Installing addons
- Manual URL
- Phone QR Code
- Open Settings → Add-ons on your TV.
- Select the URL input field and enter the addon’s manifest URL.
- Press the Install button (or confirm with the keyboard’s Done action).
Managing installed addons
The Add-ons screen lists every installed addon. For each addon you can:- Enable / Disable — toggle the switch to include or exclude the addon from catalog and stream queries. Disabled addons remain installed but are completely skipped.
- Remove — permanently removes the addon from the installed list.
- Reorder — move an addon up or down in the list using the arrow buttons. The order here controls the default ordering of catalog rows on the Home screen. (Advanced mode only.)
Catalog order
The Catalog Order entry (Advanced mode only, shown only when at least one home-visible catalog exists) opens a dedicated screen where you can drag individual catalog rows into any order you want, independently of the addon order. Catalogs from different addons can be freely interleaved.Collections
Collections (Advanced mode only) let you group catalog rows into named folders that appear on the Home screen as a single tile. Each collection can contain catalog rows from multiple addons, TMDB lists, or Trakt public lists as sources. Collections are managed from the Collections entry in the Add-ons screen, or through the phone web UI inFULL or COLLECTIONS_ONLY mode.
Essential vs Advanced mode
NuvioTV ships with two experience modes. The table below shows what each mode exposes in the Add-ons screen:| Feature | Essential | Advanced |
|---|---|---|
| Install by URL | ✅ | ✅ |
| Manage from phone (QR) | ✅ (ADDONS_ONLY) | ✅ (FULL) |
| Enable / Disable addons | ✅ | ✅ |
| Remove addons | ✅ | ✅ |
| Reorder addons | ❌ | ✅ |
| Catalog Order screen | ❌ | ✅ |
| Collections screen | ❌ | ✅ |
