[Bug Fix] + [Feature Request] "Auto" option for File Sizes

All about the program
Post Reply
BrokenTension
Posts: 1
Joined: 24 Mar 2025, 02:09

24 Mar 2025, 02:56

[Bug Fix]
I noticed that older versions of VTM used to display a comma for values >999, i.e. 3,456MB. But in later versions it only displays a space, i.e. 3 456MB. Not sure why you would switch to a space instead of a comma. Perhaps this was a bug/oversight? Could you bring back the comma or just eliminate the comma/space altogether?

[Feature Request]
It would be nice to have an "Auto" option along with the "GB/MB/B" in Technical Details. Enabling this would allow VTM to use GB/MB/B based on the file size of the video. I have posted an example below.

- I used Binary Units since this is a Windows application.
- Values on the left are Binary Bytes, i.e. 1KiB = 1024 Bytes
- Values on the right are Bytes

Code: Select all

[TiB] 1099511627776 - 1125899906842599
[GiB] 1073741824 - 1099511627775
[MiB] 1048576 - 1073741823
[KiB] 1024 - 1048575
  [B] 0 - 1023
Thank you for your consideration.
User avatar
admin
Site Admin
Posts: 1446
Joined: 03 Jun 2014, 22:14

25 Mar 2025, 22:29

Thank you for your request, I will check what I can do.
Post Reply