elan-ev / studip-opencast-plugin

This is an Stud.IP plugin for Opencast
https://elan-ev.github.io/studip-opencast-plugin/
GNU General Public License v2.0
9 stars 22 forks source link

Adding multiple videos to a playlist slow #970

Closed tgloeggl closed 2 months ago

tgloeggl commented 2 months ago

When adding multiple videos to a playlist, this takes very long due to one XHR call for every video added. This should instead be done in one call where all the videos to add are passed to speed things up signifcantly. The OC endpoint can handle bulk updates just fine.

Sidenote: Before this works at all, a change is needed in the opencast-api lib, which is currently under development.