• 1
  • 3
  • 4
  • 5
  • 6
  • 7(current)
Configuring & Adding SMB/Samba Network shares
#91
(2023-11-25, 01:42)pucknell Wrote: as for mounting via Shield vs mounting vis Kodi, one small issue i found wth the Shield method (which increases speeds by a lot)  is that Kodi could scan/see the folders, but not the content. Found this fix and it is now working 100%.
- Nvidia Shield / settings / Apps / Kodi / Permissions / Files and media / Allow all the time

But..i just found another issue. When i try and export library, Kodi doesn't seem to have write abilities. Unable to write to folder is the warning i get. Doh.

Whether uPNP is more or less secure than SMB depends upon your setup.   With the sharing solution I use, I believe uPnP is more secure than SMB and SMB shares are often not necessary.  in my setup uPnP is used simply for discovery and the centralized server manage which uPnP endpoints (i.e. Kodi, nonKodi etc..) can access the server and once they have access, it is all over HTTP with centralized permissions.  SMB may or may not be needed depending upon where the underlying media is located (i.e. on the server or not) but even when it is accessed via SMB, only the server accesses the SMB share vs. each client. 

IMHO that is more secure and I don't deal with any Kodi SMB to media sharing config issues.  I realize the solution I use won't work for everyone.  I was simply commenting on the protocol security discussion.


Thanks,

Jeff
Running with the Mezzmo Kodi addon.  The easier way to share your media with multiple Kodi clients.
Service.autostop , Kodi Selective Cleaner and Mezzmo Kodi addon author.
Reply
#92
Will Kodi interface fine with this server system by network? Is this program free?
Reply
#93
(2023-12-10, 15:24)carlmart Wrote: Will Kodi interface fine with this server system by network? Is this program free?

Kodi can access a Mezzmo server via HTTP natively as a UPnP source or better with the Mezzmo Kodi addon, which provides tons of additional features over native usage.  The Mezzmo Kodi addon is free, like all Kodi addons.  I author it and push out updates regularly.  Mezzmo itself has a free and a paid version which adds some additional features for a small cost. 


Thanks,

Jeff
Running with the Mezzmo Kodi addon.  The easier way to share your media with multiple Kodi clients.
Service.autostop , Kodi Selective Cleaner and Mezzmo Kodi addon author.
Reply
#94
Is there a tutorial somewhere on how to install the server on my PC and what should I do on my Kodi units?
Reply
#95
(2023-12-10, 21:44)carlmart Wrote: Is there a tutorial somewhere on how to install the server on my PC and what should I do on my Kodi units?

This Wiki page should help. 


Jeff
Running with the Mezzmo Kodi addon.  The easier way to share your media with multiple Kodi clients.
Service.autostop , Kodi Selective Cleaner and Mezzmo Kodi addon author.
Reply
#96
interesting bug on Omegа release 

when network name written  in text  in sources (CASAOS in my case ) ,  slow network listing . long time to start video playing  and  i get in log many times

2024-05-02 14:15:24.356 T:28149   error <general>: Unable to lookup host: 'CASAOS'
2024-05-02 14:15:24.397 T:28053    info <general>: Skipped 1 duplicate messages..

but if write server address in IP to all work ok 

in Nexus by default and Text Name server  work ok too
Reply
#97
I am submitting this post to describe a problem that I have been having over the past several weeks and (at least I currently believe to) have finally resolved.  First, my configuration:
  • I am running Kodi 21.0.0 on an Amazon Fire TV Stick 4K Max (2nd Gen) - Quad-core 2.0GHz.
  • My library content for Kodi is stored on a Windows 10 machine (Windows 10 Pro 22H2 with latest updates) and accessed via SMB over an ethernet connection. The content itself is stored on an external (USB 3) 4TB drive, which is formatted using NTFS as some of the files are over 2GB in size - in particular, 4K UHD Blu-ray 5.1 rips, some of which are over 10 GB, which would not be supported on a FAT32 disk without splitting the big files into 2GB pieces. The presence of files greater than 2GB in size thus eliminates the possibility of connecting this drive directly to the fire stick as Android does not support NTFS without additional software and/or adaptors.
FYI, I am not using a NAS device. I had an unused desktop Win 10 machine which seemed perfectly suited as a file server at zero cost to me, and the only currently available NAS devices were beyond my budget.

This scenario was working fine until a few weeks ago, when, quite randomly, playbacks of audio and video media items would only be partially played/read and then the player would pause for a few seconds, resume for one or two seconds, stop again, and then move on to a subsequent item in the playlist, often skipping several items. Looking into the Kodi log – and my apologies for not having the related messages here – there was a message about a codec failing to decode a file before moving to the next item. This message was obviously not the cause of the error as it happened in the middle of playing a media file that I had watched or listened to before, but was rather a consequence of another problem. To me it seemed as though there was a pause in communications which kept timing out for each queued item, causing that playback to fail, and Kodi attempted the next item in the queue, and eventually the connection resumed and it could play a subsequent queued item. I couldn’t find a message that clarified exactly what was going on, neither in Kodi nor in the Event Log on the Windows machine.

I tried all the following steps to resolve this:
  • Completely remove Kodi and its database from the fire stick, reinstalling it, reconfiguring everything. No change.
  • Restoring my Windows 10 machine to a state from several weeks earlier. No change.
  • Resetting the fire stick to factory settings and doing it all over again. Once more, no change!
  • I tried changing the source from SMB to a simple HTTP file server using the ezhttpd solution. Unfortunately it not work, and it presented a new set of problems that I won’t go into here.
Then, one day I was running a slideshow of some of my images in Kodi, and one of the images was only partially loaded. This time I found a usable message in the Kodi log:

              error <general>: Read - Error( -1, 110, Connection timed out )

AHA! Looks like I may have been correct about a timeout (assuming that his was just another manifestation of the same problem, since the pictures were also accessed via SMB).  I began to search how to troubleshoot SMB problems, which led me to the solution.

I went to Guidance for troubleshooting SMB which led me to How to detect, enable and disable SMBv1, SMBv2, and SMBv3 in Windows.  I ran the following PowerShell command on the Windows 10 System (run as Administrator):

              Get-SmbServerConfiguration | Select EnableSMB1Protocol

This returned a value of True, so I ran the following command to disable it:

             Set-SmbServerConfiguration -EnableSMB1Protocol $false

I then enabled the most current version of the SMB protocol with the following command:

             Set-SmbServerConfiguration -EnableSMB2Protocol $true

My system is running perfectly now.

I believe that this problem may only be limited to accessing SMB from the Amazon Fire TV 4K Max Stick. I have a test version of Kodi on My Windows 11 laptop that I use to try out new things, and I never have had any problems with SMB connections to my Windows 10 SMB environment, and there may be other solutions to this problem as well. But this one seems to have solved my problem. If it resurfaces for me, I will DEFINITELY update this post.
Cheers................................DenmanGuy

Amp: ONKYO TX-SR494; Display: SAMSUNG Q60 58" QLED TV; Processor: Fire TV Stick 4K Max (2nd Gen) - Quad-core 2.0GHz; OS: Android; RAM: 16 GB; KODI: 21.1.0
Reply
#98
Thumbs Down 
OK, looks like things are not yet fixed after all. The problem just occurred again, and here are the errors that I found in the log:

2024-08-11 11:32:56.347 T:11988   error <general>: Read - Error( -1, 110, Connection timed out )
2024-08-11 11:32:56.348 T:11988 warning <general>: underflow: Error reading file - assuming eof
2024-08-11 11:32:56.390 T:11988   error <general>: Read - Error( -1, 32, Broken pipe )
2024-08-11 11:32:56.390 T:11988 warning <general>: underflow: Error reading file - assuming eof

The observed symptoms are the same.  I was playing some music, it stopped for about 15 seconds or so, briefly resumed for about 2 seconds, stopped again for several seconds, then resumed with the next item in the queue.

I found NOTHING in the Windows Event Logs (SMBClient, SMBDirect, SMBServer, SMBWitnessClient) to indicate a problem.

If ANYONE has suggestions about what to do here I'm open to them. PLEASE!
Cheers................................DenmanGuy

Amp: ONKYO TX-SR494; Display: SAMSUNG Q60 58" QLED TV; Processor: Fire TV Stick 4K Max (2nd Gen) - Quad-core 2.0GHz; OS: Android; RAM: 16 GB; KODI: 21.1.0
Reply
#99
Could it be USB power saving kicking in? although it shouldn't do that if a file is activitely being read. You could try disabling USB power saving to see if it has any effect, for specific USB drive see https://support-en.wd.com/app/answers/de...andby-mode or globally see https://helpdesk.flexradio.com/hc/en-us/...ed-Devices
Reply
Excellent suggestion. This would certainly match the behavior, and the external drive is a WD drive as well! I've just downloaded the utilities, installed and configured them to keep the USB alive at all times.  We'll see what happens!
Cheers................................DenmanGuy

Amp: ONKYO TX-SR494; Display: SAMSUNG Q60 58" QLED TV; Processor: Fire TV Stick 4K Max (2nd Gen) - Quad-core 2.0GHz; OS: Android; RAM: 16 GB; KODI: 21.1.0
Reply
Well, as excellent as that suggestion was, in the end it made no difference. I finally determined that it had to be a LAN issue.  When I went to strictly WiFi, the behaviour disappeared but the performance was not as good - occasional delays were a problem. So the current arrangement employs a recently retired WiFi router now brought back into service as an access point and some re-cabling. I was suspicious of a rather old D-Link network switch which I have now removed from the configuration as well.  So, for the moment at least, things seem to be going smoothly. But this has been the case before.  Keeping my fingers crossed!  🤞🤞
Cheers................................DenmanGuy

Amp: ONKYO TX-SR494; Display: SAMSUNG Q60 58" QLED TV; Processor: Fire TV Stick 4K Max (2nd Gen) - Quad-core 2.0GHz; OS: Android; RAM: 16 GB; KODI: 21.1.0
Reply
Once more, no joy. I've done everything that I can think of. It keeps happening. Something must be wrong on my Windows 10 platform, but I'm not seeing any log errors to give me a hint.  Here is the latest Kodi log error.  It happened immediately after I started Kodi and began to play Steven Wilson's latest album, a 5.1 version of The Harmony Codex. First track.  Here is the complete log.

2024-08-20 16:02:45.232 T:16234 info <general>: -----------------------------------------------------------------------
2024-08-20 16:02:45.233 T:16234 info <general>: Starting Kodi (21.1 (21.1.0) Git:20240817-183eb85f10). Platform: Android ARM 32-bit
2024-08-20 16:02:45.233 T:16234 info <general>: Using Release Kodi x32
2024-08-20 16:02:45.233 T:16234 info <general>: Kodi compiled 2024-08-17 by Clang 9.0.9 (https://android.googlesource.com/toolchain/llvm-project a2a1e703c0edb03ba29944e529ccbf457742737b) for Android ARM 32-bit API level 21 (API level 21)
2024-08-20 16:02:45.233 T:16234 info <general>: Running on Amazon AFTKRT with Android TV 11.0.0 API level 30, kernel: Linux ARM 32-bit version 5.10.43-android12-9-gceaebe4f514f
2024-08-20 16:02:45.233 T:16234 info <general>: FFmpeg version/source: 6.0.1-Kodi
2024-08-20 16:02:45.234 T:16234 info <general>: Host CPU: ARMv8 Processor rev 0 (v8l), 4 cores available
2024-08-20 16:02:45.234 T:16234 info <general>: Product: karat, Device: karat, Board: karat - Manufacturer: Amazon, Brand: Amazon, Model: AFTKRT, Hardware: mt8696
2024-08-20 16:02:45.241 T:16234 info <general>: External storage path = /storage/emulated/0; status = ok; Permissions = WRITE_EXTERNAL_STORAGE
2024-08-20 16:02:45.241 T:16234 info <general>: ARM Features: Neon enabled
2024-08-20 16:02:45.241 T:16234 info <general>: special://xbmc/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets
2024-08-20 16:02:45.242 T:16234 info <general>: special://xbmcbin/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets
2024-08-20 16:02:45.242 T:16234 info <general>: special://xbmcbinaddons/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons
2024-08-20 16:02:45.242 T:16234 info <general>: special://masterprofile/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
2024-08-20 16:02:45.242 T:16234 info <general>: special://envhome/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files
2024-08-20 16:02:45.242 T:16234 info <general>: special://home/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi
2024-08-20 16:02:45.242 T:16234 info <general>: special://temp/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
2024-08-20 16:02:45.242 T:16234 info <general>: special://logpath/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
2024-08-20 16:02:45.242 T:16234 info <general>: Webserver extra whitelist paths:
2024-08-20 16:02:45.242 T:16234 info <general>: The executable running is: /data/app/~~YWsQLIWBsxd93mghKh6m8w==/org.xbmc.kodi-GuuRIF6pkTjrY_APfPeAPQ==/lib/arm/libkodi.so
2024-08-20 16:02:45.248 T:16234 info <general>: Local hostname: 192.168.200.169
2024-08-20 16:02:45.248 T:16234 info <general>: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log
2024-08-20 16:02:45.249 T:16234 info <general>: -----------------------------------------------------------------------
2024-08-20 16:02:45.251 T:16234 info <general>: loading settings
2024-08-20 16:02:45.253 T:16234 info <general>: special://profile/ is mapped to: special://masterprofile/
2024-08-20 16:02:45.273 T:16234 info <general>: No settings file to load (special://xbmc/system/advancedsettings.xml)
2024-08-20 16:02:45.273 T:16234 info <general>: No settings file to load (special://masterprofile/advancedsettings.xml)
2024-08-20 16:02:45.273 T:16234 info <general>: Default Video Player: VideoPlayer
2024-08-20 16:02:45.274 T:16234 info <general>: Default Audio Player: paplayer
2024-08-20 16:02:45.274 T:16234 info <general>: Disabled debug logging due to GUI setting. Level 0.
2024-08-20 16:02:45.274 T:16234 info <general>: Log level changed to "info"
2024-08-20 16:02:45.274 T:16234 info <general>: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2024-08-20 16:02:45.291 T:16234 info <general>: New Cache GUI Settings (replacement of cache in advancedsettings.xml) are:
Buffer Mode: 4
Memory Size: 20 MB
Read Factor: 4.00 x
Chunk Size : 131072 bytes
2024-08-20 16:02:45.291 T:16234 info <general>: creating subdirectories
2024-08-20 16:02:45.291 T:16234 info <general>: userdata folder: special://masterprofile/
2024-08-20 16:02:45.291 T:16234 info <general>: recording folder:
2024-08-20 16:02:45.291 T:16234 info <general>: screenshots folder:
2024-08-20 16:02:45.302 T:16234 info <general>: Running database version Addons33
2024-08-20 16:02:45.614 T:16234 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed
2024-08-20 16:02:45.615 T:16234 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed
2024-08-20 16:02:45.615 T:16234 info <general>: CAddonMgr::FindAddons: game.controller.default v1.0.42 installed
2024-08-20 16:02:45.616 T:16234 info <general>: CAddonMgr::FindAddons: game.controller.keyboard v1.1.43 installed
2024-08-20 16:02:45.616 T:16234 info <general>: CAddonMgr::FindAddons: game.controller.mouse v1.0.26 installed
2024-08-20 16:02:45.617 T:16234 info <general>: CAddonMgr::FindAddons: game.controller.snes v1.0.40 installed
2024-08-20 16:02:45.617 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed
2024-08-20 16:02:45.618 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.8 installed
2024-08-20 16:02:45.619 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed
2024-08-20 16:02:45.619 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed
2024-08-20 16:02:45.620 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.global.main v2.0.2 installed
2024-08-20 16:02:45.620 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed
2024-08-20 16:02:45.621 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed
2024-08-20 16:02:45.621 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v4.0.0 installed
2024-08-20 16:02:45.622 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v3.0.0 installed
2024-08-20 16:02:45.622 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.game v3.0.2 installed
2024-08-20 16:02:45.623 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v3.0.1 installed
2024-08-20 16:02:45.623 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.3.0 installed
2024-08-20 16:02:45.624 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v3.0.2 installed
2024-08-20 16:02:45.625 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.pvr v8.3.0 installed
2024-08-20 16:02:45.625 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.2.0 installed
2024-08-20 16:02:45.626 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.1 installed
2024-08-20 16:02:45.626 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.1.0 installed
2024-08-20 16:02:45.627 T:16234 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.visualization v4.0.0 installed
2024-08-20 16:02:45.627 T:16234 info <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed
2024-08-20 16:02:45.628 T:16234 info <general>: CAddonMgr::FindAddons: metadata.album.universal v3.1.9 installed
2024-08-20 16:02:45.628 T:16234 info <general>: CAddonMgr::FindAddons: metadata.artists.universal v4.3.11 installed
2024-08-20 16:02:45.629 T:16234 info <general>: CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed
2024-08-20 16:02:45.630 T:16234 info <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.4 installed
2024-08-20 16:02:45.631 T:16234 info <general>: CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed
2024-08-20 16:02:45.631 T:16234 info <general>: CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed
2024-08-20 16:02:45.632 T:16234 info <general>: CAddonMgr::FindAddons: metadata.generic.albums v1.0.18 installed
2024-08-20 16:02:45.632 T:16234 info <general>: CAddonMgr::FindAddons: metadata.generic.artists v1.0.18 installed
2024-08-20 16:02:45.633 T:16234 info <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed
2024-08-20 16:02:45.633 T:16234 info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v3.0.1 installed
2024-08-20 16:02:45.634 T:16234 info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.6.6 installed
2024-08-20 16:02:45.634 T:16234 info <general>: CAddonMgr::FindAddons: peripheral.joystick v21.1.18 installed
2024-08-20 16:02:45.635 T:16234 info <general>: CAddonMgr::FindAddons: plugin.library.node.editor v2.0.5 installed
2024-08-20 16:02:45.635 T:16234 info <general>: CAddonMgr::FindAddons: plugin.program.autocompletion v2.1.2 installed
2024-08-20 16:02:45.636 T:16234 info <general>: CAddonMgr::FindAddons: repository.xbmc.org v3.4.0 installed
2024-08-20 16:02:45.636 T:16234 info <general>: CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed
2024-08-20 16:02:45.637 T:16234 info <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed
2024-08-20 16:02:45.637 T:16234 info <general>: CAddonMgr::FindAddons: resource.language.is_is v11.0.62 installed
2024-08-20 16:02:45.637 T:16234 info <general>: CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed
2024-08-20 16:02:45.638 T:16234 info <general>: CAddonMgr::FindAddons: screensaver.atv4 v3.0.3 installed
2024-08-20 16:02:45.638 T:16234 info <general>: CAddonMgr::FindAddons: screensaver.digitalclock v6.0.5 installed
2024-08-20 16:02:45.639 T:16234 info <general>: CAddonMgr::FindAddons: screensaver.picture.slideshow v7.0.3 installed
2024-08-20 16:02:45.640 T:16234 info <general>: CAddonMgr::FindAddons: screensaver.rsxs.lorenz v20.1.0 installed
2024-08-20 16:02:45.641 T:16234 info <general>: CAddonMgr::FindAddons: screensaver.rsxs.skyrocket v20.1.0 installed
2024-08-20 16:02:45.641 T:16234 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed
2024-08-20 16:02:45.642 T:16234 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.66 installed
2024-08-20 16:02:45.642 T:16234 info <general>: CAddonMgr::FindAddons: script.bluetooth.delay v1.1.0 installed
2024-08-20 16:02:45.643 T:16234 info <general>: CAddonMgr::FindAddons: script.globalsearch v9.0.7 installed
2024-08-20 16:02:45.643 T:16234 info <general>: CAddonMgr::FindAddons: script.kodi.loguploader v1.0.4 installed
2024-08-20 16:02:45.644 T:16234 info <general>: CAddonMgr::FindAddons: script.module.autocompletion v2.1.1 installed
2024-08-20 16:02:45.644 T:16234 info <general>: CAddonMgr::FindAddons: script.module.certifi v2023.5.7 installed
2024-08-20 16:02:45.645 T:16234 info <general>: CAddonMgr::FindAddons: script.module.chardet v5.1.0 installed
2024-08-20 16:02:45.645 T:16234 info <general>: CAddonMgr::FindAddons: script.module.exifread v2.1.2+matrix.0 installed
2024-08-20 16:02:45.646 T:16234 info <general>: CAddonMgr::FindAddons: script.module.future v1.0.0+matrix.1 installed
2024-08-20 16:02:45.646 T:16234 info <general>: CAddonMgr::FindAddons: script.module.idna v3.4.0 installed
2024-08-20 16:02:45.647 T:16234 info <general>: CAddonMgr::FindAddons: script.module.iptcinfo3 v2.1.4+matrix.2 installed
2024-08-20 16:02:45.647 T:16234 info <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed
2024-08-20 16:02:45.648 T:16234 info <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed
2024-08-20 16:02:45.648 T:16234 info <general>: CAddonMgr::FindAddons: script.module.pyqrcode v1.2.1+matrix.4 installed
2024-08-20 16:02:45.649 T:16234 info <general>: CAddonMgr::FindAddons: script.module.requests v2.31.0 installed
2024-08-20 16:02:45.650 T:16234 info <general>: CAddonMgr::FindAddons: script.module.simpleplugin3 v3.0.6+matrix.1 installed
2024-08-20 16:02:45.650 T:16234 info <general>: CAddonMgr::FindAddons: script.module.unidecode v1.3.6 installed
2024-08-20 16:02:45.651 T:16234 info <general>: CAddonMgr::FindAddons: script.module.urllib3 v2.1.0 installed
2024-08-20 16:02:45.651 T:16234 info <general>: CAddonMgr::FindAddons: script.skin.helper.colorpicker v2.0.1 installed
2024-08-20 16:02:45.652 T:16234 info <general>: CAddonMgr::FindAddons: script.speedtester v1.1.2+matrix.1 installed
2024-08-20 16:02:45.652 T:16234 info <general>: CAddonMgr::FindAddons: script.wadeysay v0.0.11 installed
2024-08-20 16:02:45.652 T:16234 info <general>: CAddonMgr::FindAddons: service.subtitles.opensubtitles-com v1.0.5 installed
2024-08-20 16:02:45.653 T:16234 info <general>: CAddonMgr::FindAddons: service.upnext v1.1.9+matrix.1 installed
2024-08-20 16:02:45.653 T:16234 info <general>: CAddonMgr::FindAddons: service.xbmc.versioncheck v0.5.30+matrix.1 installed
2024-08-20 16:02:45.654 T:16234 info <general>: CAddonMgr::FindAddons: skin.estuary v4.0.0 installed
2024-08-20 16:02:45.654 T:16234 info <general>: CAddonMgr::FindAddons: visualization.spectrum v20.2.0 installed
2024-08-20 16:02:45.654 T:16234 info <general>: CAddonMgr::FindAddons: weather.gismeteo v0.6.4+matrix.1 installed
2024-08-20 16:02:45.655 T:16234 info <general>: CAddonMgr::FindAddons: webinterface.default v21.x-1.0.1 installed
2024-08-20 16:02:45.655 T:16234 info <general>: CAddonMgr::FindAddons: xbmc.addon v21.1.0 installed
2024-08-20 16:02:45.656 T:16234 info <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
2024-08-20 16:02:45.656 T:16234 info <general>: CAddonMgr::FindAddons: xbmc.gui v5.17.0 installed
2024-08-20 16:02:45.657 T:16234 info <general>: CAddonMgr::FindAddons: xbmc.json v13.5.0 installed
2024-08-20 16:02:45.657 T:16234 info <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
2024-08-20 16:02:45.660 T:16234 info <general>: CAddonMgr::FindAddons: xbmc.python v3.0.1 installed
2024-08-20 16:02:45.660 T:16234 info <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed
2024-08-20 16:02:45.680 T:16234 info <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2024-08-20 16:02:45.707 T:16234 info <general>: Load: loading filters from special://masterprofile/decoderfilter.xml
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: c2.dolby.ac3.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: c2.dolby.ac4.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: c2.dolby.eac3.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: c2.android.aac.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: OMX.google.aac.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: c2.android.amrnb.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: OMX.google.amrnb.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: c2.android.flac.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: OMX.google.flac.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: c2.android.g711.alaw.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: OMX.google.g711.alaw.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: c2.android.g711.mlaw.decoder
2024-08-20 16:02:45.753 T:16234 info <general>: Mediacodec decoder: OMX.google.g711.mlaw.decoder
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: c2.android.mp3.decoder
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.google.mp3.decoder
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: c2.android.opus.decoder
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.google.opus.decoder
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: c2.android.raw.decoder
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.google.raw.decoder
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: c2.android.vorbis.decoder
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.google.vorbis.decoder
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.AV1
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.AVC
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.DVHE.STN
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.DVHE.STH
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.DVAV.SER
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.DVHE.DTR
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.DVAV1
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.H263
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.HEVC
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.MPEG2
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.MPEG4
2024-08-20 16:02:45.754 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.VPX
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: OMX.MTK.VIDEO.DECODER.VP9
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: c2.android.av1.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: c2.android.avc.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: OMX.google.h264.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: c2.android.h263.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: OMX.google.h263.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: c2.android.hevc.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: OMX.google.hevc.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: c2.android.mpeg4.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: OMX.google.mpeg4.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: c2.android.vp8.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: OMX.google.vp8.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: c2.android.vp9.decoder
2024-08-20 16:02:45.755 T:16234 info <general>: Mediacodec decoder: OMX.google.vp9.decoder
2024-08-20 16:02:45.757 T:16234 info <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
2024-08-20 16:02:45.757 T:16234 info <general>: CAndroidUtils: window resolution: 1920x1080
2024-08-20 16:02:45.757 T:16234 info <general>: CAndroidUtils: Current resolution: 1920x1080 3840x2160 @ 59.939999 - Full Screen
2024-08-20 16:02:45.758 T:16234 info <general>: Skipped 1 duplicate messages..
2024-08-20 16:02:45.758 T:16234 info <general>: EGL_VERSION = 1.5 Android META-EGL
2024-08-20 16:02:45.758 T:16234 info <general>: EGL_VENDOR = Android
2024-08-20 16:02:45.758 T:16234 info <general>: EGL_EXTENSIONS = EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_swap_buffers_with_damage EGL_ANDROID_get_native_client_buffer EGL_ANDROID_front_buffer_auto_refresh EGL_ANDROID_get_frame_timestamps EGL_EXT_surface_SMPTE2086_metadata EGL_EXT_surface_CTA861_3_metadata EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_colorspace EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_KHR_create_context EGL_KHR_surfaceless_context EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_KHR_wait_sync EGL_ANDROID_recordable EGL_KHR_partial_update EGL_EXT_pixel_format_float EGL_EXT_buffer_age EGL_KHR_mutable_render_buffer EGL_EXT_yuv_surface EGL_IMG_context_priority EGL_KHR_no_config_context
2024-08-20 16:02:45.758 T:16234 info <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_KHR_platform_android EGL_ANGLE_platform_angle EGL_ANDROID_GLES_layers
2024-08-20 16:02:45.766 T:16234 info <general>: CApplication::CreateGUI - using the default windowing system
2024-08-20 16:02:45.766 T:16234 info <general>: Checking resolution 16
2024-08-20 16:02:45.767 T:16234 info <general>: CAndroidUtils: SetNativeResolution: 3: 1920x1080 [email protected]
2024-08-20 16:02:45.770 T:16234 info <general>: GL_VENDOR = Imagination Technologies
2024-08-20 16:02:45.770 T:16234 info <general>: GL_RENDERER = PowerVR Rogue GE9215
2024-08-20 16:02:45.771 T:16234 info <general>: GL_VERSION = OpenGL ES 3.2 build 1.15@6237185
2024-08-20 16:02:45.771 T:16234 info <general>: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.20 build 1.15@6237185
2024-08-20 16:02:45.771 T:16234 info <general>: GL_EXTENSIONS = GL_EXT_debug_marker GL_ANDROID_extension_pack_es31a GL_APPLE_texture_format_BGRA8888 GL_EXT_blend_minmax GL_EXT_buffer_storage GL_EXT_clear_texture GL_EXT_clip_control GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_conservative_depth GL_EXT_copy_image GL_EXT_discard_framebuffer GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_EGL_image_array GL_EXT_external_buffer GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_gpu_shader5 GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_multi_draw_arrays GL_EXT_multisampled_render_to_texture GL_EXT_multisampled_render_to_texture2 GL_EXT_occlusion_query_boolean GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_io_blocks GL_EXT_shader_non_constant_global_initializers GL_EXT_shader_pixel_local_storage GL_EXT_shader_pixel_local_storage2 GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_sparse_texture GL_EXT_sRGB_write_control GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_format_BGRA8888 GL_EXT_texture_format_sRGB_override GL_EXT_texture_rg GL_EXT_texture_shadow_lod GL_EXT_texture_sRGB_decode GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_EXT_YUV_target GL_IMG_framebuffer_downsample GL_IMG_multisampled_render_to_texture GL_IMG_program_binary GL_IMG_read_format GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_compression_pvrtc2 GL_IMG_texture_format_BGRA8888 GL_IMG_texture_npot GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_depth_texture GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_EGL_sync GL_OES_element_index_uint GL_OES_fragment_precision_high GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_get_program_binary GL_OES_gpu_shader5 GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_required_internalformat GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float GL_OVR_multiview GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture
2024-08-20 16:02:45.796 T:16234 info <general>: CAndroidUtils: SetNativeResolution: 3: 1920x1080 [email protected]
2024-08-20 16:02:45.799 T:16234 info <general>: GLES: Maximum texture width: 8192
2024-08-20 16:02:46.133 T:16234 info <general>: GLES: Enabling VSYNC
2024-08-20 16:02:46.135 T:16234 info <general>: load keymapping
2024-08-20 16:02:46.144 T:16234 info <general>: Loading special://xbmc/system/keymaps/appcommand.xml
2024-08-20 16:02:46.145 T:16234 info <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2024-08-20 16:02:46.147 T:16234 info <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2024-08-20 16:02:46.149 T:16234 info <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
2024-08-20 16:02:46.150 T:16234 info <general>: Loading special://xbmc/system/keymaps/gamepad.xml
2024-08-20 16:02:46.152 T:16234 info <general>: Loading special://xbmc/system/keymaps/joystick.xml
2024-08-20 16:02:46.154 T:16234 info <general>: Loading special://xbmc/system/keymaps/keyboard.xml
2024-08-20 16:02:46.159 T:16234 info <general>: Loading special://xbmc/system/keymaps/mouse.xml
2024-08-20 16:02:46.160 T:16234 info <general>: Loading special://xbmc/system/keymaps/remote.xml
2024-08-20 16:02:46.162 T:16234 info <general>: Loading special://xbmc/system/keymaps/touchscreen.xml
2024-08-20 16:02:46.166 T:16234 info <general>: GUI format 1920x1080, Display 3840x2160 @ 59.939999 - Full Screen
2024-08-20 16:02:46.223 T:16251 info <general>: Float is supported
2024-08-20 16:02:46.223 T:16251 info <general>: Multi channel Float is supported
2024-08-20 16:02:46.350 T:16251 info <general>: Float is supported
2024-08-20 16:02:46.350 T:16251 info <general>: Multi channel Float is supported
2024-08-20 16:02:46.547 T:16251 info <general>: Found 1 Lists of Devices
2024-08-20 16:02:46.547 T:16251 info <general>: Enumerated AUDIOTRACK devices:
2024-08-20 16:02:46.547 T:16251 info <general>: Device 1
2024-08-20 16:02:46.547 T:16251 info <general>: m_deviceName : AudioTrack (IEC)
2024-08-20 16:02:46.547 T:16251 info <general>: m_displayName : AudioTrack (IEC)
2024-08-20 16:02:46.547 T:16251 info <general>: m_displayNameExtra: Kodi IEC packer (recommended)
2024-08-20 16:02:46.547 T:16251 info <general>: m_deviceType : AE_DEVTYPE_HDMI
2024-08-20 16:02:46.547 T:16251 info <general>: m_channels : FL, FR, FC, LFE, SL, SR, BL, BR, BC, BLOC, BROC
2024-08-20 16:02:46.547 T:16251 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
2024-08-20 16:02:46.547 T:16251 info <general>: m_dataFormats : AE_FMT_S16LE,AE_FMT_FLOAT,AE_FMT_RAW,AE_FMT_RAW
2024-08-20 16:02:46.547 T:16251 info <general>: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD
2024-08-20 16:02:46.547 T:16251 info <general>: Device 2
2024-08-20 16:02:46.547 T:16251 info <general>: m_deviceName : AudioTrack (RAW)
2024-08-20 16:02:46.547 T:16251 info <general>: m_displayName : AudioTrack (RAW)
2024-08-20 16:02:46.548 T:16251 info <general>: m_displayNameExtra: Android IEC packer
2024-08-20 16:02:46.548 T:16251 info <general>: m_deviceType : AE_DEVTYPE_HDMI
2024-08-20 16:02:46.548 T:16251 info <general>: m_channels : FL, FR, FC, LFE, SL, SR, BL, BR, BC, BLOC, BROC
2024-08-20 16:02:46.548 T:16251 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000,32000,44100,48000,88200,96000,176400,192000
2024-08-20 16:02:46.548 T:16251 info <general>: m_dataFormats : AE_FMT_S16LE,AE_FMT_FLOAT,AE_FMT_RAW,AE_FMT_RAW,AE_FMT_S16LE,AE_FMT_FLOAT,AE_FMT_RAW
2024-08-20 16:02:46.548 T:16251 info <general>: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD
2024-08-20 16:02:46.549 T:16252 info <general>: CActiveAESink::OpenSink - initialize sink
2024-08-20 16:02:46.549 T:16252 info <general>: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2024-08-20 16:02:46.553 T:16252 info <general>: Minimum size we need for stream: 11344 Bytes
2024-08-20 16:02:46.553 T:16252 info <general>: Audiotrack buffer params are: period time = 32.154 ms, period size = 11344 bytes, num periods = 4
2024-08-20 16:02:46.553 T:16252 info <general>: Created Audiotrackbuffer with playing time of 128.616780 ms min buffer size: 45376 bytes
2024-08-20 16:02:46.563 T:16252 info <general>: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 45376 m_frames: 1418 m_frameSize: 8 channels: 2
2024-08-20 16:02:46.565 T:16234 info <general>: CLangInfo: loading resource.language.en_gb language information...
2024-08-20 16:02:46.601 T:16234 info <general>: global locale set to C
2024-08-20 16:02:46.601 T:16234 info <general>: CLangInfo: loading resource.language.en_gb language strings...
2024-08-20 16:02:46.719 T:16289 info <general>: Running database version Addons33
2024-08-20 16:02:46.721 T:16289 info <general>: Running database version ViewModes6
2024-08-20 16:02:46.724 T:16289 info <general>: Running database version Textures13
2024-08-20 16:02:46.732 T:16289 info <general>: Running database version MyMusic83
2024-08-20 16:02:46.745 T:16289 info <general>: Running database version MyVideos131
2024-08-20 16:02:46.748 T:16289 info <general>: Running database version TV46
2024-08-20 16:02:46.751 T:16289 info <general>: Running database version Epg16
2024-08-20 16:02:46.821 T:16234 info <general>: Unloaded skin
2024-08-20 16:02:46.823 T:16234 info <general>: load skin from: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/ (version: 4.0.0)
2024-08-20 16:02:46.823 T:16234 info <general>: load fonts for skin...
2024-08-20 16:02:46.828 T:16234 info <general>: Loading colors from /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/colors/violet.xml
2024-08-20 16:02:46.829 T:16234 info <general>: Loading skin includes from /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/xml/Includes.xml
2024-08-20 16:02:46.925 T:16234 info <general>: LoadFontsFromFile: Loading <fontset> with name 'Default' from '/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/xml/Font.xml'
2024-08-20 16:02:46.945 T:16234 info <general>: LoadTimers: Trying to load skin timers from /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/xml/Timers.xml
2024-08-20 16:02:46.946 T:16234 info <general>: load new skin...
2024-08-20 16:02:46.947 T:16234 info <general>: Loading custom window XMLs from skin path /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/xml
2024-08-20 16:02:46.970 T:16234 info <general>: initialize new skin...
2024-08-20 16:02:46.971 T:16234 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2024-08-20 16:02:46.974 T:16234 info <general>: Skipped 1 duplicate messages..
2024-08-20 16:02:46.974 T:16234 info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2024-08-20 16:02:46.975 T:16234 info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2024-08-20 16:02:46.984 T:16234 info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2024-08-20 16:02:46.987 T:16234 info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2024-08-20 16:02:46.988 T:16234 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2024-08-20 16:02:47.010 T:16234 info <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2024-08-20 16:02:47.026 T:16234 info <general>: skin loaded...
2024-08-20 16:02:47.026 T:16234 info <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2024-08-20 16:02:47.027 T:16234 info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2024-08-20 16:02:47.549 T:16234 warning <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
2024-08-20 16:02:47.549 T:16234 info <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2024-08-20 16:02:47.549 T:16234 info <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2024-08-20 16:02:47.585 T:16234 info <general>: JSONRPC v13.5.0: Successfully initialized
2024-08-20 16:02:47.602 T:16234 info <general>: CPeripheralBusAndroid: scanning for input devices...
2024-08-20 16:02:47.620 T:16234 info <general>: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2024-08-20 16:02:47.620 T:16234 info <general>: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2024-08-20 16:02:47.621 T:16234 info <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2024-08-20 16:02:47.622 T:16234 info <general>: Loaded playercorefactory configuration
2024-08-20 16:02:47.622 T:16234 info <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2024-08-20 16:02:47.622 T:16234 info <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2024-08-20 16:02:47.622 T:16234 info <general>: removing tempfiles
2024-08-20 16:02:47.642 T:16234 info <general>: initialize done
2024-08-20 16:02:47.642 T:16234 info <general>: Running the application...
2024-08-20 16:02:47.653 T:16234 info <general>: starting zeroconf publishing
2024-08-20 16:02:47.653 T:16234 info <general>: starting upnp client
2024-08-20 16:02:47.657 T:16234 info <general>: starting upnp server
2024-08-20 16:02:47.684 T:16234 info <general>: starting upnp renderer
2024-08-20 16:02:47.691 T:16311 info <general>: ES: Starting UDP Event server on port 9777
2024-08-20 16:02:47.691 T:16234 info <general>: JSONRPC Server: Successfully initialized
2024-08-20 16:02:47.692 T:16311 info <general>: UDP: Listening on port 9777 (ipv6 : true)
2024-08-20 16:02:47.693 T:16234 info <CWebserver[8080]>: Started
2024-08-20 16:02:47.697 T:16234 info <general>: CWSDiscoveryListenerUDP::Start - Started
2024-08-20 16:02:48.304 T:16296 info <general>: [service.upnext] UpNextMonitor -> Service started
2024-08-20 16:02:49.284 T:16291 info <general>: WEATHER: Downloading weather
2024-08-20 16:02:50.020 T:16298 info <general>: ZeroconfAndroid: Kodi (192.168.200.169). now registered and active
2024-08-20 16:02:50.021 T:16298 info <general>: Skipped 2 duplicate messages..
2024-08-20 16:02:50.021 T:16298 info <general>: ZeroconfAndroid: 000000000000@kodi (192.168.200.169). now registered and active
2024-08-20 16:02:50.021 T:16298 info <general>: ZeroconfAndroid: Kodi (192.168.200.169). now registered and active
2024-08-20 16:03:03.676 T:16234 info <general>: Loading controller layout: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/game.controller.keyboard/resources/layout.xml
2024-08-20 16:03:37.484 T:16234 info <general>: Loading skin file: MyMusicNav.xml, load type: KEEP_IN_MEMORY
2024-08-20 16:04:00.720 T:16418 info <general>: CDVDAudioCodecAndroidMediaCodec: Unknown hints.codec(86028)
2024-08-20 16:04:00.720 T:16418 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder flac
2024-08-20 16:04:07.332 T:16418 info <general>: AudioDecoder: File is queued
2024-08-20 16:04:07.334 T:16252 info <general>: CActiveAESink::OpenSink - initialize sink
2024-08-20 16:04:07.334 T:16252 info <general>: Trying to open: samplerate: 96000, channelMask: 252, encoding: 2
2024-08-20 16:04:07.335 T:16252 info <general>: Minimum size we need for stream: 36960 Bytes
2024-08-20 16:04:07.335 T:16252 info <general>: Audiotrack buffer params are: period time = 32.083 ms, period size = 36960 bytes, num periods = 4
2024-08-20 16:04:07.335 T:16252 info <general>: Created Audiotrackbuffer with playing time of 128.333333 ms min buffer size: 147840 bytes
2024-08-20 16:04:07.362 T:16252 info <general>: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 96000 format: AE_FMT_S16LE (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 147840 m_frames: 3080 m_frameSize: 12 channels: 6
2024-08-20 16:04:07.470 T:16418 info <general>: PAPlayer:: PrepareStream - Ready
2024-08-20 16:04:55.376 T:16452 error <general>: Read - Error( -1, 110, Connection timed out )
2024-08-20 16:04:55.377 T:16452 error <general>: Process - <smb://DIONYSUS/Media Library/Public/Music/Steven Wilson/2023 - The Harmony Codex (5.1)/01.Inclination.flac> source read failed with -1!
2024-08-20 16:04:57.101 T:16451 info <general>: PAPlayer:: ProcessStream - Stream Finished
2024-08-20 16:05:24.642 T:16252 info <general>: CActiveAESink::OpenSink - initialize sink
2024-08-20 16:05:24.645 T:16252 info <general>: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2024-08-20 16:05:24.647 T:16252 info <general>: Minimum size we need for stream: 11344 Bytes
2024-08-20 16:05:24.647 T:16252 info <general>: Audiotrack buffer params are: period time = 32.154 ms, period size = 11344 bytes, num periods = 4
2024-08-20 16:05:24.647 T:16252 info <general>: Created Audiotrackbuffer with playing time of 128.616780 ms min buffer size: 45376 bytes
2024-08-20 16:05:24.659 T:16252 info <general>: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 45376 m_frames: 1418 m_frameSize: 8 channels: 2
2024-08-20 16:05:24.885 T:16234 info <general>: Loading skin file: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/screensaver.picture.slideshow/resources/skins/default/1080i/script-python-slideshow.xml, load type: LOAD_ON_GUI_INIT
2024-08-20 16:05:26.454 T:16506 info <general>: CDVDAudioCodecAndroidMediaCodec: Unknown hints.codec(86028)
2024-08-20 16:05:26.455 T:16506 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder flac
2024-08-20 16:05:35.538 T:16506 info <general>: AudioDecoder: File is queued
2024-08-20 16:05:35.563 T:16252 info <general>: CActiveAESink::OpenSink - initialize sink
2024-08-20 16:05:35.566 T:16252 info <general>: Trying to open: samplerate: 96000, channelMask: 252, encoding: 2
2024-08-20 16:05:35.567 T:16252 info <general>: Minimum size we need for stream: 36960 Bytes
2024-08-20 16:05:35.568 T:16252 info <general>: Audiotrack buffer params are: period time = 32.083 ms, period size = 36960 bytes, num periods = 4
2024-08-20 16:05:35.568 T:16252 info <general>: Created Audiotrackbuffer with playing time of 128.333333 ms min buffer size: 147840 bytes
2024-08-20 16:05:35.593 T:16252 info <general>: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 96000 format: AE_FMT_S16LE (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 147840 m_frames: 3080 m_frameSize: 12 channels: 6
2024-08-20 16:05:35.794 T:16506 info <general>: PAPlayer:: PrepareStream - Ready
2024-08-20 16:05:42.553 T:16205 info <general>: Got MEDIA_BUTTON intent: 85, up:false
2024-08-20 16:05:42.768 T:16205 info <general>: Got MEDIA_BUTTON intent: 85, up:true
2024-08-20 16:05:49.726 T:16507 error <general>: Marker scan hit start of image data

2024-08-20 16:05:49.727 T:16507 error <general>: No IPTC data found in <lib.gui.BinaryFile object at 0xbb6da708>

2024-08-20 16:05:51.392 T:16205 info <general>: Got MEDIA_BUTTON intent: 85, up:false
2024-08-20 16:05:51.632 T:16205 info <general>: Got MEDIA_BUTTON intent: 85, up:true
2024-08-20 16:05:55.110 T:16507 info <general>: CPythonInvoker(4, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/screensaver.picture.slideshow/default.py): waiting on thread 3066790336
2024-08-20 16:06:02.829 T:16234 error <general>: CPythonInvoker(4, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/screensaver.picture.slideshow/default.py): script didn't stop in 5 seconds - let's kill it
2024-08-20 16:06:07.736 T:16234 info <general>: ADDON: Dll Destroyed - Spectrum
2024-08-20 16:06:12.384 T:16234 info <general>: Skipped 1 duplicate messages..
2024-08-20 16:06:12.384 T:16234 info <general>: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
2024-08-20 16:06:14.055 T:16234 info <general>: ADDON: Dll Destroyed - Spectrum
2024-08-20 16:06:14.072 T:16234 info <general>: Loading skin file: AddonBrowser.xml, load type: KEEP_IN_MEMORY
2024-08-20 16:06:23.680 T:16234 info <general>: Loading skin file: DialogAddonInfo.xml, load type: KEEP_IN_MEMORY
2024-08-20 16:06:25.841 T:16507 error <general>: Exception ignored in:
2024-08-20 16:06:25.841 T:16507 error <general>: <module 'threading' from '/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/threading.py'>
2024-08-20 16:06:25.844 T:16507 error <general>:

2024-08-20 16:06:25.845 T:16507 error <general>: Traceback (most recent call last):

2024-08-20 16:06:25.845 T:16507 error <general>: File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/threading.py", line 1541, in _shutdown

2024-08-20 16:06:25.850 T:16507 error <general>:
2024-08-20 16:06:25.850 T:16507 error <general>: def _shutdown():
2024-08-20 16:06:25.850 T:16507 error <general>:

2024-08-20 16:06:25.850 T:16507 error <general>:
2024-08-20 16:06:25.850 T:16507 info <general>: Skipped 3 duplicate messages..
2024-08-20 16:06:25.850 T:16507 error <general>:

2024-08-20 16:06:25.850 T:16507 error <general>: SystemExit
2024-08-20 16:06:25.850 T:16507 error <general>: :
2024-08-20 16:06:25.850 T:16507 error <general>:
2024-08-20 16:06:25.850 T:16507 error <general>:

2024-08-20 16:06:27.415 T:16234 info <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2024-08-20 16:06:29.351 T:16234 info <general>: Loading skin file: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.kodi.loguploader/resources/skins/default/1080i/script-loguploader-view.xml, load type: LOAD_ON_GUI_INIT
Cheers................................DenmanGuy

Amp: ONKYO TX-SR494; Display: SAMSUNG Q60 58" QLED TV; Processor: Fire TV Stick 4K Max (2nd Gen) - Quad-core 2.0GHz; OS: Android; RAM: 16 GB; KODI: 21.1.0
Reply
Wink 
So in desperation, I poked around YouTube for issues that I thought might be related to my problem.

First, I was wondering if it could be related to the fact that the problem always seemed to occur when streaming large files - either videos or 5.1 FLAC audio files. I saw a YouTube post suggesting the install of both the InputStream Adaptive and RTMP Input Add-ons to help with delays and other issues, so I installed them (as well as the Inputstream FFmpeg Direct Add-on). All default settings were used.

Second, I went into Settings > Services > SMB Client and bumped up the SMB Chunk Size to 512 KB just so it would start working with bigger pieces of data. I also set the minimum client level to SMB2 since this was the level set on the Windows 10 machine. This was in the hope that if it was caching in larger chunks it might avoid latency issues...maybe?

I also made a change to my audio output configuration to set the sampling limit to 98KB, but that should have NO impact on this problem. (I only mention this for complete disclosure.)

I've been running with this setup for about two weeks now and haven't had a single problem.  Something in those changes made the difference!

So, for me at least, PROBLEM SOLVED.
Cheers................................DenmanGuy

Amp: ONKYO TX-SR494; Display: SAMSUNG Q60 58" QLED TV; Processor: Fire TV Stick 4K Max (2nd Gen) - Quad-core 2.0GHz; OS: Android; RAM: 16 GB; KODI: 21.1.0
Reply
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7(current)

Logout Mark Read Team Forum Stats Members Help
Configuring & Adding SMB/Samba Network shares0