Note that the {plex} format is most suitable for beginners and advanced users alike. {plex} and {plex.name} will take care replacing : colon with - dash among other things:
Format: Select all
{ plex.name }
e.g. movie format
Format: Select all
{ ny.colon(' - ') }
e.g. episode format
Format: Select all
{ n.colon(' - ') } - { s00e00 } - { t.colon(' - ') }
e.g. custom character replacement
Format: Select all
{ n.replace(':':'-', '?':'', '&':'and') }