• 1
  • 28
  • 29
  • 30(current)
  • 31
  • 32
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
I have an issue with the TV guide that has appeared. The TV channels are not sorting correctly. This only started after I added new channels to the TVHeadend backend a couple days ago (so not an impact of changing LibreElec builds). This appears to be a LibreElec issue as I have Kodi Leia Master on my Android phone and it sorts correctly. I've tried doing "clear data" on both LibreElec and on my phone, but no change. PVR settings appear to be identical. Thoughts of where to look?
New LibreELEC.tv Leia build #0206: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.9.8 #1 SMP Mon Feb 6 23:10:54 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170206230933-#0206-g5b258c7 [Build #0206]

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

Based on tip of LibreELEC.tv master (5b258c79, changelog) and tip of XBMC master (6f0d7b0f, changelog) with the following modifications: Build Highlights:
  1. Drop jemalloc, switch to MALLOC_MMAP_THRESHOLD_=512KB
  2. Controller fixes
Build Details:
  1. LibreELEC.tv:
    • game add-ons update and cleanup (PR:1283, 111 commits, 130 files changed)
  2. XBMC:
    • cmake: fix handling of X11 (PR:11611, 1 commit, 4 files changed)
    • Controller cleanup (PR:11621, 3 commits, 7 files changed)
    • Fix analog sticks (PR:11616, 3 commits, 17 files changed)
    • [PVR] Fix trac17246 - another approach (PR:11615, 4 commits, 5 files changed)
    • Have the JSON handler sent a custom CEvent to the slideshow class (PR:11613, 1 commit, 1 file changed)
  3. peripheral.joystick:
    • Improvements to button mapping (PR:84, 2 commits, 7 files changed)
  4. pvr.mythtv:
    • 4.3.1 (PR:62, 4 commits, 12 files changed)
    • update README (c68b7ab5)
    • add new setting 'livetv_recordings' (93124590)
    • get/set setting 'livetv_recordings' (dc0198f9)
    • show/hide livetv recordings (7ff47571)
    • add translations en,fr for setting 30067 (269f64f2)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: temp: set MALLOC_MMAP_THRESHOLD to 512KB for all platforms
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Weekly Linux 4.10-rc7 build #0206x: Generic

Same as #0206, but without media_build extensions (not compatible with this kernel).
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
How do I download the game addons (the libreretro cores I assume).

I have entered the Konami code, and have the games entry on the main menu, however I can not find any of my roms, and a search for the addon, yields an empty result.

I can not connect to the Libreelec Retroplayer Add-ons repository. It gives me an "Could not connect to repository"
(2017-02-07, 18:54)Fromm Wrote: How do I download the game addons (the libreretro cores I assume).

I have entered the Konami code, and have the games entry on the main menu, however I can not find any of my roms, and a search for the addon, yields an empty result.

I can not connect to the Libreelec Retroplayer Add-ons repository. It gives me an "Could not connect to repository"

The 9.0 cores don't exist yet.

I have however tested the 8.1 cores with some success, so you could get around this temporarily:

cp -R /usr/share/kodi/addons/repository.retroplayer.libreelec.addons/ /storage/.kodi/addons/repository.retroplayer81.libreelec.addons/
cd /storage/.kodi/addons/repository.retroplayer81.libreelec.addons/

replace the contents of addon.xml with:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.retroplayer81.libreelec.addons"
                name="LibreELEC Retroplayer 81 Add-ons"
                version="8.0.0"
                provider-name="Lukas Rusak ([email protected])">
        <extension point="xbmc.addon.repository"
                name="LibreELEC.tv Retroplayer 81 Add-on Repository">
                <info>http://lrusak.libreelec.tv/addons/8.1/Generic/x86_64/addons.xml</info>
                <checksum>http://lrusak.libreelec.tv/addons/8.1/Generic/x86_64/addons.xml.md5</checksum>
                <datadir zip="true">http://lrusak.libreelec.tv/addons/8.1/Generic/x86_64/</datadir>
        </extension>
        <extension point="xbmc.addon.metadata">
                <summary>Retroplayer addon repository for LibreELEC</summary>
                <description>
Retroplayer binary add-ons for use with LibreELEC
                </description>
                <disclaimer>This is a testing repository. please don't ask for support in openelec forum / irc channel</disclaimer>
                <platform>all</platform>
        </extension>
</addon>

and enable this new repo.

Now you should be able to launch a game and have the emulator download automagically.

Good luck
LJay
Thanks LJay. Transitioning from one major version to another (ie. 8.0 to 9.0) is always a little rough with bleeding edge builds while we wait for the rest of the infrastructure to catch up.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
New LibreELEC.tv Leia build #0207: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.9.8 #1 SMP Tue Feb 7 21:59:05 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170207215743-#0207-g8e51cee [Build #0207]

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

Based on tip of LibreELEC.tv master (8e51cee4, changelog) and tip of XBMC master (4c792dbb, changelog) with the following modifications: Build Highlights:
  1. Include media_build patch for pctv452
Build Details:
  1. LibreELEC.tv:
    • eventlircd: use default initial-repeat delay for gpio-rc-recv (PR:1271, 1 commit, 1 file changed)
    • kodi: set MALLOC_MMAP_THRESHOLD_=524288 for 64bit cpus (PR:1286, 1 commit, 1 file changed)
    • add new retroplayer emulators (PR:1284, 4 commits, 4 files changed)
    • fix lirc cross-compilation and non-working left/right keys (PR:1281, 3 commits, 4 files changed)
    • tbs-linux-drivers: remove drivers (PR:1291, 1 commit, 2 files changed)
    • kodi: update to 4c792db (PR:1292, 4 commits, 8 files changed)
  2. XBMC:
    • Remove generated file (PR:11627, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-02-07, 22:24)LJay Wrote: The 9.0 cores don't exist yet.

The 9.0 retroplayer add-ons have just been uploaded so you should no longer need to manually edit the addon.xml and the built-in retroplayer add-on should now be working (although you may need to reboot after removing the 8.1 add-on, and possibly force an update).
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-02-08, 11:18)Milhouse Wrote: The 9.0 retroplayer add-ons have just been uploaded so you should no longer need to manually edit the addon.xml and the built-in retroplayer add-on should now be working (although you may need to reboot after removing the 8.1 add-on, and possibly force an update).

Man that was quick.
New LibreELEC.tv Leia build #0208: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.9.8 #1 SMP Wed Feb 8 21:05:16 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170208210352-#0208-gd46b7ca [Build #0208]

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

Based on tip of LibreELEC.tv master (d46b7ca4, changelog) and tip of XBMC master (c265c6b8, changelog) with the following modifications: Build Highlights:
  1. Estuary fixes
  2. PR:1295: lirc: simplify scripts
  3. PR:11163: Fix silent failure when game add-on can't be installed
Build Details:
  1. LibreELEC.tv:
    • add reworked retroplayer add-ons script (PR:1294, 3 commits, 4 files changed)
    • kodi: remove aarch64 patches that have been merged upstream (PR:1297, 1 commit, 2 files changed)
    • tvheadend: remove addon for 4.0 (PR:1233, 1 commit, 14 files changed)
    • net-snmp: initial addon (3e00e3b8)
  2. XBMC:
    • Remove AEDefines_override.h (PR:11636, 1 commit, 1 file changed)
    • support for image decoder add-ons (PR:11086, 4 commits, 35 files changed)
    • [xbmc][improvement][docs] Add missing documentation to appmessenger and IMessageTarget (PR:11531, 1 commit, 3 files changed)
    • [skins] show video indicator in slideshow window (PR:11525, 1 commit, 2 files changed)
    • [Estuary] fixes (PR:11482, 1 commit, 11 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1295: lirc: simplify scripts
    • Added: [pkg] PR:11163: Fix silent failure when game add-on can't be installed
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
New LibreELEC.tv Leia build #0209: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.9.8 #1 SMP Thu Feb 9 21:07:49 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170209210626-#0209-g2c59d7d [Build #0209]

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

Based on tip of LibreELEC.tv master (2c59d7d4, changelog) and tip of XBMC master (c265c6b8, changelog) with the following modifications: Build Highlights:
  1. libnfs updates
Build Details:
  1. LibreELEC.tv:
    • lirc: simplify scripts (PR:1295, 1 commit, 4 files changed)
    • retroplayer add-ons: add WeTek_Core support (PR:1306, 11 commits, 11 files changed)
    • media_build: fix TT-S2-3600 (PR:1293, 1 commit, 2 files changed)
  2. libnfs:
    • init: remove pdu from list before invoking callback (PR:169, 1 commit, 1 file changed)
    • Use SOCK_CLOEXEC (PR:168, 2 commits, 1 file changed)
  3. pvr.mythtv:
    • remove invalid comments (edb51451)
    • fix french translations (8461c794)
    • workaround: don't open dialog while playing (d03a5390)
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
I can't provide a lot of details right now (logs, I know, will look into it ...) but all of a sudden 3 of my several fantec QB35US3 HDD enclosures cannot be connected to my Kodi machine anymore while they are working just fine while connected to my W7 desktop PC.

Is there any chance that one of the recent changes ist responsible for that kind of hickup??

Planning to install a way older release (kernel 4.8 just to make sure, #1214) but eager for ideas in the meantime. Thanks in advance!

EDIT: Release #1214 didn't change a thing I'm afraid ...
New LibreELEC.tv Leia build #0210: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.9.9 #1 SMP Fri Feb 10 21:13:26 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170210211202-#0210-g2c59d7d [Build #0210]

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

Based on tip of LibreELEC.tv master (2c59d7d4, changelog) and tip of XBMC master (958d4530, changelog) with the following modifications: Build Highlights:
  1. New 4.9.9 kernel
  2. Fix libnfs memory leak
  3. alsa-lib: conf: Add card config for Intel HDMI/DP LPE audio
Build Details:
  1. XBMC:
    • [controller dialog] Ignore delayed axes (PR:11641, 1 commit, 6 files changed)
    • explicitly pass rrefs for move semantics (PR:11650, 1 commit, 2 files changed)
  2. libnfs:
    • Memory leak fixes and some tiny bits (PR:170, 4 commits, 2 files changed)
  3. peripheral.joystick:
    • Don't trim trailing space from joystick name (PR:85, 1 commit, 3 files changed)
  4. pvr.hts:
    • Revert "[htsp v26] implement server based playcount and playposition" (PR:285, 1 commit, 6 files changed)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1313: add config scripts for RPi Wolfson/Cirrus Logic audio card
    • Added: [env] PR:1314: linux: update to linux-4.9.9
    • Added: [pkg] patch: alsa-lib: conf: Add card config for Intel HDMI/DP LPE audio (alsa-lib)
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
I try the current Testbuilds on two different systems - Rasp PI (Rasp-Build) and Intel NUC (x86_64 build).
Even with the original version for x86_64 I didn't get GUI - sounds (e.g. the click-sound while moving through the menues).
On the PI, everything works fine.
Is there a known problem with the sound on x86_64 - systems?
Normaly, I set sound to 5.1 over HDMI, but with these setting, some trailers or movies with stereo-sound only are 'quiet'.
The only solution here was to switch to stereo over HDMI and enable passthrough.
But that didn't fic the GUI - sound problem.
any ideas?
(2017-02-11, 20:13)moviefan65 Wrote: Is there a known problem with the sound on x86_64 - systems?

No.

(2017-02-11, 20:13)moviefan65 Wrote: any ideas?

Post a debug log (wiki). Or delete /storage/.kodi/userdata/guisettings.xml and restart Kodi with default settings.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
  • 1
  • 28
  • 29
  • 30(current)
  • 31
  • 32
  • 355

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24