Rafał Dzięgiel
Rafał Dzięgiel
@CleoMenezesJr > It would also be interesting to apply the menu button on the right side instead of the left one, since it is not a toolbox type like Kooha...
Zoom is hard to implement due to "headerbar-less drag window from anywhere". This prevents moving around the zoomed image.
> For convenience, instead of an option to "do nothing" vs "freeze frame" vs "close the app" Yes. We should simplify this to "freeze frame" only (with option to change...
It's not a bug, it's a feature :laughing:. No, but seriously, subtitles are rendered at video resolution (on purpose), so they do not look completely out of place (and more...
That would be a bug, cause we are supposed to do this already. How does your time look in output of this command: ```sh gjs -c 'const { GLib }...
That is an unusual time format, but yes we do not handle that properly, so its our bug.
Latest UI was simplified and aims at consistency between both windowed and fullscreen window. For this reason clock was removed. Since there is no clock, this issue is closed.
URI seems to be incorrectly escaped, leaving `#` character which is reserved for URI fragment.
This is something that should be done on the GStreamer side and not within player itself.
Here is a link to upstream work happening on this for reference: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1631