luniki

Results 13 comments of luniki

I am certain that @JulianKniephoff has a quick-and-easy fix for this.

> I expect similar behaviour in the UI Mode (with flag --ui). The test defined in auth.setup.ts does not even appear in the UI Mode to run explicitly even if...

Lars sent me this "oneliner" to create a triple event: ```bash curl -u admin:opencast "${SERVER}/ingest/addMediaPackage/fast" \ -F 'flavor=presenter/source' \ -F mediaUri=https://example.com/opencast/test-media/goat.mp4 \ -F 'flavor=presentation/source' \ -F mediaUri=https://example.com/opencast/test-media/goat.mp4 \ -F 'flavor=experiment/source'...

I talked to @Arnei about this and created a first version of it. Here are some screenshots. ### Initial state after opening the "Tracks" tab ![Screenshot 2024-05-29 at 12-04-11 Opencast...

The "Confirm selection" buttons seems to be useless. Last we talked we defined: > There should be a big confirm button > * This idea here is to avoid a...

I have pushed my changes to this PR to my own branch: https://github.com/luniki/opencast-editor/commits/tracks-select-audio/

Here are some screenshot of my current state of track selection. ### Entering the track selection ![image](https://github.com/opencast/opencast-editor/assets/2993/5efb58ed-629b-4ea4-97e1-b2ba0d3a4f21) ### Enabled track selection ![image](https://github.com/opencast/opencast-editor/assets/2993/6feb1901-1671-452c-a4d1-661c9fc08d44) ### De-selected all but one track ![image](https://github.com/opencast/opencast-editor/assets/2993/c8419e6b-52f4-4e71-844c-0d9b7b2935b7)

The checkbox labelled "Customize track selection" is a new part of the state of the editor which has to be transferred to the Opencast EditorService endpoint. At the moment there...

I pushed my changes to my forked branch of opencast-editor: https://github.com/luniki/opencast-editor/commits/tracks-select-audio/ In the backend I edited the `EditingData` class: https://gitlab.elan-ev.de/mlunzena/opencast-bern/-/commits/feature/track-selection