Kodi Community Forum

Full Version: LibreELEC Testbuilds for x86_64 (Kodi 18.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's all working again now, thank you.
New LibreELEC.tv Leia build #0315: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.2 #1 SMP Wed Mar 15 21:03:45 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170315210225-#0315-g1b38cb9 [Build #0315]

# Kodi version
(18.0-ALPHA1 Git:93e9d69). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (1b38cb92, changelog) and tip of XBMC master (77f3bff1, changelog) with the following modifications: Build Highlights:
  1. libcec updates
Build Details:
  1. XBMC:
    • [PVR] Fix trac17374: Settings deinitialized too early on app exit. (PR:11849, 1 commit, 3 files changed)
  2. libcec:
    • added: log a warning when we detect that RPi's CEC service is used by something else, blocking libCEC. issue #191 (5469da23)
    • changed: const IAdapterCommunication::GetLogicalAddresses(), making the mutex mutable for now without changing the platform lib. closes #259 (0cf3f0fe)
    • fixed: cross compile includes (50f1179d)
    • fixed: detect debian based distros properly when installing python. closes #314 (f4e2ed77)
    • fixed: don't filter out broadcast in HandleDeviceVendorCommandWithId(). issue #309 (e1df683b)
    • fixed: send an active source message when a routing change has been received with libCEC's address as new route and no active source message has been sent yet. issue #309 #205 #233 (67d444dd)
    • fixed 67d444dd944192a31ab07637a4b57d27c890ede4 (d1a708b9)
    • fixed: vs2015 c++ redistributables (8563411d)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1450: create_addon: add device support
I receive "TVheadendserver not reachable" ... since #0314 and #0315
nothing changed just updated from #0313

http://sprunge.us/cbYE
@peram1 did you update your tvheadend add-on (see link in #0314 changelog).
(2017-03-16, 16:45)Milhouse Wrote: [ -> ]@peram1 did you update your tvheadend add-on (see link in #0314 changelog).
thx a lot Milhouse ... that did it !
New LibreELEC.tv Leia build #0316: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.2 #1 SMP Thu Mar 16 21:11:06 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170316210756-#0316-g1b38cb9 [Build #0316]

# Kodi version
(18.0-ALPHA1 Git:93e9d69). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (1b38cb92, changelog) and tip of XBMC master (25de4115, changelog) with the following modifications: Build Highlights:
  1. Python error (eg. plugin.video.youtube) caused by PR11814 - notified on github
Build Details:
  1. XBMC:
    • [win] use 64-bit toolset if available (PR:11845, 1 commit, 5 files changed)
    • RenderManager: Force frames to output when reconfiguring renderer (PR:11855, 1 commit, 1 file changed)
    • [bluray] Improve Blu-ray playback (PR:11836, 10 commits, 8 files changed)
    • Fix allocation of 0-length array (PR:11814, 3 commits, 2 files changed)
@Milhouse:
It may sound a little spoiled but I just wanted to let you know.
I found that starting with build #0117 the network speed from my realtek pcie gbe family controller drops from over 100MBs in build #116 to 60MBs max. in #117 and later.
This happens when I copy a large testfile from the Libreelec PC to a windows PC. When I do it the other way around (copy a file from the Windows PC to the Libreelec PC) the speed is oke (over 100MBs).
(2017-03-17, 23:52)rudrood Wrote: [ -> ]@Milhouse:
It may sound a little spoiled but I just wanted to let you know.
I found that starting with build #0117 the network speed from my realtek pcie gbe family controller drops from over 100MBs in build #116 to 60MBs max. in #117 and later.
This happens when I copy a large testfile from the Libreelec PC to a windows PC. When I do it the other way around (copy a file from the Windows PC to the Libreelec PC) the speed is oke (over 100MBs).

Interesting, thanks for the report. Do you see any difference between #0117 and #0124?
Thanks for your reply.
No, tested almost every build later then #116 to find when it started, but all of them perform the same.
New LibreELEC.tv Leia build #0317: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.3 #1 SMP Fri Mar 17 22:05:36 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170317220322-#0317-gc8e19e7 [Build #0317]

# Kodi version
(18.0-ALPHA1 Git:93e9d69). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (c8e19e71, changelog) and tip of XBMC master (19f6b582, changelog) with the following modifications: Build Highlights:
  1. New 4.10.3 kernel
  2. Package updates
  3. Fix youtube and other Python add-on startup errors
Build Details:
  1. LibreELEC.tv:
    • create_addon: add device support (PR:1450, 1 commit, 1 file changed)
    • v4l-utils: properly fix streamzap issues, allow user rc_maps.cfg override (PR:1433, 2 commits, 4 files changed)
    • v4l-utils: cleanup locally added keymaps, remove crime against rc6_mce (PR:1438, 2 commits, 9 files changed)
    • port forward of #1446 (PR:1447, 2 commits, 3 files changed)
  2. XBMC:
    • Use invoke-id instead addon-id for selecting the monitor for abortrequest (PR:11852, 1 commit, 7 files changed)
    • [bluray] allow do build without bluray support (PR:11862, 1 commit, 1 file changed)
    • [win] use users profile folder as home folder (PR:11857, 1 commit, 1 file changed)
    • drop support for 'old' static listitem format (PR:11756, 1 commit, 1 file changed)
    • [python] WindowXML - add param for mediawindow (PR:11766, 1 commit, 2 files changed)
  3. pvr.dvblink:
    • pvr.dvblink (master) version 4.1.2 (PR:78, 1 commit, 3 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare: linux: update to linux-4.10.3
    • Added: [env] PR:1452: Package updates
    • Added: [pkg] PR:11860: Fix for YouTube Add-On Crash
New LibreELEC.tv Leia build #0318: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.4 #1 SMP Sat Mar 18 21:44:19 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170318212823-#0318-gc8e19e7 [Build #0318]

# Kodi version
(18.0-ALPHA1 Git:93e9d69). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (c8e19e71, changelog) and tip of XBMC master (4912f8f8, changelog) with the following modifications: Build Highlights:
  1. New 4.10.4 kernel
  2. Bluez: build deprecated tools (updated PR:1452)
Build Details:
  1. XBMC:
    • Fix for YouTube Add-On Crash (PR:11860, 1 commit, 1 file changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1455: linux: update to linux-4.10.4
Just to make sure I see no ghosts, the next thing is driving me crazy..

With the fresh installed Milhouse build I'm not able to open the LibreELEC Add-on repo (Team LibreELEC- 9.0.0) as it says "Could not connect to the repository).
Made a clean install on another spare laptop and now I'm able to enter the repo but when I try to install something from it nothing happens.
All other repo's work as expected, so it's not a network thing (even used different dns servers).
Is there something I could do/check to see where the problem is, or is this as expected?

Thanks!
(2017-03-19, 23:26)rudrood Wrote: [ -> ]Just to make sure I see no ghosts, the next thing is driving me crazy..

With the fresh installed Milhouse build I'm not able to open the LibreELEC Add-on repo (Team LibreELEC- 9.0.0) as it says "Could not connect to the repository).
Made a clean install on another spare laptop and now I'm able to enter the repo but when I try to install something from it nothing happens.
All other repo's work as expected, so it's not a network thing (even used different dns servers).
Is there something I could do/check to see where the problem is, or is this as expected?

Thanks!


LibreELEC 9.0 repo hasn't been built yet

Hopefully soon.
New LibreELEC.tv Leia build #0319: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.4 #1 SMP Sun Mar 19 21:22:34 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170319212112-#0319-gc8e19e7 [Build #0319]

# Kodi version
(18.0-ALPHA1 Git:93e9d69). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (c8e19e71, changelog) and tip of XBMC master (26d4d140, changelog) with the following modifications: Build Highlights:
  1. [addons] Update Chorus
  2. [Fix]Default music artist separators remove colon and "|" (ticket 17401)
Build Details:
  1. XBMC:
    • [addons] Update Chorus (PR:11872, 1 commit, 6 files changed)
    • FIX: [droid] force PIC (text reloc denied as of API 23) (PR:11870, 1 commit, 2 files changed)
    • FIX: [depends;PIL] unzip with overwrite (PR:11876, 1 commit, 1 file changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:11873: [Fix]Default music artist separators remove colon and "|" (ticket 17401)
Thanks!

(2017-03-19, 23:27)lrusak Wrote: [ -> ]
(2017-03-19, 23:26)rudrood Wrote: [ -> ]Just to make sure I see no ghosts, the next thing is driving me crazy..

With the fresh installed Milhouse build I'm not able to open the LibreELEC Add-on repo (Team LibreELEC- 9.0.0) as it says "Could not connect to the repository).
Made a clean install on another spare laptop and now I'm able to enter the repo but when I try to install something from it nothing happens.
All other repo's work as expected, so it's not a network thing (even used different dns servers).
Is there something I could do/check to see where the problem is, or is this as expected?

Thanks!


LibreELEC 9.0 repo hasn't been built yet

Hopefully soon.