Posts by lrusak
-
-
*.tar files never had to be extracted.That's not true
They had to be extracted in pre OpenELEC 6.0 days where you had to put the SYSTEM, SYSTEM.md5, KERNEL and KERNEL.md5 files in the update folder.
-
-
Not to totally dog you or chwett but this process has to be made a lil easier if you want more people involved. I get the sense that you and chewett dont want any new devs. I hope my feeling is way off. Making some scripts up and posting them may help a lot of people get into this. I have always learned by looking at the answer and working backwards, maybe that is why scripting is something I get.I really don't understand you here. We would love more developers, but we are not here to teach everone how to do it. We are here on our own time and barely have enough time to get things done as it is. I am grateful that we have some non developers as part of the team that take on technical support issues and community involvement.
Saying that the build process is too complicated is a farce. It's literally three lines to get you going (if you have the proper dependencies installed).
Codegit clone https://github.com/LibreELEC/LibreELEC.tv.git cd LibreELEC.tv PROJECT=Generic ARCH=x86_64 make image
It's really that easy
if you want to build and/or clean a package individually just call the respective script
CodePROJECT=Generic ARCH=x86_64 ./scripts/clean kodi PROJECT=Generic ARCH=x86_64 ./scripts/build kodi
And as chewitt said, get a working build first, then make adjustments from there.
there is some documentation here,
Compile - LibreELEC
and here,
Development workflow - OpenELEC -
/usr/share/kodi/addons will work fine, however you need to update the addon-manifest.xml before building.
see, LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub
-
-
You can update using the normal update method.
-
try building again?
Not sure why you're not building vanilla LibreELEC
-
hd-idle is available in the system-tools add-on.
-
Thanks,I installed the addon.
I reboot the device and the module is loaded:
But the keys works as worked before install the addon, I change the "nano /storage/.kodi/userdata/addon_data/driver.remote.sapphire/sapphire.keymap" file but nothing happens.
Need I configure or disable the original module?
Thanks and regards.
If you change the keymap you will have to restart the computer.
-
Blame nvidia for dropping support, not us. We have to move forward not backwards.
-
I'll push a fix shortly, in the mean time you can always roll back to the previous version.
[hr]
fixed in docker: include docker-proxy by lrusak · Pull Request #589 · LibreELEC/LibreELEC.tv · GitHubit should be built and pushed soon.
-
Is this really true? Few months back it worked both way but maybe then it was removed?I removed it by default because it's not possible to configure it for all platforms automatically. There was always some user interaction required.
Also, we don't want to use pulseaudio for kodi by default as you lose HD audio formats this way.
-
-
You never really said if you set the audio output device like I said.
Also, I can't tell if you set "Enable passthrough", the passthrough device may be grayed out because passthrough may not be enabled or it may be the only device enabled.
-
Once they are paired you have to change audio device in the audio setting in kodi. You'll need to select the pulseaudio bluetooth device.
-
I assume you are using an external DVD player?
try rebooting after you have the drive plugged in and have a disk in the drive.
-