Confirming that remote works again with 20231210-e521363
Many Thanks,
LongMan
Confirming that remote works again with 20231210-e521363
Many Thanks,
LongMan
Thanks for looking into this.
Hardware: NUC5CPYH and NUC6CAYH
Having similar problems with my Xbox 360 media remote. Works to 20231125 not afterwards
CvH,
Seems the the failure is related to fmt. Could you say what version is used by LibreELEC? Was there a change? It was compiling earlier in the year?
Cheers,
LongMan
From the developer,
The failure is caused
"..part of the functionality provided by libfmt to format custom C++ types in log messages. It seems to work fine on all other platforms. Can you figure out which version of libfmt / fmt LibreELEC is using?"
Thanks for the pointer and for including that the log showed the error. I had to remove a few more patches for the build to progress.
0001-WIP-DVDVideoCodecDRMPRIME-add-support-for-filters
0002-WIP-DRMPRIME-deinterlace-filter
0004-DVDVideoCodecDRMPRIME-Leave-deinterlace-filter-activ
0005-SetVideoInterlaced-Set-and-unset-deinterlace-method-
0006-DVDVideoCodecDRMPRIME-Close-deinterlace-filter-on-er
kodi-001-deinterlace
The build has failed at a later stage, however, the indicates that it is in one of the MediaImport modules so I have informed the developer.
Thanks for your help
Tried make clean and make distclean
Unfortunately, the build still fails.
I am running again so that I can get the logs.
I am trying to build a branch of MediaImport, based 0n Kodi 20.02a, but it fails with the following error.
FAILURE: scripts/build JsonSchemaBuilder:host has failed!
If I build the LibreELEC master it succeeds but MediaImport fails.
Branch - https://github.com/Montellese/xbm…rt_20.0a2-Nexus
Changes to the Kodi package.mk file
I was able to build previous version using the same approach. Any help would be greatly appreciated.
Cheers,
LongMan
I connect a phone (an old phone) to the hotel hotspot and use a usb cable to connect it the the libreelec box. I enable LibreELEC's hotspot feature and use that as my wifi hotspot. Only one device connected directly to the hotel network. Worked fine for me.
Hope that helps.
Cheers,
LongMan
daemonname="argononed"
powerbuttonscript=/storage/.config/$daemonname.py
shutdownscript="/storage/.config/"$daemonname"-poweroff.py"
daemonconfigfile=/storage/$daemonname.conf
configscript=/storage/argonone-config
removescript=/storage/argonone-uninstall
daemonfanservice=/storage/.config/system.d/$daemonname.service
argononeshutdownscript="/storage/.config/shutdown.sh"
Does this seem like a lot of scripts for a fan and power button? Could this not be a part of LibreELEC settings addon?
Please excuse my ignorance if I am being naive. I only want to get the fan working. I have actually been using LibreELEC without this script for a few months. It just seems a lot to get a fan working. I am no programmer so maybe it looks that way because of my lack of knowledge.
Cheers,
LongMan
CvH Thanks. Please do.
Also since I have already started down the road with learning how to do it, Would you mind sharing the patch that you used.
Thanks,
LongMan
Thanks for your guidance. You are right, it was relatiely straight forward to build LibreELEC. Thanks for that. I built a Ubuntu 20.04 server and followed the instructions here. I was able to build 9.2 branch and 9.8 (master). It has been a long learning curve not necessarily hard just long because it took nearly half a day when I tried to build different packages. But I have succeeded in building the branches I mentioned before.
My current problem is that when I search for package.mk, I am getting maybe hundreds of hits. Could you provide a bit more specific guidance as the where I need to make those two changes.
Thanks
LongMan
Thanks for taking the time to reply and suggest a solution. I will do a bit of research to see how it is done.
Cheers,
LongMan
I am asking a LibreELEC team member to do us a favour by running a Build of MediaImport Beta 2. Milhouse had previously done builds for us before but he has stopped doing builds. Hopefully one of you can help us.
Thanks,
LongMan
ssh into your pi
bluetoothctl - to start the bluetooth control program
power on - to enable bluetooth service.
Put your remote in discovery mode
scan on - scan for pairable devices. The address, <dev>, and device name will be listed. Use the address, <dev> to pair
pair <dev>
trust <dev> - if you or your device needs it.
Exit - Quit bluetoothctl
Exit - end ssh session