mvrk69
mvrk69
> The UI might get complicated if we allow several selection in the "Network Settings" tab. > > Maybe another idea that might be equivalent : be able to select...
Hi, I'm actually trying to build the image so it will be imported into my internal registry. Usually i do it like this with some other repos and has been...
Yup, that is it. Can't believe i didn't noticed that. Thank you.
With pv would be like this? dd if=/dev/sda conv=sync,noerror bs=16M | pv -s | pxz -kvc -9 -T8 | dd of=out.xz bs=16M
I have same problem, aitrack doesn't detect my camera (https://www.amazon.com/Nulaxy-C900-Microphone-Streaming-Conferencing/dp/B08D39BC1T), also plugged on USB3 ports, my PC doesn't have USB2. opentrack and other apps detect the camera without problem. Meanwhile...
> CoreELEC seems to add a -ce suffix, I added a workaround for it in [this version](https://github.com/veldenb/plugin.program.moonlight-qt/archive/refs/heads/main.zip). Can you try if this helps? Hi, With this version, on my CoreELEC-Amlogic-ng.arm-19.5-Matrix-Odroid_C4,...
After adding some workarounds on the scripts: on plugin.program.moonlight-qt/resources/bin/bootstrap_moonlight-qt.sh changed if [ "$PLATFORM_DISTRO" == "libreelec" ]; then to if [ "$PLATFORM_DISTRO" == "libreelec" ] || [ "$PLATFORM_DISTRO" == "coreelec" ];...
With the new version i still get this error when i try to launch moonlight: moonlight-qt.log: Platform amlogic (armhf) running coreelec 20.3 detected... Loading LibreELEC profile for setting up environment......
Yes, same as me: Platform amlogic (armhf) running coreelec 20.3 detected... Loading LibreELEC profile for setting up environment... Using custom libraries from /storage/.kodi/userdata/profiles/Maverick/addon_data/plugin.program.moonlight-qt/moonlight-qt/lib... Using Qt library from /storage/.kodi/userdata/profiles/Maverick/addon_data/plugin.program.moonlight-qt/moonlight-qt/lib/qt5... Running without...
I have the same issue, homeassistant for example requires a fullchain (ca + cert) and a separate key on its configuration: http: ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem Is there anyway to...