RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - linkinsoldier - 2017-11-11
thanks for the answer - good to know!
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-11-12
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:- Includes newclock5 patches
- Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.13.y
- Includes latest bcm2835-driver master (008700b)
- Includes latest kodi-platform master (36fb493)
- Includes latest libcec master (8adc786, ahead +26)
- Includes latest libnfs master (7c68a3d, ahead +106)
- Includes latest p8-platform master (a822e19)
- Includes latest addons: inputstream.adaptive (d2081b2, +5), inputstream.rtmp (0702f7e), peripheral.joystick (b07d81c, +9), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (6129441, +1), pvr.filmon (f67f905), pvr.hdhomerun (7721ce6, +1), pvr.hts (9e58cbb, +9), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (fa1069d), pvr.mythtv (d5a6aa3), pvr.nextpvr (5b7caa2), pvr.njoy (cc1cb56), pvr.octonet (f1f8d44), pvr.pctv (eddee4e, +1), pvr.stalker (3b6f231, +1), pvr.teleboy (2d092c4), pvr.vbox (619c32b, +2), pvr.vdr.vnsi (0ec3e77, +3), pvr.vuplus (eb0d16d), pvr.wmc (55e701b, +1), pvr.zattoo (23d9993, +5)
- Include [env] compare (perma): connman: timeserver: Retry NTP servers periodically on startup
- Include [env] compare (perma): dmidecode: initial package
- Include [env] compare (perma): kodi: add safety mode
- Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
- Include [env] patch: libcec: don't link non-existant libtinfo
- Include [env] patch: rev hack for kodi
- Include [env] patch: media_build: disable due to conflicts
- Include [env] patch: Add experimental splash video for RPi
- Include [env] patch: Bump included addon versions to prevent online updates
- Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
- Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
- Include [env] patch: pvr addons: disable broken addons
- Include [env] PR:2002 (perma): linux: include HBR and ELD fixes for Intel
- Include [env] PR:2138 (perma): removed OE mirror links
- Include [env] PR:2144 (perma): Tvheadend 4.2 rework to use ffmpegx
- Include [env] PR:2182 (perma): kodi: updates for Dec 2017
- Include [env] PR:2196 (perma): ova: bump virtual hw version to 12
- Include [env] PR:2206 (perma): edid-decode: add package
- Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
- Include [pkg] PR:86 (perma): connman.py: More secure default password for tethering (service.libreelec.settings)
Build Highlights:
- u-boot rework
- edid-decode: add package
Build Details:
- 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)
- 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)
- pvr.vbox:
- fix build for Windows UWP ARM (PR:205, 1 commit, 1 file changed)
- pvr.vdr.vnsi:
- fix build for Windows UWP (PR:11, 2 commits, 2 files changed)
- pvr.zattoo:
- Support selective recall and restart (23d9993)
- Additional commits/pull requests/changes not yet merged upstream:
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - meccs - 2017-11-12
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?
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2017-11-12
(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
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - meccs - 2017-11-12
(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`?
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2017-11-12
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
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - meccs - 2017-11-12
(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.
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-11-13
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:- Includes newclock5 patches
- Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.14.y
- Includes latest bcm2835-driver master (008700b)
- Includes latest kodi-platform master (36fb493)
- Includes latest libcec master (8adc786, ahead +26)
- Includes latest libnfs master (7c68a3d, ahead +106)
- Includes latest p8-platform master (a822e19)
- Includes latest addons: inputstream.adaptive (d2081b2, +5), inputstream.rtmp (0702f7e), peripheral.joystick (971b784, +10), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (6129441, +1), pvr.filmon (f06fd9d, +1), pvr.hdhomerun (82223c0, +8), pvr.hts (9e58cbb, +9), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (fa1069d), pvr.mythtv (d5a6aa3), pvr.nextpvr (938bb48, +2), pvr.njoy (4a5efef, +1), pvr.octonet (f1f8d44), pvr.pctv (eddee4e, +1), pvr.stalker (3b6f231, +1), pvr.teleboy (2d092c4), pvr.vbox (619c32b, +2), pvr.vdr.vnsi (0ec3e77, +3), pvr.vuplus (478ae5a, +1), pvr.wmc (55e701b, +1), pvr.zattoo (23d9993, +5)
- Include [env] compare (perma): connman: timeserver: Retry NTP servers periodically on startup
- Include [env] compare (perma): dmidecode: initial package
- Include [env] compare (perma): kodi: add safety mode
- Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
- Include [env] patch: libcec: don't link non-existant libtinfo
- Include [env] patch: rev hack for kodi
- Include [env] patch: media_build: disable due to conflicts
- Include [env] patch: Add experimental splash video for RPi
- Include [env] patch: Bump included addon versions to prevent online updates
- Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
- Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
- Include [env] patch: pvr addons: disable broken addons
- Include [env] PR:1991 (perma): linux: update to linux-4.14.0
- Include [env] PR:2138 (perma): removed OE mirror links
- Include [env] PR:2144 (perma): Tvheadend 4.2 rework to use ffmpegx
- Include [env] PR:2182 (perma): kodi: updates for Dec 2017
- Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
- Include [pkg] PR:86 (perma): connman.py: More secure default password for tethering (service.libreelec.settings)
Build Highlights:
- New 4.14.0 kernel
- [PVR] PVR client cleanup and improvement
Build Details:
- 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)
- 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)
- peripheral.joystick:
- [android] Add buttonmap for back button in Android TV Remote Control (PR:129, 1 commit, 1 file changed)
- pvr.filmon:
- [cleanup] remove StdString usage (PR:78, 1 commit, 4 files changed)
- pvr.hdhomerun:
- update jsoncpp to more recent build (PR:63, 1 commit, 1 file changed)
- Code Cleanup (PR:66, 6 commits, 8 files changed)
- pvr.nextpvr:
- fix build for Windows UWP (PR:69, 2 commits, 8 files changed)
- pvr.njoy:
- [cleanup] remove StdString usage (PR:44, 1 commit, 5 files changed)
- pvr.vuplus:
- [cleanup] remove StdString usage (PR:76, 1 commit, 5 files changed)
- 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)
- Additional commits/pull requests/changes not yet merged upstream:
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2017-11-13
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/details/cat-11_TL-WN822N.html
Works fine with all previous builds.
Attached logs
https://drive.google.com/open?id=19YrvFas1BP-VtxzAFMICuPreWhsr46OQ
Best Regards
Bucky
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2017-11-13
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/details/cat-11_TL-WN822N.html
Works fine with all previous builds.
Attached logs
https://drive.google.com/open?id=19YrvFas1BP-VtxzAFMICuPreWhsr46OQ
Best Regards
Bucky
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - paulyz - 2017-11-13
(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?
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-11-13
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:- Includes newclock5 patches
- Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.14.y
- Includes latest bcm2835-driver master (008700b)
- Includes latest kodi-platform master (36fb493)
- Includes latest libcec master (8adc786, ahead +26)
- Includes latest libnfs master (7c68a3d, ahead +106)
- Includes latest p8-platform master (a822e19)
- Includes latest addons: inputstream.adaptive (d2081b2, +5), inputstream.rtmp (0702f7e), peripheral.joystick (33b43ce, +11), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (6129441, +1), pvr.filmon (f06fd9d, +1), pvr.hdhomerun (4fe593c, +9), pvr.hts (9e58cbb, +9), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (fa1069d), pvr.mythtv (a9cec03, +3), pvr.nextpvr (938bb48, +2), pvr.njoy (4a5efef, +1), pvr.octonet (f1f8d44), pvr.pctv (b85115b, +3), pvr.stalker (93a1b1e, +2), pvr.teleboy (2d092c4), pvr.vbox (619c32b, +2), pvr.vdr.vnsi (0ec3e77, +3), pvr.vuplus (478ae5a, +1), pvr.wmc (55e701b, +1), pvr.zattoo (23d9993, +5)
- Include [env] compare (perma): connman: timeserver: Retry NTP servers periodically on startup
- Include [env] compare (perma): dmidecode: initial package
- Include [env] compare (perma): kodi: add safety mode
- Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
- Include [env] patch: libcec: don't link non-existant libtinfo
- Include [env] patch: rev hack for kodi
- Include [env] patch: media_build: disable due to conflicts
- Include [env] patch: Add experimental splash video for RPi
- Include [env] patch: Bump included addon versions to prevent online updates
- Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
- Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
- Include [env] patch: pvr addons: disable broken addons
- Include [env] PR:1991 (perma): linux: update to linux-4.14.0
- Include [env] PR:2138 (perma): removed OE mirror links
- Include [env] PR:2144 (perma): Tvheadend 4.2 rework to use ffmpegx
- Include [env] PR:2182 (perma): kodi: updates for Dec 2017
- Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
- Include [pkg] PR:86 (perma): connman.py: More secure default password for tethering (service.libreelec.settings)
Build Highlights:
- Fix RTL8812AU and RTL8192EU drivers after linux-4.14
- Kodi: vfs addon updates
Build Details:
- 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)
- 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)
- peripheral.joystick:
- Bump version to v1.4.3 to anchor backport of buttonmaps (PR:130, 1 commit, 1 file changed)
- pvr.hdhomerun:
- [win10] fix build for uwp (PR:68, 1 commit, 1 file changed)
- 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)
- pvr.pctv:
- fix build for Windows UWP (PR:53, 2 commits, 7 files changed)
- pvr.stalker:
- [windows] get rid of directly calls to windows API. (PR:101, 1 commit, 3 files changed)
- 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
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-11-14
(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.
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - misiuzeb - 2017-11-14
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.
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - ksooo - 2017-11-14
Problem identified. Fix will most probably be in today's build. Thanks for reporting.
|