Character ":"

Support for macOS users
Post Reply
educa
Posts: 1
Joined: 16 Jun 2019, 16:15

Character ":"

Post by educa »

Every time that I rename and there's a character ":" Filebot only delete this character.
Is it possible to change this to "-" ?

Thanks and regards!
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Character ":"

Post by rednoah »

Yes, you can use a custom naming scheme and do whatever custom replacement you might like:
https://www.filebot.net/naming.html

e.g.

Code: Select all

{n.colon(' - ')}

The {plex} binding will do what you want by default:
viewtopic.php?f=5&t=4116

e.g.

Code: Select all

{plex.name}
:idea: Please read the FAQ and How to Request Help.
Post Reply