Rafał Dzięgiel

Results 472 comments of Rafał Dzięgiel

Yes. I agree that blur would fix all this, but since we do not have it yet the best I can offer is to make it less transparent a very...

For now, linking upstream issue if anyone wants to help fix them, so they will actually play: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1100 > Maybe it could special-case subtitle plugin types as being non-fatal if...

Example code to test (this time in Python :smile:): ```python #!/usr/bin/env python3 import gi gi.require_version('Adw', '1') gi.require_version('Clapper', '0.0') gi.require_version('ClapperGtk', '0.0') gi.require_version('GLib', '2.0') gi.require_version('Gtk', '4.0') from gi.repository import Adw, Clapper, ClapperGtk,...

While I agree this is a good use-case for a video player, I am not sure if I want to make this part of the "core" Clapper application itself, considering...

There is plan (and always was) to allow to seek with scroll on the progress bar. Unfortunately restoring it did not make it into this release. Hopefully for the next...

Its not "strange", its simply different. I just set it to be like that to better match icon/logo. I dunno if there is any explicit HIG requirement saying that it...

Yes, it was a bad implementation, so I decided to not port that as-is into new code. It needs to be rethought carefully how it will suit and work well...

Then its gonna be what I mentioned to you in the git discussion: > I have seen ideas for apps to ship the icons which they use to show as...

A video sample to work with + screenshots how it looks and how its supposed to would be helpful. There was a new Clapper version released recently, but since its...

I assume these are muxed (contained in file) subtitles, yes? Or opened from external file? In case of muxed in video, can you share some short/small video file or a...