matthias
matthias
Hey! I would love to implement that feature. As far as I am aware the way to do this is: 1. Fork the Repository 2. Implement the feature 3. Create...
> > `ALTER TABLE courses DROP COLUMN live_enabled;` > > This could be a [migration](https://github.com/joschahenningsen/TUM-Live/blob/dev/dao/migrations/202207240.go) I've added the migration. I hope I got the naming right 😅 How do I...
> I think `course.StreamEnabled` becomes `streamCtx.stream` after sending the request to the worker. > > https://github.com/joschahenningsen/TUM-Live/blob/fa9bfbf2c0a13dc9446a2325efb204d99cfea31a/worker/worker/request_handlers.go#L433 > > This should also be removed along with the logic for just recording...
> In desktops this could even fit in next to the current livestreams, as there is a lot of space left :) >  > If you want, you could...
It would be pretty awesome if it were possible to change primary colors.
Looks neat 💯 Some more ideas: 1) I think it would be pretty cool to have thumbnails above the titles of VODs. 2) We could move `Other Courses` to the...
> Added thumbnails, at least in the UI :) Not sure what to actually show as a thumbnail though > >   How about some kittens? Jokes aside, we...
The same is needed for video section images. How about a `(Re-)Generate Thumbnails and Video Section Images` Button?
> > Also, the red of the logo and live indicator should match, I don't think it makes a huge difference which to go forward with. > > hmm… I...
> Just had a look here out interest. The changes make sense to me, but I saw there are some more `inits()` not addressed by this PR. Are these OK?...