MPA

From the to-do list: MPA V1.0: API integration initial tasks

✔ Download all: get pack's size

Comments

Pierre henri Seylan on February 19, 2019:

In the sound packs header there is a "Download all" option which allows to download all the items of a pack in onne request.

It was planed to display the size of the entire download in the tooltip, for example "Download (2.6 GB)"


In order to display the size of the download, 2 things must be considered:
  • The total size of the pack (all items combined)
  • The items which are already downloaded 

The easiest would be to get the total size of the pack and substract the size of the items which are already downloaded.

Or we could sum all the items which have not been downloaded to get the total size, but this might add some overhead.

Discuss with Karim on how to best implement this functionality, so that he ca require some changes to the web development team if needed.

Pierre henri Seylan on February 22, 2019:

Feedback:

Let's display the size in MB if the dowload size is under 1GB
so for example instead of 0.09GB we should display 90 MB

Pierre henri Seylan on February 25, 2019:

Feedback:

It seems that the download all size is not reported when you open a pack / collection page from the Home page view.

to test