Benoit Pierre

Results 121 comments of Benoit Pierre

Here is the patch to also calculate the number of pages when extracting a CRE document information: ```diff --- plugins/coverbrowser.koplugin/bookinfomanager.lua | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-)...

It's in the plugins registry, so you should be able to install it through the plugins manager.

I've pushed an update to the VLC commands plugin that could help: * install the plugin * configure access, as per the instructions * launch VLC, add the files you...

Note: in VLC's preferences, select "All" to show all preferences, then search for "playlist", and in the "Playlist" tab, check "Play and pause", or upon finishing playing an item, VLC...

Alternatively, you could combine the new `clear` and `add` commands to achieve the same result (only play one file).

I don't know what the limit is for a VLC playlist is, but the API is really stupid: you have to use an ID to specify the playlist item, and...

Fix for turbo LUA files permissions: ```diff thirdparty/turbo/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git i/thirdparty/turbo/CMakeLists.txt w/thirdparty/turbo/CMakeLists.txt index c99f07d5..61e4f48d 100644 --- i/thirdparty/turbo/CMakeLists.txt +++ w/thirdparty/turbo/CMakeLists.txt @@ -10,6 +10,9...

Sorry, that might be because of me! ;( I downloaded the link to test with my version. Anyway, I get some crashes with the official AppImage, but no crash with...

Thank! How come a `brew update` does not also fix the problem? They did not bump the formula?