file sizes difference

Support for Windows users
Post Reply
mrr147
Posts: 1
Joined: 07 Jul 2019, 10:19

file sizes difference

Post 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)}
Post Reply