u/D_I_Wood

Image 1 — AIOStreams formatter showcashing Debrid providers
Image 2 — AIOStreams formatter showcashing Debrid providers
Image 3 — AIOStreams formatter showcashing Debrid providers
▲ 5 r/aiostreams+1 crossposts

AIOStreams formatter showcashing Debrid providers

I have been using RD and AIOStreams for quite some time and I had a really nice, clean formatter.

And then the whole RD kerfuffle happened, and I subscribed to TorBox as well. Which led me to have to adapt my AIOStreams formatter, because I wanted to distinguish which links are from RD and which from TB. The first two screenshots are from mobile and the tird from TV.

The first piece of code is for the Name Template and the second for the Description template. If u like it, go ahead and steal it and use it.

And if u like it that much that u wanna join TB and use my referral code I won't stop you lol

Name Template

```{service.name::=Real-Debrid["RD"||""]} {stream.library::istrue["📌 Library "||""]}{service.name::=TorBox["TB"||""]} {stream.library::istrue["📌 Library "||""]}{service.cached::istrue[" Play⚡"||""]}{service.cached::isfalse[" Download ⏳"||""]}

{stream.resolution::=2160p[" 4K UHD "||""]}{stream.resolution::=1080p[" 1080p "||""]}{stream.resolution::=1440p[" QHD "||""]}{stream.resolution::=720p[" 720p "||""]}

{stream.resolution::=576p[" SD "||""]}{stream.resolution::=480p[" SD "||""]}{stream.resolution::=360p[" Low Quality "||""]}{stream.resolution::=240p[" Low Quality "||""]}{stream.resolution::=144p[" Low Quality "||""]}{stream.resolution::exists[""||"⚠️ Unknown "]}```

Description Template

```{stream.title::exists["🍿 {stream.title}"||"🍿"]}{stream.season::>=0[" S"||""]}{stream.season::<=9["0"||""]}{stream.season::>0["{stream.season}"||""]} {stream.episode::>=0[".E"||""]}{stream.episode::<=9["0"||""]}{stream.episode::>0["{stream.episode}"||""]}

📡 {addon.name} {stream.library::istrue["📌 Library "||""]}

{stream.quality::exists["🎬 {stream.quality}"||"🎬 [Quality]"]} | {stream.encode::exists["{stream.encode}"||" [Encode]"]} | {stream.visualTags::exists[" {stream.visualTags::join(' · ')}"||""]}

{stream.audioTags::exists["🔊 {stream.audioTags::join(' · ')}"||"🔊 [Audio]"]} {stream.audioChannels::exists["({stream.audioChannels} ch)"||""]} |{stream.smallLanguageCodes::exists[" {stream.smallLanguageCodes::join(' · ')}"||" [Language] "]}

{stream.edition::exists["✂️ {stream.edition}"||""]}

{stream.size::>0["📦 {stream.size::bytes} "||""]}{stream.folderSize::>0["/ {stream.folderSize::bytes}"||""]}{service.cached::isfalse[" ⇋ {stream.seeders} 🌱 "||""]}{stream.type::=p2p[" ⇋ {stream.seeders} 🌱 "||""]}```

u/D_I_Wood — 3 days ago