Jonas Dühring

Results 12 issues of Jonas Dühring

This PRs main idea was to create an example installation guide which new users are able to follow along step by step. This should hopefully make things easier as new...

documentation
has-conflicts

When changing the Metadata in the Editor, the selectable dropdown lists are not alphabetically sorted. ![image](https://github.com/opencast/opencast-editor/assets/32971521/7ce926d6-8fe3-4335-9a6b-aa0cb137ac3c) In my opinion it would make sense to have them sorted.

type:usability

Some users wondered as to why you sometimes can't delete a Track in the Editor. It probably would make sense to add a short explanation that the Editor assumes that...

This PR is a draft to add out-of-the-box audio-only support to Opencast. It adds conditions to the partial-publish WF, so that steps like timelinepreviews, theming etc. will be skipped when...

With this PR: https://github.com/opencast/opencast/pull/5856/files Opencast will be able to process and play audio-only files. I added some changes to the OC PaellaPlayer in order to make this work. There is...

After updating to OC 16.4 we had the issue that the videos did not load in the OAT. @luniki found out that it is related to HLS tracks missing the...

This PR-Draft relates to https://github.com/opencast/annotation-tool/issues/634 and https://github.com/opencast/annotation-tool/issues/601 . I "fixed" the current implementation in a way that the labels view now should not be showing duplicated labels anymore. However, the...

This PR should fix https://github.com/opencast/annotation-tool/issues/630 . For some reason the default height for the container containing the labels was set to `100vh`. I set this to `auto` so that it...

This PR should fix https://github.com/opencast/annotation-tool/issues/631. Instead of inserting new annotations as a time based annotation with a fixed duration, they now get added as a point annotation esuring that they...

This PR should fix https://github.com/opencast/annotation-tool/issues/573 . I haven't spent much time/thoughts on this so there is probably a better solution, but calling `tracks.showTracks()` in any case (even after initially creating...