Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
dimxr
Posted - 26 Sep 2020 : 11:00:18 Hello guys... I've been a long time user of the software but now I decided to show a field that I had not been using and that is the Filesize.
Filesize currently shows: 7617,84 and similar values.
Could that be shown differently? Like in GBs? In order to have something like 7.6 GB?
Thanks in advance and keep up the hard work!
1 L A T E S T R E P L I E S (Newest First)
JDommi
Posted - 26 Sep 2020 : 22:25:51 Try this:
Replace in your used MovieCard.htm _MOVIE_FILESIZE_ to <script>document.write((parseInt("_MOVIE_FILESIZE_")/1024).toFixed(2) + ' GB');</script>