Kodi Community Forum

Full Version: LibreELEC Testbuilds for x86_64 (Kodi 17.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Should we be able to push this over an existing OE beta?

Nevermind, saw in the RPI thread you can.
I will try tomorrow...

Did you already add your 16-235 patch ?
(2016-04-17, 00:19)Roby77 Wrote: [ -> ]I will try tomorrow...

Did you already add your 16-235 patch ?

Yes.

(2016-04-16, 22:50)Milhouse Wrote: [ -> ]
  • Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] ed774729: Intel: Implement Passthrough-Range
    • Added: [env] 98c65e6a: Kodi: Use Limited Range by default
ops i searched using 16-235 keyword Big Grin

thank you!
Installed #0416 and working great out of the box so to speak.

But I have come across a puzzler.

After installing a few addons and customising appearance, audio no longer works.

None of the audio settings have changed in any way and I can't see how any of the addons (mainly video) could have an effect.

Not something I have come across before and wondered if this kind of thing has been seen before elsewhere.
Generic versions Can be used with a NUC I assume? (Read something about RPi)


Sent from my iPad
(2016-04-17, 07:41)Ipaddle Wrote: [ -> ]Generic versions Can be used with a NUC I assume? (Read something about RPi)


Sent from my iPad


Ahh. Yes, of course.
(2016-04-17, 04:18)Bluesmanuk Wrote: [ -> ]Installed #0416 and working great out of the box so to speak.

But I have come across a puzzler.

After installing a few addons and customising appearance, audio no longer works.

None of the audio settings have changed in any way and I can't see how any of the addons (mainly video) could have an effect.

Not something I have come across before and wondered if this kind of thing has been seen before elsewhere.

We also cannot - as we have no crystal balls and cannot see your Debug Log without you posting it.
16/04 build seems to break ARGUS TV PVR Client:

Quote:07:31:26 21.839180 T:140276106520320 ERROR: UpdateAddons - failed to create add-on ARGUS TV client, status = 1

Downgraded to 14/04 build and it seems to work fine again. Can get full debug log if needed Smile
(2016-04-17, 08:55)fritsch Wrote: [ -> ]
(2016-04-17, 04:18)Bluesmanuk Wrote: [ -> ]Installed #0416 and working great out of the box so to speak.

But I have come across a puzzler.

After installing a few addons and customising appearance, audio no longer works.

None of the audio settings have changed in any way and I can't see how any of the addons (mainly video) could have an effect.

Not something I have come across before and wondered if this kind of thing has been seen before elsewhere.

We also cannot - as we have no crystal balls and cannot see your Debug Log without you posting it.

I wasn't asking for anybody to have a crystal ball.

Just making a basic enquiry to see if it may be a common problem that may already have a solution.

I will quite happily post a debug log such that it can be analysed.
(2016-04-16, 23:46)Milhouse Wrote: [ -> ]Regarding the skipped frame issues I had been experiencing with the previous OE #0415 build and my ION2 hardware, this should be fixed now in this LE build - see PR9629 for details. tl;dr; an amp with dodgy edid.bin, and missing modelines in a custom xorg.conf.
Big Grin
(2016-04-17, 09:11)smiffy1989 Wrote: [ -> ]16/04 build seems to break ARGUS TV PVR Client:

Quote:07:31:26 21.839180 T:140276106520320 ERROR: UpdateAddons - failed to create add-on ARGUS TV client, status = 1

Downgraded to 14/04 build and it seems to work fine again. Can get full debug log if needed Smile
Full debug log please
(2016-04-17, 09:17)Bluesmanuk Wrote: [ -> ]Just making a basic enquiry to see if it may be a common problem that may already have a solution.

I will quite happily post a debug log such that it can be analysed.

Not aware of any such problem, but maybe a combination of various addons will cause it so we'll need a full debug log to understand what you've installed.
(2016-04-17, 11:46)Milhouse Wrote: [ -> ]
(2016-04-17, 09:11)smiffy1989 Wrote: [ -> ]16/04 build seems to break ARGUS TV PVR Client:

Quote:07:31:26 21.839180 T:140276106520320 ERROR: UpdateAddons - failed to create add-on ARGUS TV client, status = 1

Downgraded to 14/04 build and it seems to work fine again. Can get full debug log if needed Smile
Full debug log please

Here you go: http://sprunge.us/efUa

EDIT: and just in case it helps, here's a debug log after downgrading back to the 14/04 build: http://sprunge.us/OJEh
(2016-04-17, 13:10)smiffy1989 Wrote: [ -> ]Here you go: http://sprunge.us/efUa

EDIT: and just in case it helps, here's a debug log after downgrading back to the 14/04 build: http://sprunge.us/OJEh

Can you test the last OE build, #0415 and see if you can reproduce the issue with that build?

Based on your #0416 log the addon seems to have a problem communicating with the back end:
Code:
12:06:41  21.099127 T:139802921920256   DEBUG: AddOnLog: ARGUS TV client: URL: http://192.168.1.10:49943/ArgusTV/Core/Ping/60
12:06:41  21.105751 T:139802921920256   ERROR: CCurlFile::Exists - Failed: Failure when receiving data from the peer(56) for http://192.168.1.10:49943/ArgusTV/Core/Ping/60
12:06:41  21.105930 T:139802921920256   DEBUG: CCurlFile::OpenForWrite(0x7f2658218070) http://192.168.1.10:49943/ArgusTV/Core/Ping/60
12:06:41  21.110489 T:139802921920256   DEBUG: AddOnLog: ARGUS TV client: Empty response
12:06:41  21.110600 T:139802921920256   ERROR: AddOnLog: ARGUS TV client: Ping failed... No connection to Argus TV.

The most obvious change in #0416 would be PR9621. I could try reverting that in a test build a bit later today.