• 1
  • 53
  • 54
  • 55(current)
  • 56
  • 57
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
New LibreELEC.tv Leia build #0203: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.9.7 #1 Fri Feb 3 21:37:10 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Feb  3 2017 17:32:26
Copyright (c) 2012 Broadcom
version 12dfe2223aa88c5d7ce0e701e9fb7746914decc3 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170203213607-#0203-g7d3dca6 [Build #0203]

# Kodi version
(18.0-ALPHA1 Git:d829753). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (7d3dca62, changelog) and tip of XBMC master (280a4f7e, changelog) with the following modifications: Build Highlights:
  1. New firmware (CEC updates, with debug parameter)
  2. PVR, EPG and controller fixes
  3. PR:1271: eventlircd: use default initial-repeat delay for gpio-rc-recv
Build Details:
  1. Firmware (Feb 3):
    • firmware: CEC: Update CEC code cleanup 13: logical addr allocation to 030217
    • firmware: debug: Add config parameter to disable cec callback
  2. LibreELEC.tv:
    • merge Virtual project into Generic (PR:1266, 4 commits, 11 files changed)
    • some more virtual cleanup (PR:1272, 3 commits, 4 files changed)
  3. XBMC:
    • Miscellaneous controller improvements (PR:11576, 6 commits, 12 files changed)
    • Fix analog stick/trigger "sticking" bug (PR:11571, 4 commits, 31 files changed)
    • [EPG] Fix CEpgSearchFilter::Reset - CID 1399697: Uninitialized members (UNINIT_CTOR) (PR:11605, 1 commit, 1 file changed)
    • [PVR] Fix crash in CPVRManager::UpdateItem (PR:11606, 2 commits, 1 file changed)
    • [Fix] Use lower case table names in query (PR:11603, 1 commit, 1 file changed)
  4. peripheral.joystick:
    • Anomalous triggers fix (PR:80, 5 commits, 14 files changed)
  5. kernel 4.9.y:
    • New commits in this build:
      • usb: dwc2: Avoid suspending if we're in gadget mode (#1825) (093c6332)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1271: eventlircd: use default initial-repeat delay for gpio-rc-recv
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.
Another tweak to CEC. If any issues appear compared to yesterday's build then try adding:
hdmi_debug=1
To config.txt and report if that is better.
Even if CEC is fine feel free to test with that setting and report if still good or bad as we'd like to know what is the best option.
I also will test newest build tomorrow.
Meanwhile I have a question totally off topic from CEC stuff:
Is mpd (server, not client) addon working with libreelec? I always see it in the libreelec repository, but when I connect to the server with a client, there are no tracks, no library and output set to null. When executed via terminal, mpd echoes mpd.conf is not present. I see a configuration file in some kind of wrapper directory for plugins, but I think daemon might point to usual location /etc, searching for its config file.

*Only* reason why I am interested in mpd rather then libreelec's native audio playback is, there exists an option for (really working) gapless audio playback in mpd configuration from which I know it is working great on rpi1 with alsa device audio output. I am not even sure if this option *would* have any positive effect in a libreelec setup. Would it?
What does libreelec use to playback audio? paplayer or a video player with buffering?

Sorry if this might be the wrong thread for asking. I joined this forum just a few days ago and am still a bit confused of all the sub-forums here Smile
@MMXT: You're better off posting on the LibreELEC forum for add-on specific help.
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.
Okay, thank you for telling me Smile
Thanks, Milhouse.
The pi3 doesn't boot anymore, even with a new sd/image. Stops with the "rainbow screen".
But i saved the old img for the new pi3 i just ordered.
#202 cec mostly fine except that tv switched itself back on once. once only though. testing #203 later
Smile 
Pi3 is back again ! Tnx Milhouse.

Did what you told in Post: #816 but that wasn't enough.
After changing all Bcm*.dtb files with fresh ones rpi starts again.
I thought Pi would at least boot without the dtbs (they'll be created during each upgrade) but maybe not.
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.
#0203 works really fine for me. Thank you for this @Milhouse and @popcornmix
(2017-02-03, 19:23)MONSTA Wrote: Playback 23,976(24) to 50Hz wih resampling audio is jerky from #0201. On #0131 everything is fine.
jerky video

You are correct. Should be a fix in tonight's build.
New LibreELEC.tv Leia build #0204: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.9.8 #1 Sat Feb 4 21:31:54 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Feb  3 2017 17:32:26
Copyright (c) 2012 Broadcom
version 12dfe2223aa88c5d7ce0e701e9fb7746914decc3 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170204212446-#0204-g569a50e [Build #0204]

# Kodi version
(18.0-ALPHA1 Git:d829753). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (569a50eb, changelog) and tip of XBMC master (ad121a58, changelog) with the following modifications: Build Highlights:
  1. New 4.9.8 kernel
  2. fix X11 handling; videosync windowing
  3. PR:11615: [PVR] Fix trac17246 - another approach
Build Details:
  1. LibreELEC.tv:
    • LibreELEC/options: fix spelling mistake (PR:1274, 1 commit, 1 file changed)
  2. XBMC:
    • Do not try to load folder thumbs for plugin:// folders (PR:11555, 2 commits, 2 files changed)
    • videodb: check whether the database is open before retrieving details (PR:11569, 1 commit, 1 file changed)
  3. newclock5:
    • New commits in this build:
      • cmake: fix handling of X11 (859c6fbd)
      • windows: adapt to move of videosync to windowing (ec8e6cf4)
      • fixup! RPi: Fixup move of videosync to windowing (57a1bb9f)
    • Commits no longer in build:
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1278: linux: update to linux-4.9.8
    • Added: [pkg] PR:11615: [PVR] Fix trac17246 - another approach
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.
GPIO IR users... is everything OK after the eventlircd change in #0203?
(2017-02-04, 00:11)Milhouse Wrote:
  1. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1271: eventlircd: use default initial-repeat delay for gpio-rc-recv
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.
popcornmix,
Yep, goes smooth again.
Thank you.
(2017-01-30, 21:42)Aux_ Wrote: RPi3 crash 4 times in a row on boot - #0129


http://pastebin.com/bKjijJ50
http://pastebin.com/JtHdt03c
http://pastebin.com/Kp1taJmb
http://pastebin.com/YnrswHx3

The crashes above were caused by PR11536.

In build #0204 there is another attempt at fixing the original issue:

(2017-02-05, 00:39)Milhouse Wrote:
  1. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:11615: [PVR] Fix trac17246 - another approach

Are you experiencing any further crashes with #0204 (if you are, please upload a crashlog - thanks!)
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
  • 53
  • 54
  • 55(current)
  • 56
  • 57
  • 495

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