Unwanted spaces after re-install
Posted: 12 Oct 2017, 20:22
I use Filebot now and then and managed to write some useful syntax some time ago. After a re-install of Win 10 and FileBot from Appstore (4.7.13) it seems as my previous syntax now gives me unwanted spaces when renaming.
In the "Episode Format" window my expressions are like:
This outputs as "S01 .2002", eg there is an extra space after S01.
I use linebreaks between the expressions for better readability. Removing the linebreaks also removes the extra space:
This outputs as "S01.2002", as it did before the re-install.
This is driving me nuts! What am I doing wrong?
In the "Episode Format" window my expressions are like:
Code: Select all
{'S'+s.pad(2)}
{'.'+y}
I use linebreaks between the expressions for better readability. Removing the linebreaks also removes the extra space:
Code: Select all
{'S'+s.pad(2)}{'.'+y}
This is driving me nuts! What am I doing wrong?