Rename files when each word is separated with an dot

Support for macOS users
Post Reply
toegelr
Posts: 1
Joined: 23 Jul 2016, 09:37

Rename files when each word is separated with an dot

Post by toegelr »

Hi FileBot Team!

I also would like to use FileBot for batch file renaming purposes for my TV Series. I'm using KODI for my home cinema setup and the usual way to describe episodes is as follows: Series.S0XE0X.Title

The thing is that the title words are not separated by a blank but with an dot like "Ray.Donovan.S01E01.Vater.unser". Each word is separated with an dot.

Does someone know how I get a dot between each word? :?: I'm very glad for your help. ;)

With best regards,
Roland
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rename files when each word is separated with an dot

Post by rednoah »

Use the format. The examples show you how you can replace spaces with dots:
http://www.filebot.net/naming.html

Solution 1:

Code: Select all

{n.space('.')}.{s00e00}.{t.space('.')}
Solution 2:

Code: Select all

{allOf{n}{s00e00}{t}.join('.').space('.')}
:idea: Please read the FAQ and How to Request Help.
Post Reply