Posts by vpeter
-
-
Could be. I used empty and it worked too
Maybe noop is better (worth to check).QuoteAn empty action removes the corresponding mapping from default and parent keymaps
This is different from a "noop" action, which disables a button.
-
-
Default keyboard file is /usr/share/kodi/system/keymaps/keyboard.xml.
But I think all keys (or at least problematic ones) should be redefined to work this. Like
XML
Display More<?xml version="1.0" encoding="UTF-8"?> <keymap> <global> <keyboard> <blue>XBMC.RunScript(/storage/switch_keyboard.py)</blue> <left></left> <right></right> <up></up> <down></down> <!-- and all other problematic keys --> </keyboard> </global> </keymap>and having python script to switch between keyboard files and execute reloadkeymap.
-
Maybe you could disable/enable USB port where Flirc is connected?
Follow How to enable and disable a USB port using the terminal in Linux Kernel Version 3.11.1 - Quora
For me this works
Code
Display MoreLibreELEC:~ # for device in $(ls /sys/bus/usb/devices/*/product); do echo $device; cat $device; done /sys/bus/usb/devices/1-3/product flirc /sys/bus/usb/devices/1-5/product STM32 Virtual ComPort /sys/bus/usb/devices/usb1/product xHCI Host Controller /sys/bus/usb/devices/usb2/product xHCI Host Controller LibreELEC:~ # echo '1-3' > /sys/bus/usb/drivers/usb/unbind LibreELEC:~ # echo '1-3' > /sys/bus/usb/drivers/usb/bind -
Flirc is not IR device but keyboard if I'm not mistaken.
-
-
-
I think fsck is run on every boot before mounting. But if filesystem is marked clean nothing is checked.
LibreELEC.tv/init at master · LibreELEC/LibreELEC.tv · GitHub
-
Which Harmony Remote?
I have Harmony 650. That's why you need to check kodi log for correct button name and then you can move forward with the action

-
-
First enable debug log in kodi, press a button to check which button you are actually pressing. Maybe the name is escape and not back?
-
I don't think this box has LE support because of locked bootloader.
-
-
Check if you have cron service enabled in LibreELEC setttings.
Also use full path for shutdown.sh.
-
MySQLdb for python is available in entware. Too bad we don't have it in LE

-
Currently I'm using build from March which works very good. So I decided to test latest kodi achievements. And I was really disappointed. I'm very basic user but iptv with pvr iptv simple client is very important for me. And in this area kodi got really worse because switching time increased for my HLS streams. Hope I will see improvement back in next months. If not I will just stay on old build forever

-
Which is not enabled for Generic project meaning raysko is out of luck without custom build.