• 1
  • 119
  • 120
  • 121(current)
  • 122
  • 123
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2017-09-16, 10:34)caribo Wrote: Hi Milhouse, any chance you could build projectm and asteroids as well?

Thanks in advance!

Updated.
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-09-16, 05:03)Milhouse Wrote:
(2017-09-16, 04:55)Guilouz Wrote: Does anyone have issue with playback ?

Randomly playback hangs on image, if I wait nothing happens. If I stop playback, Kodi freeze few seconds before go back to files list.

Something else, when I use backward/forward, Kodi always caching and take many seconds to resume playback.

This happens since 2/3 builds ago. No issue with Kodi on OSX with same files.

debug log (wiki).

Here log, start playing to go back to file list :

https://pastebin.com/LFQtrNyv
 Estuary MOD V2 
Not able to access samba shares from a Windows PC. Upgraded from Krypton to Leia. Krypton access was fine. Now I get username password prompt and cant bypass using guest: [blank]

Anything I can do?
(2017-09-16, 16:46)extremeaudio Wrote: Not able to access samba shares from a Windows PC. Upgraded from Krypton to Leia. Krypton access was fine. Now I get username password prompt and cant bypass using guest: [blank]

Anything I can do?

Same issue on OSX.

When I start LibreELEC, I see SMB share in Finder but I can't access in guest mode.
I need to enable login and password in LibreELEC settings, so I can access with them. Then I disable them and I can access in guest mode.

I need to do this every time I quit and restart Kodi.

Note : I use latest samba.conf

Code:
################################################################################
#      This file is part of LibreELEC - https://libreelec.tv
#      Copyright (C) 2017-present Team LibreELEC
#
#  LibreELEC is free software: you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation, either version 2 of the License, or
#  (at your option) any later version.
#
#  LibreELEC is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with LibreELEC.  If not, see <http://www.gnu.org/licenses/>.
################################################################################
# samba.conf v4 (do not remove)

# This configuration file allows you to customize the samba shares
# available from your machine

[global]
  server string = LibreELEC
  browseable = yes
  writeable = yes
  printable = no
  deadtime = 30
  mangled names = no
  name resolve order = host bcast
  printcap name = /dev/null
  load printers = no
  encrypt passwords = true
  enable core files = no
  passdb backend = smbpasswd
  smb encrypt = disabled

  # samba share options
  map to guest = Bad User
  guest account = root
  security = user

  # samba tuning options
  socket options = TCP_NODELAY IPTOS_LOWDELAY
  min receivefile size = 16384
  aio read size = 16384
  aio write size = 16384
  use sendfile = yes

  # The following are default values for the master selection process
  # local master = yes
  # preferred master = auto
  # domain master = auto
  # os level = 20

  # "strict allocate = yes" breaks large network transfers to external hdd
  # Force this to "no" in case "yes" becomes the default in future
  strict allocate = no

  allocation roundup size = 0

# Using the following configurations as a template allows you to add
# writable shares of disks and paths under /storage

[Update]
  path = /storage/.update
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/.update

[Videos]
  path = /storage/videos
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/videos

[Music]
  path = /storage/music
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/music

[TV Shows]
  path = /storage/tvshows
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/tvshows

[Recordings]
  path = /storage/recordings
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/recordings

[Downloads]
  path = /storage/downloads
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/downloads

[Pictures]
  path = /storage/pictures
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/pictures

[Emulators]
  path = /storage/emulators
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/emulators

[Configfiles]
  path = /storage/.config
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/.config

[Userdata]
  path = /storage/.kodi/userdata
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/.kodi/userdata

[Screenshots]
  path = /storage/screenshots
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/screenshots

[Logfiles]
  path = /storage/logfiles
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/logfiles
  root preexec = createlog

[Backup]
  path = /storage/backup
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/backup

[Picons]
  path = /storage/picons
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/picons/tvh /storage/picons/vdr

  [KODI]
  path = /storage/.kodi
  available = yes
  browsable = yes
  public = yes
  writable = yes
 Estuary MOD V2 
(2017-09-16, 16:46)extremeaudio Wrote: Not able to access samba shares from a Windows PC. Upgraded from Krypton to Leia. Krypton access was fine. Now I get username password prompt and cant bypass using guest: [blank]

Anything I can do?
Yes, add a username and password on your Windows PC. Anonymous access isn't supported any longer.
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-09-16, 18:19)Guilouz Wrote:
(2017-09-16, 16:46)extremeaudio Wrote: Not able to access samba shares from a Windows PC. Upgraded from Krypton to Leia. Krypton access was fine. Now I get username password prompt and cant bypass using guest: [blank]

Anything I can do?

Same issue on OSX.

When I start LibreELEC, I see SMB share in Finder but I can't access in guest mode.
I need to enable login and password in LibreELEC settings, so I can access with them. Then I disable them and I can access in guest mode.

I need to do this every time I quit and restart Kodi.

Note : I use latest samba.conf

That's not the same issue - he's talking about Kodi accessing a Windows PC (using libsmbclient, which no longer supports anonymous access due to security changes made by Microsoft), you are talking about Finder accessing the LibreELEC Samba Server (smbd) using whatever (potentially broken) client your Mac uses.

Anonymous access *is* still supported and working in the LE Samba Server. If your Mac is having a problem then it's a Mac-specific issue. Have you tried changing min protocol to SMB1 in LE Settings, maybe your Mac doesn't work well with SMB2?
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 Leia build #0916: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.13.2 #1 SMP Sat Sep 16 21:06:35 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20170916210509-#0916-g4218aca [Build #0916]

# Kodi version
(18.0-ALPHA1 Git:6772aeb). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (4218aca, changelog) and tip of XBMC master (6772aeb, changelog) with the following modifications:
  • Includes latest kodi-platform master (36fb493)
  • Includes latest libcec master (8adc786, ahead +26)
  • Includes latest libnfs master (3ba2a2c, ahead +101)
  • Includes latest p8-platform master (a822e19)
  • Includes latest addons: inputstream.adaptive (aa62764, +9), inputstream.rtmp (e094fa3), peripheral.joystick (cc14287), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (8741c8b), pvr.filmon (34dca04), pvr.hdhomerun (ace19fa), pvr.hts (53118d8), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (c86ab35), pvr.mythtv (b46e5be), pvr.nextpvr (a855663), pvr.njoy (99874de), pvr.octonet (a77cf11), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.teleboy (8a1e224, +13), pvr.vbox (b5da811), pvr.vdr.vnsi (f3f80d5, +1), pvr.vuplus (9bfd868), pvr.wmc (7e2cb4b, +1), pvr.zattoo (943a9b6, +7)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • 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: 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:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1791: nss/nspr: include in main image [rfc]
  • Include [env] PR:1835: add support for optional kernel modules in image and from addons
  • Include [env] PR:1919: samba: don't restart smbd in samba-autoshare
  • Include [env] PR:1978: linux: update to linux-4.13.4
  • Include [env] PR:1980: unpack/extract: avoid calling extract multiple times, sourcing config/options each time
  • Include [env] PR:1982: RPi: add alsa card conf for IQAudIODigi to enable passthrough
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] PR:234: implement intensity compensation for VC-1 decoding for Ivybridge and better (intel-vaapi-driver)
  • Include [pkg] PR:260: Fix Seeking with VC1 after 6702b01ee3598017f05374bfc7956493f790361c (intel-vaapi-driver)
  • Include [pkg] PR:12767: Partial revert of imdb crashfix due to a introduced bug
Build Highlights:
  1. AE: allow bigger maxError when not in sync
Build Details:
  1. XBMC:
    • Make sure we don't overwrite path with an empty value. (PR:12798, 1 commit, 1 file changed)
    • [cmake] correctly escape install regex syntax introduced at #12538 (PR:12802, 1 commit, 1 file changed)
    • AE: allow bigger maxError when not in sync (PR:12803, 1 commit, 1 file changed)
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-09-16, 22:06)Milhouse Wrote:
(2017-09-16, 18:19)Guilouz Wrote:
(2017-09-16, 16:46)extremeaudio Wrote: Not able to access samba shares from a Windows PC. Upgraded from Krypton to Leia. Krypton access was fine. Now I get username password prompt and cant bypass using guest: [blank]

Anything I can do?

Same issue on OSX.

When I start LibreELEC, I see SMB share in Finder but I can't access in guest mode.
I need to enable login and password in LibreELEC settings, so I can access with them. Then I disable them and I can access in guest mode.

I need to do this every time I quit and restart Kodi.

Note : I use latest samba.conf

That's not the same issue - he's talking about Kodi accessing a Windows PC (using libsmbclient, which no longer supports anonymous access due to security changes made by Microsoft), you are talking about Finder accessing the LibreELEC Samba Server (smbd) using whatever (potentially broken) client your Mac uses.

Anonymous access *is* still supported and working in the LE Samba Server. If your Mac is having a problem then it's a Mac-specific issue. Have you tried changing min protocol to SMB1 in LE Settings, maybe your Mac doesn't work well with SMB2?

Since OSX Yosemite it's SMB3 used. I'm on High Sierra on a new install with iMac Retina 5K. This issue appear since recently change with samba.conf. No problem before.
 Estuary MOD V2 
Using 0916 currently, but also with previous builds, I observe strange delays on LiveTV channel switch, pvr.hts with current TVH master.

The audio starts, but I only see a still picture for some time, 10 seconds. Then the busy circle appears and the stream seems to restart without problem.

example log extract:

12:01:07.466 T:139923277924096 DEBUG: opening live stream for channel 'WDR D..sseldorf'
...
12:01:08.414 T:139923684304640 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - demux subscription start
...
12:01:08.414 T:139923684304640 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - id: 1, type TELETEXT, code
12:01:08.414 T:139923684304640 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - demux subscription start
12:01:08.414 T:139923684304640 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - id: 2, type H264, codec: 2
12:01:08.414 T:139923684304640 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - demux subscription start
12:01:08.414 T:139923684304640 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - id: 3, type AC3, codec: 86
12:01:08.414 T:139923684304640 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - demux subscription start
...
12:01:08.910 T:139923277924096 WARNING: OpenStream - Unsupported stream 2. Stream disabled.
...
12:01:08.912 T:139923277924096 ERROR: ffmpeg[7F426D46C700]: [h264] SPS unavailable in decode_picture_timing
12:01:08.912 T:139923277924096 ERROR: ffmpeg[7F426D46C700]: [h264] non-existing PPS 0 referenced
...
12:01:18.215 T:139923168433920 ERROR: ffmpeg[7F4266C01700]: [h264] co located POCs unavailable
12:01:19.831 T:139923129091840 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
...

Full log is here: http://sprunge.us/CFHI

No idea if this is related to these builds, but maybe some has an idea where to start trouble.shooting?

Cheers
Diddle.
(2017-09-17, 06:17)Guilouz Wrote: Since OSX Yosemite it's SMB3 used. I'm on High Sierra on a new install with iMac Retina 5K. This issue appear since recently change with samba.conf. No problem before.

How are you customising your samba.config?

The stock samba config is unchanged by the recent validation - it only updates the header and adds a version, which are all comments so ignored. The config itself is identical to the previous version.

Run the following:
Code:
cat /storage/.config/samba.conf | pastebinit
cat /run/samba/smb.conf | pastebinit
journalctl -a | pastebinit
and paste the links, please.
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-09-17, 13:29)Milhouse Wrote:
(2017-09-17, 06:17)Guilouz Wrote: Since OSX Yosemite it's SMB3 used. I'm on High Sierra on a new install with iMac Retina 5K. This issue appear since recently change with samba.conf. No problem before.

How are you customising your samba.config?

The stock samba config is unchanged by the recent validation - it only updates the header and adds a version, which are all comments so ignored. The config itself is identical to the previous version.

Run the following:
Code:
cat /storage/.config/samba.conf | pastebinit
cat /run/samba/smb.conf | pastebinit
journalctl -a | pastebinit
and paste the links, please.

This is my samba.conf, just add path to have access to Kodi folder :

https://pastebin.com/8ZdEMzbY
 Estuary MOD V2 
Hi Milhouse, debug log about the problem with fast forward and rewind issues which starts on 0910 build - nothing changed to latest build, tested on latest build. I tried one mkv on nfs share and one stream video... Log was too big on pastebin, so... The first movie name was Dira.U.Hanusovic.2014.1080p.mkv, for easier searching at log... At 0909 was everything fine...

https://drive.google.com/file/d/0B5JccsH...sp=sharing
(2017-09-17, 15:45)Guilouz Wrote: This is my samba.conf, just add path to have access to Kodi folder :

https://pastebin.com/8ZdEMzbY

Please provide what I asked you to provide.
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-09-17, 23:13)WaVe_99 Wrote: Hi Milhouse, debug log about the problem with fast forward and rewind issues which starts on 0910 build - nothing changed to latest build, tested on latest build. I tried one mkv on nfs share and one stream video... Log was too big on pastebin, so... The first movie name was Dira.U.Hanusovic.2014.1080p.mkv, for easier searching at log... At 0909 was everything fine...

https://drive.google.com/file/d/0B5JccsH...sp=sharing

This is in relation to this issue where you said "With some codecs (Xvid) are forward and rewind broken completely - frozen picture and sound." yet your log is for an h264 video. So it's not just Xvid?

Strange nobody else is reporting this. Can you try with default settings in case there is some setting in your environment causing the problem (because I can't reproduce)?

Maybe one of the developers knows what this means:
Code:
22:54:23.967 T:140234368100480   DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
22:54:24.014 T:140231584388864   ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
22:54:25.790 T:140231493801728   ERROR: Previous line repeats 1 times.
22:54:25.790 T:140231493801728   DEBUG: CVideoPlayer::SetCaching - caching state 0
22:54:25.790 T:140231493801728   DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
22:54:27.233 T:140231584388864   ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
22:54:28.843 T:140231584388864   ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
22:54:32.451 T:140233232348928   ERROR: Previous line repeats 2 times.
22:54:33.672 T:140231584388864   ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
22:54:37.454 T:140233232348928   ERROR: Previous line repeats 2 times.
22:54:38.503 T:140231584388864   ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
22:54:42.456 T:140233232348928   ERROR: Previous line repeats 2 times.
22:54:43.333 T:140231584388864   ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
22:54:47.332 T:140234349168384   ERROR: Previous line repeats 2 times.
Are you connecting over WiFi or wired connection?
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 Leia build #0917: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.13.2 #1 SMP Sun Sep 17 21:05:03 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20170917210336-#0917-gb98a31e [Build #0917]

# Kodi version
(18.0-ALPHA1 Git:6772aeb). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (b98a31e, changelog) and tip of XBMC master (6772aeb, changelog) with the following modifications:
  • Includes latest kodi-platform master (36fb493)
  • Includes latest libcec master (8adc786, ahead +26)
  • Includes latest libnfs master (3ba2a2c, ahead +101)
  • Includes latest p8-platform master (a822e19)
  • Includes latest addons: inputstream.adaptive (aa62764, +9), inputstream.rtmp (e094fa3), peripheral.joystick (cc14287), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (8741c8b), pvr.filmon (34dca04), pvr.hdhomerun (ace19fa), pvr.hts (53118d8), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (c86ab35), pvr.mythtv (b46e5be), pvr.nextpvr (a855663), pvr.njoy (99874de), pvr.octonet (a77cf11), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.teleboy (8a1e224, +13), pvr.vbox (b5da811), pvr.vdr.vnsi (f3f80d5, +1), pvr.vuplus (5e154bc, +4), pvr.wmc (7e2cb4b, +1), pvr.zattoo (3a707c5, +8)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • 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: 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:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1791: nss/nspr: include in main image [rfc]
  • Include [env] PR:1835: add support for optional kernel modules in image and from addons
  • Include [env] PR:1919: samba: don't restart smbd in samba-autoshare
  • Include [env] PR:1978: linux: update to linux-4.13.4
  • Include [env] PR:1980: unpack/extract: avoid calling extract multiple times, sourcing config/options each time
  • Include [env] PR:1992: squashfs: change upstream, update to squashfs-1a6ffc7, add zstd support
  • Include [env] PR:1995: init: recover from a failed upgrade
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] PR:234: implement intensity compensation for VC-1 decoding for Ivybridge and better (intel-vaapi-driver)
  • Include [pkg] PR:260: Fix Seeking with VC1 after 6702b01ee3598017f05374bfc7956493f790361c (intel-vaapi-driver)
  • Include [pkg] PR:12767: Partial revert of imdb crashfix due to a introduced bug
Build Highlights:
  1. squashfs: update to squashfs-1a6ffc7
Build Details:
  1. LibreELEC.tv:
    • changed libssd_wv.so to correct sub directory (PR:1990, 1 commit, 1 file changed)
    • RPi: add alsa card conf for IQAudIODigi to enable passthrough (PR:1982, 1 commit, 1 file changed)
  2. pvr.vuplus:
    • Fixed timer start and end times with recording margins (PR:74, 4 commits, 3 files changed)
  3. pvr.zattoo:
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1992: squashfs: change upstream, update to squashfs-1a6ffc7, add zstd support
    • Added: [env] PR:1995: init: recover from a failed upgrade
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
  • 119
  • 120
  • 121(current)
  • 122
  • 123
  • 355

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