Yes, I need this update, too. ![]()
The outdated version is responsible for buffering issues, so I can only play DAZN at 640p on RPi.
Unfortunately, the add-on has to be compiled for ARM hardware. There is no copy & paste solution.
Yes, I need this update, too. ![]()
The outdated version is responsible for buffering issues, so I can only play DAZN at 640p on RPi.
Unfortunately, the add-on has to be compiled for ARM hardware. There is no copy & paste solution.
but i know this code is working, it generated with keymap editor ( but it is a different key, which is rerouted)
<keymap><global><keyboard><key id="61573">back</key></keyboard></global></keymap>
OK, then your complete /storage/.kodi/userdata/keymaps/remote.xml should look like this:
<keymap>
<global>
<remote>
<power>shutdown</power>
<key id="61573">back</key>
</remote>
</global>
</keymap>
If it doesn't works, use a color button for testing.
Insert this (instead of<power>shutdown</power>) to define the red button:
I think your installation is OK. There are some known changes regarding button definitions since LE 9.x.
Your button press is activating two actions at the same time, which indicates overlapping definitions.
So, my first advice is to uninstall the keymap editor add-on, and do all definitions manually.
Use the suggested place for remote control definitions, which is /storage/.kodi/userdata/keymaps/remote.xml .
Give me a feedback how your code acts under the described conditions.
Which hardware do you use?
Where do you have the mentioned code stored?
What's the remote button behavior without that code?
But I want to add refresh rates not reported by the device. There´s any way to do this?
I'm not sure. I gave an advice here, but I still have no feedback. Adding res. / refresh data should work the same way.
This is how it works: The output device is telling LibreELEC all supported resolutions / refresh rates (goes automatic over HDMI).
At the LibreELEC settings you can select one of those resolutions / refresh rates as your default.
I only see the Odroid C2 at the download page, not the N2. I think an RPi 4B is the better choice, if you want to use that special Amp HAT.
Yes, I always get the selected res./refresh when I'm switching to my RPi. Something about Swedie's HDMI negotiation between TV and NUC goes wrong.
Removing resolutions / refresh rates from guisettings.xml might be a solution. This settings file has your preferred and TV-supported resolutions / refresh rates. Remove undesired refresh rates from the TV-supported list.
Problem: guisettings.xml will be updated by LE with all available resolutions / refresh rates your TV is offering. If guisettings.xml will be updated only at boot time (I'm not sure about it), overwriting it with your custom version should be possible by using a command at autostart.sh.
what settings are needed for 4k 60fps
Read here.
We got a couple of threads about Hyperion, use the search function. Read here for a RPi 3 success story.
Remove the MicroSD card and read the log file (kodi.log).
Usually the card has errors, and disk check is incorrect.
Use GParted for a detailed check or repair, if necessary.
GParted is for advanced users only, buying a new card is easier.
I had a short look at your log files, and I suggest to try the default skin.
Always use the default skin when you post a log. Custom skins are known trouble makers.
LE 9.0.2 runs fine on my RPi 3B+. I only have save mode issues with current 9.1.x builds.
I have the lightning bolt, too, since a couple of days (old PSU), and disabling the rainbow screen still works.
If not, is there another way to make analog audio via USB work?
Don't forget to activate analog audio at the LE audio settings ("HDMI + Analog" activated).
Check the presence of analog audio on the headphone jack of RPi.
If it doesn't helps, check analog volume.
But I give it a try and let you know if it worked.
It worked for me. ![]()