Nightly builds

@epikurus Try this:
https://mega.nz/#!Q0x3XAyA!HZzyDSY696uR1fG137p437scSL0ebosKmTEXQPI6XeU

Can anyone tell me if youā€™re experiencing issues with Netflix? Beelink GT1 (S912). I canā€™t play videos from Netflix plugin (stream doesnā€™t start).
Looking at the plugins, all is good, except the inputsream.adaptive addon, which is still in version 2.3.6.0, when the latest from master (Git) is 2.3.11. Anyone knows why I canā€™t update inputstream.adaptive directly from CoreElec repos?

Netflix Plugin Errors: https://pastebin.com/AfBqWu1G

Additionally, Iā€™m seeing a crashlog on restart. Hereā€™s the log: http://ix.io/1uo5

Thanks,
anthonws.

Because it havenā€™t been updated yet. This is nightly so you canā€™t assume everything is always up and running.

1 Like

Iā€™m not assuming or complaining @Ray . Iā€™m reporting, as asked to the community.

So, since inputstream.adaptive version is the same as the main branch, I assume itā€™s an issue with the Netflix addon then.

Iā€™ll report it to asciidisco in the meantime.

Cheers,
anthonws.

edit:

Reported here: https://github.com/asciidisco/plugin.video.netflix/issues/391#issuecomment-441437063

Itā€™s probably due to a more recent Kodi in the nighties.

1 Like

Just downgrade to v0.13.18. :crazy_face:

1 Like

Actually, I just found out the 0.14 beta :blush: AHAHHA

Updated to CoreELEC-S905.arm-9.0-nightly_20181123-S905.img on an A905x (S905) and got a boot loop too. :frowning:
Well off to rebuild the SD card.

Nobody bothers to test my test build :frowning:

I gave yours a try. It does boot, but I am getting an error when I try to install the confluence skin. ā€˜The dependency on xbmc.gui version 5.14.0 could not be satisfied.ā€™ I donā€™t suppose there are any workarounds for that?

I did try your inkernel, on a Mecool K1 Pro. Immediately noticed pressing on Enter on the remote activates arrow right. Inconvenientā€¦ Unless solved this problem is a showstopper Iā€™m afraid. Any ideas?

Maybe this is something related to the other patch related to IR-Keys unify on latest commit ā€¦ did had a chance to try on K2 this weekend. But i noticed mecool, a95x tanix minix_neo are missing from OOTB support on Remote_KeyMaps ā€¦

This is How it used to be

IR_REMOTE_KEYMAPS="$IR_REMOTE_KEYMAPS odroid wetek_hub wetek_play_2 tanix kvim kvim2 minix_neo tanix mecool a95x"

This is how its now

IR_REMOTE_KEYMAPS="$IR_REMOTE_KEYMAPS odroid wetek_hub wetek_play_2 tanix kvim kvim2"

Thatā€™s because the skin version was bumped, but the kodi in our nightly wasnā€™t yet.

Your device vendor is using a cheap remote which ir-kecodes are clashing with another vendors cheap remote. Long story short yours was removed from the out of the box support.
You have to manually activate yours through ssh:
https://wiki.libreelec.tv/infrared_remotes#ir_remote_configuration

Create:
/storage/.config/rc_maps.cfg

With:
* * mecool

Ah OK. Will do that when I have some time today. Thx for looking into it. Much appreciated. Cheers.

Good friend will get tell how! @Nanouk
Because Iā€™m days trying to make control of my KI Pro work
Unsuccessfully!
If you can make data available thank you
Thank you
:santa:

@Ray please apologize the delay

Tested, it uncompress, install, update dtbā€¦ And get past boot logo. Sorry I wasnā€™t fast enought to make a capture. Thanks!

Iā€™ve seen the commit too :slight_smile:

For IR maps would be nice to have some mechanism to detect which box model we are running and create rc_maps acordingly. Kinda of ā€œdynamic keymapsā€. Meanwhile creating an rc_map file manually works.

CEC is acting weird for a while (duplicated keypresses, intermitent non-working). I thought it was related to a dirty install, but I believe is a subject being discussed in another thread.

Now waiting for the repo to test lastest version on top of this.

Quick question, is there any script to generate a ā€œrelease.jsonā€ archive like Relkaiā€™s repo, or the repo itself with the artifacts of the build? I have a local Jenkins to compile coreelec from master and would be great to have a local coreelec repo to quickly build, update the box and test commits like this one (git patch, or branch), related to a particular device (also would mean less work for our beloved developers!)

This is just not possible because of the myriad of devices that exist, there is no routine we can execute to identify boxes to implement a feature like this, we are always looking for ways to try and make things easier for users but the only devices that we can give full out-of-the-box support for are developer boards ie Odroid C2/LePotato/Khadas VIM 1/2.

Some manual configuration will always be required if you decide to save a few $$ and buy a cheaper device.

Only option would be to detect the dtb but there is no specific mecool dtb or is there?
If you find a way to read the vendor and device id from inside linux let me know and I happily implement such a feature.

About CEC. Iā€™ve noticed that recent KODI is kinda lacky sometimes. I donā€™t think it is a CEC issue. The changes made were purely to disable CEC kernel input mode you can enable it back with:

fw_setenv cecconfig cec3f

As for release.json. There is a python script from libreelec I edited a little bit to work for relkaiā€™s releasesreleases.py (8.7 KB)

You have to edit the url and the path at the bottom of the script.

@anon88919003 understood, I was thinking on dmidecode and then realized this devices does not have any bios to get data from :man_facepalming: But I think this one itā€™s one of the well-known boxes, For generic boxes I totally agree with you, but as Ray suggested, we could read dtb info, this box itā€™s own dtb. However, I understand that maybe it does not worth the effort just for a few boxes.

@Ray indeed it has, gxbb_p200_k2_pro.dtb. Iā€™ll keep looking around /proc and /sys looking for some identifier. Thanks for the script! This is super-helpful, Iā€™ll put it on the pipeline tonight.

The only reason to run this box is that itā€™s one of the few that comes with a DVB S2/T2 tuner (I can also help testing TVheadend plugin, BTW). I got tired of USB dongles for TV and tons of cables, but Iā€™ll be more than happy to run from this cheap box (cannot get hyperion v4l grabber working here tooā€¦) as soon as I find a good one with TV tuner.

Thanks again for the hard work guys.