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 20 forks source link

Support multiple entries in a playlist for the same video #965

Open dennis531 opened 5 months ago

dennis531 commented 5 months ago

The plugin currently only supports one entry for one video per playlist. This restriction is implemented in the database. On the other hand, Opencast playlists can contain multiple entires of the same video in one playlist. As we do not have a specific use case for this, we should not provide this function in the UI. Nevertheless, the plugin should be able to handle multiple entries of the same video in the database and display them to the user in order to avoid incompatibilities.

Related #955