Robin Windey
Robin Windey
FYI: With the new version for NC28 the XMP metadata is now extracted in the backend whenever a directory listing is opened. So the files list metadata now contains the...
The backport to `stable28` failed: ``` The process '/usr/bin/git' failed with exit code 1 ``` To backport manually, run these commands in your terminal: ```bash # Fetch latest updates from...
Hi @skjnldsv, i would really appreciate a proper integration. At the moment i don't see any risks to do this. The only thing which has to be mentioned is that...
So currently the app works like this: it hooks into the clientside click event for the mimetype "image/jpeg". If an image is clicked, a serverside script is invoked, which reads...
Well as far as i know pano-images are just "normal" jpeg's with a bit of metadata at the beginning of the file. So yes the mime-type is "image/jpeg" which is...
I know about an app registering it's own mimetype (https://github.com/jhass/nextcloud-keeweb). But of course it would be nice if we find another solution for this. Maybe we could add an additional...
Hi, I think in general this is possible, of course. But the current way the app works is just reconizing a sphere and opening it in the sphere viewer instead...
It took me half a day to figure out what was wrong with the API URL until I read the thing with appending "/legacy" to the path. Please add this...
Well since the app itself doesn't create the new PDF content I would assume there is a problem with ocrMyPdf itself. If possible please post the problematic file here or...
Thanks for checking this @bahnwaerter ! If the `--output-type pdf` flag fixes this issue, we should think about adding it to the command queried by this app, what do you...