MPA

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

✔ Add thumbnails to sound items

Comments

Pierre henri Seylan on November 19, 2018:

We should now add the thumbnails to the sound items in the list views.
The thumbnails are showing to which pack the item's belongs.
This is already implemented on the website, so the API should return an image/link for every sound item.

dynamic linking to the pack:
When clicking on the thumbnail, it should open the pack's detail page

default thumbnail:
If the item is not linked to any sound pack, we display the default thumbnail (see the screenshot below) 

Karim Alabtakh on November 26, 2018:

done

Pierre henri Seylan on November 26, 2018:

Some feedback:

Dynamic linking:
This doesn't work on my end.
For example, the file Tambourine 006 belongs to a pack, ut when clicking on the thumbnail nothing happens

Overwrite plugin image:
For some datas the thumbnail is not correct.
For example, some instruments are displaying the plugin thumbnail, but since they belong to a pack, the pack's thumbnail should appear.

See for example the sound "dist.sound"
On the website, the pack's image appear, but in the MPA the plugin image is displayed:

Karim Alabtakh on November 26, 2018:

Overwrite plugin image:
it's server bug. 
for get pack content api (id=4) the server return this image for Dist.sound (id=41448)
"image": " "

but for get factory content api the server return this image for Dist.sound (id=41448)
"image": " "

also the pack_id property is false.

I will add new task

Karim Alabtakh on November 30, 2018:

done

Pierre henri Seylan on December 2, 2018:

One more detail:

The thumbnail of the currently played file should appear in the audio player.

Karim Alabtakh on December 3, 2018:

done

Pierre henri Seylan on January 29, 2019:

here we still need to add the dyamic linking for items linked to a personnal collection

Karim Alabtakh on January 30, 2019:

done

Pierre henri Seylan on February 1, 2019:

Feedback:

There is still an issue with dynamic linking.
If you open a collection page, and click the thumbnails of an item, it doesn't link to the pack.
in other words the dynamic linking works only for 1 level, but doesn't work if there are several levels in the hierachry.

Pierre henri Seylan on March 6, 2019:

Feedback:

1. Issue with dyamic linking:
Whe clicking multiple times on the same thumbnail, the item is duplicated in the breadcrumbs.
see the video below:
https://www.dropbox.com/s/qynclcf40oq6pc2/dynamic%20linking.mov?dl=0