Page 1 of 1

Periods in renamed files

Posted: 23 Apr 2024, 07:23
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.

Re: Periods in renamed files

Posted: 23 Apr 2024, 09:32
by rednoah
e.g. use space instead of . in your format:

Format: Select all

{n} {s00e00} {t} {vc} {ac}

Re: Periods in renamed files

Posted: 23 Apr 2024, 18:28
by Silentducky
thank you very much