-
-
Notifications
You must be signed in to change notification settings - Fork 1
Formatters
Branding_Brevity edited this page Jun 17, 2026
·
3 revisions
Formatters control how streams are displayed in Stremio — the text shown for each result (title, quality, size, audio, etc.).
- Open AIOStreams → Formatter tab
- Click the Import icon (top right)
- Paste the formatter's raw GitHub URL
- Click Load → Save
| 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'].
| 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) |
Formatters are JSON files. To customise:
- Download the formatter JSON
- Edit the
nameanddescriptiontemplate strings - Re-import via the Formatter import button
See the Formatter Guide in the repo for full field and modifier reference.
Core Builds by Brevity . Template Directory . Import Guide . Changelog
Not affiliated with TorBox, AIOStreams, or any referenced service. Templates configure stream filtering only -- they do not host or distribute content.