Philippe Normand
Philippe Normand
The biggest issue might be to have a usable gtk4-compatible video sink. I'm not sure what's the current state about this in GStreamer, needs to be investigated...
This might be the way to handle video rendering, https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/video/gtk4
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/767 also but looks stalled.
Some work started on this, see https://github.com/philn/glide/pull/64
https://belmoussaoui.com/article/8-how-to-flatpak-a-rust-application
> v0.5.6-Flatpak (would be cool if you would provide an “info” screen in the program) > The About menu is no longer accessible indeed since I migrated to the "sandwitch"...
The current shortcuts: https://github.com/philn/glide/blob/master/src/ui_context.rs#L144 (Primary is an alias for Ctrl on Linux). It's true I should add an overlay help menu documenting those though.
> Why don’t you use the arrow keys directly (without Ctrl), like every other media player does? Normally these modifier keys change the timestep (normal: 10s, Shift: 1m, Alt: 5/10m,...
I made this primarily for video yeah, regarding playlists, see https://github.com/philn/glide/issues/21
Not sure this is still needed.