• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2016-12-13, 19:21)Hoopla Wrote: 1) Has there been a solution to why large files can't be copied over the network to a USB drive attached to Kodi since version 18? (Used to work fine with Kodi 17)

Yes, a fix was included in build #1211b - see if things are better now.
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.
(2016-12-13, 19:21)Hoopla Wrote: 2) Add-on caching disabled (PR:10394), will it be enabled again? (Add-ons like YouTube have been sluggish since cache has been disabled)

Not my decision. I'd prefer it were enabled. I'd suggest you post in the feature request forum to see if you can get some support.
(2016-12-13, 13:41)Jezze Wrote: Where should i leave feedback about that iptv pvr problem what i asked couple post ago?

Can you confirm if it works on a Krypton build on another platform (e.g. windows or x86 linux?)
Can you provide a sample URL that fails?
(2016-12-06, 16:53)Milhouse Wrote:
(2016-12-06, 16:50)sakos Wrote: Hi,

I am hardly looking forward working ADSP on Raspberry Pi to have an equaliser on my Hifiberry Amp+. Is there any time plan for this?

Not at the moment. ADSP has resulted in some stability issues (ie. crashes) and has been disabled completely in Kodi 17, but presumably will be re-enabled in Kodi 18 at some stage once the stability issues are resolved.
Thanks for your response. Do you think ADSP will be available for Raspebrry Pi as well? I am asking because I could not find "enable DSP" in any earlier LE release for RPi. Was it accessible ever on this platform?
(2016-12-13, 19:29)Milhouse Wrote:
(2016-12-13, 19:21)Hoopla Wrote: 1) Has there been a solution to why large files can't be copied over the network to a USB drive attached to Kodi since version 18? (Used to work fine with Kodi 17)

Yes, a fix was included in build #1211b - see if things are better now.

Works! You guys rock! Smile
(2016-12-11, 10:32)Sinisan Wrote: @popcornmix : Here is a sample I've made as short as possible (it contains the "problem") : https://dl.dropboxusercontent.com/u/6548...sample.mkv
and annoter one a bit longer, to let you change parameters without always having to pause : https://dl.dropboxusercontent.com/u/6548...sample.mkv

The movie contains two audio tracks (ENG, FRE) and two subtitles (ENG, FRE). Try to activate subtitle, then switch it off : they're still there.

Has anyone tested the files I created?

Thank you.

As other people after me, I do a small up on my question. Does somebody test my files, and have the same problem I have ? Thank you.
(2016-12-13, 22:16)sakos Wrote: Thanks for your response. Do you think ADSP will be available for Raspebrry Pi as well? I am asking because I could not find "enable DSP" in any earlier LE release for RPi. Was it accessible ever on this platform?

It has been enabled in the past, but it was very likely to crash. It has been removed from Krypton on all platforms until the bugs are fixed.
New LibreELEC.tv Krypton build #1213: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.8.13 #1 Wed Dec 14 00:33:05 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Dec  9 2016 17:52:15
Copyright (c) 2012 Broadcom
version 40f32e4ad457a5e9dc91288ebccb13e23d986e4a (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161214003202-#1213-g1329364 [Build #1213]

# Kodi version
(18.0-ALPHA1 Git:17.0-beta6-654f1b7). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (1329364b, changelog) and tip of XBMC master (eb66c052, changelog) with the following modifications: Build Highlights:
  1. Fix Estuary and LE Settings after deprecated infobools
  2. Remove adsp, peripheral, codec and audioengine libraries
  3. cmake fixes (json, mmal, texturepacker)
  4. Drop PR11033 in order to test PR11163
Build Details:
  1. XBMC:
    • [adsp] bye, bye libKODI_adsp.cpp (PR:11155, 2 commits, 14 files changed)
    • fixed: the assumption of toolchain = crosscompile cause issues (PR:11088, 1 commit, 10 files changed)
    • [addons] move installer temp dir to addons/temp/ (PR:11120, 1 commit, 2 files changed)
    • [cmake] linux: install docs into docdir (PR:11151, 1 commit, 2 files changed)
    • [addons] add enable/disable context menu (PR:11124, 1 commit, 5 files changed)
    • [peripheral] bye, bye libKODI_peripheral.cpp (PR:11154, 2 commits, 17 files changed)
    • cmake: fix FindJsonSchemaBuilder.cmake after 3664574 (PR:11158, 1 commit, 1 file changed)
    • [estuary] rm deprecated infobool: isempty->string.isempty (PR:11156, 1 commit, 3 files changed)
    • [addon] bye, bye libXBMC_codec.cpp (PR:11164, 1 commit, 13 files changed)
    • [cleanup] AMLCodec: android leftovers (PR:11165, 1 commit, 1 file changed)
    • [AML] read display modes optionally from file (PR:11159, 1 commit, 1 file changed)
    • [addon] bye, bye libKODI_audioengine.cpp (PR:11167, 1 commit, 12 files changed)
  2. pvr.vbox:
  3. newclock5:
    • New commits in this build:
      • update and fix FindMMAL (57455dba)
      • quote vars in string functions fixes errors when the vars are empty (ee309a77)
      • CMake: Fix TexturePacker installation directory (b5ae0df3)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: Fix MMAL cmake after PR11157
    • Added: [pkg] PR:44: update infobools (service.libreelec.settings)
    • 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.
when might we see the 4.9 kernel as the standard for these test builds?
(2016-12-14, 03:18)J_E_F_F Wrote: when might we see the 4.9 kernel as the standard for these test builds?

As soon as nvidia release a compatible 340.xx driver - still waiting, with no ETA. I'll release another "weekly" 4.9.0 based build in an hour or two.
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 kernel 4.9.0 (release) test build #1213x: RPi / RPi2
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.
(2016-12-14, 04:38)Milhouse Wrote: Weekly kernel 4.9.0 (release) test build #1213x: RPi / RPi2

For me. It's working great. Pvr channels, streaming videos and music.
Thumbs Up 
(2016-12-13, 23:18)popcornmix Wrote:
(2016-12-13, 22:16)sakos Wrote: Thanks for your response. Do you think ADSP will be available for Raspebrry Pi as well? I am asking because I could not find "enable DSP" in any earlier LE release for RPi. Was it accessible ever on this platform?

It has been enabled in the past, but it was very likely to crash. It has been removed from Krypton on all platforms until the bugs are fixed.
Yesss. It can be enabled up to LE7.90.008 I could find it in the default skin. Hopefully it is stable enough for a netradio. At least looks promising.
Thank you very much!
New LibreELEC.tv Krypton build #1214: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.8.13 #1 Wed Dec 14 21:04:54 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Dec  9 2016 17:52:15
Copyright (c) 2012 Broadcom
version 40f32e4ad457a5e9dc91288ebccb13e23d986e4a (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161214210350-#1214-gcb39031 [Build #1214]

# Kodi version
(18.0-ALPHA1 Git:17.0-beta6-654f1b7). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (cb39031c, changelog) and tip of XBMC master (a11603a0, changelog) with the following modifications: Build Highlights:
  1. New VideoDB schema v108
  2. Drop guilib library
Build Details:
  1. LibreELEC.tv:
    • lcdd: update to upstream 1554506 (PR:990, 1 commit, 4 files changed)
    • Fixup post-/usr: need /usr/lib64 (PR:1057, 1 commit, 2 files changed)
    • opengl-meson, gpu-aml: revert to Mali r5p1 (PR:1056, 1 commit, 2 files changed)
  2. XBMC:
    • [addon] bye, bye libKODI_guilib.cpp (PR:11170, 1 commit, 15 files changed)
    • Cmake mmal (PR:11157, 2 commits, 3 files changed)
    • [cmake] Fix XPREFIX_LIBRARIES populating in modules (PR:11161, 1 commit, 2 files changed)
    • Code improvements for contextmenu eject items dvd/hdd (PR:11168, 1 commit, 2 files changed)
    • Fix upnp iso resume exporting and resume from upnp (PR:11045, 6 commits, 15 files changed)
    • [retroplayer] rework to new code style without shared lib (PR:11172, 1 commit, 16 files changed)
    • Added Win32 support for per-monitor DPI and scaling (#11171) (a11603a0)
  3. inputstream.adaptive:
  4. pvr.dvbviewer:
    • Up-Merge of Krypton fixes (PR:48, 3 commits, 6 files changed)
  5. newclock5:
    • Commits no longer in build:
      • update and fix FindMMAL (57455dba)
      • quote vars in string functions fixes errors when the vars are empty (ee309a77)
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.
Starting in #1213 the HDHomeRun video addon is not behaving correctly. 'HD' logo and buffer-bar don't clear from live tv, and in dvr the 'show' list never populates. In both live and dvr there's a grey rectangle in the bottom right, with a clock-type icon overlaying the right side, with the hand spinning around.
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 495

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