Rafał Dzięgiel

Results 472 comments of Rafał Dzięgiel

Does this also happen with nightly Flatpak package? https://github.com/Rafostar/clapper/actions/workflows/flatpak-nightly.yml

Currently, you can just select one or more files at once in a folder and open them with Clapper from files manager or from Clapper "Add" option. Items play one...

> clapper --folder-of-file-to-playlist /path/to/video.mkv > In this way, the file would open and the folder /path/to/ of this file would automatically be added to the playlist. We cannot do that,...

> would add the folder to playlist without changing the playing file. For this `--enqueue` option exists. ```sh clapper /path/to/folder ``` This is an equivalent to "Open" action, meaning the...

> nor Clapper seem to support it This is incorrect. Clapper does support this. In fact this issue is not present if you build Tuba with Clapper support (its set...

> Hover can't work, bring up interface on first tap. Dunno which version you are using, but since 0.6, expected behaviour of first tap is to bring up interface and...

> If I have it play automatically (from file manager video click) there is no interface yet. I tap once and the interface comes up (good), but it also pauses...

> replacing https with clapper One problem with it is we can only guess for "https" when converting URI back. This would make things that have custom URI schemes upon...

> Would just filling the "Add URI" entry better? That way users can edit the scheme themselves. But then again that might be too technical for the average user :P...

> Alternatively you could URI-escape the actual URI including the protocol and pass that with the clapper:// URI. I've seen this done on Android by some ContentProvider implementations. Thats even...