I'm using one of the defaults which has been great so far:
{n} - {S00E00} - {t}
However Gotham has a colon in the filename when it is picked up with thetvdb.com which isn't allowed in Windows 10 so I can't get it to actually rename.
Is there a way to substiture that colon for just a - (dash) or have it exclude the colon with an override?
TYVM
Rename WITHOUT Colons on Windows 10
Re: Rename WITHOUT Colons on Windows 10
You can use the built-in {plex} binding and then just use the filename part, and that'll take care of all these corner cases:
In general, I'd recommend fully organizing files using a the full Plex path:
➔ viewtopic.php?f=5&t=4116
Code: Select all
{plex.name}
Code: Select all
X:/Media/{plex}
Re: Rename WITHOUT Colons on Windows 10
TYVM, that worked great!