• 1
  • 265
  • 266
  • 267(current)
  • 268
  • 269
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2017-12-31, 20:25)Milhouse Wrote:
(2017-12-31, 19:56)tjost Wrote: and the 4.9 Kernel isn't in LibreELEC 8?
The RPi builds of LE8 are based on 4.9.y

This really needs someone with the affected hardware and ability to self build to bisect the kernel. 
 I tried to build my own libreelec on raspbian but I always get errors because I didn't understand the how to in the wiki Smile
Hi Devteam,

Would like to thank you for the great work you are doing here! Especially Milhouse!

Every day I come looking here for a update, to test it out. I don't have any issues with it so I cannot report anything.

But really like it! Smile So thank you very much!
New LibreELEC.tv Leia build #0101: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: ce4b635c337e847e7726c97027dc9fa340e6d4164bbfa77f74f880e611509591 (RPi)
SHA256 Checksum: f9adc27612e62f780ab78929e28f2101b1097273121c463e01aef04d457bbff3 (RPi2)

text:
# uname -a
Linux rpi512 4.14.10 #1 Mon Jan 1 21:04:17 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Dec 1 2017 16:20:32
Copyright © 2012 Broadcom
version 38ac72569d7fbd7cf75754d9f14c2495416aaee7 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180101210307-#0101-g66e9ef2 [Build #0101]

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

Based on tip of LibreELEC.tv master (66e9ef2, changelog) and tip of XBMC master (3e7ef02, changelog) with the following modifications: Build Highlights:
  1. busybox: enable brctl
Build Details:
  1. LibreELEC.tv:
    • linux: update to linux-4.14.10 (PR:2317, 16 commits, 12 files changed)
    • scripts/build: fix meson cross-compiling (PR:2367, 1 commit, 1 file changed)
    • Kodi updates for Jan 2018 (PR:2298, 7 commits, 35 files changed)
    • brcmfmac_sdio-firmware-imx: install firmware to correct location (PR:2370, 1 commit, 1 file changed)
    • busybox: enable brctl (PR:2371, 1 commit, 1 file changed)
    • bluez: update to 5.48 (PR:2359, 2 commits, 7 files changed)
  2. XBMC:
    • [test] run WebServer on random port (PR:13280, 1 commit, 1 file changed)
    • cmake: Fix uninstall target (PR:13265, 2 commits, 2 files changed)
    • ADD: [droid] Oreo leanback support (PR:13268, 5 commits, 45 files changed)
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.
Since build #0921 I get logspam from StereoscopicsManager when I play audio files, the following lines get logged twice a second:
Code:
11:16:24.138 T:1942089744  NOTICE: m_playbackStarting
11:16:24.138 T:1942089744  NOTICE: StereoscopicsManager::IsPlaying
11:16:24.138 T:1942089744  NOTICE: StereoscopicsManager::HasAudio

here's a full log of latest build: http://ix.io/oTv

@popcornmix looks like that's caused by this commit https://github.com/popcornmix/xbmc/commi...f500b3b6a1

so long,

Hias
(2018-01-02, 13:25)HiassofT Wrote: Since build #0921 I get logspam from StereoscopicsManager when I play audio files, the following lines get logged twice a second:
@popcornmix looks like that's caused by this commit https://github.com/popcornmix/xbmc/commi...f500b3b6a1

Ah yes - useful for debugging but spammy for release - I'll remove it.
(2017-12-26, 22:26)Milhouse Wrote:
(2017-12-24, 04:40)smp1 Wrote: I just did a test build using the normal LE build method using current LE9 master but in that build I used the current Kodi master + all current Kodi patches that I pulled with your scripts. This build plays DVDs with no problems, so I'm pretty sure that there is an issue with your build scripts.

OK that's odd, but as I'm not able to reproduce I have no idea what that issue might be.        
 I narrowed down the issue to the kodi/package.mk file.

I removed this:
Code:
# Build Kodi using parallel LTO
[ "$LTO_SUPPORT" = "yes" ] && PKG_KODI_USE_LTO="-DUSE_LTO=$CONCURRENCY_MAKE_LEVEL"
Code:
$PKG_KODI_USE_LTO \

With those changes DVDs work. With untouched package.mk - DVDs don't work.
Did the way video files get scanned and imported change in the past few builds?

It seems when #0101 scans a new TV show, at least an hevc mkv file it scans and includes the encoded metadata title whatever that may be set to, and includes it in the library. Previously it grabbed the info from the filename and pulled the correct information from the TVDB scraper which seemed to work well.

FYI, I did the video database update through texturecache.py vscan

Edit... here is a screenshot of what I'm talking about, and the "Hi Milhouse" displays in the Kodi GUI Library too.

Image
New LibreELEC.tv Leia build #0102: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 7b65778fcf50843954466b8605453ac95689080ec8db975351fe9a6c8a4df401 (RPi)
SHA256 Checksum: 419fbe7a0ce048c7b72c7253529f4b476162e3c6dc76c06681aa05166213f6ab (RPi2)

text:
# uname -a
Linux rpi512 4.14.10 #1 Tue Jan 2 21:04:25 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Dec 1 2017 16:20:32
Copyright © 2012 Broadcom
version 38ac72569d7fbd7cf75754d9f14c2495416aaee7 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180102210315-#0102-gf115a20 [Build #0102]

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

Based on tip of LibreELEC.tv master (f115a20, changelog) and tip of XBMC master (1e8376f, changelog) with the following modifications: Build Highlights:
  1. PVR logo, timeshift gui info fixes
Build Details:
  1. LibreELEC.tv:
    • u-boot: add support for project specific version and more (PR:2355, 3 commits, 1 file changed)
    • mpd: update to 0.20.13 (PR:2365, 2 commits, 3 files changed)
    • systemd: Fix a failure in systemd-sysctl during a startup of systemd-236 (PR:2373, 1 commit, 1 file changed)
  2. XBMC:
    • [Estuary][PVR] PVRInfoPanel: move channel logo to the right, remove default logo. (PR:13271, 2 commits, 2 files changed)
    • [PVR] Guide window: Go to date (PR:13282, 3 commits, 8 files changed)
    • add ftp with implicit SSL support (PR:13285, 1 commit, 2 files changed)
    • OpenGL: some fixes (PR:13287, 4 commits, 5 files changed)
    • [PVR] Fix timeshift gui info. Must be reset if nothing is playing anymore (PR:13281, 2 commits, 3 files changed)
    • windowing/gbm: use first overlay plane and fix vga refresh rate (PR:13286, 2 commits, 1 file changed)
    • changed: added setting for use of video tags (PR:13291, 1 commit, 5 files changed)
    • [depends][windows] Print the mirror redirected to for easier debugging of of mirror issues (PR:13293, 1 commit, 1 file changed)
    • [smartplaylist] add 2160p resolution filter (PR:13086, 1 commit, 1 file changed)
  3. kernel 4.14.y:
    • New commits in this build:
      • add backlight control to rpi-display overlay (ca592bdc)
      • add backlight control to media-center overlay (8b2298b3)
      • Add overlay for mcp3202 12 bit ADC (b8386049)
      • drm/vc4: Release fence after signalling (dc74d9fc)
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.15-rc6 build #0102x: RPi / RPi2

Changes:
Code:
Replace out-of-tree RTL8192CU driver with in-tree kernel driver
Packages disabled/not included:
Code:
RTL8192EU
RTL8812AU
DVB Driver Addons
Packages added/updated:
Code:
RTL8188EU
RTL8192CU (in-kernel)
RTL8192DU
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-01-03, 03:07)J_E_F_F Wrote: Did the way video files get scanned and imported change in the past few builds?

It seems when #0101 scans a new TV show, at least an hevc mkv file it scans and includes the encoded metadata title whatever that may be set to, and includes it in the library. Previously it grabbed the info from the filename and pulled the correct information from the TVDB scraper which seemed to work well.

FYI, I did the video database update through texturecache.py vscan

Edit... here is a screenshot of what I'm talking about, and the "Hi Milhouse" displays in the Kodi GUI Library too.

Image

So you added "(Hi Milhouse)" to the filename and previously this wasn't being added to the library? Possibly the scraper has changed - try repeating your test with a build from a month ago, if it's the same result then it's likely an updated (TMDB?) scraper.
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.
First, happy new year!

Question to @Milhouse: no new tvheadend builds more? or is there something new?
[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-01-03, 12:27)Aux_ Wrote: First, happy new year!

Question to @Milhouse: no new tvheadend builds more? or is there something new?

Yes they're there - you'll need to sort the listing by date for them to appear at the beginning/end, at the moment they're somewhere in the middle (when sorting by filename) because of the new month.
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.
Thumbs Up 
(2018-01-03, 13:09)Milhouse Wrote:
(2018-01-03, 12:27)Aux_ Wrote: First, happy new year!

Question to @Milhouse: no new tvheadend builds more? or is there something new?

Yes they're there - you'll need to sort the listing by date for them to appear at the beginning/end, at the moment they're somewhere in the middle (when sorting by filename) because of the new month.  
 Oh yes, I had overlooked that. Thanks for the hint @Milhouse
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
Hi there,

i still got a problem with the video playback on a rpi1. It happend befor i guess since #1214 but  after the upgrade to #0101 it work, but then i change the resolution desktop to HD and the 60Hz to 50hz and now every time a start an video file kodi reboots....do u need father informationsHuh or any ideaHuh

thanks for your great work

sirloc
(2018-01-03, 14:30)sirloc Wrote: Hi there,

i still got a problem with the video playback on a rpi1. It happend befor i guess since #1214 but  after the upgrade to #0101 it work, but then i change the resolution desktop to HD and the 60Hz to 50hz and now every time a start an video file kodi reboots....do u need father informationsHuh or any ideaHuh

thanks for your great work

sirloc

Can you provide a crash log?
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
  • 265
  • 266
  • 267(current)
  • 268
  • 269
  • 495

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