• 1
  • 22
  • 23
  • 24(current)
  • 25
  • 26
  • 86
v19 LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)
New LibreELEC.tv Matrix build #0803: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 41d507d3a5b460190656b44641a5ae01f0caa200f4a476929e698d32f31499f3 (RPi)
SHA256 Checksum: 3bf840ffebf0593280448073fc1e170d701ab01284c8662073f4a96e3232bb26 (RPi2)

text:
# uname -a
Linux rpi512 5.2.5 #1 Sun Aug 4 10:10:51 BST 2019 armv6l GNU/Linux

# vcgencmd version
Aug 1 2019 15:19:42
Copyright © 2012 Broadcom
version dd0dc7bd0bdbeb1ca6be21dc49847c7a5331457c (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190804100955-#0803-g83bd69f [Build #0803]

# Kodi version
Kodi (19.0-ALPHA1 Git:6a9e668). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (83bd69f, changelog) and tip of XBMC master (6a9e668, changelog) with the following modifications: Build Highlights:
  1. cmake: updated to v3.15.1 / clean up
  2. busybox: add 'xpad' to SUSPEND_MODULES; support custom modules
  3. Fix CShoutcastFile's ability to set the stream's tag info on the UI
Build Details:
  1. XBMC:
    • fixed: Using absolute paths in combination with hosts in URLs caused (PR:16415, 1 commit, 1 file changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3728 (perma): p8-platform: switch to correct repo, update to p8-platform-cee64e9
    • Added: [env] PR:3735 (perma): cmake: updated to v3.15.1 / clean up
    • Added: [env] PR:3738 (perma): busybox: add 'xpad' to SUSPEND_MODULES
    • Added: [env] PR:3740 (perma): busybox: allow customizing suspend-modules.conf
    • Added: [pkg] PR:16435 (perma): Fix CShoutcastFile's ability to set the stream's tag info on the UI
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.
(2019-08-04, 03:43)J_E_F_F Wrote: thinking of jumping from v18 #0410 on a RP3 to these builds. Do I need to do anything special to update to the current v19 build, or just download the tar as before and reboot?

There doesn't seem to be as much member chat on these builds, have then been generally stable as far as test builds go, on par with the late v18 builds

Just download the tar and reboot. However do note that not all add-ons will be working with Kodi 19 until the add-ons add support for K19. If you're not a big add-ons user then you should probably be fine.

They're pretty stable, certainly good enough for daily driver, there just hasn't been any huge architectural changes in Kodi 19 (yet!)
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.
even on 19 major add-ons work just fine
Code:
Hi @Milhouse I have come across a problem w.r.t. Docker.  After trying to bisect this issue I ended up with #0713 working and #0714+ having issues with either service.system.docker.service not starting at all or showing weird output i.e. container uptime of 292 years, see below.

I didn't get enough time to debug everything but the thing that I noticed is that #0714 included Kernel 5.2 - perhaps something changed with 5.2 that needs library updates?

Example docker started but showing weird info.  Kodi not able to connect to the database i.e. #0722
Code:

LibreELEC (Milhouse): devel-20190722232309-#0722-g1ab3547 (RPi2.arm)
LibreELEC:~ # docker ps
CONTAINER ID        IMAGE                        COMMAND             CREATED              STATUS              PORTS                    NAMES
881110e67cb2        linuxserver/mariadb:latest   "/init"             36 seconds ago       Up 292 years
2cbd4d988483        portainer/portainer          "/portainer"        51 seconds ago       Up 49 seconds       0.0.0.0:9000->9000/tcp   docker.linuxserver.portainer
450b76c0670d        portainer/portainer          "/portainer"        About a minute ago   Up 292 years

Docker Service failed to start at all, this was #0801
Code:

● service.system.docker.service - Docker Application Container Engine
   Loaded: loaded (/storage/.kodi/addons/service.system.docker/system.d/service.system.docker.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Sun 2019-08-04 07:25:04 CEST; 5min ago
     Docs: https://docs.docker.com
  Process: 394 ExecStartPre=/storage/.kodi/addons/service.system.docker/bin/docker-config (code=exited, status=0/SUCCESS)
  Process: 398 ExecStart=/storage/.kodi/addons/service.system.docker/bin/dockerd --exec-opt native.cgroupdriver=systemd --log-driver=journald
 Main PID: 398 (code=exited, status=1/FAILURE)

Aug 04 07:25:00 LibreELEC dockerd[398]: time="2019-08-04T07:25:00.008029716+02:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Aug 04 07:25:00 LibreELEC dockerd[398]: time="2019-08-04T07:25:00.008135966+02:00" level=info msg="scheme \"unix\" not registered, fallback t
Aug 04 07:25:00 LibreELEC dockerd[398]: time="2019-08-04T07:25:00.008667581+02:00" level=info msg="ccResolverWrapper: sending new addresses t
Aug 04 07:25:00 LibreELEC dockerd[398]: time="2019-08-04T07:25:00.008892060+02:00" level=info msg="ClientConn switching balancer to \"pick_fi
Aug 04 07:25:00 LibreELEC dockerd[398]: time="2019-08-04T07:25:00.009186643+02:00" level=info msg="pickfirstBalancer: HandleSubConnStateChang
Aug 04 07:25:00 LibreELEC dockerd[398]: time="2019-08-04T07:25:00.018165655+02:00" level=error msg="containerd did not exit successfully" err
Aug 04 07:25:04 LibreELEC dockerd[398]: Failed to start containerd: timeout waiting for containerd to start
Aug 04 07:25:04 LibreELEC systemd[1]: service.system.docker.service: Main process exited, code=exited, status=1/FAILURE
Aug 04 07:25:04 LibreELEC systemd[1]: service.system.docker.service: Failed with result 'exit-code'.
Aug 04 07:25:04 LibreELEC systemd[1]: Failed to start Docker Application Container Engine.
(2019-08-04, 22:26)raoulbhatia Wrote: Hi @Milhouse I have come across a problem w.r.t. Docker. After trying to bisect this issue I ended up with #0713 working and #0714+ having issues with either service.system.docker.service not starting at all or showing weird output i.e. container uptime of 292 years, see below.

Not entirely sure, presumably there's some sort of incompatibility between docker and kernel 5.2.0 - have asked other LibreELEC team members to see if anyone is running docker that can investigate.

Can you bisect the 5.2-rc kernel releases to see if it starts with 5.2-rc1 or some other rc version - if it is present in one of these 5.2-rc releases then we can be fairly certain it is a kernel/docker issue.

Edit: wild guess could be that docker has some dependency on time_t support which might have changed in 5.2 and docker may need to be rebuilt (or a new version built).
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.
New LibreELEC.tv Matrix build #0804: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: bfca8cbfa599950707424a6c78057c99bd1d156dc22af4d0a39bddfec6e3aa65 (RPi)
SHA256 Checksum: 15e6d8f091ed23b43b0b2c6d8984871613c6f1b34c753e7e7b189d47fdae7ec1 (RPi2)

text:
# uname -a
Linux rpi512 5.2.5 #1 Sun Aug 4 21:03:24 BST 2019 armv6l GNU/Linux

# vcgencmd version
Aug 1 2019 15:19:42
Copyright © 2012 Broadcom
version dd0dc7bd0bdbeb1ca6be21dc49847c7a5331457c (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190804210249-#0804-g83bd69f [Build #0804]

# Kodi version
Kodi (19.0-ALPHA1 Git:36c347b). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (83bd69f, changelog) and tip of XBMC master (36c347b, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. XBMC:
    • Fix CShoutcastFile's ability to set the stream's tag info on the UI (PR:16435, 2 commits, 1 file changed)
    • [GUIControllerWindow] Subscribe to controller install events (PR:16424, 2 commits, 2 files changed)
    • add ACTION_MOUSE_DRAG_END support (PR:16384, 1 commit, 3 files changed)
    • [addons] fix binary addon lib name for iOS (PR:16411, 1 commit, 1 file changed)
    • [addons] Remove unneded dlfcn includes (PR:16423, 1 commit, 1 file changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3708 (perma): linux (Mainline/RPi): update to linux-5.2.5/5.2.6
    • Added: [pkg] PR:132 (perma): background recreated to avoid interlaced images (service.libreelec.settings)
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.
(2019-08-04, 22:26)raoulbhatia Wrote: Hi @Milhouse I have come across a problem w.r.t. Docker.  After trying to bisect this issue I ended up with #0713 working and #0714+ having issues with either service.system.docker.service not starting at all or showing weird output i.e. container uptime of 292 years, see below.

I didn't get enough time to debug everything but the thing that I noticed is that #0714 included Kernel 5.2 - perhaps something changed with 5.2 that needs library updates?

We've bumped the docker add-on version in master and initial testing doesn't show any problem, so chances are it just needed rebuilding with the new 5.2.y kernel. Add-ons for 9.80 are being built so you should get an update soon (or maybe a day or two, depending on how the add-on build goes!)
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.
New LibreELEC.tv Matrix build #0805: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 2b98ee80b79a8cb502f7e03544c349052d72bd125cb44985b9efeabd0b19b9f4 (RPi)
SHA256 Checksum: 4727baa82183e06cd8cfa3410d8135ca2c906192fabb247f027bb02d762afd84 (RPi2)

text:
# uname -a
Linux rpi512 5.2.6 #1 Mon Aug 5 21:51:46 BST 2019 armv6l GNU/Linux

# vcgencmd version
Aug 1 2019 15:19:42
Copyright © 2012 Broadcom
version dd0dc7bd0bdbeb1ca6be21dc49847c7a5331457c (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190805215112-#0805-g92029b0 [Build #0805]

# Kodi version
Kodi (19.0-ALPHA1 Git:36c347b). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (92029b0, changelog) and tip of XBMC master (36c347b, changelog) with the following modifications: Build Highlights:
  1. New 5.2.6 kernel
  2. libavformat/rtspdec: Don't send teardown if rtsp_hd_out is null (FFmpeg) [@wallacebw, issue]
  3. [VideoPlayer] Fix TS resume point, related to PR16314 [@jwegman, issue]
  4. [addons] fix repo addon install (<path> in addons.xml wasn't checked)
Build Details:
  1. LibreELEC.tv:
    • Docker: updated to 18.09.8 (PR:3741, 2 commits, 4 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3708 (perma): linux (Mainline/RPi): update to linux-5.2.6
    • Added: [pkg] PR:12 (perma): libavformat/rtspdec: Don't send teardown if rtsp_hd_out is null (FFmpeg)
    • Added: [pkg] PR:16440 (perma): [VideoPlayer] Fix TS resume point, related to PR16314
    • Added: [pkg] PR:16443 (perma): [addons] fix repo addon install (<path> in addons.xml wasn't checked)
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.
New LibreELEC.tv Matrix build #0806: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 0cb3a1d3549403a22001cd191f3ce7b57a02d0767c5adf5323c997d501a21e12 (RPi)
SHA256 Checksum: a678d15078c249d65db45136127b359f226ccccfe3393213907041f3a751474f (RPi2)

text:
# uname -a
Linux rpi512 5.2.6 #1 Wed Aug 7 00:52:37 BST 2019 armv6l GNU/Linux

# vcgencmd version
Aug 6 2019 13:16:15
Copyright © 2012 Broadcom
version dd0dc7bd0bdbeb1ca6be21dc49847c7a5331457c (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190807005039-#0806-gcfd340b [Build #0806]

# Kodi version
Kodi (19.0-ALPHA1 Git:2b14719). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (cfd340b, changelog) and tip of XBMC master (2b14719, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. dav1d: updated to 0.4.0
  3. [addons] change binary interface (webbrowser required parts)
Build Details:
  1. Firmware (Aug 6):
    • firmware: Fix to allow HDMI audio port route setting. See: link
    • userland: dtoverlay: only run lxpanelctl hooks when lxpanel is running
  2. LibreELEC.tv:
    • linux (Mainline/RPi): update to linux-5.2.6 (PR:3708, 21 commits, 17 files changed)
  3. XBMC:
    • Increase the wait time in a test that relies on timing to have it fail less often. (PR:16436, 1 commit, 1 file changed)
    • [addons] change binary interface (webbrowser required parts) (PR:16401, 5 commits, 11 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:3742 (perma): dav1d: updated to 0.4.0 / updated meson opts
    • Added: [env] PR:3743 (perma): linux (Mainline/RPi): update to linux-5.2.6/5.2.7
    • Updated: [pkg] PR:16440 (perma): [VideoPlayer] Fix TS resume point, related to PR16314
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.
Does : 
Quote:firmware: Fix to allow HDMI audio port route setting. See: link
cover the "HDMI 0 for video, HDMI 1 for audio" use case with a Pi 4B? (I know these builds aren't for a Pi 4B - but the underlying code / firmware is being updated to include 4B updates)

AIUI this was a request to allow those with UHD TVs but HD-only amps to route video directly to their TVs but audio via their AVRs?
-sorry, tdb-
(2019-08-07, 12:01)noggin Wrote: AIUI this was a request to allow those with UHD TVs but HD-only amps to route video directly to their TVs but audio via their AVRs? 

Plumbing has been added to allow HDMI0 or HDMI1 to be chosen through alsa, which would provide a means for achieving the
video on HDMI0 and audio on HDMI1 configuration.

I'm not sure if that is all that is needed - I think that upstream kodi gbm code doesn't handle the presence of a second display well so there may
still need to be more work needed to get this working, but it's a step in that direction.
New LibreELEC.tv Matrix build #0807: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 008744bd39f2d14dd45ecd9b9fec57b4cb7b25728eb82aa951d13d9579a5c712 (RPi)
SHA256 Checksum: 2a5e0971c91824f8e1d4fcec9fb5270dfb0ad7e97e8fb4722c9f15171de9295c (RPi2)

text:
# uname -a
Linux rpi512 5.2.6 #1 Wed Aug 7 21:10:09 BST 2019 armv6l GNU/Linux

# vcgencmd version
Aug 6 2019 13:16:15
Copyright © 2012 Broadcom
version dd0dc7bd0bdbeb1ca6be21dc49847c7a5331457c (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190807210747-#0807-g6a2ee78 [Build #0807]

# Kodi version
Kodi (19.0-ALPHA1 Git:8b8aaf6). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (6a2ee78, changelog) and tip of XBMC master (8b8aaf6, changelog) with the following modifications: Build Highlights:
  1. curl: update to curl-7.65.3
Build Details:
  1. LibreELEC.tv:
    • busybox: allow customizing suspend-modules.conf (PR:3740, 1 commit, 1 file changed)
    • busybox: add 'xpad' to SUSPEND_MODULES (PR:3738, 1 commit, 1 file changed)
  2. XBMC:
    • [addons] fix repo addon install (<path> in addons.xml wasn't checked) (PR:16443, 1 commit, 1 file changed)
    • [depends] bump curl to 7.65.3 (PR:16449, 1 commit, 2 files changed)
  3. 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.
(2019-08-07, 15:28)popcornmix Wrote:
(2019-08-07, 12:01)noggin Wrote: AIUI this was a request to allow those with UHD TVs but HD-only amps to route video directly to their TVs but audio via their AVRs? 

Plumbing has been added to allow HDMI0 or HDMI1 to be chosen through alsa, which would provide a means for achieving the
video on HDMI0 and audio on HDMI1 configuration.

I'm not sure if that is all that is needed - I think that upstream kodi gbm code doesn't handle the presence of a second display well so there may
still need to be more work needed to get this working, but it's a step in that direction.  

Yes - I suspect a place-holder 480p, 576p, 720p, 1080i etc. video output (just black or a useful image saying 'AUDIO ONLY') on the HDMI Audio output will be needed as HDMI audio requires video ? (I think HD Audio may require pixel replication at lower resolutions to get the HDMI clock rate high enough too?)
New LibreELEC.tv Matrix build #0808: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: b6b49e72a5e3ba219862b614012bc6fa038a7af45b39545650caf85d97fbba6d (RPi)
SHA256 Checksum: 1e1ef6cad7f7b9583c01acae7e22b7841e0b2a3cc85fab1f4afa780d77c84dbf (RPi2)

text:
# uname -a
Linux rpi512 5.2.6 #1 Fri Aug 9 05:10:08 BST 2019 armv6l GNU/Linux

# vcgencmd version
Aug 6 2019 13:16:15
Copyright © 2012 Broadcom
version dd0dc7bd0bdbeb1ca6be21dc49847c7a5331457c (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190809050918-#0808-ga0d58e2 [Build #0808]

# Kodi version
Kodi (19.0-ALPHA1 Git:80dd0eb). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (a0d58e2, changelog) and tip of XBMC master (80dd0eb, changelog) with the following modifications: Build Highlights:
  1. glibc: update to glibc-2.30
  2. expat: update to expat-2.2.7
  3. zstd: update to zstd-1.4.2
  4. enable CONFIG_SENSORS_GPIO_FAN
  5. Add pvr.sledovanitv.cz
  6. [Cleanup] Remove SetIconImage, GetIconImage, HasIcon and SetThumbnailImage (NOP)
Build Details:
  1. LibreELEC.tv:
    • librespot: update to 51a634d (2019-07-23) (PR:3747, 2 commits, 4 files changed)
    • emby4: update to 4.2.0.40 (PR:3751, 2 commits, 3 files changed)
    • cmake: updated to v3.15.1 / clean up (PR:3735, 1 commit, 1 file changed)
  2. XBMC:
    • [addons] change ADDON_GLOBAL_VERSION_MAIN to 1.1.0 and leave min by old 1.0.12 (PR:16455, 2 commits, 4 files changed)
    • Fix typo in CDVD*CodecFFmpeg cryptosession log messages (PR:16457, 1 commit, 2 files changed)
    • [Cleanup] Remove SetIconImage, GetIconImage, HasIcon and SetThumbnailImage (NOP) (PR:16444, 5 commits, 47 files changed)
    • [dialogs] Fix missing cancel button in progress dialogs. Fixes #16459 (PR:16460, 1 commit, 1 file changed)
  3. pvr.dvblink:
    • [pvr.dvblink] 5.1.0 (PR:122, 1 commit, 2 files changed)
  4. pvr.freebox:
    • [pvr.freebox] 2.1.0 (PR:17, 1 commit, 1 file changed)
  5. pvr.hts:
    • [pvr.hts] bump to 5.1.0 (PR:423, 1 commit, 2 files changed)
  6. pvr.mediaportal.tvserver:
    • [pvr.mediaportal.tvserver] Update to 4.1.0 (PR:105, 1 commit, 2 files changed)
  7. pvr.mythtv:
    • [pvr.mythtv] bump to 6.1.0 (PR:123, 1 commit, 2 files changed)
  8. pvr.nextpvr:
    • [pvr.nextpvr] bump to 4.1.0 (PR:96, 1 commit, 2 files changed)
  9. pvr.octonet:
    • [pvr.octonet] 1.1.0 (PR:29, 1 commit, 1 file changed)
  10. pvr.teleboy:
    • [pvr.teleboy] bump to 19.1.0 (PR:20, 1 commit, 2 files changed)
  11. pvr.vbox:
    • [pvr.vbox] bump to 5.1.0 (PR:220, 1 commit, 2 files changed)
  12. pvr.vdr.vnsi:
    • [pvr.vdr.vnsi] bump to 4.1.0 (PR:119, 1 commit, 2 files changed)
  13. pvr.wmc:
    • [pvr.wmc] 3.1.0 (PR:70, 1 commit, 2 files changed)
  14. pvr.zattoo:
    • [pvr.zattoo] bump to 19.1.0 (PR:53, 1 commit, 2 files changed)
  15. kernel 5.2.y:
    • New commits in this build:
      • According to 5713 pdf doc CLOCK_CTRL is a readonly status register, and it behaves so. Remove useless setting (a265cb3a)
  16. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, peripheral.joystick/xarcade, other)
    • Updated: [env] PR:3743 (perma): linux (Mainline/RPi): update to linux-5.2.6/5.2.7
    • Added: [env] PR:3736 (perma): glibc: update to glibc-2.30
    • Added: [env] PR:3745 (perma): buildsystem: minor fixups
    • Added: [env] PR:3746 (perma): mesa: update to mesa-19.1.4
    • Added: [env] PR:3749 (perma): multimedia-tools: drop mesa-demos and mpv
    • Added: [env] PR:3750 (perma): expat: update to expat-2.2.7
    • Added: [env] PR:3753 (perma): zstd: update to zstd-1.4.2
    • Updated: [pkg] compare (perma): libavformat/rtspdec: Don't send teardown if rtsp_hd_out is null (FFmpeg)
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
  • 22
  • 23
  • 24(current)
  • 25
  • 26
  • 86

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)8