• 1
  • 94
  • 95
  • 96(current)
  • 97
  • 98
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2017-04-12, 20:11)Milhouse Wrote:
(2017-04-12, 20:03)ramis52 Wrote: hello,

on #410 i had a problem with my harmony remote. one button press makes a double jump in every menu. this problem is solved in #411 but iam interested on what i have to look on the daily releases to skip them when there are changes in the remote behavior.

There were no relevant changes in #0411, so presumably the behaviour is still there.

One thing with the Harmony remotes is that you may need to configure the Harmony software (and then re-programme the remote) to send fewer IR commands and/or change the repeat delay - the recent IR changes in LE and Kodi have optimised IR processing such that the Harmony repeats (workarounds) are no longer necessary.

Also as mentioned in previous posts, if you have lirc enabled in the LibreELEC Settings add-on then try disabling it, as it may no longer be required.

Thanks for that fast answer. Disabled lirc in libre Settings. Switched back to #0410 and all is fine with the remote. Sorry that i didnt read your previous post bout that("disable lirc")
(2017-04-12, 17:13)-DH- Wrote: Just checked, it's fixed in #411 half the way. Wink Means, 3D iso playback still behaves like described above ... 3D MKV with MVC track works fine now.

I had a look and 3D ISOs looked okay here.
I did search through the code for incorrect use of "codec" rather than "codecpar" which was the change that fixed mkv playback,
and there were a few instances, so I've changed those.

Not sure if it will fix your problem, but try again with tonight's build and let us know.
New LibreELEC.tv Leia build #0412: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.9 #1 Wed Apr 12 21:04:06 BST 2017 armv6l GNU/Linux

# vcgencmd version
Apr  4 2017 18:50:03
Copyright (c) 2012 Broadcom
version 3ca4cf4a663c5351eaec08b29d50d6e8324981b4 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170412210302-#0412-g4f4faea [Build #0412]

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

Based on tip of LibreELEC.tv master (4f4faeae, changelog) and tip of XBMC master (478d3064, changelog) with the following modifications: Build Highlights:
  1. Add vfs.rar binary add-on (initially disabled, enable this if needed, although it's not working for me - rar files no longer appear in listing, can't be played)
  2. Drop x86 firmwares from RPi builds
Build Details:
  1. XBMC:
    • [win32] Bye bye Windows Vista (PR:11953, 1 commit, 1 file changed)
  2. newclock5:
    • New commits in this build:
      • VideoPlayer: Change codec->codecpar (8ea9fb5f)
    • Commits no longer in build:
      • OMXImage: fixup: Protect against empty buffer (49abaf8a)
      • fixup: MVC: Use correct codecpar->codec_tag (a9c9a357)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: vfs.rar: new kodi-binary-addon
    • Added: [env] PR:1526: firmwares: use upstream repo [RFC]
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.
Why is no longer working skipping to specific time in video using ir remote i was able in older releases to "write" 3000 and press forword and kodi was skipping 30min
(2017-04-12, 22:52)Doktor-X Wrote: Why is no longer working skipping to specific time in video using ir remote i was able in older releases to "write" 3000 and press forword and kodi was skipping 30min

Can you be clear what the problem is, as this was broken the other day (no numbers appeared on screen, and no seeking possible), but then fixed in #0408.

However I've just tested it again with tonight's #0412 build and it crashed Kodi when clicking "OK" to initiate the seek (crash-log: http://sprunge.us/VGPP). It doesn't crash with every video (ie. seeking works as expected), however my VC1 "Blade Runner" video crashes every time.

I'll nail down when the crash started and upload a debug-enabled 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.
Why are there FW in the RP Build for Windows?? "Drop x86 firmwares from RPi builds" is this 1 FW for all??
(2017-04-12, 23:18)The Masters Wrote: Why are there FW in the RP Build for Windows?? "Drop x86 firmwares from RPi builds" is this 1 FW for all??

Not Windows, but firmware for X86_64 hardware - ie. Intel Bluetooth, audio cards, various add-in ethernet controllers, none of which are needed by non-X86_64 builds.

We had a repository, called "misc-firmware", that contained firmwares for various different hardware and it was being installed into every build regardless of whether the build would ever use the hardware (eg. it makes no sense installing add-in ethernet controller firmware in a RPi build, etc.). It's a legacy repository from OpenELEC days.

So now we're just being a bit smarter about what LibreELEC installs into each build, and it saves 2.5MB on RPi/RPi2.

We've also added another 6MB of new Intel drivers (in Generic builds) so you could say it saves 8.5MB on RPi if we continued to install all firmwares in all builds.
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 have just updated to 412 build and this build have skipping and kodi is not crashing
@popcornmix the seek-to-timecode crash starts with build #0409 (introduction of vpupdates). It seems to be TrueHD related not VC1 specific.

Using a debug-enabled build based on #0412.

Crashlog when playing a VC1/TrueHD video and seeking to 2800: http://sprunge.us/CSYa (it didn't crash the first time, so I entered 2800+OK a second time and then it crashed)

Crashlog when playing an H264/TrueHD video and seeking to 1500: http://sprunge.us/PGHV (I had to seek 3 times before it crashed)

Let me know if you need a sample file.
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-04-12, 23:51)Doktor-X Wrote: I have just updated to 412 build and this build have skipping and kodi is not crashing

Can you try with a video while playing a TrueHD audio track?

(Edit: I can't reproduce on x86_64/Generic, so appears to be RPi/ARM specific)
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-04-12, 23:36)Milhouse Wrote:
(2017-04-12, 23:18)The Masters Wrote: Why are there FW in the RP Build for Windows?? "Drop x86 firmwares from RPi builds" is this 1 FW for all??
..So now we're just being a bit smarter about what LibreELEC installs into each build, and it saves 2.5MB on RPi/RPi2.

We've also added another 6MB of new Intel drivers (in Generic builds) so you could say it saves 8.5MB on RPi if we continued to install all firmwares in all builds.

OK. Thank you for the Info. i think it is ok for USB Drivers for all Builds but not with AMD/Intel Drivers for RPi... But i know its hard to divide...

Sometimes its better to fit all in ONE Build. For 2 or 8Mb its not worth ... my smallest sd card is 16gb Tongue

PS: Thank you for your Daily Builds i love them and they get better and better. Thank you!Angel
(2017-04-12, 21:54)popcornmix Wrote:
(2017-04-12, 17:13)-DH- Wrote: Just checked, it's fixed in #411 half the way. Wink Means, 3D iso playback still behaves like described above ... 3D MKV with MVC track works fine now.

I had a look and 3D ISOs looked okay here.
I did search through the code for incorrect use of "codec" rather than "codecpar" which was the change that fixed mkv playback,
and there were a few instances, so I've changed those.

Not sure if it will fix your problem, but try again with tonight's build and let us know.

Ran a quick check before I went out to work. #412 didn't fix it. It looks like the 'detection logic' works fine but the video rendering doesn't for 3D iso. TV get switched to 3D autom., GUI goes 3D, Player-Info shows video codec mmal-mvc, block_l, etc., all displayed parameters match exactly as for a 3D MKV MVC. It's just the video which stays at 2D.
New LibreELEC.tv Leia build #0413: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.10 #1 Thu Apr 13 21:03:57 BST 2017 armv6l GNU/Linux

# vcgencmd version
Apr  4 2017 18:50:03
Copyright (c) 2012 Broadcom
version 3ca4cf4a663c5351eaec08b29d50d6e8324981b4 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170413210252-#0413-g4f4faea [Build #0413]

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

Based on tip of LibreELEC.tv master (4f4faeae, changelog) and tip of XBMC master (a279a874, changelog) with the following modifications: Build Highlights:
  1. New 4.10.10 kernel
  2. Kernel options cleanup
Build Details:
  1. XBMC:
    • Fix for UI not showing both extractflags and extractthumb (PR:6441, 1 commit, 2 files changed)
    • [windows] drop FindFirstFileExW(...) workaround for Vista (PR:11960, 1 commit, 5 files changed)
    • [android] update libandroidjni (PR:11961, 1 commit, 1 file changed)
    • [android] Change Leanback suggestion (PR:11963, 1 commit, 1 file changed)
    • Added build instructions for rapidjson OpenSuse. (#11943) (fa6a58a0)
    • Corrected spacing in readme (8c662d87)
  2. newclock5:
    • Commits no longer in build:
      • Fix for UI not showing both extractflags and extractthumb (c7bb3322)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare: linux: update to linux-4.10.10
    • Added: [env] PR:1528: linux configs: cleanup
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-04-12, 18:22)nuwonda Wrote:
(2017-04-11, 21:45)Leopold Wrote: I posted about a CEC problem. Is anyone else having the same issue? It seems this commit might be the culprit.

did anyone check if this commit is the actual culprit for the current cec problem? i.e. not being able to wake up kodi from dimmed state with tv remote, but works with phone app after which tv remote works again.

I went back to 314 and indeed, CEC is working there. This would support your finding that (some part of) the libcec commit in 315 broke it.
New LibreELEC.tv Leia build #0414: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.10 #1 Fri Apr 14 21:06:15 BST 2017 armv6l GNU/Linux

# vcgencmd version
Apr  4 2017 18:50:03
Copyright (c) 2012 Broadcom
version 3ca4cf4a663c5351eaec08b29d50d6e8324981b4 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170414210511-#0414-g4f4faea [Build #0414]

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

Based on tip of LibreELEC.tv master (4f4faeae, changelog) and tip of XBMC master (affdfe4e, changelog) with the following modifications: Build Highlights:
  1. FFmpegImage: Transition to new ffmpeg 3.2+ API
  2. [application] load includes before fonts
  3. Drop FB_UDL from RPi kernel config (updated PR:1528)
Build Details:
  1. XBMC:
    • [Estuary][PVR] Guide window: Add possibility to switch between horizontal and vertical epg grid view. (PR:11958, 3 commits, 9 files changed)
    • [application] load includes before fonts (PR:11379, 1 commit, 1 file changed)
  2. newclock5:
    • New commits in this build:
      • ffmpeg: hevc: Proper rebase without the reverts (8f1e74bf)
      • FFmpegImage: Transition to new ffmpeg 3.2+ API (2b5a8ea2)
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
  • 94
  • 95
  • 96(current)
  • 97
  • 98
  • 495

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