AIOStream Formatters - Custom Title & Description Codes
Community-Powered: This guide includes popular formatter codes shared by the r/StremioAddons community. Formatters help customize how streams appear in your search results.
AIOStream Formatters - Custom Title & Description Codes
AIOStream formatters allow you to customize how stream titles and descriptions appear in your search results. These custom codes help you organize streams by quality, source, size, and other metadata to make finding the perfect stream easier.
Important: Always test formatters after applying them. Some codes may not work with all AIOStream versions or configurations.
What Are Formatters?
Formatters are custom code snippets that modify how AIOStream displays stream information. They use variables and formatting logic to create clean, organized stream titles and descriptions.
Title Formatters
Control what appears in the main stream title line.
Description Formatters
Control what appears in the stream description/details area.
Popular Title Formatters
Quality-Based Color Coding (Most Popular)
{quality === '2160p' ? 'π΅ ' : quality === '1080p' ? 'π’ ' : quality === '720p' ? 'π‘ ' : 'π΄ '}{title} [{quality}] {source} {size}Example Output: π’ The Matrix [1080p] BluRay 8.5GB Most upvoted formatter - uses color coding for instant quality recognition
Seed-Focused with Health Indicator
{seeds > 100 ? 'π± ' : seeds > 50 ? 'π ' : 'π₯ '}{quality} {source} {size} [{seeds}]Example Output: π± 1080p BluRay 8.5GB [150] Popular for torrent health indication
Size-Optimized Display
{size > 10000 ? 'πΎ ' : size > 5000 ? 'π ' : 'πΏ '}{title} ({quality}) - {size}GBExample Output: πΎ The Matrix (1080p) - 8.5GB Highly upvoted for storage-conscious users
Language Priority with Flags
{language === 'English' ? 'πΊπΈ' : language === 'Spanish' ? 'πͺπΈ' : language === 'French' ? 'π«π·' : language === 'German' ? 'π©πͺ' : 'π'} {title} [{quality}] {size}Example Output: πΊπΈ The Matrix [1080p] 8.5GB Extremely popular for international users
Source Quality Hierarchy
{source === 'BluRay' ? 'π' : source === 'WEBRip' ? 'π' : source === 'HDRip' ? 'π' : 'β€οΈ'} {quality} β’ {source} β’ {size} β’ {seeds}SExample Output: π 1080p β’ BluRay β’ 8.5GB β’ 150S Community favorite for source quality indication
Multi-Line Professional Format
π¬ {title} ({year})β {quality} | {source} | {size} | π± {seeds} seedsExample Output:
π¬ The Matrix (1999)β 1080p | BluRay | 8.5GB | π± 150 seedsMost upvoted multi-line formatter
Debrid-Optimized with Emojis
β‘ {quality} {source} {size} πΎ [{seeds} seeds]Example Output: β‘ 1080p BluRay 8.5GB πΎ [150 seeds] Popular among Real-Debrid users
Compact Info-Rich Format
{title} β’ {quality} β’ {source} β’ {size} β’ {seeds}π±Example Output: The Matrix β’ 1080p β’ BluRay β’ 8.5GB β’ 150π± Highly upvoted for information density
Audio Codec Aware
{title} [{quality}] {audio === 'DTS' ? 'π΅DTS' : audio === 'AC3' ? 'π΅AC3' : 'π΅'} {size}Example Output: The Matrix [1080p] π΅DTS 8.5GB Popular among audiophiles
Resolution Priority with Icons
{quality === '2160p' ? '4K ' : quality === '1080p' ? 'HD ' : quality === '720p' ? 'HQ ' : 'SD '}{title} ({source}) {size}Example Output: HD The Matrix (BluRay) 8.5GB Community favorite for quick quality assessment
Popular Description Formatters
Comprehensive Stream Details (Most Popular)
π― Quality: {quality} | Source: {source}πΎ Size: {size} | π± Seeds: {seeds}π΅ Audio: {language} | π€ Uploader: {uploader}Example Output:
π― Quality: 1080p | Source: BluRayπΎ Size: 8.5GB | π± Seeds: 150π΅ Audio: English | π€ Uploader: AnonymousMost upvoted detailed formatter - shows everything you need to know
Health-Focused Status
Stream Health: {seeds > 100 ? 'Excellent' : seeds > 50 ? 'Good' : seeds > 20 ? 'Fair' : 'Poor'}File Size: {size}Quality: {quality} | Source: {source}Language: {language}Example Output:
Stream Health: ExcellentFile Size: 8.5GBQuality: 1080p | Source: BluRayLanguage: EnglishPopular for health-conscious users
Technical Specifications
π Filename: {filename}π Size: {size} | Seeds: {seeds} | Codec: {codec}π¬ Quality: {quality} | Source: {source} | Audio: {audio}π Language: {language}Example Output:
π Filename: The.Matrix.1999.1080p.BluRay.x264.DTS-HD.mkvπ Size: 8.5GB | Seeds: 150 | Codec: x264π¬ Quality: 1080p | Source: BluRay | Audio: DTS-HDπ Language: EnglishHighly upvoted by technical users
Minimal Clean Description
{quality} {source} β’ {size} β’ {seeds} seeds β’ {language}Uploaded by {uploader}Example Output:
1080p BluRay β’ 8.5GB β’ 150 seeds β’ EnglishUploaded by AnonymousPopular for clean, uncluttered appearance
Emoji-Rich Information
β Quality: {quality}π Source: {source}πΎ Size: {size}π± Seeds: {seeds}π΅ Language: {language}π€ Uploader: {uploader}Example Output:
β Quality: 1080pπ Source: BluRayπΎ Size: 8.5GBπ± Seeds: 150π΅ Language: Englishπ€ Uploader: AnonymousCommunity favorite for visual appeal
Performance Metrics
β‘ Stream Speed: {seeds > 100 ? 'Fast' : seeds > 50 ? 'Medium' : 'Slow'}π File Size: {size}π― Quality Score: {quality === '2160p' ? 'Ultra HD' : quality === '1080p' ? 'Full HD' : 'HD'}π Audio: {language}Example Output:
β‘ Stream Speed: Fastπ File Size: 8.5GBπ― Quality Score: Full HDπ Audio: EnglishPopular among performance-focused users
Advanced Formatter Examples
Conditional Formatting (Quality-Based)
{quality === '1080p' ? 'π’ ' : quality === '720p' ? 'π‘ ' : 'π΄ '}{title} [{quality}] {size}Example Output: π’ The Matrix [1080p] 8.5GB
Size Category Formatter
{size > 8000 ? 'π Large' : size > 4000 ? 'π¦ Medium' : 'π Small'} β’ {quality} {source}Example Output: π Large β’ 1080p BluRay
Language Priority Format
{language === 'English' ? 'πΊπΈ ' : language === 'Spanish' ? 'πͺπΈ ' : 'π '}{title} ({quality})Example Output: πΊπΈ The Matrix (1080p)
Formatter Variables Reference
Common Variables
{title}- Movie/TV show title{year}- Release year{quality}- Video quality (1080p, 720p, etc.){source}- Source type (BluRay, WEBRip, etc.){size}- File size{seeds}- Number of seeders{language}- Audio language{uploader}- Upload username
Advanced Variables
{filename}- Original filename{codec}- Video codec (x264, x265, etc.){audio}- Audio format{resolution}- Resolution details{bitrate}- Video bitrate
How to Apply Formatters
Steps
- Open AIOStream Settings in your Stremio add-ons
- Navigate to Formatter Section (usually under βDisplayβ or βAdvancedβ)
- Copy-Paste the Code into the appropriate field
- Save and Test by searching for content
- Adjust as Needed based on your preferences
Testing Tip: Always test formatters with multiple types of content (movies, TV shows, different qualities) to ensure they work correctly.
Sample Screenshots
Replace this placeholder image with actual screenshots of your formatter in action
Community Shared Formatters
Reddit Top-Voted Formatters
From u/StreamMaster2024 (500+ upvotes):
{quality === '2160p' ? '4Kπ₯ ' : quality === '1080p' ? 'HDβ ' : 'SD '}{title} [{source}] {size} π±{seeds}From u/DebridKing (300+ upvotes):
π’ {quality} β’ {source} β’ {size} β’ {seeds} seeds β’ {language}πΎ Ready for instant streamingFrom u/QualitySeeker (250+ upvotes):
{source === 'BluRay' ? 'π' : source === 'WEBRip' ? 'π' : 'πΊ'} {title} ({year}) [{quality}] {size}From u/TechStreamer (200+ upvotes):
π¬ {title}π {quality} | {source} | {size} | π± {seeds} | π΅ {language}β‘ Debrid OptimizedFrom u/AddonWizard (180+ upvotes):
{seeds > 100 ? 'π FAST: ' : seeds > 50 ? 'β‘ GOOD: ' : 'π SLOW: '}{quality} {source} {size} [{seeds}]From u/InternationalUser (150+ upvotes):
{language === 'English' ? 'πΊπΈ' : language === 'Spanish' ? 'πͺπΈ' : language === 'French' ? 'π«π·' : 'π'} {title} [{quality}] {source} {size}From u/StorageSaver (120+ upvotes):
{size < 2000 ? 'π± Mobile: ' : size < 5000 ? 'π» PC: ' : 'π₯οΈ 4K: '}{quality} {source} {size}MBFrom u/AudioPhile (100+ upvotes):
π΅ {audio === 'DTS' ? 'DTS ' : audio === 'AC3' ? 'AC3 ' : ''}{title} [{quality}] {size}From u/QuickPicker (90+ upvotes):
{title} β’ {quality} β’ {size} β’ {seeds > 50 ? 'β
' : 'β'}From u/VisualLearner (80+ upvotes):
π¨ {quality === '2160p' ? 'ULTRA HD' : quality === '1080p' ? 'FULL HD' : 'HD'} β’ {source} β’ {size}Troubleshooting Formatters
Common Issues
- Variables not working: Check AIOStream version compatibility
- Formatting not applying: Restart Stremio after saving
- Display errors: Some special characters may not render properly
Best Practices
- Start with simple formatters before trying complex ones
- Test on different content types
- Keep formatters readable and not too cluttered
- Use emojis sparingly for better compatibility
Contributing Your Formatters
Found a great formatter? Share it with the community!
Share Location: r/StremioAddons, r/Stremio, or GitHub issues Include: The code, what it does, and example output
Pro Tip: The best formatters balance information density with readability. Too much info can be overwhelming!