Periods in renamed files

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Silentducky
Posts: 2
Joined: 23 Apr 2024, 07:07

Periods in renamed files

Post by Silentducky »

Hello,

I want to say thank you for the great program, it has helped me a lot.

I just started using the program and have difficulty with periods in the renamed files.

My current template is as follows:

Code: Select all

Community.S01E01.Pilot.HEVC.DTS

Format: Select all

{n}.{s00e00}.{t}.{vc}.{ac}{'.'+group}
I would like a clean file name with the media properties in the title but with spaces instead of periods.
Like so:

Code: Select all

Community S01E01 Pilot HEVC DTS
Any help will greatly be appreciated.
User avatar
rednoah
The Source
Posts: 23022
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Periods in renamed files

Post by rednoah »

e.g. use space instead of . in your format:

Format: Select all

{n} {s00e00} {t} {vc} {ac}
:idea: Please read the FAQ and How to Request Help.
Silentducky
Posts: 2
Joined: 23 Apr 2024, 07:07

Re: Periods in renamed files

Post by Silentducky »

thank you very much
Post Reply