Skip to content

Formatters

Branding_Brevity edited this page Jun 17, 2026 · 3 revisions

Formatters

Formatters control how streams are displayed in Stremio — the text shown for each result (title, quality, size, audio, etc.).


How to Import a Formatter

  1. Open AIOStreams → Formatter tab
  2. Click the Import icon (top right)
  3. Paste the formatter's raw GitHub URL
  4. Click LoadSave

Available Formatters

Formatter Style Import URL
Core Syntax (default in all templates) Clean, information-dense Baked into all templates
Apex v2 4K-focused, visual tags prominent https://raw.githubusercontent.com/brevityA/Core-Builds/refs/heads/main/Formatters/core-nexus-apex-v2-formatter.json
Elite Minimal, quality-first https://raw.githubusercontent.com/brevityA/Core-Builds/refs/heads/main/Formatters/core-nexus-elite-formatter.json
Nexus Prime Full detail — codec, HDR, audio, size, seeders https://raw.githubusercontent.com/brevityA/Core-Builds/refs/heads/main/Formatters/nexus-prime-formatter.json

All formatters use id: tamtaro with definitions.overrides['tamtaro'].


Formatter Fields Reference

Field What it shows
stream.resolution 2160p, 1080p, 720p, etc.
stream.quality BluRay REMUX, WEB-DL, etc.
stream.encode HEVC, AVC, AV1
stream.visualTag DV, HDR10+, HDR10, HLG, SDR
stream.audioTag Atmos, TrueHD, DTS:X, DD+, AAC
stream.size File size
stream.bitrate Bitrate in Mbps
stream.seeders P2P seeders (torrent only)
stream.hasChapters 📖 badge for BluRay REMUXes with chapter markers
stream.editions Director's Cut, Extended, IMAX, etc.
stream.regraded 🔄 colour regrade flag
stream.repack 🔁 REPACK/PROPER flag
stream.seMatched Name of the stream expression that matched
stream.nSeScore Normalised SEL score (0–1)
stream.nRegexScore Normalised regex score (0–1)

Customising a Formatter

Formatters are JSON files. To customise:

  1. Download the formatter JSON
  2. Edit the name and description template strings
  3. Re-import via the Formatter import button

See the Formatter Guide in the repo for full field and modifier reference.

Clone this wiki locally