Page 1 of 1

file sizes difference

Posted: 07 Jul 2019, 11:59
by mrr147
I'm using {gigabytes} to output size in the filename and it works as expected.
However windows shows file sizes in gibibytes and I get two different values.
Is there a some workaround, so filebot could output size in gibibyte instead of gigabytes?


EDIT:
I wrote something like this and it seems to work

Code: Select all

{(bytes/1073741824).round(1)}