• 1
  • 245
  • 246
  • 247(current)
  • 248
  • 249
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
thanks for the answer - good to know!
New LibreELEC.tv Leia build #1111: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: a529a1da815cd0245b4906fba3347bdb811900e838ba2139c978e0889ccfb1a7 (RPi)
SHA256 Checksum: b8a29ec595c63f8940d54aea996acea48c46c4aa1af885b7e0f961ed5f82a5f2 (RPi2)

Code:
# uname -a
Linux rpi512 4.13.12 #1 Sat Nov 11 21:12:07 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Nov  3 2017 17:05:40
Copyright (c) 2012 Broadcom
version 1bcf9152e3b2ab5c67dcb9c7c1f6d9256d9a6f38 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171111211100-#1111-g037c9ff [Build #1111]

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

Based on tip of LibreELEC.tv master (037c9ff, changelog) and tip of XBMC master (32cc2b3, changelog) with the following modifications: Build Highlights:
  1. u-boot rework
  2. edid-decode: add package
Build Details:
  1. LibreELEC.tv:
    • linux: update to linux-4.13.12 (PR:2198, 3 commits, 4 files changed)
    • systemd: remote+ is not a joystick (PR:2199, 1 commit, 1 file changed)
    • Fix parsing settings.xml in oe_setup_addon (PR:2167, 1 commit, 1 file changed)
    • giflib: don't export reallocarray function (PR:2183, 1 commit, 1 file changed)
    • u-boot rework (PR:2178, 6 commits, 20 files changed)
    • dtc: fix format conversion errors (PR:2204, 1 commit, 1 file changed)
    • scripts/image: restore old functionality (PR:2205, 1 commit, 1 file changed)
  2. XBMC:
    • [music]Fix sort names for artists that are only album artists (PR:13030, 1 commit, 1 file changed)
    • Peripherals: Fix list not refreshing in peripherals dialog (PR:12960, 4 commits, 7 files changed)
  3. pvr.vbox:
    • fix build for Windows UWP ARM (PR:205, 1 commit, 1 file changed)
  4. pvr.vdr.vnsi:
    • fix build for Windows UWP (PR:11, 2 commits, 2 files changed)
  5. pvr.zattoo:
    • Support selective recall and restart (23d9993)
  6. Additional commits/pull requests/changes not yet merged upstream:
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 just noticed that the CodecInfo changed. Has a lot less info now. Will you add the old stuff it like dropped frames and buffer % etc to it eventually?
(2017-11-12, 11:07)meccs Wrote: I just noticed that the CodecInfo changed. Has a lot less info now. Will you add the old stuff it like dropped frames and buffer % etc to it eventually?

This info is available in the PlayerDebug overlay, use shift+control+o on your keyboard to bring it up.

so long,

Hias
(2017-11-12, 12:28)HiassofT Wrote:
(2017-11-12, 11:07)meccs Wrote: I just noticed that the CodecInfo changed. Has a lot less info now. Will you add the old stuff it like dropped frames and buffer % etc to it eventually?

This info is available in the PlayerDebug overlay, use shift+control+o on your keyboard to bring it up.

so long,

Hias  
Well I am using Keymap editor and so far this old overlay with dropped frames etc was "Show Codec Info" but this brings up the other one now. Not sure how I can set up a remote button since this changed.
What is the overlay called? <key id="229">playerdebug</key> should that work`?
Edit .kodi/userdata/keymaps/remote.xml (or whatever the file generated by keymap editor is called) manually or just create a new remote.xml file like this:
Code:
<keymap>
  <FullscreenVideo>
    <remote>
      <menu>PlayerDebug</menu>
    </remote>
  </FullscreenVideo>
</keymap>

so long,

Hias
(2017-11-12, 17:54)HiassofT Wrote: Edit .kodi/userdata/keymaps/remote.xml (or whatever the file generated by keymap editor is called) manually or just create a new remote.xml file like this:
Code:
<keymap>
  <FullscreenVideo>
    <remote>
      <menu>PlayerDebug</menu>
    </remote>
  </FullscreenVideo>
</keymap>

so long,

Hias 
Thanks I figured it out.
New LibreELEC.tv Leia build #1112: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 022bf50e3f289cba6bf91d4132be38fedbbb3751ce6599378730d41bdac93fc8 (RPi)
SHA256 Checksum: 945db54b9449867b6b1e61852bd9e376d93f1d3f5faf071f547eaf2b3b04d755 (RPi2)

Code:
# uname -a
Linux rpi512 4.14.0 #1 Sun Nov 12 23:55:00 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Nov  3 2017 17:05:40
Copyright (c) 2012 Broadcom
version 1bcf9152e3b2ab5c67dcb9c7c1f6d9256d9a6f38 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171112235351-#1112-g704a6d3 [Build #1112]

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

Based on tip of LibreELEC.tv master (704a6d3, changelog) and tip of XBMC master (5670086, changelog) with the following modifications: Build Highlights:
  1. New 4.14.0 kernel
  2. [PVR] PVR client cleanup and improvement
Build Details:
  1. LibreELEC.tv:
    • edid-decode: add package (PR:2206, 2 commits, 2 files changed)
    • ova: bump virtual hw version to 12 (PR:2196, 2 commits, 1 file changed)
    • Fix net-snmp addon build (PR:2200, 1 commit, 3 files changed)
    • tzdata: update timezone data to 2017c (PR:2208, 1 commit, 1 file changed)
    • scripts/create_addon: simplify PROJECT selection, support DEVICE (PR:2202, 2 commits, 2 files changed)
  2. XBMC:
    • [PVR] PVR client cleanup and improvement (PR:13040, 2 commits, 5 files changed)
    • [Estuary] Add (rating) star symbols to fontset (PR:12956, 1 commit, 3 files changed)
  3. peripheral.joystick:
    • [android] Add buttonmap for back button in Android TV Remote Control (PR:129, 1 commit, 1 file changed)
  4. pvr.filmon:
    • [cleanup] remove StdString usage (PR:78, 1 commit, 4 files changed)
  5. pvr.hdhomerun:
    • update jsoncpp to more recent build (PR:63, 1 commit, 1 file changed)
    • Code Cleanup (PR:66, 6 commits, 8 files changed)
  6. pvr.nextpvr:
    • fix build for Windows UWP (PR:69, 2 commits, 8 files changed)
  7. pvr.njoy:
    • [cleanup] remove StdString usage (PR:44, 1 commit, 5 files changed)
  8. pvr.vuplus:
    • [cleanup] remove StdString usage (PR:76, 1 commit, 5 files changed)
  9. kernel 4.14.y:
    • New commits in this build:
      • config: enable upstream IR TX drivers (5cfe5218)
      • overlays: add gpio-ir-tx and pwm-ir-tx (763c463a)
      • dwc_otg: Fixup change to DRIVER_ATTR interface (3c717d8d)
      • ARM: dts: Swap serial aliases for BT-enabled Pis (571d123a)
      • bcm2710: Refactor bcm2710.dtsi using bcm2837.dtsi (#2236) (14054ff7)
      • bcm2710: Fix compatible string in bcm2710.dtsi (05d1ad0b)
    • Commits no longer in build:
      • Revert "pinctrl: bcm2835: switch to GPIOLIB_IRQCHIP" (2ddcadf6)
      • pinctrl-bcm2835: Set base to 0 give expected gpio numbering (1b0c13f7)
      • pinctrl-bcm2835: Only request the interrupts listed in the DTB (9135377a)
      • pinctrl-bcm2835: Fix interrupt handling for GPIOs 28-31 and 46-53 (82124607)
      • vcsm: fix multi-platform build (2ea7ab0c)
      • vcsm: add macros for cache functions (d787c56b)
      • vcsm: use dma APIs for cache functions (d3973ba9)
      • vcsm: Fix up macros to avoid breaking numbers used by existing apps (69337ae2)
  10. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1991 (perma): linux: update to linux-4.14.0
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 Milhouse,

With the latest build #1112 I have lost support for my wifi dongle, its a TL-WN822N V4, using realtek chipset RTL8192EU...

http://www.tp-link.com/lk/products/detai...N822N.html

Works fine with all previous builds.

Attached logs

https://drive.google.com/open?id=19YrvFa...reWhsr46OQ

Best Regards

Bucky
Hi Milhouse,

With the latest build #1112 I have lost support for my wifi dongle, its a TL-WN822N V4, using realtek chipset RTL8192EU...

http://www.tp-link.com/lk/products/detai...N822N.html

Works fine with all previous builds.

Attached logs

https://drive.google.com/open?id=19YrvFa...reWhsr46OQ

Best Regards

Bucky
(2017-11-10, 22:03)paulyz Wrote: I have bug, after I watch movie (fully) in play list sometimes show icon "watched", but sometimes no. I tested a couple times, let player to complete play movie, but sometimes show correct, sometimes no. Where can be a problem?

any comments about this problem?
New LibreELEC.tv Leia build #1113: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 4c978f4822e2408ba457a16f6b5343a1ac32cc450eb66bbe69ab16787a1b1081 (RPi)
SHA256 Checksum: a9d6a78be9f52e734449c48aa6003f22009395190f249f62881d5c532d445add (RPi2)

Code:
# uname -a
Linux rpi512 4.14.0 #1 Mon Nov 13 21:03:52 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Nov  3 2017 17:05:40
Copyright (c) 2012 Broadcom
version 1bcf9152e3b2ab5c67dcb9c7c1f6d9256d9a6f38 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171113210242-#1113-gd3a878e [Build #1113]

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

Based on tip of LibreELEC.tv master (d3a878e, changelog) and tip of XBMC master (5bbeaf1, changelog) with the following modifications: Build Highlights:
  1. Fix RTL8812AU and RTL8192EU drivers after linux-4.14
  2. Kodi: vfs addon updates
Build Details:
  1. LibreELEC.tv:
    • various imx related cleanups (PR:2201, 10 commits, 28 files changed)
    • FFmpegx rework for Emby update (PR:2143, 9 commits, 10 files changed)
  2. XBMC:
    • added: allow vfs add-ons to specify a supported zeroconf service type (PR:13037, 1 commit, 2 files changed)
    • added: allow vfs-addons to populate network setup dialog (PR:13038, 1 commit, 3 files changed)
    • [Win10] a set of fixes and improvements for uwp (PR:13024, 9 commits, 26 files changed)
    • [windows] fix swapchain creation on win7. (PR:13046, 1 commit, 1 file changed)
  3. peripheral.joystick:
    • Bump version to v1.4.3 to anchor backport of buttonmaps (PR:130, 1 commit, 1 file changed)
  4. pvr.hdhomerun:
    • [win10] fix build for uwp (PR:68, 1 commit, 1 file changed)
  5. pvr.mythtv:
    • [win10] fix build for uwp (PR:88, 1 commit, 1 file changed)
    • sync upstream cppmyth (2.9.6) (5e3e854)
    • bump version 5.4.3 (a9cec03)
  6. pvr.pctv:
    • fix build for Windows UWP (PR:53, 2 commits, 7 files changed)
  7. pvr.stalker:
    • [windows] get rid of directly calls to windows API. (PR:101, 1 commit, 3 files changed)
  8. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:1991 (perma): linux: update to linux-4.14.0
    • Updated: [env] PR:2144 (perma): Tvheadend 4.2 rework to use ffmpegx
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-11-13, 21:28)paulyz Wrote:
(2017-11-10, 22:03)paulyz Wrote: I have bug, after I watch movie (fully) in play list sometimes show icon "watched", but sometimes no. I tested a couple times, let player to complete play movie, but sometimes show correct, sometimes no. Where can be a problem?

any comments about this problem?

These issues are really hard to identify. I'd be very surprised if it's anything specific to these test builds, and that it should affect all platforms, so you may be better off filing a ticket on track.kodi.tv and/or starting a new thread in the OS Independent sub-forum.
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.
With the latest build #1112 plugin VU+/Enigma2 client does not download channel icons and does not display them in the program list in kodi.
Problem identified. Fix will most probably be in today's build. Thanks for reporting.
  • 1
  • 245
  • 246
  • 247(current)
  • 248
  • 249
  • 495

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