avanc
avanc
mount.davfs: connection timed out two times; trying one last time mount.davfs: server temporarily unreachable; mounting anyway Why the hell is davfs "mounting anyway" if the server is unreachable? Created a...
This would mean that you cannot wipe all images remotely. But I agree the impact is smaller than the current situation.
@michkrom This is a good idea. I'll take this into account for the next release. However, don't expect anything soon due to holiday season. How do you trigger the "find"...
Reminder to myself to add this to the wiki. I didn't knew it as well :-)
Sounds good. But development slowed down in the past.
I'm not sure if I understand the request. By default the images are shown in random order: https://github.com/avanc/photOS/wiki/FAQ#how-do-i-deactivate-photo-shuffling
Unfortunately, I'm not familiar with iobroker. But the js code looks similar to @escuco s example. You may try request.post({ url: 'http://192.168.1.81/display', form: { action: 'off' } }, function(error, response,...
OpenVPN is available as package in buildroot: https://github.com/buildroot/buildroot/tree/master/package/openvpn You could give try to build an image with OpenVPN: * https://github.com/avanc/photOS/wiki/Building-an-Image * Before step 2 do: * ./build.sh menuconfig * And...
I don't have experience with MacOS. Maybe this helps: https://stackoverflow.com/questions/17534840/sed-throws-bad-flag-in-substitute-command/17535174#comment25502270_17535174 This sounds like a solution: https://stackoverflow.com/a/20827801 But I don't know how to tell buildroot to use gsed instead of sed...
It's a challenge. Until now I avoided hardware acceleration like OpenGL to keep it simple (and I don't have any experience ;-) ).