Rename format examples for EvoSeedboxBot
On this page ▾
A format is the naming pattern EvoSeedboxBot applies when it renames a file. It is plain text with parts in braces: {n} - {s00e00} - {t} becomes Breaking Bad – S01E01 – Pilot. Anything in braces that has no value simply disappears, which is how optional parts work. This page lists every binding and method with examples you can paste into the Format box on the Rename tab or into Settings.
Bindings
| Binding | Meaning | Example |
|---|---|---|
{n} {y} {ny} |
name, year, name (year) | Breaking Bad · 2008 · Breaking Bad (2008) |
{s} {e} {s00e00} {sxe} {e00} |
season and episode numbers | 1 · 1 · S01E01 · 1×01 · 01 |
{t} {airdate} {absolute} {special} |
episode title, air date, absolute number, special number | Pilot · 2008-01-20 · 1 · — |
{vf} {vc} {ac} {channels} {hd} {hdr} {bitdepth} |
from MediaInfo (falls back to the file name) | 1080p · x264 · AAC · 5.1 · HD · HDR · 10 |
{source} {group} {tags} |
from the file name | BluRay · DEMAND · Directors Cut |
{imdbid} {tmdbid} {tvdbid} {rating} {imdbrating} {genres} {collection} {certification} {runtime} |
metadata | tt0078748 · 348 · 81189 · 8.1 · 8.5 · Horror · Alien Collection · R · 117 |
{plex} |
the complete Plex path | TV Shows/Breaking Bad (2008)/Season 01/Breaking Bad (2008) – S01E01 – Pilot |
{fn} {ext} {file.name} {folder} |
the original file | — |
Methods and conditions
.upper() .lower() .upperInitial() .pad(2) .ascii() .colon(' - ') .space('.') .replaceAll(/[!?]+/, '') .truncate(40) .sortName() .acronym() .replaceTrailingBrackets(); on lists .take(2) and .join(', '). A fallback: {vf ?: 'SD'}. If/else: {anime ? absolute.pad(3) : s00e00}.
Examples
{n} - {s00e00} - {t}→ Breaking Bad – S01E01 – Pilot{n} ({y})/{n} ({y}){" ["+vf+"]"}→ Alien (1979)/Alien (1979) [1080p] — the bracket vanishes when the resolution is unknown{n.upperInitial().space('.')}.{s00e00}.{vf}-{group}→ Breaking.Bad.S01E01.720p-DEMAND (scene style)Anime/{n} ({y})/{n} {absolute.pad(2)} - {t}→ Anime/Kimetsu no Yaiba (2019)/Kimetsu no Yaiba 19 – Hinokami{az}/{ny}/{ny}→ B/Breaking Bad (2008)/… — sorted by first letter{n.sortName()} ({y})→ Office, The (2005) — article moved to the end{collection ?: n}/{ny} [{imdbid}]→ Alien Collection/Alien (1979) [tt0078748]{n} - {s00e00} - {t} [{vf} {vc} {ac} {channels}]{' '+hdr}→ … [1080p x264 AAC 5.1] HDR
Note: the format decides the name and folders only; the file extension is always kept, and illegal characters (: ? * < > |) are removed.
EvoSeedboxBot guide · Naming schemes: Plex, Jellyfin, Kodi, Emby, flat and anime →
Related articles
Put this into practice
EvoSeedbox ships with one-click app installs and up to 10 Gbps per box.