• 1
  • 449
  • 450
  • 451(current)
  • 452
  • 453
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
My Lirc-Issues seems to be a false alarm. Sorry…
I assume now that the updating process (extracting SYSTEM) sometimes fails and produces a system with some broken features. If I copy the same build again, the issue disappears.
(2018-11-16, 17:43)YggdrasiI Wrote: My Lirc-Issues seems to be a false alarm. Sorry…
I assume now that the updating process (extracting SYSTEM) sometimes fails and produces a system with some broken features. If I copy the same build again, the issue disappears.
The LibreELEC update process is reliable, but if you manually extract files (or use something like Berryboot which is not supported) then there's a chance you may end up wth a broken system due to an incomplete update of all the required files. It sounds like you like to tinker so I'd say the issues were more likely to be self-inflicted than the fault of the update process.
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 #1116: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 067865b0504298417259b1796b4d6549d9a9a89e2af0fdf263c49b7d90e2b379 (RPi)
SHA256 Checksum: d159b3a6e9718b64b76be59bc84bb0ea1c98f454a0ca9f081ab96df1ad4bec41 (RPi2)

text:
# uname -a
Linux rpi512 4.19.2 #1 Fri Nov 16 21:24:51 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Nov 4 2018 16:35:17
Copyright © 2012 Broadcom
version ed5baf9520a3c4ca82ba38594b898f0c0446da66 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20181116212344-#1116-gcf9a0c9 [Build #1116]

# Kodi version
(18.0-RC1 Git:5bcc6f9). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (cf9a0c9, changelog) and tip of XBMC master (5bcc6f9, changelog) with the following modifications: Build Highlights:
  1. [addons] Sort logged list of installed add-ons
  2. inputstream.adaptive: Include codecId in decoder display name
Build Details:
  1. XBMC:
    • [addons] sync with repo (PR:14886, 1 commit, 7 files changed)
    • [AddonVideoCodec] retrieve codec name after Open() (PR:14889, 1 commit, 1 file changed)
  2. inputstream.adaptive:
    • Include codecId in decoder display name (3e6b8e6)
  3. pvr.mythtv:
    • add eit categories supplied by telerama (e88cd2f)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:14888 (perma): [addons] Sort logged list of installed add-ons
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'm not sure if I should post this here since I'm new to my raspberry pi. But I flashed the image of the 15 November version on my sd card. I then altered the config.txt to set sdtv mode to 2. But on my PAL television I can only see a black and white image, while getting a color image with NOOBS earlier.

Is this because it is a beta and it should get fixed later?
(2018-11-17, 18:50)Daikath Wrote: I'm not sure if I should post this here since I'm new to my raspberry pi. But I flashed the image of the 15 November version on my sd card. I then altered the config.txt to set sdtv mode to 2. But on my PAL television I can only see a black and white image, while getting a color image with NOOBS earlier.

Is this because it is a beta and it should get fixed later?
No, this should work. I'm running the latest LE alpha (8.90.007), which is very similar to these testbuilds, on an RPi3B+ hooked up to a PAL TV and color output is fine.

Please run the following commands and post the URLs so we can get more info
Code:
paste /flash/config.txt
vcdbg log msg 2>&1 | paste
dmesg | paste

so long,

Hias
Hi,

Apologies for the very late reporting. It's taken a while until I had time to systematically go through the builds to work out when this broke!

After much testing, I can confirm that #0815 breaks skip steps and fast forward when you try to play a MediaPortal TV recording that is still actively recording.

https://forum.kodi.tv/showthread.php?tid...pid2759263

#0814 is fine. Looks like this is the bump to MediaPortal plugin 3.5.4, and the changes in this build do seem to fit in with this.

Do you now need logs for this, or can this be fixed? I will also post a link in the MediaPortal section of the forum.

Regards,

Mark
(2018-11-17, 21:19)mcelliott Wrote: Do you now need logs for this, or can this be fixed? I will also post a link in the MediaPortal section of the forum.

Regards,

Mark

Letting the MediaPortal folks know would be best, either via the forum or github (whatever they prefer). Thanks for tracking it down, that should help them fix the issue (assuming it's a MP problem, of course)...
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.
Thanks for the help HiassofT, but I didnt think it mattered if there was a space in the confix.txt setting sdtv mode... turns out there cant be none. I have wonderful colors now!
New LibreELEC.tv Leia build #1117: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 0c20c6bf556942ce72066310817676b1d262495be91be5ae6247973b2440e635 (RPi)
SHA256 Checksum: 86268b1b6f682124b1d35a1e17828065422854ffd6e7d0978c6e3afaf4871e8e (RPi2)

text:
# uname -a
Linux rpi512 4.19.2 #1 Sat Nov 17 21:03:48 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Nov 4 2018 16:35:17
Copyright © 2012 Broadcom
version ed5baf9520a3c4ca82ba38594b898f0c0446da66 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20181117210230-#1117-g5a18f1a [Build #1117]

# Kodi version
(18.0-RC1 Git:8b68a90). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (5a18f1a, changelog) and tip of XBMC master (8b68a90, changelog) with the following modifications: Build Highlights:
  1. [JSON] Bump version to 10.0.0
  2. fixed: Low read rate detection logic when VideoPlayer uses filecache
Build Details:
  1. LibreELEC.tv:
    • update_retroplayer-addons: use git ls-remote to avoid cloning the ent (PR:3052, 1 commit, 1 file changed)
    • update_retroplayer-addons: use default branch instead of master (PR:3110, 1 commit, 1 file changed)
    • vdr-addon 109 / script.config.vdr 103 (PR:3097, 6 commits, 19 files changed)
  2. XBMC:
    • fixed: Low read rate detection logic when VideoPlayer uses filecache (PR:14869, 1 commit, 4 files changed)
    • [storage] MediaManager::Onstorage*: Do not show toasts if fullscreen (PR:14881, 1 commit, 1 file changed)
    • [fix] redact paths in edl logging (PR:14844, 1 commit, 1 file changed)
    • [JSON] Bump version to 10.0.0 (PR:14790, 1 commit, 1 file changed)
    • [addons] Sort logged list of installed add-ons (PR:14888, 1 commit, 1 file changed)
  3. inputstream.adaptive:
  4. pvr.mythtv:
    • sync upstream cppmyth (2.11.0) (80396dd)
    • disable file caching by default (1a0a9cb)
    • add advanced settings to re-enable builtin files cache (19dc3d0)
    • review visibility fo recording flags (6aa74d1)
    • bump version 5.9.0 (d53d4b8)
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.
Hi Mark,

I reported this with logs months ago but got no response, hopefully you have more luck.

BM
New LibreELEC.tv Leia build #1118: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 89161ce7d100599c1c8dccdcc88c72ce02b00771c98ae92bc67ab96a6bb8c67c (RPi)
SHA256 Checksum: 0078d1dba67e9a5177222c61d497cabf7a55ac61d6bb962b134d0d50a217b407 (RPi2)

text:
# uname -a
Linux rpi512 4.19.2 #1 Sun Nov 18 21:04:16 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Nov 4 2018 16:35:17
Copyright © 2012 Broadcom
version ed5baf9520a3c4ca82ba38594b898f0c0446da66 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20181118210232-#1118-gd35701a [Build #1118]

# Kodi version
(18.0-RC1 Git:4b7d471). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (d35701a, changelog) and tip of XBMC master (4b7d471, changelog) with the following modifications: Build Highlights:
  1. [4.19] RPi wm8804 soundcard driver cleanup and improvements (linux)
  2. iptables: update to iptables-1.8.2
  3. [skinning] Bump GUI API after many changes since last bump
Build Details:
  1. LibreELEC.tv:
    • mesa: update to mesa-18.2.5 (PR:3108, 1 commit, 1 file changed)
    • xf86-video-nvidia: update to xf86-video-nvidia-410.78 (PR:3107, 1 commit, 2 files changed)
  2. XBMC:
    • [fix] remove outdated JsonSchemaBuilder executable after #14774 (PR:14899, 2 commits, 1 file changed)
    • [addons] Switch from TVDB to TMDB as default TV show scraper (PR:14898, 2 commits, 84 files changed)
    • [skinning] Bump GUI API after many changes since last bump (PR:14896, 2 commits, 3 files changed)
    • [addons] sync with repo (PR:14897, 1 commit, 2 files changed)
    • Actually destroy window system on application shutdown (PR:14901, 1 commit, 2 files changed)
    • [Estuary] Rip audio-cd from 'Disc' home menu entry (PR:14903, 1 commit, 2 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3089 (perma): iptables: update to iptables-1.8.2
    • Added: [pkg] PR:2759 (perma): [4.19] RPi wm8804 soundcard driver cleanup and improvements (linux)
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.
Hi,

Since build #1116 do not see any new builds in the libreelec addon, I have to manually download them. The last build to see is Build #1116
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
(2018-11-19, 13:03)Aux_ Wrote: Hi,

Since build #1116 do not see any new builds in the libreelec addon, I have to manually download them. The last build to see is Build #1116
The releases.json update daemon had stopped running - restarted it now, #1117 & #1118 added. 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.
(2018-11-19, 13:15)Milhouse Wrote:
(2018-11-19, 13:03)Aux_ Wrote: Hi,

Since build #1116 do not see any new builds in the libreelec addon, I have to manually download them. The last build to see is Build #1116
The releases.json update daemon had stopped running - restarted it now, #1117 & #1118 added. Thanks.  
Yes, it works now, thanks!
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
New LibreELEC.tv Leia build #1119: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: bf805517430e6dac8004b28f94e50a9c9b12e33e5b3209b8cb1bab9c3172aac0 (RPi)
SHA256 Checksum: 9f4a08a501ddd855e916f220739624fa8b500268888bdcc9f95ff43bb04dd293 (RPi2)

text:
# uname -a
Linux rpi512 4.19.2 #1 Mon Nov 19 21:04:42 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Nov 4 2018 16:35:17
Copyright © 2012 Broadcom
version ed5baf9520a3c4ca82ba38594b898f0c0446da66 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20181119210238-#1119-gd35701a [Build #1119]

# Kodi version
(18.0-RC1 Git:0509481). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (d35701a, changelog) and tip of XBMC master (0509481, changelog) with the following modifications: Build Highlights:
  1. [Estuary] Movie listing and overview fixes for sets
  2. [music]Fix album source constraint violations during library update
Build Details:
  1. XBMC:
    • X11 - fix segfauls (PR:14900, 2 commits, 1 file changed)
    • [games] Show installed game clients first (PR:14902, 1 commit, 1 file changed)
    • [addons] remove never set value on CAddonInfo (PR:14895, 1 commit, 1 file changed)
    • [Estuary] Movie listing and overview fixes for sets (PR:14909, 1 commit, 2 files changed)
    • [music]Fix album source constraint violations during library update (PR:14906, 1 commit, 2 files changed)
    • VAAPI: add error and info callbacks (PR:14831, 1 commit, 2 files changed)
  2. inputstream.adaptive:
    • Implement NXFrameRate UUID atom (7a66f1e)
  3. peripheral.joystick:
  4. pvr.mythtv:
    • fix display for video flags (672dee6)
    • sync upstream cppmyth (2.11.2) (67854e9)
    • announce as frontend (e2aad6c)
    • this is a hack to work around the PVR startup flow issue (a1e5399)
    • bump version 5.9.1 (aa5241b)
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
  • 449
  • 450
  • 451(current)
  • 452
  • 453
  • 495

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