matthias

Results 24 comments of 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 :) > ![image](https://user-images.githubusercontent.com/26258709/166663456-114cd3ec-4a9c-4e5e-b7e8-659faf61cf90.png) > 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 > > ![image](https://user-images.githubusercontent.com/17551908/182374947-81e51995-8e0f-47e4-a628-2ac22462c791.png) ![image](https://user-images.githubusercontent.com/17551908/182374665-2dcac993-7031-4c2d-a070-02811b4cf064.png) 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?...