Youre wrong
.mp3 & .flac playback OK on my S905X boxes running build from wrxtasy
So maybe I was on other build? There are 2 test builds for S905. Now switched to CoreElec and no problems
Youre wrong
.mp3 & .flac playback OK on my S905X boxes running build from wrxtasy
So maybe I was on other build? There are 2 test builds for S905. Now switched to CoreElec and no problems
I have experienced no problems with the latest "experimental" build from wrxtasy LE 8.2.5.1 and it works beautifully with my S912 box TX9 Pro box.
Well, maybe S912 is good, his latest S905 build has some bugs, like mp3 playback not working
I had running CoreELEC for weeks. It run very well. But even with the newest 8.95.7 I have this buffering issues when watching live-tv only with 720p HD channels (german tv channels ARD HD, ZDF HD and so on).
You wrote "...Tvhead works for me..." You have a tvheadend tv server? And with tvheadend even 720p HD channels are working? I have a Windows 7 pc with mediaportal tv Server 1.17. My hardware combination is not working.
Can't say anything about 720p channels - all channels I have are 1080i or 576i. I have no problems with Tvheadend. You need linux to configure Tvheadend or you can run Tvheadend server with Libreelec/Coreelec and connect your dvb-t tunner to box.
Hi,
I found internal wifi to be unstable and low transfers. I use usb wifi dongle instead and it works without any problems. However, now I 'm getting 2 interfaces: wlan0 and wlan1 and I'm always confused which one is internal wifi (they even keep swapping sometimes).
Any way to completly disable/blacklist internal wifi kernel module?
It runs very smoothly! Indeed it's very good.
This is a line I was already searching for a long time ago and eventually figured it out myself. This should be put somewhere in the LibreElec remote wiki. It would have spared me a lot of time figuring everything out.
To be honest, as well the kodi wiki as the libreElec wiki are a little bit confusing about this matter.
Agree.
No, this stuff is gone for good. AML now uses the same method to support IR remotes as all other platforms.
so long,
Hias
Well, this is all good, except that final result is worse so far on S905.
Can I bring back old approach with remote.conf from LE 8 without need to recompile image?
can't find it either so likely removed at K18
Shame
Where to get list of available tags for <remote></remote> I mean <zero> <nine> etc? Am I limited to tags defined in Lircmap.xml? For example what's missing - in Kodi, press S shows shutdown menu. There is no <s> tag available, so am I forced to remap kodi keymap and map shutdown menu to some other key?
Just friendly notice for all users who was happy with kszaq's build and missed his releases badly. I had hard time with the continued LE releases ie. 8.2.4.1 reboots the box when 4k video was opened etc... I have switched to coreelec and cannot be happier. Great support, releases with splendid changelogs, no more test1, test2, 1000nits gamble. K1 plus combo working great with tuner, no more headaches with LE. I really encourage you to switch.
Where to get coreelec compiled image?
read post 6 LE9.0 remote configs ir-keytable Amlogic devices
I am still confused with that. In general, no lags but if (for example) I keep pressing Down button very quickly, 1 of 3 events are lost. This never happens with usb keyboard, as well as with old remote.conf approach from LE 8.0. New stuff, as it's more straightforward and easy to configure, is worse at current stage in my opinion. This must be some amlogic specific issue, I used to use exactly the same approach on my PC with my dvb-t tuner and never had such problems.
Does anybody know how to disable Tvheadend notifications? In my case, tvheadend is configured via vpn, vpn connection takes a while, so after each reboot I am getting "Htsp - server unavailable" message, then "connection established".
In Kodi 17 there was possible to disable notifications in tv settings, now it seems these options are removed?
I'm getting 0.5 second lag between key press on remote and kodi reaction. Is it normal? I tried to decrease delay, but it does not help
What kind of remote are you using and did you create the IR keymap file by yourself?
If you create an IR keymap it's best to stick to the keycodes that are usually found on remotes (see eg the rc6_mce keymap of the Microsoft MCE remote) as these will work out-of-the-box in kodi. More details are in the wiki Infrared Remotes [LibreELEC.wiki]
If you are using an RF remote it's not using the ir-keytable configuration discussed in this thread - in this case please open a separate thread.
so long,
Hias
I created separate thread: Custom remote for Libreelec 9.0 to describe what am I trying to do. Can you help?
I created my custom rc_keymap:
# table mxq, type: NEC
0x140 KEY_POWER
0x1f1 KEY_S
0x1f2 KEY_PLAYPAUSE
0x1f3 KEY_STOP
0x1f4 KEY_F
0x1f5 KEY_R
0x14b KEY_PREVIOUSSONG
0x10f KEY_I
0x118 KEY_VOLUMEUP
0x14f KEY_NEXTSONG
0x143 KEY_O
0x110 KEY_VOLUMEDOWN
0x111 KEY_HOMEPAGE
0x116 KEY_UP
0x119 KEY_ESC
0x151 KEY_LEFT
0x113 KEY_ENTER
0x150 KEY_RIGHT
0x14c KEY_E
0x11a KEY_DOWN
0x100 KEY_C
0x14e KEY_1
0x10d KEY_2
0x10c KEY_3
0x14a KEY_4
0x109 KEY_5
0x108 KEY_6
0x146 KEY_7
0x105 KEY_8
0x104 KEY_9
0x141 KEY_MUTE
0x101 KEY_0
0x142 KEY_BACKSPACE
Display More
and I noticed this does not work as I wanted. Most keys are fine, but some others, don't. For example, KEY_E (in kodi it shows epg) ignored. Then I realized my approach is wrong, I am limited to keys defined in usr/share/kodi/system/Lircmap.xml:
<remote device="devinput">
<left>KEY_LEFT</left>
<right>KEY_RIGHT</right>
<up>KEY_UP</up>
<down>KEY_DOWN</down>
<select>KEY_OK</select>
<select>KEY_ENTER</select>
<select>KEY_KPENTER</select>
<select>KEY_SELECT</select>
<clear>KEY_DELETE</clear>
<clear>KEY_ESC</clear>
<start>KEY_MEDIA</start>
<start>KEY_HOME</start>
<back>KEY_EXIT</back>
<back>KEY_BACK</back>
<back>KEY_BACKSPACE</back>
<back>KEY_ESC</back>
<back>KEY_E</back>
<record>KEY_RECORD</record>
<play>KEY_PLAY</play>
<play>KEY_PLAYPAUSE</play>
<pause>KEY_PAUSE</pause>
<stop>KEY_STOP</stop>
<stop>KEY_STOPCD</stop>
<forward>KEY_FASTFORWARD</forward>
<forward>KEY_FFORWARD</forward>
<forward>KEY_FORWARD</forward>
<reverse>KEY_REWIND</reverse>
<volumeplus>KEY_VOLUMEUP</volumeplus>
<volumeplus>KEY_VOLUP</volumeplus>
<volumeminus>KEY_VOLUMEDOWN</volumeminus>
<volumeminus>KEY_VOLDOWN</volumeminus>
<pageplus>KEY_CHANNELUP</pageplus>
<pageplus>KEY_CHUP</pageplus>
<pageplus>KEY_PAGEUP</pageplus>
<pageminus>KEY_CHANNELDOWN</pageminus>
<pageminus>KEY_CHDOWN</pageminus>
<pageminus>KEY_PAGEDOWN</pageminus>
<skipplus>KEY_NEXT</skipplus>
<skipplus>KEY_NEXTSONG</skipplus>
<skipminus>KEY_PREVIOUS</skipminus>
<skipminus>KEY_PREVIOUSSONG</skipminus>
<guide>KEY_EPG</guide>
<title>KEY_TITLE</title>
<title>KEY_TV2</title>
<title>KEY_CONTEXT_MENU</title>
<subtitle>KEY_SUBTITLE</subtitle>
<subtitle>KEY_TITLE</subtitle>
<language>KEY_LANGUAGE</language>
<info>KEY_INFO</info>
<info>KEY_PROPS</info>
<display>KEY_ZOOM</display>
<display>KEY_ANGLE</display>
<mute>KEY_MUTE</mute>
<power>KEY_POWER</power>
<power>KEY_SLEEP</power>
<power>KEY_WAKEUP</power>
<eject>KEY_EJECTCD</eject>
<eject>KEY_EJECTCLOSECD</eject>
<menu>KEY_DVD</menu>
<menu>KEY_MENU</menu>
<myvideo>KEY_VIDEO</myvideo>
<mymusic>KEY_AUDIO</mymusic>
<mymusic>KEY_MP3</mymusic>
<mypictures>KEY_CAMERA</mypictures>
<mypictures>KEY_IMAGES</mypictures>
<livetv>KEY_TUNER</livetv>
<mytv>KEY_TV</mytv>
<mytv>KEY_PVR</mytv>
<teletext>KEY_TEXT</teletext>
<one>KEY_1</one>
<one>KEY_NUMERIC_1</one>
<two>KEY_2</two>
<two>KEY_NUMERIC_2</two>
<three>KEY_3</three>
<three>KEY_NUMERIC_3</three>
<four>KEY_4</four>
<four>KEY_NUMERIC_4</four>
<five>KEY_5</five>
<five>KEY_NUMERIC_5</five>
<six>KEY_6</six>
<six>KEY_NUMERIC_6</six>
<seven>KEY_7</seven>
<seven>KEY_NUMERIC_7</seven>
<eight>KEY_8</eight>
<eight>KEY_NUMERIC_8</eight>
<nine>KEY_9</nine>
<nine>KEY_NUMERIC_9</nine>
<zero>KEY_0</zero>
<zero>KEY_NUMERIC_0</zero>
<star>KEY_STAR</star>
<star>KEY_KPASTERISK</star>
<star>KEY_NUMERIC_STAR</star>
<hash>KEY_POUND</hash>
<hash>KEY_NUMERIC_POUND</hash>
<red>KEY_RED</red>
<green>KEY_GREEN</green>
<yellow>KEY_YELLOW</yellow>
<blue>KEY_BLUE</blue>
<recordedtv>KEY_PVR</recordedtv>
<liveradio>KEY_RADIO</liveradio>
</remote>
Display More
As KEY_E is not defined and there is no any action to show epg linked to any other key, this is reason why it does not work. My question: what is simplest way to map specific scan code to action that will show epg (E press on physical keyboard equivalent), S (shutdown menu), I (info), O (extended info) etc?
[edit]
Ok, key epg is available (I missed that), but still how to define custom actions?
Remote input is handled differently than keyboard input.
Kernel input events from remotes are translated to lirc events by eventlircd, then received by kodi as lirc events and run through the Lircmap.xml -> translations in Kodi and are finally mapped by <remote> blocks in keyboard.xml files.
so long,
Hias
So, how to map E for epg, C for menu etc?Can you describe that a bit more?
Does anybody know why Kodi does not want to react for some keys? For example:
No reaction:
535.282307: event type EV_MSC(0x04): scancode = 0x10f
535.282307: event type EV_KEY(0x01) key_down: KEY_I(0x0017)
565.875246: event type EV_KEY(0x01) key_down: KEY_O(0x0018)
565.875246: event type EV_SYN(0x00).
565.886444: event type EV_MSC(0x04): scancode = 0x143
565.886444: event type EV_SYN(0x00).
566.000252: event type EV_MSC(0x04): scancode = 0x143
566.000252: event type EV_SYN(0x00).
566.250122: event type EV_KEY(0x01) key_up: KEY_O(0x0018)
When I press the same keys on physical keyboard, it works.
Also, reaction for key C:
629.107812: event type EV_KEY(0x01) key_down: KEY_C(0x002e)
629.107812: event type EV_SYN(0x00).
629.118971: event type EV_MSC(0x04): scancode = 0x100
629.118971: event type EV_SYN(0x00).
629.230158: event type EV_MSC(0x04): scancode = 0x100
629.230158: event type EV_SYN(0x00).
629.480127: event type EV_KEY(0x01) key_up: KEY_C(0x002e)
Kodi reacts to it the same as Esc (or back), again - when I press the same key on physical keboard, it works. As you can see, codes are set correctly, wtf? It looks like events from some keys, like O, F, B, I are recognised, but not actually working. Bug?