-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for new transcription management (subtitles) in Opencast 15 #373
base: master
Are you sure you want to change the base?
Conversation
Is this a good idea? We should try and follow the new format. In regards to the tagging problem see opencast/opencast#5866 |
At the time of implementing this, and still (the tagging feature request issue comes from Till & I to tackle this), there was no other option when using As soon as the tagging is possible via the endpoint, we need to update it here as well! |
@ferishili Okay, I can see why backwards compatibility would be important. And if this will support the new use case as well (when the tagging PR is through), then that's fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, the code looks good to me. Thank you very much!
Of course tests would be amazing. I think it would probably a good idea to look into which features we have in the plugin, and which ones are tested in which way (against live local opencast or simulated requests)
Hi @justusdieckmann, hi @bluetom |
This PR fixes #368
Description
In Opencast 15 the subtitles format has been changed drastically, in a form that the flavor now contains captions/delivery and other info like language etc. will be provided in the tags.
Solution
mediapackages
for upload/delete.Goal
the ultimate goal is to be able to manage (delete/download/upload) manual and auto generated subtitles for an event. In order to achieve this goal it might happen that workflows has to be updated (specially
republich-metadata-and-captions
workflow) to cover all cases.NOTE
Consider this PR as a beta version, because this subtitle upgrade is still fresh and might result in unexpected behaviors, therefore, this PR may have further updates