Closed Copyrighter closed 4 months ago
Hi @b-jesch,
can You look on this problem? the problem persist in lates versions too. :-( I'm on 4.2.0+nexus12.
I will appreciate a lot.
thank You.
let me know if You need something.
does it still crash with the skin that comes with kodi?
hi @C4Wiz,
thank You for the reply.
No, just tested. The problem doesn't exist in: Estuary -> 3.0.10 ( see log below, it's working forward and backward and no crashes ) and in Estuary Matrix Mod (pkscout) -> 1.1.0
the problem exist only in Estuary MOD V2 Nexus.
This is my up-to-date information on my environment:
2024-03-20 19:41:12.066 T:4904 info <general>: -----------------------------------------------------------------------
2024-03-20 19:41:12.066 T:4904 info <general>: Starting Kodi (20.4 (20.4.0) Git:20240211-4868e9c709). Platform: Android ARM 64-bit
2024-03-20 19:41:12.066 T:4904 info <general>: Using Release Kodi x64
2024-03-20 19:41:12.066 T:4904 info <general>: Kodi compiled 2024-02-10 by Clang 9.0.9 (https://android.googlesource.com/toolchain/llvm-project a2a1e703c0edb03ba29944e529ccbf457742737b) for Android ARM 64-bit API level 21 (API level 21)
2024-03-20 19:41:12.066 T:4904 info <general>: Running on NVIDIA SHIELD Android TV with Android TV 11.0.0 API level 30, kernel: Linux ARM 64-bit version 4.9.141-tegra-g1408fbca1e97
2024-03-20 19:41:12.066 T:4904 info <general>: FFmpeg version/source: 4.4.1-Kodi
2024-03-20 19:41:12.066 T:4904 info <general>: Host CPU: ARMv8 Processor rev 1 (v8l), 4 cores available
2024-03-20 19:41:12.067 T:4904 info <general>: Product: darcy, Device: darcy, Board: darcy - Manufacturer: NVIDIA, Brand: NVIDIA, Model: SHIELD Android TV, Hardware: darcy
2024-03-20 19:41:12.070 T:4904 info <general>: External storage path = /storage/emulated/0; status = ok
2024-03-20 19:41:12.070 T:4904 info <general>: ARM Features: Neon enabled
2024-03-20 19:41:12.070 T:4904 info <general>: special://xbmc/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets
2024-03-20 19:41:12.070 T:4904 info <general>: special://xbmcbin/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets
2024-03-20 19:41:12.070 T:4904 info <general>: special://xbmcbinaddons/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons
2024-03-20 19:41:12.070 T:4904 info <general>: special://masterprofile/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
2024-03-20 19:41:12.070 T:4904 info <general>: special://envhome/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files
2024-03-20 19:41:12.070 T:4904 info <general>: special://home/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi
2024-03-20 19:41:12.071 T:4904 info <general>: special://temp/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
2024-03-20 19:41:12.071 T:4904 info <general>: special://logpath/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
2024-03-20 19:41:12.071 T:4904 info <general>: Webserver extra whitelist paths:
2024-03-20 19:41:12.071 T:4904 info <general>: The executable running is: /data/app/~~LwUhpEY_AC3TyF8YwVkTmA==/org.xbmc.kodi-xB20uskieiJgbFLYT-UnEg==/lib/arm64/libkodi.so
2024-03-20 19:41:12.101 T:4904 info <general>: Local hostname: 192.168.1.85
2024-03-20 19:41:12.101 T:4904 info <general>: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log
2024-03-20 19:41:12.101 T:4904 info <general>: -----------------------------------------------------------------------
2024-03-20 19:41:12.101 T:4904 info <general>: loading settings
2024-03-20 19:41:12.109 T:4904 info <general>: special://profile/ is mapped to: special://masterprofile/
2024-03-20 19:41:12.127 T:4904 info <general>: No settings file to load (special://xbmc/system/advancedsettings.xml)
2024-03-20 19:41:12.131 T:4904 info <general>: Loaded settings file from special://profile/advancedsettings.xml
2024-03-20 19:41:12.131 T:4904 warning <general>: nfstimeout unsupported
2024-03-20 19:41:12.150 T:4904 info <general>: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<playlisttimeout>8</playlisttimeout>
<playlistretries>4</playlistretries>
<samba>
<clienttimeout>3</clienttimeout>
<!-- timeout (in seconds) -->
<statfiles>false</statfiles>
<!-- Set to false to disable smb stat() on files to speed up listings of large directories (over slow links) -->
</samba>
<network>
<curlclienttimeout>3</curlclienttimeout>
<!-- Timeout in seconds for libcurl (http/ftp) connections -->
<curllowspeedtime>6</curllowspeedtime>
<!-- Time in seconds for libcurl to consider a connection lowspeed -->
<curlretries>3</curlretries>
<!-- Amount of retries for certain failed libcurl operations (e.g. timeout) -->
<disableipv6>true</disableipv6>
<!-- Certain hardware/OS combinations have trouble with ipv6. Set "true" to disable -->
<disablehttp2>true</disablehttp2>
<!-- Added in v19- Allows disabling HTTP2 for broken Curl / HTTP2 servers -->
<nfstimeout>3</nfstimeout>
<!-- Added in v19- Timeout in seconds for NFS access, 0 = wait forever (previous behaviour) default is 5s -->
</network>
<cache>
<memorysize>314572800</memorysize>
<!-- Number of bytes used for buffering streams in memory when set to 0 the cache will be written to disk instead of RAM -->
<buffermode>1</buffermode>
<!-- Choose what to buffer:
0) Buffer all internet filesystems (like "2" but additionally also ftp, webdav, etc.)
1) Buffer all filesystems (including local) (default since Kodi 19)
2) Only buffer true internet filesystems (streams) (http, https, etc.)
3) No buffer
4) Buffer all network filesystems (incl. smb, nfs, etc.) -->
<readfactor>5</readfactor>
<!-- This factor determines the ma x readrate in terms of readfactor * avg bitrate of a video file.
This can help on bad connections to keep the cache filled. It will also greatly speed up buffering. Default value 4.0. -->
</cache>
<videodatabase>
<type>mysql</type>
<host>192.168.1.10</host>
<port>3306</port>
<user>kodi</user>
<pass>*****</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.10</host>
<port>3306</port>
<user>kodi</user>
<pass>*****</pass>
</musicdatabase>
<videolibrary>
<allitemsonbottom>false</allitemsonbottom>
<!-- sorts the "*All" items at the bottom of the list when in Ascending order -->
<cleanonupdate>false</cleanonupdate>
<!-- default set to false to prevent Kodi from removing items from the database while updating. -->
<usefasthash>true</usefasthash>
<!-- defaults to true. Set to false in order to skip hashing based on the folders modification time. -->
<recentlyaddeditems>2000</recentlyaddeditems>
<!-- number of recently added items. Defaults to 25 -->
<itemseparator> / </itemseparator>
<!-- separator used for multiple artists/genres in tags. Note, this is *space* *slash* *space* -->
<exportautothumbs>false</exportautothumbs>
<!-- export auto-generated thumbs. Defaults to false -->
<importwatchedstate>false</importwatchedstate>
<!-- import previously exported playdate and playcount from .nfo files. Defaults to false -->
<importresumepoint>false</importresumepoint>
<!-- import previously exported resume point from .nfo files. Defaults to false -->
<dateadded>1</dateadded>
<!-- 0 results in using the current datetime when adding a video;
1 (default) results in prefering to use the files mtime (if it's valid) and only using the file's ctime if the mtime isn't valid;
2 results in using the newer datetime of the file's mtime and ctime -->
</videolibrary>
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://192.168.1.10/Films/Kodi Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/Thumbnails/</to>
</substitute>
<substitute>
<from>special://profile/Thumbnails/</from>
<to>smb://192.168.1.10/Films/Kodi Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/Thumbnails/</to>
</substitute>
<substitute>
<from>special://masterprofile/sources.xml</from>
<to>smb://192.168.1.10/Films/Kodi Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/sources.xml</to>
</substitute>
<substitute>
<from>special://masterprofile/mediasources.xml</from>
<to>smb://192.168.1.10/Films/Kodi Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/mediasources.xml</to>
</substitute>
<substitute>
<from>special://masterprofile/keymaps/</from>
<to>smb://192.168.1.10/Films/Kodi Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/keymaps/</to>
</substitute>
<substitute>
<from>special://masterprofile/addon_data/</from>
<to>smb://192.168.1.10/Films/Kodi Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/</to>
</substitute>
<substitute>
<from>special://masterprofile/playlists/</from>
<to>smb://192.168.1.10/Films/Kodi Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/playlists/</to>
</substitute>
</pathsubstitution>
<loglevel>0</loglevel>
<!-- -1 No logging, suppresses all log output
0 Normal logging, only logging errors (default)
1 Debug logging with freemem, fps and cpu usage (no on screen)
2 Same as 1 (with on screen display)
3 Same as 2 + full smb logging (no on screen display) -->
</advancedsettings>
2024-03-20 19:41:12.151 T:4904 info <general>: Log level changed to "info"
2024-03-20 19:41:12.151 T:4904 warning <general>: VIDEO database configuration is experimental.
2024-03-20 19:41:12.151 T:4904 warning <CSettingsManager>: missing version attribute
2024-03-20 19:41:12.152 T:4904 info <general>: Default Video Player: VideoPlayer
2024-03-20 19:41:12.152 T:4904 info <general>: Default Audio Player: paplayer
2024-03-20 19:41:12.152 T:4904 info <general>: Disabled debug logging due to GUI setting. Level 0.
2024-03-20 19:41:12.241 T:4904 info <general>: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2024-03-20 19:41:12.300 T:4904 info <general>: creating subdirectories
2024-03-20 19:41:12.300 T:4904 info <general>: userdata folder: special://masterprofile/
2024-03-20 19:41:12.301 T:4904 info <general>: recording folder:
2024-03-20 19:41:12.301 T:4904 info <general>: screenshots folder:
2024-03-20 19:41:12.320 T:4904 info <general>: Running database version Addons33
2024-03-20 19:41:12.430 T:4904 warning <general>: CAddonMgr::FindAddons: Addon 'game.controller.default' already present with higher version 1.0.42 at '/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/game.controller.default/' - other version 1.0.41 at '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/game.controller.default/' will be ignored
2024-03-20 19:41:12.432 T:4904 warning <general>: CAddonMgr::FindAddons: Addon 'game.controller.snes' already present with higher version 1.0.40 at '/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/game.controller.snes/' - other version 1.0.39 at '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/game.controller.snes/' will be ignored
2024-03-20 19:41:12.586 T:4904 warning <general>: CAddonMgr::FindAddons: Addon 'game.controller.keyboard' already present with higher version 1.1.40 at '/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/game.controller.keyboard/' - other version 1.1.33 at '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/game.controller.keyboard/' will be ignored
2024-03-20 19:41:12.611 T:4904 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed
2024-03-20 19:41:12.611 T:4904 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed
2024-03-20 19:41:12.611 T:4904 info <general>: CAddonMgr::FindAddons: game.controller.default v1.0.42 installed
2024-03-20 19:41:12.611 T:4904 info <general>: CAddonMgr::FindAddons: game.controller.keyboard v1.1.40 installed
2024-03-20 19:41:12.612 T:4904 info <general>: CAddonMgr::FindAddons: game.controller.mouse v1.0.26 installed
2024-03-20 19:41:12.612 T:4904 info <general>: CAddonMgr::FindAddons: game.controller.snes v1.0.40 installed
2024-03-20 19:41:12.612 T:4904 info <general>: CAddonMgr::FindAddons: inputstream.adaptive v20.3.18 installed
2024-03-20 19:41:12.613 T:4904 info <general>: CAddonMgr::FindAddons: inputstream.ffmpegdirect v20.5.0 installed
2024-03-20 19:41:12.613 T:4904 info <general>: CAddonMgr::FindAddons: inputstream.rtmp v20.3.0 installed
2024-03-20 19:41:12.613 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed
2024-03-20 19:41:12.614 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.8 installed
2024-03-20 19:41:12.614 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed
2024-03-20 19:41:12.614 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed
2024-03-20 19:41:12.614 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.global.main v2.0.2 installed
2024-03-20 19:41:12.614 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed
2024-03-20 19:41:12.615 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed
2024-03-20 19:41:12.615 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v4.0.0 installed
2024-03-20 19:41:12.615 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v3.0.0 installed
2024-03-20 19:41:12.615 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.game v3.0.0 installed
2024-03-20 19:41:12.615 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v3.0.1 installed
2024-03-20 19:41:12.616 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.2.0 installed
2024-03-20 19:41:12.616 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v2.0.0 installed
2024-03-20 19:41:12.616 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.pvr v8.2.0 installed
2024-03-20 19:41:12.616 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.2.0 installed
2024-03-20 19:41:12.616 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.1 installed
2024-03-20 19:41:12.617 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.0.3 installed
2024-03-20 19:41:12.617 T:4904 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.visualization v4.0.0 installed
2024-03-20 19:41:12.617 T:4904 info <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed
2024-03-20 19:41:12.617 T:4904 info <general>: CAddonMgr::FindAddons: metadata.album.universal v3.1.9 installed
2024-03-20 19:41:12.618 T:4904 info <general>: CAddonMgr::FindAddons: metadata.artists.universal v4.3.11 installed
2024-03-20 19:41:12.618 T:4904 info <general>: CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed
2024-03-20 19:41:12.618 T:4904 info <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.4 installed
2024-03-20 19:41:12.618 T:4904 info <general>: CAddonMgr::FindAddons: metadata.common.imdb.com v3.2.8 installed
2024-03-20 19:41:12.619 T:4904 info <general>: CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed
2024-03-20 19:41:12.619 T:4904 info <general>: CAddonMgr::FindAddons: metadata.common.ofdb.de v1.0.5 installed
2024-03-20 19:41:12.619 T:4904 info <general>: CAddonMgr::FindAddons: metadata.common.omdbapi.com v1.2.2 installed
2024-03-20 19:41:12.619 T:4904 info <general>: CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed
2024-03-20 19:41:12.620 T:4904 info <general>: CAddonMgr::FindAddons: metadata.common.themoviedb.org v3.2.19 installed
2024-03-20 19:41:12.620 T:4904 info <general>: CAddonMgr::FindAddons: metadata.generic.albums v1.0.18 installed
2024-03-20 19:41:12.620 T:4904 info <general>: CAddonMgr::FindAddons: metadata.generic.artists v1.0.14 installed
2024-03-20 19:41:12.620 T:4904 info <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed
2024-03-20 19:41:12.620 T:4904 info <general>: CAddonMgr::FindAddons: metadata.movies.thetvdb.com.v4.python v1.0.11 installed
2024-03-20 19:41:12.621 T:4904 info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org v5.3.0 installed
2024-03-20 19:41:12.621 T:4904 info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v2.2.0 installed
2024-03-20 19:41:12.621 T:4904 info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org v3.6.0 installed
2024-03-20 19:41:12.621 T:4904 info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.6.5 installed
2024-03-20 19:41:12.622 T:4904 info <general>: CAddonMgr::FindAddons: metadata.universal v5.5.14 installed
2024-03-20 19:41:12.622 T:4904 info <general>: CAddonMgr::FindAddons: peripheral.joystick v20.1.15 installed
2024-03-20 19:41:12.622 T:4904 info <general>: CAddonMgr::FindAddons: plugin.program.autocompletion v2.1.2 installed
2024-03-20 19:41:12.622 T:4904 info <general>: CAddonMgr::FindAddons: plugin.video.PLsportowo v2.0.17 installed
2024-03-20 19:41:12.622 T:4904 info <general>: CAddonMgr::FindAddons: plugin.video.apex_sports v1.0.6 installed
2024-03-20 19:41:12.623 T:4904 info <general>: CAddonMgr::FindAddons: plugin.video.idanplus v3.5.7 installed
2024-03-20 19:41:12.623 T:4904 info <general>: CAddonMgr::FindAddons: plugin.video.jetproxy v1.0.3 installed
2024-03-20 19:41:12.623 T:4904 info <general>: CAddonMgr::FindAddons: plugin.video.madtitansports v2.0r installed
2024-03-20 19:41:12.624 T:4904 info <general>: CAddonMgr::FindAddons: plugin.video.magenta-sport v1.3.6+matrix.1 installed
2024-03-20 19:41:12.624 T:4904 info <general>: CAddonMgr::FindAddons: plugin.video.ran_de v3.0.1+matrix.1 installed
2024-03-20 19:41:12.624 T:4904 info <general>: CAddonMgr::FindAddons: plugin.video.smr_link_tester v1.1.12 installed
2024-03-20 19:41:12.624 T:4904 info <general>: CAddonMgr::FindAddons: plugin.video.sporthdme v0.1.42 installed
2024-03-20 19:41:12.624 T:4904 info <general>: CAddonMgr::FindAddons: plugin.video.thecrew v2.0.6 installed
2024-03-20 19:41:12.625 T:4904 info <general>: CAddonMgr::FindAddons: pvr.iptvsimple v20.13.0 installed
2024-03-20 19:41:12.625 T:4904 info <general>: CAddonMgr::FindAddons: repository.Fishenzon v1.0.2 installed
2024-03-20 19:41:12.625 T:4904 info <general>: CAddonMgr::FindAddons: repository.Magnetic v1.1.0a installed
2024-03-20 19:41:12.625 T:4904 info <general>: CAddonMgr::FindAddons: repository.Rising.Tides v1.1 installed
2024-03-20 19:41:12.626 T:4904 info <general>: CAddonMgr::FindAddons: repository.StreamArmy v15.0.004 installed
2024-03-20 19:41:12.626 T:4904 info <general>: CAddonMgr::FindAddons: repository.arxtic-ape v1.0.0 installed
2024-03-20 19:41:12.626 T:4904 info <general>: CAddonMgr::FindAddons: repository.bugatsinho v2.7 installed
2024-03-20 19:41:12.626 T:4904 info <general>: CAddonMgr::FindAddons: repository.jsergio v1.0.4 installed
2024-03-20 19:41:12.626 T:4904 info <general>: CAddonMgr::FindAddons: repository.kodinerds v7.0.1.4 installed
2024-03-20 19:41:12.627 T:4904 info <general>: CAddonMgr::FindAddons: repository.magicoGR v3.0 installed
2024-03-20 19:41:12.627 T:4904 info <general>: CAddonMgr::FindAddons: repository.mbebe v0.7 installed
2024-03-20 19:41:12.627 T:4904 info <general>: CAddonMgr::FindAddons: repository.rector.stuff v1.0.4 installed
2024-03-20 19:41:12.627 T:4904 info <general>: CAddonMgr::FindAddons: repository.resolveurl v1.0.0 installed
2024-03-20 19:41:12.627 T:4904 info <general>: CAddonMgr::FindAddons: repository.search.db v1.1.77 installed
2024-03-20 19:41:12.628 T:4904 info <general>: CAddonMgr::FindAddons: repository.skins.pkscout v1.1.101 installed
2024-03-20 19:41:12.628 T:4904 info <general>: CAddonMgr::FindAddons: repository.thecrew v0.3.6 installed
2024-03-20 19:41:12.628 T:4904 info <general>: CAddonMgr::FindAddons: repository.twilight0 v1.3 installed
2024-03-20 19:41:12.628 T:4904 info <general>: CAddonMgr::FindAddons: repository.twilight0.libs v1.3 installed
2024-03-20 19:41:12.629 T:4904 info <general>: CAddonMgr::FindAddons: repository.universalscrapers v1.0.0 installed
2024-03-20 19:41:12.629 T:4904 info <general>: CAddonMgr::FindAddons: repository.xbmc.org v3.3.1 installed
2024-03-20 19:41:12.629 T:4904 info <general>: CAddonMgr::FindAddons: resource.images.moviegenreicons.estuarymod v1.0.4+matrix installed
2024-03-20 19:41:12.630 T:4904 info <general>: CAddonMgr::FindAddons: resource.images.recordlabels.white v0.0.7 installed
2024-03-20 19:41:12.630 T:4904 info <general>: CAddonMgr::FindAddons: resource.images.studios.coloured v0.0.23 installed
2024-03-20 19:41:12.630 T:4904 info <general>: CAddonMgr::FindAddons: resource.images.studios.white v0.0.30 installed
2024-03-20 19:41:12.630 T:4904 info <general>: CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed
2024-03-20 19:41:12.630 T:4904 info <general>: CAddonMgr::FindAddons: resource.images.weatherprovidericons.gismeteo v0.1.1 installed
2024-03-20 19:41:12.631 T:4904 info <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed
2024-03-20 19:41:12.631 T:4904 info <general>: CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed
2024-03-20 19:41:12.631 T:4904 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed
2024-03-20 19:41:12.631 T:4904 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.66 installed
2024-03-20 19:41:12.632 T:4904 info <general>: CAddonMgr::FindAddons: script.artistslideshow v3.3.6 installed
2024-03-20 19:41:12.632 T:4904 info <general>: CAddonMgr::FindAddons: script.artwork.dump v0.2.5 installed
2024-03-20 19:41:12.632 T:4904 info <general>: CAddonMgr::FindAddons: script.common.plugin.cache v3.0.0 installed
2024-03-20 19:41:12.632 T:4904 info <general>: CAddonMgr::FindAddons: script.embuary.helper v2.0.8 installed
2024-03-20 19:41:12.632 T:4904 info <general>: CAddonMgr::FindAddons: script.embuary.info v2.0.8 installed
2024-03-20 19:41:12.633 T:4904 info <general>: CAddonMgr::FindAddons: script.extendedinfo v6.0.5 installed
2024-03-20 19:41:12.633 T:4904 info <general>: CAddonMgr::FindAddons: script.image.resource.select v3.0.2 installed
2024-03-20 19:41:12.633 T:4904 info <general>: CAddonMgr::FindAddons: script.input.adsp v0.0.2+matrix installed
2024-03-20 19:41:12.633 T:4904 info <general>: CAddonMgr::FindAddons: script.module.addon.signals v0.0.6+matrix.1 installed
2024-03-20 19:41:12.634 T:4904 info <general>: CAddonMgr::FindAddons: script.module.animated_artwork v1.0.1+matrix installed
2024-03-20 19:41:12.634 T:4904 info <general>: CAddonMgr::FindAddons: script.module.arrow v1.2.3 installed
2024-03-20 19:41:12.634 T:4904 info <general>: CAddonMgr::FindAddons: script.module.autocompletion v2.1.1 installed
2024-03-20 19:41:12.634 T:4904 info <general>: CAddonMgr::FindAddons: script.module.backports.zoneinfo v0.2.1 installed
2024-03-20 19:41:12.635 T:4904 info <general>: CAddonMgr::FindAddons: script.module.beautifulsoup4 v4.12.2 installed
2024-03-20 19:41:12.635 T:4904 info <general>: CAddonMgr::FindAddons: script.module.certifi v2023.5.7 installed
2024-03-20 19:41:12.635 T:4904 info <general>: CAddonMgr::FindAddons: script.module.chardet v5.1.0 installed
2024-03-20 19:41:12.635 T:4904 info <general>: CAddonMgr::FindAddons: script.module.dateutil v2.8.2 installed
2024-03-20 19:41:12.635 T:4904 info <general>: CAddonMgr::FindAddons: script.module.defusedxml v0.6.0+matrix.1 installed
2024-03-20 19:41:12.636 T:4904 info <general>: CAddonMgr::FindAddons: script.module.future v0.18.3+matrix.1 installed
2024-03-20 19:41:12.636 T:4904 info <general>: CAddonMgr::FindAddons: script.module.idna v3.4.0 installed
2024-03-20 19:41:12.636 T:4904 info <general>: CAddonMgr::FindAddons: script.module.inputstreamhelper v0.6.1+matrix.1 installed
2024-03-20 19:41:12.636 T:4904 info <general>: CAddonMgr::FindAddons: script.module.jetextractors v2.0.76e installed
2024-03-20 19:41:12.636 T:4904 info <general>: CAddonMgr::FindAddons: script.module.js2py v3.0.0 installed
2024-03-20 19:41:12.637 T:4904 info <general>: CAddonMgr::FindAddons: script.module.kodi-six v0.1.3.1 installed
2024-03-20 19:41:12.637 T:4904 info <general>: CAddonMgr::FindAddons: script.module.microjenscrapers v1.0.2 installed
2024-03-20 19:41:12.637 T:4904 info <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed
2024-03-20 19:41:12.638 T:4904 info <general>: CAddonMgr::FindAddons: script.module.pvr.artwork v2.2.7 installed
2024-03-20 19:41:12.638 T:4904 info <general>: CAddonMgr::FindAddons: script.module.pyairtable v1.4.0 installed
2024-03-20 19:41:12.638 T:4904 info <general>: CAddonMgr::FindAddons: script.module.pyamf v0.8.10+matrix.4 installed
2024-03-20 19:41:12.638 T:4904 info <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed
2024-03-20 19:41:12.638 T:4904 info <general>: CAddonMgr::FindAddons: script.module.pyjsparser v3.0.0 installed
2024-03-20 19:41:12.639 T:4904 info <general>: CAddonMgr::FindAddons: script.module.pytz v2023.3.0+matrix.1 installed
2024-03-20 19:41:12.639 T:4904 info <general>: CAddonMgr::FindAddons: script.module.requests v2.31.0 installed
2024-03-20 19:41:12.639 T:4904 info <general>: CAddonMgr::FindAddons: script.module.resolveurl v5.1.71 installed
2024-03-20 19:41:12.639 T:4904 info <general>: CAddonMgr::FindAddons: script.module.resolveurl.xxx v2.1.42 installed
2024-03-20 19:41:12.640 T:4904 info <general>: CAddonMgr::FindAddons: script.module.routing v0.2.3+matrix.1 installed
2024-03-20 19:41:12.640 T:4904 info <general>: CAddonMgr::FindAddons: script.module.simplecache v2.0.2 installed
2024-03-20 19:41:12.640 T:4904 info <general>: CAddonMgr::FindAddons: script.module.simpleeval v0.9.10 installed
2024-03-20 19:41:12.640 T:4904 info <general>: CAddonMgr::FindAddons: script.module.simplejson v3.19.1+matrix.1 installed
2024-03-20 19:41:12.641 T:4904 info <general>: CAddonMgr::FindAddons: script.module.simpleplugin3 v3.0.6+matrix.1 installed
2024-03-20 19:41:12.641 T:4904 info <general>: CAddonMgr::FindAddons: script.module.six v1.16.0+matrix.1 installed
2024-03-20 19:41:12.641 T:4904 info <general>: CAddonMgr::FindAddons: script.module.soupsieve v2.4.1 installed
2024-03-20 19:41:12.641 T:4904 info <general>: CAddonMgr::FindAddons: script.module.thecrew v2.1.0 installed
2024-03-20 19:41:12.642 T:4904 info <general>: CAddonMgr::FindAddons: script.module.trakt v4.4.0+matrix.1 installed
2024-03-20 19:41:12.642 T:4904 info <general>: CAddonMgr::FindAddons: script.module.typing_extensions v4.7.1 installed
2024-03-20 19:41:12.642 T:4904 info <general>: CAddonMgr::FindAddons: script.module.tzdata v2023.3.0+matrix.1 installed
2024-03-20 19:41:12.642 T:4904 info <general>: CAddonMgr::FindAddons: script.module.tzlocal v5.0.1 installed
2024-03-20 19:41:12.642 T:4904 info <general>: CAddonMgr::FindAddons: script.module.unidecode v1.3.6 installed
2024-03-20 19:41:12.643 T:4904 info <general>: CAddonMgr::FindAddons: script.module.urllib3 v2.1.0 installed
2024-03-20 19:41:12.643 T:4904 info <general>: CAddonMgr::FindAddons: script.module.xmltodict v0.12.0+matrix.2 installed
2024-03-20 19:41:12.643 T:4904 info <general>: CAddonMgr::FindAddons: script.module.youtube.dl v23.04.01+matrix.1 installed
2024-03-20 19:41:12.643 T:4904 info <general>: CAddonMgr::FindAddons: script.simkl v3.2.2 installed
2024-03-20 19:41:12.643 T:4904 info <general>: CAddonMgr::FindAddons: script.skinshortcuts v2.0.3 installed
2024-03-20 19:41:12.644 T:4904 info <general>: CAddonMgr::FindAddons: script.thecrew.artwork v2.0.0 installed
2024-03-20 19:41:12.644 T:4904 info <general>: CAddonMgr::FindAddons: script.trakt v3.6.1 installed
2024-03-20 19:41:12.644 T:4904 info <general>: CAddonMgr::FindAddons: service.subtitles.opensubtitles v5.1.4 installed
2024-03-20 19:41:12.644 T:4904 info <general>: CAddonMgr::FindAddons: service.xbmc.versioncheck v0.5.28+matrix.1 installed
2024-03-20 19:41:12.645 T:4904 info <general>: CAddonMgr::FindAddons: skin.estouchy v3.0.8 installed
2024-03-20 19:41:12.645 T:4904 info <general>: CAddonMgr::FindAddons: skin.estuary v3.0.10 installed
2024-03-20 19:41:12.645 T:4904 info <general>: CAddonMgr::FindAddons: skin.estuary.matrix.pkscout.mod v1.1.0 installed
2024-03-20 19:41:12.645 T:4904 info <general>: CAddonMgr::FindAddons: skin.estuary.modv2 v4.2.0+nexus.12 installed
2024-03-20 19:41:12.646 T:4904 info <general>: CAddonMgr::FindAddons: weather.gismeteo v0.6.4+matrix.1 installed
2024-03-20 19:41:12.646 T:4904 info <general>: CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8 installed
2024-03-20 19:41:12.646 T:4904 info <general>: CAddonMgr::FindAddons: xbmc.addon v20.4.0 installed
2024-03-20 19:41:12.646 T:4904 info <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
2024-03-20 19:41:12.647 T:4904 info <general>: CAddonMgr::FindAddons: xbmc.gui v5.16.0 installed
2024-03-20 19:41:12.647 T:4904 info <general>: CAddonMgr::FindAddons: xbmc.json v13.0.0 installed
2024-03-20 19:41:12.647 T:4904 info <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
2024-03-20 19:41:12.647 T:4904 info <general>: CAddonMgr::FindAddons: xbmc.python v3.0.1 installed
2024-03-20 19:41:12.647 T:4904 info <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed
2024-03-20 19:41:12.659 T:4904 info <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2024-03-20 19:41:12.684 T:4904 info <general>: CDecoderFilter: loading filters from special://masterprofile/decoderfilter.xml
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.google.aac.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.google.amrnb.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.google.amrwb.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.google.flac.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.google.g711.alaw.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.google.g711.mlaw.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.google.mp3.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.google.opus.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.google.raw.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.google.vorbis.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.mp2.decoder
2024-03-20 19:41:12.699 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.wma.decoder
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.h264.decode
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.h263.decode
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.h265.decode
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.mjpeg.decoder
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.mpeg2v.decode
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.mp4.decode
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.vc1.decode
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.vp8.decode
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.Nvidia.vp9.decode
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.google.h264.decoder
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.google.h263.decoder
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.google.hevc.decoder
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.google.mpeg4.decoder
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.google.vp8.decoder
2024-03-20 19:41:12.700 T:4904 info <general>: Mediacodec decoder: OMX.google.vp9.decoder
2024-03-20 19:41:12.700 T:4904 info <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
2024-03-20 19:41:12.701 T:4904 info <general>: CAndroidUtils: window resolution: 1920x1080
2024-03-20 19:41:12.701 T:4904 info <general>: CAndroidUtils: Current resolution: 1920x1080 3840x2160 @ 59.940060 - Full Screen
2024-03-20 19:41:12.701 T:4904 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:12.701 T:4904 info <general>: EGL_VERSION = 1.5 Android META-EGL
2024-03-20 19:41:12.701 T:4904 info <general>: EGL_VENDOR = Android
2024-03-20 19:41:12.701 T:4904 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_EXT_gl_colorspace_scrgb EGL_EXT_gl_colorspace_scrgb_linear EGL_EXT_gl_colorspace_display_p3_linear EGL_EXT_gl_colorspace_display_p3 EGL_EXT_gl_colorspace_display_p3_passthrough EGL_EXT_gl_colorspace_bt2020_linear EGL_EXT_gl_colorspace_bt2020_pq 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_reusable_sync EGL_KHR_fence_sync EGL_KHR_create_context EGL_KHR_config_attribs EGL_KHR_surfaceless_context EGL_KHR_stream EGL_KHR_stream_fifo EGL_KHR_stream_producer_eglsurface EGL_KHR_stream_consumer_gltexture EGL_KHR_stream_cross_process_fd EGL_EXT_create_context_robustness EGL_NV_system_time EGL_NV_stream_sync 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_create_context_no_error EGL_KHR_mutable_render_buffer EGL_EXT_protected_content EGL_IMG_context_priority EGL_KHR_no_config_context
2024-03-20 19:41:12.701 T:4904 info <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_KHR_platform_android EGL_ANGLE_platform_angle EGL_KHR_client_get_all_proc_addresses EGL_ANDROID_GLES_layers
2024-03-20 19:41:12.702 T:4904 info <general>: CApplication::CreateGUI - using the default windowing system
2024-03-20 19:41:12.703 T:4904 info <general>: Checking resolution 16
2024-03-20 19:41:12.703 T:4904 info <general>: CAndroidUtils: SetNativeResolution: 21: 1920x1080 3840x2160@59.940060
2024-03-20 19:41:12.724 T:4904 info <general>: GL_VENDOR = NVIDIA Corporation
2024-03-20 19:41:12.724 T:4904 info <general>: GL_RENDERER = NVIDIA Tegra
2024-03-20 19:41:12.724 T:4904 info <general>: GL_VERSION = OpenGL ES 3.2 NVIDIA 495.00
2024-03-20 19:41:12.724 T:4904 info <general>: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.20
2024-03-20 19:41:12.725 T:4904 info <general>: GL_EXTENSIONS = GL_EXT_debug_marker GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_buffer_storage GL_EXT_clear_texture GL_EXT_clip_control GL_EXT_clip_cull_distance GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_conservative_depth GL_EXT_copy_image GL_EXT_depth_clamp GL_EXT_debug_label GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_EGL_image_array GL_EXT_EGL_image_storage GL_EXT_EGL_image_external_wrap_modes GL_EXT_external_buffer GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_gpu_shader5 GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisample_compatibility GL_EXT_multisampled_render_to_texture GL_EXT_multisampled_render_to_texture2 GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_occlusion_query_boolean GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_primitive_bounding_box GL_EXT_protected_textures GL_EXT_raster_multisample GL_EXT_render_snorm GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks GL_EXT_shader_non_constant_global_initializers GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_sparse_texture GL_EXT_sparse_texture2 GL_EXT_sRGB 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_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_format_BGRA8888 GL_EXT_texture_mirror_clamp_to_edge GL_EXT_texture_norm16 GL_EXT_texture_query_lod GL_EXT_texture_rg GL_EXT_texture_shadow_lod GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_view GL_EXT_draw_transform_feedback GL_EXT_unpack_subimage GL_EXT_window_rectangles GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_fd GL_NV_memory_object_sparse GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_fd GL_KHR_shader_subgroup GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_NV_bgr GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NV_blend_minmax_factor GL_NV_conditional_render GL_NV_conservative_raster GL_NV_copy_buffer GL_NV_copy_image GL_NV_draw_buffers GL_NV_draw_instanced GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_EGL_stream_consumer_external GL_NV_explicit_attrib_location GL_NV_fbo_color_attachments GL_NV_fill_rectangle GL_NV_fragment_coverage_to_color GL_NV_fragment_shader_interlock GL_NV_framebuffer_blit GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample GL_NV_generate_mipmap_sRGB GL_NV_geometry_shader_passthrough GL_NV_instanced_arrays GL_NV_internalformat_sample_query GL_NV_gpu_shader5 GL_NV_image_formats GL_NV_memory_attachment GL_NV_occlusion_query_samples GL_NV_non_square_matrices GL_NV_pack_subimage GL_NV_packed_float GL_NV_packed_float_linear GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_buffer_object GL_NV_polygon_mode GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_shader_atomic_fp16_vector GL_NV_shader_noperspective_interpolation GL_NV_shader_subgroup_partitioned GL_NV_shadow_samplers_array GL_NV_shadow_samplers_cube GL_NV_sRGB_formats GL_NV_texture_array GL_NV_texture_barrier GL_NV_texture_border_clamp GL_NV_texture_compression_latc GL_NV_texture_compression_s3tc GL_NV_texture_compression_s3tc_update GL_NV_timer_query GL_NV_viewport_array GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_compressed_ETC1_RGB8_texture GL_EXT_compressed_ETC1_RGB8_sub_texture GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_texture_border_clamp GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_buffer GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_gpu_shader5 GL_OES_shader_io_blocks GL_OES_texture_view GL_OES_primitive_bounding_box 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_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_cube_map_array GL_OES_texture_npot GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float GL_OES_viewport_array GL_OVR_multiview GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture GL_ANDROID_extension_pack_es31a
2024-03-20 19:41:12.740 T:4904 info <general>: CAndroidUtils: SetNativeResolution: 21: 1920x1080 3840x2160@59.940060
2024-03-20 19:41:12.748 T:4904 info <general>: GLES: Maximum texture width: 16384
2024-03-20 19:41:12.907 T:4904 info <general>: GLES: Enabling VSYNC
2024-03-20 19:41:12.909 T:4904 info <general>: load keymapping
2024-03-20 19:41:12.914 T:4904 info <general>: Loading special://xbmc/system/keymaps/appcommand.xml
2024-03-20 19:41:12.915 T:4904 info <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2024-03-20 19:41:12.917 T:4904 info <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2024-03-20 19:41:12.919 T:4904 info <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
2024-03-20 19:41:12.920 T:4904 info <general>: Loading special://xbmc/system/keymaps/gamepad.xml
2024-03-20 19:41:12.922 T:4904 info <general>: Loading special://xbmc/system/keymaps/joystick.xml
2024-03-20 19:41:12.924 T:4904 info <general>: Loading special://xbmc/system/keymaps/keyboard.xml
2024-03-20 19:41:12.928 T:4904 info <general>: Loading special://xbmc/system/keymaps/mouse.xml
2024-03-20 19:41:12.929 T:4904 info <general>: Loading special://xbmc/system/keymaps/remote.xml
2024-03-20 19:41:12.931 T:4904 info <general>: Loading special://xbmc/system/keymaps/touchscreen.xml
2024-03-20 19:41:12.940 T:4904 info <general>: GUI format 1920x1080, Display 3840x2160 @ 59.940060 - Full Screen
2024-03-20 19:41:12.952 T:4920 info <general>: Float is supported
2024-03-20 19:41:14.137 T:4920 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:14.137 T:4920 info <general>: Found 1 Lists of Devices
2024-03-20 19:41:14.137 T:4920 info <general>: Enumerated AUDIOTRACK devices:
2024-03-20 19:41:14.137 T:4920 info <general>: Device 1
2024-03-20 19:41:14.137 T:4920 info <general>: m_deviceName : AudioTrack (IEC)
2024-03-20 19:41:14.137 T:4920 info <general>: m_displayName : AudioTrack (IEC)
2024-03-20 19:41:14.138 T:4920 info <general>: m_displayNameExtra: Kodi IEC packer (recommended)
2024-03-20 19:41:14.138 T:4920 info <general>: m_deviceType : AE_DEVTYPE_HDMI
2024-03-20 19:41:14.138 T:4920 info <general>: m_channels : FL, FR, FC, LFE, SL, SR, BL, BR, BC, BLOC, BROC
2024-03-20 19:41:14.138 T:4920 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
2024-03-20 19:41:14.138 T:4920 info <general>: m_dataFormats : AE_FMT_S16LE,AE_FMT_FLOAT,AE_FMT_RAW,AE_FMT_RAW
2024-03-20 19:41:14.138 T:4920 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-03-20 19:41:14.138 T:4920 info <general>: Device 2
2024-03-20 19:41:14.138 T:4920 info <general>: m_deviceName : AudioTrack (RAW)
2024-03-20 19:41:14.138 T:4920 info <general>: m_displayName : AudioTrack (RAW)
2024-03-20 19:41:14.138 T:4920 info <general>: m_displayNameExtra: Android IEC packer
2024-03-20 19:41:14.138 T:4920 info <general>: m_deviceType : AE_DEVTYPE_HDMI
2024-03-20 19:41:14.138 T:4920 info <general>: m_channels : FL, FR, FC, LFE, SL, SR, BL, BR, BC, BLOC, BROC
2024-03-20 19:41:14.138 T:4920 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000,32000,44100,48000,88200,96000,176400,192000
2024-03-20 19:41:14.138 T:4920 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-03-20 19:41:14.138 T:4920 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-03-20 19:41:14.139 T:4921 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-20 19:41:14.139 T:4921 info <general>: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2024-03-20 19:41:14.343 T:4921 info <general>: Minimum size we need for stream: 11344 Bytes
2024-03-20 19:41:14.343 T:4921 info <general>: Audiotrack buffer params are: period time = 32.154 ms, period size = 11344 bytes, num periods = 4
2024-03-20 19:41:14.344 T:4921 info <general>: Created Audiotrackbuffer with playing time of 128.616780 ms min buffer size: 45376 bytes
2024-03-20 19:41:14.351 T:4921 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-03-20 19:41:14.354 T:4904 info <general>: CLangInfo: loading resource.language.en_gb language information...
2024-03-20 19:41:14.358 T:4904 info <general>: global locale set to en_US.UTF-8
2024-03-20 19:41:14.359 T:4904 info <general>: CLangInfo: loading resource.language.en_gb language strings...
2024-03-20 19:41:14.373 T:4904 error <general>: Repository add-on repository.Fishenzon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:14.374 T:4904 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:14.374 T:4904 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:14.374 T:4904 error <general>: Repository add-on repository.magicoGR uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:14.374 T:4904 warning <general>: Repository add-on repository.magicoGR uses plain HTTP for add-on downloads in path http://romanvm.github.io/kodi_repo/repo - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:14.374 T:4904 error <general>: Repository add-on repository.mbebe uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:14.375 T:4904 error <general>: Repository add-on repository.skins.pkscout uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:14.375 T:4904 error <general>: Repository add-on repository.skins.pkscout does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:14.375 T:4904 error <general>: Repository add-on repository.twilight0 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:14.375 T:4904 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:14.375 T:4904 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:14.516 T:4904 info <general>: SMBFile->Open: Unable to open file : 'smb://USERNAME:PASSWORD@192.168.1.10/Films/Kodi%20Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/mediasources.xml'
unix_err:'2' error : 'No such file or directory'
2024-03-20 19:41:14.518 T:4953 info <general>: Running database version Addons33
2024-03-20 19:41:14.520 T:4953 info <general>: Running database version ViewModes6
2024-03-20 19:41:14.521 T:4953 info <general>: Running database version Textures13
2024-03-20 19:41:14.524 T:4953 info <general>: MYSQL: Connected to version 5.5.68-MariaDB
2024-03-20 19:41:14.550 T:4953 info <general>: Running database version MyMusic82
2024-03-20 19:41:14.579 T:4953 info <general>: Running database version MyVideos121
2024-03-20 19:41:14.584 T:4953 info <general>: Running database version TV40
2024-03-20 19:41:14.587 T:4953 info <general>: Running database version Epg16
2024-03-20 19:41:14.632 T:4904 info <general>: Unloaded skin
2024-03-20 19:41:14.644 T:4904 info <general>: load skin from: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/ (version: 3.0.10)
2024-03-20 19:41:14.644 T:4904 info <general>: load fonts for skin...
2024-03-20 19:41:14.645 T:4904 info <general>: Loading skin includes from /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/xml/Includes.xml
2024-03-20 19:41:14.692 T:4904 info <general>: LoadFonts: Loading fonts from '/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/xml/Font.xml'
2024-03-20 19:41:14.705 T:4904 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-03-20 19:41:14.705 T:4904 info <general>: load new skin...
2024-03-20 19:41:14.705 T:4904 info <general>: Loading custom window XMLs from skin path /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/xml
2024-03-20 19:41:14.716 T:4904 info <general>: initialize new skin...
2024-03-20 19:41:14.716 T:4904 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2024-03-20 19:41:14.719 T:4904 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:14.719 T:4904 info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2024-03-20 19:41:14.720 T:4904 info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-20 19:41:14.723 T:4904 info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-20 19:41:14.725 T:4904 info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2024-03-20 19:41:14.726 T:4904 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-20 19:41:14.740 T:4904 info <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2024-03-20 19:41:14.750 T:4904 info <general>: Loading resource://resource.uisounds.kodi/sounds.xml
2024-03-20 19:41:14.774 T:4904 info <general>: skin loaded...
2024-03-20 19:41:14.774 T:4904 info <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2024-03-20 19:41:14.775 T:4904 info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2024-03-20 19:41:15.084 T:4904 warning <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
2024-03-20 19:41:15.084 T:4904 info <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2024-03-20 19:41:15.084 T:4904 info <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2024-03-20 19:41:15.137 T:4904 info <general>: JSONRPC v13.0.0: Successfully initialized
2024-03-20 19:41:15.163 T:4904 info <general>: CPeripheralBusAndroid: scanning for input devices...
2024-03-20 19:41:15.171 T:4904 info <general>: CPeripheralBusAndroid: added input device
2024-03-20 19:41:15.176 T:4904 info <general>: Skipped 3 duplicate messages..
2024-03-20 19:41:15.176 T:4904 info <general>: Loading controller layout: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/game.controller.default/resources/layout.xml
2024-03-20 19:41:15.211 T:4904 info <general>: Loading controller layout: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/game.controller.mouse/resources/layout.xml
2024-03-20 19:41:15.647 T:4904 info <general>: Register - new joystick device registered on android->android/inputdevice/4: virtual-search (18D1:0100)
2024-03-20 19:41:15.876 T:4904 info <general>: Register - new joystick device registered on android->android/inputdevice/6: shield-ask-remote (18D1:0100)
2024-03-20 19:41:16.114 T:4904 info <general>: Register - new joystick device registered on android->android/inputdevice/8: virtual-remote (18D1:0100)
2024-03-20 19:41:16.256 T:4904 info <general>: Register - new joystick device registered on android->android/inputdevice/9: virtual-remote-2 (18D1:0100)
2024-03-20 19:41:16.257 T:4904 info <general>: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2024-03-20 19:41:16.257 T:4904 info <general>: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2024-03-20 19:41:16.258 T:4904 info <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2024-03-20 19:41:16.262 T:4904 info <general>: Loaded playercorefactory configuration
2024-03-20 19:41:16.263 T:4904 info <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2024-03-20 19:41:16.263 T:4904 info <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2024-03-20 19:41:16.264 T:4904 info <general>: removing tempfiles
2024-03-20 19:41:16.267 T:4904 error <general>: Repository add-on repository.Fishenzon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.268 T:4904 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.269 T:4904 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:16.269 T:4904 error <general>: Repository add-on repository.magicoGR uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.269 T:4904 warning <general>: Repository add-on repository.magicoGR uses plain HTTP for add-on downloads in path http://romanvm.github.io/kodi_repo/repo - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:16.270 T:4904 error <general>: Repository add-on repository.mbebe uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.272 T:4904 error <general>: Repository add-on repository.skins.pkscout uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.272 T:4904 error <general>: Repository add-on repository.skins.pkscout does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:16.272 T:4904 error <general>: Repository add-on repository.twilight0 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.273 T:4904 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.273 T:4904 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:16.295 T:4904 info <general>: initialize done
2024-03-20 19:41:16.296 T:4904 info <general>: Running the application...
2024-03-20 19:41:16.296 T:4904 error <general>: Repository add-on repository.Fishenzon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.297 T:4904 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.297 T:4904 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:16.298 T:4904 error <general>: Repository add-on repository.magicoGR uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.298 T:4904 warning <general>: Repository add-on repository.magicoGR uses plain HTTP for add-on downloads in path http://romanvm.github.io/kodi_repo/repo - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:16.298 T:4904 error <general>: Repository add-on repository.mbebe uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.298 T:4904 error <general>: Repository add-on repository.skins.pkscout uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.299 T:4904 error <general>: Repository add-on repository.skins.pkscout does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:16.299 T:4904 error <general>: Repository add-on repository.twilight0 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.299 T:4904 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:16.299 T:4904 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:16.304 T:4904 info <general>: starting zeroconf publishing
2024-03-20 19:41:16.305 T:4971 info <general>: ES: Starting UDP Event server on port 9777
2024-03-20 19:41:16.305 T:4971 info <general>: UDP: Listening on port 9777 (ipv6 : false)
2024-03-20 19:41:16.306 T:4904 info <general>: JSONRPC Server: Successfully initialized
2024-03-20 19:41:16.316 T:4904 info <CWebserver[8080]>: Started
2024-03-20 19:41:16.319 T:4904 info <general>: CWSDiscoveryListenerUDP::Start - Started
2024-03-20 19:41:17.820 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:17.879 T:4955 error <general>: Repository add-on repository.Fishenzon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.886 T:4955 error <general>: Repository add-on repository.jenrepo uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.887 T:4955 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.887 T:4955 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.888 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.888 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.895 T:4955 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.895 T:4955 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.905 T:4955 error <general>: Repository add-on repository.magicoGR uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.905 T:4955 warning <general>: Repository add-on repository.magicoGR uses plain HTTP for add-on downloads in path http://romanvm.github.io/kodi_repo/repo - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:17.906 T:4955 error <general>: Repository add-on repository.twilight0 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.906 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.907 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.931 T:4955 error <general>: Repository add-on repository.romanvm uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.931 T:4955 error <general>: Repository add-on repository.romanvm does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.943 T:4955 error <general>: Repository add-on repository.mbebe uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.968 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:17.971 T:4955 error <general>: Repository add-on repository.GRecoTM uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.971 T:4955 error <general>: Repository add-on repository.GRecoTM does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.972 T:4955 error <general>: Repository add-on repository.arneson uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.972 T:4955 error <general>: Repository add-on repository.arneson does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.972 T:4955 error <general>: Repository add-on repository.bond uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.972 T:4955 error <general>: Repository add-on repository.bond does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.972 T:4955 error <general>: Repository add-on repository.const uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.973 T:4955 error <general>: Repository add-on repository.const does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.973 T:4955 error <general>: Repository add-on repository.dandy.kodi uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.973 T:4955 error <general>: Repository add-on repository.dandy.kodi does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.973 T:4955 error <general>: Repository add-on repository.dvor85 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.973 T:4955 error <general>: Repository add-on repository.dvor85 does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.974 T:4955 error <general>: Repository add-on repository.evgen_dev uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.974 T:4955 error <general>: Repository add-on repository.evgen_dev does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.974 T:4955 error <general>: Repository add-on repository.exoterr uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.975 T:4955 error <general>: Repository add-on repository.exoterr does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.975 T:4955 error <general>: Repository add-on repository.hal9000 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.975 T:4955 error <general>: Repository add-on repository.hal9000 does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.975 T:4955 error <general>: Repository add-on repository.kodi-senyor uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.975 T:4955 error <general>: Repository add-on repository.kodi-senyor does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.975 T:4955 error <general>: Repository add-on repository.kodi.yatse.tv uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.975 T:4955 error <general>: Repository add-on repository.kodi.yatse.tv does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.976 T:4955 error <general>: Repository add-on repository.kodil uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.976 T:4955 error <general>: Repository add-on repository.kodil does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.976 T:4955 error <general>: Repository add-on repository.magnetic.mirror uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.976 T:4955 error <general>: Repository add-on repository.magnetic.mirror does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.976 T:4955 error <general>: Repository add-on repository.merlin uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.976 T:4955 error <general>: Repository add-on repository.merlin does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.976 T:4955 error <general>: Repository add-on repository.mnn uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.976 T:4955 error <general>: Repository add-on repository.mnn does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.977 T:4955 error <general>: Repository add-on repository.myshows.me uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.977 T:4955 error <general>: Repository add-on repository.myshows.me does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.984 T:4955 error <general>: Repository add-on repository.romanvm uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.984 T:4955 error <general>: Repository add-on repository.romanvm does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.984 T:4955 error <general>: Repository add-on repository.rvlad1987 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.985 T:4955 error <general>: Repository add-on repository.rvlad1987 does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.985 T:4955 error <general>: Repository add-on repository.sandalov uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.985 T:4955 error <general>: Repository add-on repository.sandalov does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.989 T:4955 error <general>: Repository add-on repository.seppius uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.989 T:4955 error <general>: Repository add-on repository.seppius does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.989 T:4955 error <general>: Repository add-on repository.silhouette uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.989 T:4955 error <general>: Repository add-on repository.silhouette does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.990 T:4955 warning <general>: Repository add-on repository.smash uses plain HTTP for add-on downloads in path http://mediarepos.net/Repos/smashrepo/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:17.990 T:4955 error <general>: Repository add-on repository.srg70 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.990 T:4955 error <general>: Repository add-on repository.srg70 does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.990 T:4955 error <general>: Repository add-on repository.uzzer-dev uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.991 T:4955 error <general>: Repository add-on repository.uzzer-dev does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.991 T:4955 error <general>: Repository add-on repository.vd uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.991 T:4955 error <general>: Repository add-on repository.vd does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.991 T:4955 error <general>: Repository add-on repository.virserg uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.991 T:4955 error <general>: Repository add-on repository.virserg does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.992 T:4955 error <general>: Repository add-on repository.vlmaksime uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.992 T:4955 error <general>: Repository add-on repository.vlmaksime does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.992 T:4955 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:17.992 T:4955 error <general>: Repository add-on repository.xbmc-israel uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.992 T:4955 error <general>: Repository add-on repository.xbmc-israel does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.993 T:4955 error <general>: Repository add-on repository.xxtrep uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.993 T:4955 error <general>: Repository add-on repository.xxtrep does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.993 T:4955 error <general>: Repository add-on repository.yellowdragon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.994 T:4955 error <general>: Repository add-on repository.yellowdragon does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.994 T:4955 error <general>: Repository add-on repository.yellowdragon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.994 T:4955 error <general>: Repository add-on repository.yellowdragon does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.994 T:4955 error <general>: Repository add-on repository.yellowdragon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.994 T:4955 error <general>: Repository add-on repository.yellowdragon does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.994 T:4955 error <general>: Repository add-on repository.yellowdragon.dev uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.994 T:4955 error <general>: Repository add-on repository.yellowdragon.dev does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.995 T:4955 error <general>: Repository add-on repository.yellowdragon.dev uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.995 T:4955 error <general>: Repository add-on repository.yellowdragon.dev does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.995 T:4955 error <general>: Repository add-on repository.yellowdragon.ext uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.995 T:4955 error <general>: Repository add-on repository.yellowdragon.ext does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.995 T:4955 error <general>: Repository add-on repository.yellowdragon.ext uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.995 T:4955 error <general>: Repository add-on repository.yellowdragon.ext does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:17.996 T:4955 error <general>: Repository add-on repository.yellowdragon.ext uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:17.996 T:4955 error <general>: Repository add-on repository.yellowdragon.ext does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:18.028 T:4969 info <general>: Estuary MOD V2 Nexus service handler started
2024-03-20 19:41:18.033 T:4955 error <general>: Repository add-on repository.atreides.tools uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.033 T:4955 error <general>: Repository add-on repository.atreides.tools does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:18.036 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.036 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:18.227 T:4955 error <general>: Repository add-on repository.Fishenzon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.228 T:4955 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.228 T:4955 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:18.229 T:4955 error <general>: Repository add-on repository.magicoGR uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.229 T:4955 warning <general>: Repository add-on repository.magicoGR uses plain HTTP for add-on downloads in path http://romanvm.github.io/kodi_repo/repo - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:18.229 T:4955 error <general>: Repository add-on repository.mbebe uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.229 T:4955 error <general>: Repository add-on repository.skins.pkscout uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.229 T:4955 error <general>: Repository add-on repository.skins.pkscout does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:18.229 T:4955 error <general>: Repository add-on repository.twilight0 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.230 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.230 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:18.244 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:18.251 T:4955 error <general>: Repository add-on repository.Fishenzon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.251 T:4955 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.251 T:4955 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:18.251 T:4955 error <general>: Repository add-on repository.magicoGR uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.251 T:4955 warning <general>: Repository add-on repository.magicoGR uses plain HTTP for add-on downloads in path http://romanvm.github.io/kodi_repo/repo - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:18.251 T:4955 error <general>: Repository add-on repository.mbebe uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.252 T:4955 error <general>: Repository add-on repository.skins.pkscout uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.252 T:4955 error <general>: Repository add-on repository.skins.pkscout does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:18.252 T:4955 error <general>: Repository add-on repository.twilight0 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.252 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:18.252 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:18.275 T:4955 error <general>: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Kyivnaukfilm.png
2024-03-20 19:41:18.371 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:19.100 T:4904 info <general>: Skipped 2 duplicate messages..
2024-03-20 19:41:19.100 T:4904 info <general>: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY
2024-03-20 19:41:19.717 T:4953 info <general>: WEATHER: Downloading weather
2024-03-20 19:41:19.761 T:4982 warning <general>: SMBFile::OpenForWrite() called with overwriting enabled! - smb://USERNAME:PASSWORD@192.168.1.10/Films/Kodi%20Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/pvr.iptvsimple/channelGroups/customRadioGroups-example.xml
2024-03-20 19:41:19.794 T:4982 warning <general>: SMBFile::OpenForWrite() called with overwriting enabled! - smb://USERNAME:PASSWORD@192.168.1.10/Films/Kodi%20Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/pvr.iptvsimple/channelGroups/customTVGroups-example.xml
2024-03-20 19:41:19.803 T:4982 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - Create starting IPTV Simple PVR client...
2024-03-20 19:41:19.813 T:4982 warning <general>: SMBFile::OpenForWrite() called with overwriting enabled! - smb://USERNAME:PASSWORD@192.168.1.10/Films/Kodi%20Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/pvr.iptvsimple/genres/kodiDvbGenres.xml
2024-03-20 19:41:19.824 T:4982 warning <general>: SMBFile::OpenForWrite() called with overwriting enabled! - smb://USERNAME:PASSWORD@192.168.1.10/Films/Kodi%20Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/pvr.iptvsimple/genres/kodiDvbGenresTypeSubtype.xml
2024-03-20 19:41:19.842 T:4982 warning <general>: SMBFile::OpenForWrite() called with overwriting enabled! - smb://USERNAME:PASSWORD@192.168.1.10/Films/Kodi%20Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/Rytec-UK-Ireland.xml
2024-03-20 19:41:19.856 T:4982 warning <general>: SMBFile::OpenForWrite() called with overwriting enabled! - smb://USERNAME:PASSWORD@192.168.1.10/Films/Kodi%20Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/pvr.iptvsimple/providers/providerMappings.xml
2024-03-20 19:41:19.877 T:4982 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - Init - Loaded '3' providers mappings
2024-03-20 19:41:19.877 T:4982 error <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadPlayList - Playlist file path is not configured. Channels not loaded.
2024-03-20 19:41:19.877 T:4982 info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadEPG - EPG file path is not configured. EPG not loaded.
2024-03-20 19:41:19.877 T:4982 info <general>: AddOnLog: pvr.iptvsimple: Initialise Starting separate client update thread...
2024-03-20 19:41:19.877 T:4982 info <general>: PVR Manager: Starting
2024-03-20 19:41:19.893 T:5013 error <general>: GetChannelGroups: Add-on 'pvr.iptvsimple' returned an error: server error
2024-03-20 19:41:19.893 T:5013 error <general>: GetChannels: Add-on 'pvr.iptvsimple' returned an error: server error
2024-03-20 19:41:19.894 T:5013 error <general>: GetChannelGroups: Add-on 'pvr.iptvsimple' returned an error: server error
2024-03-20 19:41:19.894 T:5013 error <general>: GetChannels: Add-on 'pvr.iptvsimple' returned an error: server error
2024-03-20 19:41:19.904 T:5013 info <general>: PVR Manager: Started
2024-03-20 19:41:20.370 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:20.397 T:4970 info <general>: ZeroconfAndroid: Kodi (192.168.1.85). now registered and active
2024-03-20 19:41:20.469 T:4903 info <general>: Skipped 3 duplicate messages..
2024-03-20 19:41:20.469 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:20.829 T:4904 info <general>: VideoPlayer::OpenFile: smb://192.168.1.10/Films/- Cartoons -/- Ru -/- CCCP -/Movies/Приключения капитана Врунгеля (1979)/Приключения капитана Врунгеля (1979).avi
2024-03-20 19:41:20.830 T:5021 info <general>: Creating InputStream
2024-03-20 19:41:20.927 T:5021 info <general>: Creating Demuxer
2024-03-20 19:41:21.191 T:4964 info <general>: [ script.embuary.helper ] Service: Started
2024-03-20 19:41:21.192 T:4964 info <general>: [ script.embuary.helper ] Service: Player monitor started
2024-03-20 19:41:21.883 T:5021 info <general>: Opening stream: 0 source: 256
2024-03-20 19:41:21.883 T:5021 info <general>: Creating video codec with codec id: 12
2024-03-20 19:41:21.883 T:5021 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mp2.decoder
2024-03-20 19:41:21.888 T:5021 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.wma.decoder
2024-03-20 19:41:21.888 T:5021 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h264.decode
2024-03-20 19:41:21.888 T:5021 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h265.decode
2024-03-20 19:41:21.889 T:5021 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mjpeg.decoder
2024-03-20 19:41:21.889 T:5021 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mp4.decode
2024-03-20 19:41:22.012 T:4965 info <general>: [script.module.pvr.artwork] Initialized
2024-03-20 19:41:22.012 T:4965 info <general>: PVR Artwork module wrapper started
2024-03-20 19:41:22.201 T:5021 info <general>: CDVDVideoCodecAndroidMediaCodec:: Open Android MediaCodec OMX.Nvidia.mp4.decode
2024-03-20 19:41:22.201 T:5021 info <general>: Creating video thread
2024-03-20 19:41:22.215 T:5081 info <general>: running thread: video_thread
2024-03-20 19:41:22.220 T:5021 info <general>: Opening stream: 1 source: 256
2024-03-20 19:41:22.221 T:5021 info <general>: Finding audio codec for: 86017
2024-03-20 19:41:22.222 T:5021 info <general>: CDVDAudioCodecAndroidMediaCodec::Open() Use default handling for non encrypted stream
2024-03-20 19:41:22.229 T:5021 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder mp3float
2024-03-20 19:41:22.231 T:5021 info <general>: OpenStream: Allowing max Out-Of-Sync Value of 10 ms
2024-03-20 19:41:22.231 T:5021 info <general>: Creating audio thread
2024-03-20 19:41:22.243 T:5082 info <general>: running thread: CVideoPlayerAudio::Process()
2024-03-20 19:41:22.309 T:5082 info <general>: Creating audio stream (codec id: 86017, channels: 2, sample rate: 48000, no pass-through)
2024-03-20 19:41:22.375 T:4904 info <general>: Instancing CRendererMediaCodecSurface
2024-03-20 19:41:22.422 T:4904 info <general>: CRendererMediaCodecSurface::Configure
2024-03-20 19:41:22.446 T:4921 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-20 19:41:22.460 T:4921 info <general>: Trying to open: samplerate: 48000, channelMask: 12, encoding: 4
2024-03-20 19:41:22.462 T:4921 info <general>: Minimum size we need for stream: 12320 Bytes
2024-03-20 19:41:22.462 T:4921 info <general>: Audiotrack buffer params are: period time = 32.083 ms, period size = 12320 bytes, num periods = 4
2024-03-20 19:41:22.462 T:4921 info <general>: Created Audiotrackbuffer with playing time of 128.333333 ms min buffer size: 49280 bytes
2024-03-20 19:41:22.493 T:4921 info <general>: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 48000 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 49280 m_frames: 1540 m_frameSize: 8 channels: 2
2024-03-20 19:41:22.535 T:4904 info <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
2024-03-20 19:41:23.405 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:23.578 T:5081 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:23.578 T:5081 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-20 19:41:23.581 T:5081 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-20 19:41:24.793 T:4903 info <general>: Skipped 3 duplicate messages..
2024-03-20 19:41:24.793 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:24.980 T:5081 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:24.980 T:5081 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-20 19:41:24.982 T:5081 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-20 19:41:25.464 T:4986 info <general>: Skipped 3 duplicate messages..
2024-03-20 19:41:25.464 T:4986 error <general>: [Errno 2] No such file or directory: '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/plugin.video.idanplus/epg.json'
2024-03-20 19:41:25.969 T:4903 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:25.969 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:26.180 T:5081 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:26.180 T:5081 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-20 19:41:26.182 T:5081 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-20 19:41:26.371 T:5010 info <general>: Skipped 3 duplicate messages..
2024-03-20 19:41:26.370 T:5010 warning <general>: SMBFile::OpenForWrite() called with overwriting enabled! - smb://USERNAME:PASSWORD@192.168.1.10/Films/Kodi%20Backup/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/weather.gismeteo/settings.xml
2024-03-20 19:41:26.696 T:4903 info <general>: Skipped 3 duplicate messages..
2024-03-20 19:41:26.696 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:26.895 T:5081 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:26.895 T:5081 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-20 19:41:26.897 T:5081 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-20 19:41:27.396 T:4903 info <general>: Skipped 2 duplicate messages..
2024-03-20 19:41:27.396 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:27.595 T:4904 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:27.594 T:4904 info <general>: Loading skin file: VideoOSD.xml, load type: KEEP_IN_MEMORY
2024-03-20 19:41:28.394 T:4903 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-20 19:41:29.547 T:4904 info <general>: Skipped 5 duplicate messages..
2024-03-20 19:41:29.547 T:4904 info <general>: CVideoPlayer::CloseFile()
2024-03-20 19:41:29.548 T:4904 info <general>: VideoPlayer: waiting for threads to exit
2024-03-20 19:41:29.550 T:5021 info <general>: CVideoPlayer::OnExit()
2024-03-20 19:41:29.551 T:5021 info <general>: Closing stream player 1
2024-03-20 19:41:29.552 T:5082 info <general>: thread end: CVideoPlayerAudio::OnExit()
2024-03-20 19:41:29.552 T:5021 info <general>: Waiting for audio thread to exit
2024-03-20 19:41:29.552 T:5021 info <general>: Closing audio device
2024-03-20 19:41:29.565 T:5021 info <general>: Deleting audio codec
2024-03-20 19:41:29.565 T:5021 info <general>: Closing stream player 2
2024-03-20 19:41:29.565 T:5021 info <general>: waiting for video thread to exit
2024-03-20 19:41:29.566 T:5081 info <general>: thread end: video_thread
2024-03-20 19:41:29.568 T:5021 info <general>: deleting video codec
2024-03-20 19:41:29.581 T:4921 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-20 19:41:29.587 T:4921 info <general>: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2024-03-20 19:41:29.588 T:4904 info <general>: VideoPlayer: finished waiting
2024-03-20 19:41:29.588 T:4904 info <general>: CVideoPlayer::CloseFile()
2024-03-20 19:41:29.588 T:4904 info <general>: VideoPlayer: waiting for threads to exit
2024-03-20 19:41:29.588 T:4904 info <general>: VideoPlayer: finished waiting
2024-03-20 19:41:29.589 T:4921 info <general>: Minimum size we need for stream: 11344 Bytes
2024-03-20 19:41:29.589 T:4921 info <general>: Audiotrack buffer params are: period time = 32.154 ms, period size = 11344 bytes, num periods = 4
2024-03-20 19:41:29.589 T:4921 info <general>: Created Audiotrackbuffer with playing time of 128.616780 ms min buffer size: 45376 bytes
2024-03-20 19:41:29.596 T:4921 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-03-20 19:41:29.608 T:4982 info <general>: Deleting settings information for files smb://192.168.1.10/Films/- Cartoons -/- Ru -/- CCCP -/Movies/Приключения капитана Врунгеля (1979)/Приключения капитана Врунгеля (1979).avi
2024-03-20 19:41:30.014 T:4954 error <general>: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Kyivnaukfilm.png
2024-03-20 19:41:32.350 T:4955 error <general>: Repository add-on repository.Fishenzon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.357 T:4955 error <general>: Repository add-on repository.jenrepo uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.358 T:4955 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.358 T:4955 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.358 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.359 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.366 T:4955 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.366 T:4955 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.376 T:4955 error <general>: Repository add-on repository.magicoGR uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.376 T:4955 warning <general>: Repository add-on repository.magicoGR uses plain HTTP for add-on downloads in path http://romanvm.github.io/kodi_repo/repo - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:32.376 T:4955 error <general>: Repository add-on repository.twilight0 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.377 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.377 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.404 T:4955 error <general>: Repository add-on repository.romanvm uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.404 T:4955 error <general>: Repository add-on repository.romanvm does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.416 T:4955 error <general>: Repository add-on repository.mbebe uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.443 T:4955 error <general>: Repository add-on repository.GRecoTM uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.443 T:4955 error <general>: Repository add-on repository.GRecoTM does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.444 T:4955 error <general>: Repository add-on repository.arneson uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.444 T:4955 error <general>: Repository add-on repository.arneson does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.444 T:4955 error <general>: Repository add-on repository.bond uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.444 T:4955 error <general>: Repository add-on repository.bond does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.444 T:4955 error <general>: Repository add-on repository.const uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.444 T:4955 error <general>: Repository add-on repository.const does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.445 T:4955 error <general>: Repository add-on repository.dandy.kodi uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.445 T:4955 error <general>: Repository add-on repository.dandy.kodi does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.445 T:4955 error <general>: Repository add-on repository.dvor85 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.445 T:4955 error <general>: Repository add-on repository.dvor85 does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.445 T:4955 error <general>: Repository add-on repository.evgen_dev uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.445 T:4955 error <general>: Repository add-on repository.evgen_dev does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.446 T:4955 error <general>: Repository add-on repository.exoterr uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.446 T:4955 error <general>: Repository add-on repository.exoterr does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.447 T:4955 error <general>: Repository add-on repository.hal9000 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.447 T:4955 error <general>: Repository add-on repository.hal9000 does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.447 T:4955 error <general>: Repository add-on repository.kodi-senyor uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.447 T:4955 error <general>: Repository add-on repository.kodi-senyor does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.447 T:4955 error <general>: Repository add-on repository.kodi.yatse.tv uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.447 T:4955 error <general>: Repository add-on repository.kodi.yatse.tv does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.448 T:4955 error <general>: Repository add-on repository.kodil uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.448 T:4955 error <general>: Repository add-on repository.kodil does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.448 T:4955 error <general>: Repository add-on repository.magnetic.mirror uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.448 T:4955 error <general>: Repository add-on repository.magnetic.mirror does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.448 T:4955 error <general>: Repository add-on repository.merlin uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.448 T:4955 error <general>: Repository add-on repository.merlin does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.448 T:4955 error <general>: Repository add-on repository.mnn uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.448 T:4955 error <general>: Repository add-on repository.mnn does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.449 T:4955 error <general>: Repository add-on repository.myshows.me uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.449 T:4955 error <general>: Repository add-on repository.myshows.me does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.456 T:4955 error <general>: Repository add-on repository.romanvm uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.456 T:4955 error <general>: Repository add-on repository.romanvm does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.456 T:4955 error <general>: Repository add-on repository.rvlad1987 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.456 T:4955 error <general>: Repository add-on repository.rvlad1987 does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.456 T:4955 error <general>: Repository add-on repository.sandalov uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.456 T:4955 error <general>: Repository add-on repository.sandalov does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.460 T:4955 error <general>: Repository add-on repository.seppius uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.460 T:4955 error <general>: Repository add-on repository.seppius does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.460 T:4955 error <general>: Repository add-on repository.silhouette uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.460 T:4955 error <general>: Repository add-on repository.silhouette does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.461 T:4955 warning <general>: Repository add-on repository.smash uses plain HTTP for add-on downloads in path http://mediarepos.net/Repos/smashrepo/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:32.461 T:4955 error <general>: Repository add-on repository.srg70 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.461 T:4955 error <general>: Repository add-on repository.srg70 does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.462 T:4955 error <general>: Repository add-on repository.uzzer-dev uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.462 T:4955 error <general>: Repository add-on repository.uzzer-dev does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.462 T:4955 error <general>: Repository add-on repository.vd uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.462 T:4955 error <general>: Repository add-on repository.vd does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.462 T:4955 error <general>: Repository add-on repository.virserg uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.463 T:4955 error <general>: Repository add-on repository.virserg does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.463 T:4955 error <general>: Repository add-on repository.vlmaksime uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.463 T:4955 error <general>: Repository add-on repository.vlmaksime does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.464 T:4955 info <general>: Skipped 1 duplicate messages..
2024-03-20 19:41:32.464 T:4955 error <general>: Repository add-on repository.xbmc-israel uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.464 T:4955 error <general>: Repository add-on repository.xbmc-israel does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.464 T:4955 error <general>: Repository add-on repository.xxtrep uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.464 T:4955 error <general>: Repository add-on repository.xxtrep does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.465 T:4955 error <general>: Repository add-on repository.yellowdragon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.465 T:4955 error <general>: Repository add-on repository.yellowdragon does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.465 T:4955 error <general>: Repository add-on repository.yellowdragon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.465 T:4955 error <general>: Repository add-on repository.yellowdragon does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.465 T:4955 error <general>: Repository add-on repository.yellowdragon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.465 T:4955 error <general>: Repository add-on repository.yellowdragon does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.465 T:4955 error <general>: Repository add-on repository.yellowdragon.dev uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.466 T:4955 error <general>: Repository add-on repository.yellowdragon.dev does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.466 T:4955 error <general>: Repository add-on repository.yellowdragon.dev uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.466 T:4955 error <general>: Repository add-on repository.yellowdragon.dev does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.466 T:4955 error <general>: Repository add-on repository.yellowdragon.ext uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.466 T:4955 error <general>: Repository add-on repository.yellowdragon.ext does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.466 T:4955 error <general>: Repository add-on repository.yellowdragon.ext uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.466 T:4955 error <general>: Repository add-on repository.yellowdragon.ext does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.467 T:4955 error <general>: Repository add-on repository.yellowdragon.ext uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.467 T:4955 error <general>: Repository add-on repository.yellowdragon.ext does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.503 T:4955 error <general>: Repository add-on repository.atreides.tools uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.503 T:4955 error <general>: Repository add-on repository.atreides.tools does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.506 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.506 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.694 T:4955 error <general>: Repository add-on repository.Fishenzon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.694 T:4955 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.694 T:4955 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.695 T:4955 error <general>: Repository add-on repository.magicoGR uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.695 T:4955 warning <general>: Repository add-on repository.magicoGR uses plain HTTP for add-on downloads in path http://romanvm.github.io/kodi_repo/repo - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:32.695 T:4955 error <general>: Repository add-on repository.mbebe uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.695 T:4955 error <general>: Repository add-on repository.skins.pkscout uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.695 T:4955 error <general>: Repository add-on repository.skins.pkscout does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.696 T:4955 error <general>: Repository add-on repository.twilight0 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.696 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.696 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.718 T:4955 error <general>: Repository add-on repository.Fishenzon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.719 T:4955 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.719 T:4955 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.719 T:4955 error <general>: Repository add-on repository.magicoGR uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.719 T:4955 warning <general>: Repository add-on repository.magicoGR uses plain HTTP for add-on downloads in path http://romanvm.github.io/kodi_repo/repo - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2024-03-20 19:41:32.719 T:4955 error <general>: Repository add-on repository.mbebe uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.720 T:4955 error <general>: Repository add-on repository.skins.pkscout uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.720 T:4955 error <general>: Repository add-on repository.skins.pkscout does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.720 T:4955 error <general>: Repository add-on repository.twilight0 uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.720 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.720 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
Your log holds a lot of banned repositories and addons and massive entries of
2024-03-20 19:41:32.350 T:4955 error <general>: Repository add-on repository.Fishenzon uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.357 T:4955 error <general>: Repository add-on repository.jenrepo uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.358 T:4955 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.358 T:4955 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.358 T:4955 error <general>: Repository add-on repository.universalscrapers uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.359 T:4955 error <general>: Repository add-on repository.universalscrapers does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
2024-03-20 19:41:32.366 T:4955 error <general>: Repository add-on repository.jsergio uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
2024-03-20 19:41:32.366 T:4955 error <general>: Repository add-on repository.jsergio does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
Until this repos/addons are removed from your system I'm not willing to give support. Please start with a fresh initial installation and check again. Also don't modify your advancedsettings.xml (except your database entries). To hold/revert back your current installation make a backup.
hi @b-jesch,
thank You for responding.
please see bellow log w/o problem ( Estuary -> 3.0.10 ) and with problem at the bottom ( Estuary MOD V2 Nexus -> 4.2.0+nexus12) on clean install ( only Kodinerds Repo is installed ).
Please let me know if You need more data.
2024-03-22 12:03:13.653 T:10642 info <general>: -----------------------------------------------------------------------
2024-03-22 12:03:13.654 T:10642 info <general>: Starting Kodi (20.4 (20.4.0) Git:20240211-4868e9c709). Platform: Android ARM 64-bit
2024-03-22 12:03:13.654 T:10642 info <general>: Using Release Kodi x64
2024-03-22 12:03:13.654 T:10642 info <general>: Kodi compiled 2024-02-10 by Clang 9.0.9 (https://android.googlesource.com/toolchain/llvm-project a2a1e703c0edb03ba29944e529ccbf457742737b) for Android ARM 64-bit API level 21 (API level 21)
2024-03-22 12:03:13.654 T:10642 info <general>: Running on NVIDIA SHIELD Android TV with Android TV 11.0.0 API level 30, kernel: Linux ARM 64-bit version 4.9.141-tegra-g1408fbca1e97
2024-03-22 12:03:13.658 T:10642 info <general>: FFmpeg version/source: 4.4.1-Kodi
2024-03-22 12:03:13.658 T:10642 info <general>: Host CPU: ARMv8 Processor rev 1 (v8l), 4 cores available
2024-03-22 12:03:13.658 T:10642 info <general>: Product: darcy, Device: darcy, Board: darcy - Manufacturer: NVIDIA, Brand: NVIDIA, Model: SHIELD Android TV, Hardware: darcy
2024-03-22 12:03:13.661 T:10642 info <general>: External storage path = /storage/emulated/0; status = ok
2024-03-22 12:03:13.661 T:10642 info <general>: ARM Features: Neon enabled
2024-03-22 12:03:13.661 T:10642 info <general>: special://xbmc/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets
2024-03-22 12:03:13.661 T:10642 info <general>: special://xbmcbin/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets
2024-03-22 12:03:13.661 T:10642 info <general>: special://xbmcbinaddons/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons
2024-03-22 12:03:13.661 T:10642 info <general>: special://masterprofile/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
2024-03-22 12:03:13.661 T:10642 info <general>: special://envhome/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files
2024-03-22 12:03:13.661 T:10642 info <general>: special://home/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi
2024-03-22 12:03:13.661 T:10642 info <general>: special://temp/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
2024-03-22 12:03:13.661 T:10642 info <general>: special://logpath/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
2024-03-22 12:03:13.661 T:10642 info <general>: Webserver extra whitelist paths:
2024-03-22 12:03:13.662 T:10642 info <general>: The executable running is: /data/app/~~LwUhpEY_AC3TyF8YwVkTmA==/org.xbmc.kodi-xB20uskieiJgbFLYT-UnEg==/lib/arm64/libkodi.so
2024-03-22 12:03:13.666 T:10642 info <general>: Local hostname: 192.168.1.85
2024-03-22 12:03:13.666 T:10642 info <general>: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log
2024-03-22 12:03:13.667 T:10642 info <general>: -----------------------------------------------------------------------
2024-03-22 12:03:13.684 T:10642 info <general>: loading settings
2024-03-22 12:03:13.685 T:10642 info <general>: special://profile/ is mapped to: special://masterprofile/
2024-03-22 12:03:13.685 T:10642 error <general>: CSettings: unable to load settings from special://masterprofile/guisettings.xml, creating new default settings
2024-03-22 12:03:13.704 T:10642 info <general>: No settings file to load (special://xbmc/system/advancedsettings.xml)
2024-03-22 12:03:13.704 T:10642 info <general>: No settings file to load (special://masterprofile/advancedsettings.xml)
2024-03-22 12:03:13.704 T:10642 info <general>: Default Video Player: VideoPlayer
2024-03-22 12:03:13.704 T:10642 info <general>: Default Audio Player: paplayer
2024-03-22 12:03:13.704 T:10642 info <general>: Disabled debug logging due to GUI setting. Level 0.
2024-03-22 12:03:13.704 T:10642 info <general>: Log level changed to "info"
2024-03-22 12:03:13.706 T:10642 info <general>: creating subdirectories
2024-03-22 12:03:13.706 T:10642 info <general>: userdata folder: special://masterprofile/
2024-03-22 12:03:13.706 T:10642 info <general>: recording folder:
2024-03-22 12:03:13.706 T:10642 info <general>: screenshots folder:
2024-03-22 12:03:13.749 T:10642 info <general>: creating version table
2024-03-22 12:03:13.750 T:10642 info <general>: create addons table
2024-03-22 12:03:13.750 T:10642 info <general>: create repo table
2024-03-22 12:03:13.750 T:10642 info <general>: create addonlinkrepo table
2024-03-22 12:03:13.751 T:10642 info <general>: create update_rules table
2024-03-22 12:03:13.751 T:10642 info <general>: create package table
2024-03-22 12:03:13.751 T:10642 info <general>: create installed table
2024-03-22 12:03:13.751 T:10642 info <general>: CreateAnalytics creating indices
2024-03-22 12:03:13.889 T:10642 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed
2024-03-22 12:03:13.890 T:10642 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed
2024-03-22 12:03:13.890 T:10642 info <general>: CAddonMgr::FindAddons: game.controller.default v1.0.42 installed
2024-03-22 12:03:13.890 T:10642 info <general>: CAddonMgr::FindAddons: game.controller.keyboard v1.1.40 installed
2024-03-22 12:03:13.890 T:10642 info <general>: CAddonMgr::FindAddons: game.controller.mouse v1.0.26 installed
2024-03-22 12:03:13.890 T:10642 info <general>: CAddonMgr::FindAddons: game.controller.snes v1.0.40 installed
2024-03-22 12:03:13.891 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed
2024-03-22 12:03:13.891 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.8 installed
2024-03-22 12:03:13.891 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed
2024-03-22 12:03:13.891 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed
2024-03-22 12:03:13.891 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.global.main v2.0.2 installed
2024-03-22 12:03:13.892 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed
2024-03-22 12:03:13.892 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed
2024-03-22 12:03:13.892 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v4.0.0 installed
2024-03-22 12:03:13.893 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v3.0.0 installed
2024-03-22 12:03:13.893 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.game v3.0.0 installed
2024-03-22 12:03:13.893 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v3.0.1 installed
2024-03-22 12:03:13.893 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.2.0 installed
2024-03-22 12:03:13.893 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v2.0.0 installed
2024-03-22 12:03:13.894 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.pvr v8.2.0 installed
2024-03-22 12:03:13.894 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.2.0 installed
2024-03-22 12:03:13.894 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.1 installed
2024-03-22 12:03:13.894 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.0.3 installed
2024-03-22 12:03:13.894 T:10642 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.visualization v4.0.0 installed
2024-03-22 12:03:13.895 T:10642 info <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed
2024-03-22 12:03:13.895 T:10642 info <general>: CAddonMgr::FindAddons: metadata.album.universal v3.1.4 installed
2024-03-22 12:03:13.895 T:10642 info <general>: CAddonMgr::FindAddons: metadata.artists.universal v4.3.3 installed
2024-03-22 12:03:13.896 T:10642 info <general>: CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed
2024-03-22 12:03:13.896 T:10642 info <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.3 installed
2024-03-22 12:03:13.897 T:10642 info <general>: CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed
2024-03-22 12:03:13.897 T:10642 info <general>: CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed
2024-03-22 12:03:13.898 T:10642 info <general>: CAddonMgr::FindAddons: metadata.generic.albums v1.0.14 installed
2024-03-22 12:03:13.898 T:10642 info <general>: CAddonMgr::FindAddons: metadata.generic.artists v1.0.14 installed
2024-03-22 12:03:13.898 T:10642 info <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed
2024-03-22 12:03:13.898 T:10642 info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v1.3.1+matrix.1 installed
2024-03-22 12:03:13.899 T:10642 info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.6.0 installed
2024-03-22 12:03:13.899 T:10642 info <general>: CAddonMgr::FindAddons: peripheral.joystick v20.1.15 installed
2024-03-22 12:03:13.899 T:10642 info <general>: CAddonMgr::FindAddons: repository.xbmc.org v3.3.1 installed
2024-03-22 12:03:13.899 T:10642 info <general>: CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed
2024-03-22 12:03:13.899 T:10642 info <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed
2024-03-22 12:03:13.900 T:10642 info <general>: CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed
2024-03-22 12:03:13.900 T:10642 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed
2024-03-22 12:03:13.900 T:10642 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.66 installed
2024-03-22 12:03:13.900 T:10642 info <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed
2024-03-22 12:03:13.900 T:10642 info <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed
2024-03-22 12:03:13.901 T:10642 info <general>: CAddonMgr::FindAddons: service.xbmc.versioncheck v0.5.19+matrix.1 installed
2024-03-22 12:03:13.901 T:10642 info <general>: CAddonMgr::FindAddons: skin.estouchy v3.0.8 installed
2024-03-22 12:03:13.901 T:10642 info <general>: CAddonMgr::FindAddons: skin.estuary v3.0.10 installed
2024-03-22 12:03:13.901 T:10642 info <general>: CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8 installed
2024-03-22 12:03:13.901 T:10642 info <general>: CAddonMgr::FindAddons: xbmc.addon v20.4.0 installed
2024-03-22 12:03:13.902 T:10642 info <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
2024-03-22 12:03:13.902 T:10642 info <general>: CAddonMgr::FindAddons: xbmc.gui v5.16.0 installed
2024-03-22 12:03:13.902 T:10642 info <general>: CAddonMgr::FindAddons: xbmc.json v13.0.0 installed
2024-03-22 12:03:13.902 T:10642 info <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
2024-03-22 12:03:13.902 T:10642 info <general>: CAddonMgr::FindAddons: xbmc.python v3.0.1 installed
2024-03-22 12:03:13.903 T:10642 info <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed
2024-03-22 12:03:13.915 T:10642 info <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2024-03-22 12:03:13.952 T:10642 info <general>: Mediacodec decoder: OMX.google.aac.decoder
2024-03-22 12:03:13.952 T:10642 info <general>: Mediacodec decoder: OMX.google.amrnb.decoder
2024-03-22 12:03:13.952 T:10642 info <general>: Mediacodec decoder: OMX.google.amrwb.decoder
2024-03-22 12:03:13.952 T:10642 info <general>: Mediacodec decoder: OMX.google.flac.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.g711.alaw.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.g711.mlaw.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.mp3.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.opus.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.raw.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.vorbis.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.mp2.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.wma.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.h264.decode
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.h263.decode
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.h265.decode
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.mjpeg.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.mpeg2v.decode
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.mp4.decode
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.vc1.decode
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.vp8.decode
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.Nvidia.vp9.decode
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.h264.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.h263.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.hevc.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.mpeg4.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.vp8.decoder
2024-03-22 12:03:13.953 T:10642 info <general>: Mediacodec decoder: OMX.google.vp9.decoder
2024-03-22 12:03:13.954 T:10642 info <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
2024-03-22 12:03:13.954 T:10642 info <general>: CAndroidUtils: window resolution: 1920x1080
2024-03-22 12:03:13.954 T:10642 info <general>: CAndroidUtils: Current resolution: 1920x1080 3840x2160 @ 59.940060 - Full Screen
2024-03-22 12:03:13.955 T:10642 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:03:13.955 T:10642 info <general>: EGL_VERSION = 1.5 Android META-EGL
2024-03-22 12:03:13.955 T:10642 info <general>: EGL_VENDOR = Android
2024-03-22 12:03:13.955 T:10642 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_EXT_gl_colorspace_scrgb EGL_EXT_gl_colorspace_scrgb_linear EGL_EXT_gl_colorspace_display_p3_linear EGL_EXT_gl_colorspace_display_p3 EGL_EXT_gl_colorspace_display_p3_passthrough EGL_EXT_gl_colorspace_bt2020_linear EGL_EXT_gl_colorspace_bt2020_pq 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_reusable_sync EGL_KHR_fence_sync EGL_KHR_create_context EGL_KHR_config_attribs EGL_KHR_surfaceless_context EGL_KHR_stream EGL_KHR_stream_fifo EGL_KHR_stream_producer_eglsurface EGL_KHR_stream_consumer_gltexture EGL_KHR_stream_cross_process_fd EGL_EXT_create_context_robustness EGL_NV_system_time EGL_NV_stream_sync 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_create_context_no_error EGL_KHR_mutable_render_buffer EGL_EXT_protected_content EGL_IMG_context_priority EGL_KHR_no_config_context
2024-03-22 12:03:13.955 T:10642 info <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_KHR_platform_android EGL_ANGLE_platform_angle EGL_KHR_client_get_all_proc_addresses EGL_ANDROID_GLES_layers
2024-03-22 12:03:13.956 T:10642 info <general>: CApplication::CreateGUI - using the default windowing system
2024-03-22 12:03:13.957 T:10642 info <general>: Checking resolution 16
2024-03-22 12:03:13.957 T:10642 info <general>: CAndroidUtils: SetNativeResolution: 21: 1920x1080 3840x2160@59.940060
2024-03-22 12:03:13.973 T:10642 info <general>: GL_VENDOR = NVIDIA Corporation
2024-03-22 12:03:13.973 T:10642 info <general>: GL_RENDERER = NVIDIA Tegra
2024-03-22 12:03:13.973 T:10642 info <general>: GL_VERSION = OpenGL ES 3.2 NVIDIA 495.00
2024-03-22 12:03:13.973 T:10642 info <general>: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.20
2024-03-22 12:03:13.973 T:10642 info <general>: GL_EXTENSIONS = GL_EXT_debug_marker GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_buffer_storage GL_EXT_clear_texture GL_EXT_clip_control GL_EXT_clip_cull_distance GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_conservative_depth GL_EXT_copy_image GL_EXT_depth_clamp GL_EXT_debug_label GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_EGL_image_array GL_EXT_EGL_image_storage GL_EXT_EGL_image_external_wrap_modes GL_EXT_external_buffer GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_gpu_shader5 GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisample_compatibility GL_EXT_multisampled_render_to_texture GL_EXT_multisampled_render_to_texture2 GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_occlusion_query_boolean GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_primitive_bounding_box GL_EXT_protected_textures GL_EXT_raster_multisample GL_EXT_render_snorm GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks GL_EXT_shader_non_constant_global_initializers GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_sparse_texture GL_EXT_sparse_texture2 GL_EXT_sRGB 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_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_format_BGRA8888 GL_EXT_texture_mirror_clamp_to_edge GL_EXT_texture_norm16 GL_EXT_texture_query_lod GL_EXT_texture_rg GL_EXT_texture_shadow_lod GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_view GL_EXT_draw_transform_feedback GL_EXT_unpack_subimage GL_EXT_window_rectangles GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_fd GL_NV_memory_object_sparse GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_fd GL_KHR_shader_subgroup GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_NV_bgr GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NV_blend_minmax_factor GL_NV_conditional_render GL_NV_conservative_raster GL_NV_copy_buffer GL_NV_copy_image GL_NV_draw_buffers GL_NV_draw_instanced GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_EGL_stream_consumer_external GL_NV_explicit_attrib_location GL_NV_fbo_color_attachments GL_NV_fill_rectangle GL_NV_fragment_coverage_to_color GL_NV_fragment_shader_interlock GL_NV_framebuffer_blit GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample GL_NV_generate_mipmap_sRGB GL_NV_geometry_shader_passthrough GL_NV_instanced_arrays GL_NV_internalformat_sample_query GL_NV_gpu_shader5 GL_NV_image_formats GL_NV_memory_attachment GL_NV_occlusion_query_samples GL_NV_non_square_matrices GL_NV_pack_subimage GL_NV_packed_float GL_NV_packed_float_linear GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_buffer_object GL_NV_polygon_mode GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_shader_atomic_fp16_vector GL_NV_shader_noperspective_interpolation GL_NV_shader_subgroup_partitioned GL_NV_shadow_samplers_array GL_NV_shadow_samplers_cube GL_NV_sRGB_formats GL_NV_texture_array GL_NV_texture_barrier GL_NV_texture_border_clamp GL_NV_texture_compression_latc GL_NV_texture_compression_s3tc GL_NV_texture_compression_s3tc_update GL_NV_timer_query GL_NV_viewport_array GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_compressed_ETC1_RGB8_texture GL_EXT_compressed_ETC1_RGB8_sub_texture GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_texture_border_clamp GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_buffer GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_gpu_shader5 GL_OES_shader_io_blocks GL_OES_texture_view GL_OES_primitive_bounding_box 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_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_cube_map_array GL_OES_texture_npot GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float GL_OES_viewport_array GL_OVR_multiview GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture GL_ANDROID_extension_pack_es31a
2024-03-22 12:03:13.991 T:10642 info <general>: CAndroidUtils: SetNativeResolution: 21: 1920x1080 3840x2160@59.940060
2024-03-22 12:03:13.999 T:10642 info <general>: GLES: Maximum texture width: 16384
2024-03-22 12:03:14.186 T:10642 info <general>: GLES: Enabling VSYNC
2024-03-22 12:03:14.187 T:10642 info <general>: load keymapping
2024-03-22 12:03:14.192 T:10642 info <general>: Loading special://xbmc/system/keymaps/appcommand.xml
2024-03-22 12:03:14.193 T:10642 info <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2024-03-22 12:03:14.194 T:10642 info <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2024-03-22 12:03:14.196 T:10642 info <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
2024-03-22 12:03:14.197 T:10642 info <general>: Loading special://xbmc/system/keymaps/gamepad.xml
2024-03-22 12:03:14.199 T:10642 info <general>: Loading special://xbmc/system/keymaps/joystick.xml
2024-03-22 12:03:14.201 T:10642 info <general>: Loading special://xbmc/system/keymaps/keyboard.xml
2024-03-22 12:03:14.205 T:10642 info <general>: Loading special://xbmc/system/keymaps/mouse.xml
2024-03-22 12:03:14.205 T:10642 info <general>: Loading special://xbmc/system/keymaps/remote.xml
2024-03-22 12:03:14.208 T:10642 info <general>: Loading special://xbmc/system/keymaps/touchscreen.xml
2024-03-22 12:03:14.209 T:10642 info <general>: GUI format 1920x1080, Display 3840x2160 @ 59.940060 - Full Screen
2024-03-22 12:03:14.221 T:10652 info <general>: Float is supported
2024-03-22 12:03:15.402 T:10652 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:03:15.402 T:10652 info <general>: Found 1 Lists of Devices
2024-03-22 12:03:15.402 T:10652 info <general>: Enumerated AUDIOTRACK devices:
2024-03-22 12:03:15.402 T:10652 info <general>: Device 1
2024-03-22 12:03:15.402 T:10652 info <general>: m_deviceName : AudioTrack (IEC)
2024-03-22 12:03:15.402 T:10652 info <general>: m_displayName : AudioTrack (IEC)
2024-03-22 12:03:15.402 T:10652 info <general>: m_displayNameExtra: Kodi IEC packer (recommended)
2024-03-22 12:03:15.402 T:10652 info <general>: m_deviceType : AE_DEVTYPE_HDMI
2024-03-22 12:03:15.403 T:10652 info <general>: m_channels : FL, FR, FC, LFE, SL, SR, BL, BR, BC, BLOC, BROC
2024-03-22 12:03:15.403 T:10652 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
2024-03-22 12:03:15.403 T:10652 info <general>: m_dataFormats : AE_FMT_S16LE,AE_FMT_FLOAT,AE_FMT_RAW,AE_FMT_RAW
2024-03-22 12:03:15.403 T:10652 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-03-22 12:03:15.403 T:10652 info <general>: Device 2
2024-03-22 12:03:15.403 T:10652 info <general>: m_deviceName : AudioTrack (RAW)
2024-03-22 12:03:15.403 T:10652 info <general>: m_displayName : AudioTrack (RAW)
2024-03-22 12:03:15.403 T:10652 info <general>: m_displayNameExtra: Android IEC packer
2024-03-22 12:03:15.403 T:10652 info <general>: m_deviceType : AE_DEVTYPE_HDMI
2024-03-22 12:03:15.403 T:10652 info <general>: m_channels : FL, FR, FC, LFE, SL, SR, BL, BR, BC, BLOC, BROC
2024-03-22 12:03:15.403 T:10652 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000,32000,44100,48000,88200,96000,176400,192000
2024-03-22 12:03:15.403 T:10652 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-03-22 12:03:15.403 T:10652 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-03-22 12:03:15.403 T:10653 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-22 12:03:15.403 T:10653 info <general>: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2024-03-22 12:03:15.607 T:10653 info <general>: Minimum size we need for stream: 11344 Bytes
2024-03-22 12:03:15.607 T:10653 info <general>: Audiotrack buffer params are: period time = 32.154 ms, period size = 11344 bytes, num periods = 4
2024-03-22 12:03:15.608 T:10653 info <general>: Created Audiotrackbuffer with playing time of 128.616780 ms min buffer size: 45376 bytes
2024-03-22 12:03:15.615 T:10653 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-03-22 12:03:15.618 T:10642 info <general>: CLangInfo: loading resource.language.en_gb language information...
2024-03-22 12:03:15.623 T:10642 info <general>: global locale set to en_US.UTF-8
2024-03-22 12:03:15.623 T:10642 info <general>: CLangInfo: loading resource.language.en_gb language strings...
2024-03-22 12:03:15.678 T:10681 info <general>: Running database version Addons33
2024-03-22 12:03:15.684 T:10681 info <general>: creating version table
2024-03-22 12:03:15.685 T:10681 info <general>: create view table
2024-03-22 12:03:15.685 T:10681 info <general>: CreateAnalytics - creating indices
2024-03-22 12:03:15.703 T:10681 info <general>: creating version table
2024-03-22 12:03:15.704 T:10681 info <general>: create texture table
2024-03-22 12:03:15.704 T:10681 info <general>: create sizes table, index, and trigger
2024-03-22 12:03:15.705 T:10681 info <general>: create path table
2024-03-22 12:03:15.705 T:10681 info <general>: CreateAnalytics creating indices
2024-03-22 12:03:15.705 T:10681 info <general>: CreateAnalytics creating triggers
2024-03-22 12:03:15.726 T:10681 info <general>: creating version table
2024-03-22 12:03:15.726 T:10681 info <general>: create artist table
2024-03-22 12:03:15.726 T:10681 info <general>: create album table
2024-03-22 12:03:15.727 T:10681 info <general>: create audiobook table
2024-03-22 12:03:15.727 T:10681 info <general>: create album_artist table
2024-03-22 12:03:15.727 T:10681 info <general>: create album_source table
2024-03-22 12:03:15.727 T:10681 info <general>: create genre table
2024-03-22 12:03:15.727 T:10681 info <general>: create path table
2024-03-22 12:03:15.728 T:10681 info <general>: create source table
2024-03-22 12:03:15.728 T:10681 info <general>: create source_path table
2024-03-22 12:03:15.728 T:10681 info <general>: create song table
2024-03-22 12:03:15.728 T:10681 info <general>: create song_artist table
2024-03-22 12:03:15.728 T:10681 info <general>: create song_genre table
2024-03-22 12:03:15.729 T:10681 info <general>: create role table
2024-03-22 12:03:15.729 T:10681 info <general>: create infosetting table
2024-03-22 12:03:15.729 T:10681 info <general>: create discography table
2024-03-22 12:03:15.729 T:10681 info <general>: create art table
2024-03-22 12:03:15.729 T:10681 info <general>: create versiontagscan table
2024-03-22 12:03:15.729 T:10681 info <general>: create removed_link table
2024-03-22 12:03:15.730 T:10681 info <general>: CreateAnalytics - creating indices
2024-03-22 12:03:15.733 T:10681 info <general>: create triggers
2024-03-22 12:03:15.735 T:10681 info <general>: create song view
2024-03-22 12:03:15.736 T:10681 info <general>: create album view
2024-03-22 12:03:15.736 T:10681 info <general>: create artist view
2024-03-22 12:03:15.737 T:10681 info <general>: create albumartist view
2024-03-22 12:03:15.737 T:10681 info <general>: create songartist view
2024-03-22 12:03:15.762 T:10681 info <general>: creating version table
2024-03-22 12:03:15.763 T:10681 info <general>: create bookmark table
2024-03-22 12:03:15.763 T:10681 info <general>: create settings table
2024-03-22 12:03:15.763 T:10681 info <general>: create stacktimes table
2024-03-22 12:03:15.763 T:10681 info <general>: create genre table
2024-03-22 12:03:15.763 T:10681 info <general>: create country table
2024-03-22 12:03:15.764 T:10681 info <general>: create movie table
2024-03-22 12:03:15.764 T:10681 info <general>: create actor table
2024-03-22 12:03:15.765 T:10681 info <general>: create path table
2024-03-22 12:03:15.765 T:10681 info <general>: create files table
2024-03-22 12:03:15.765 T:10681 info <general>: create tvshow table
2024-03-22 12:03:15.765 T:10681 info <general>: create episode table
2024-03-22 12:03:15.765 T:10681 info <general>: create tvshowlinkpath table
2024-03-22 12:03:15.766 T:10681 info <general>: create movielinktvshow table
2024-03-22 12:03:15.766 T:10681 info <general>: create studio table
2024-03-22 12:03:15.766 T:10681 info <general>: create musicvideo table
2024-03-22 12:03:15.766 T:10681 info <general>: create streaminfo table
2024-03-22 12:03:15.766 T:10681 info <general>: create sets table
2024-03-22 12:03:15.766 T:10681 info <general>: create seasons table
2024-03-22 12:03:15.767 T:10681 info <general>: create art table
2024-03-22 12:03:15.767 T:10681 info <general>: create tag table
2024-03-22 12:03:15.767 T:10681 info <general>: create rating table
2024-03-22 12:03:15.767 T:10681 info <general>: create uniqueid table
2024-03-22 12:03:15.767 T:10681 info <general>: CreateAnalytics - creating indices
2024-03-22 12:03:15.773 T:10681 info <general>: CreateAnalytics - creating triggers
2024-03-22 12:03:15.775 T:10681 info <general>: create episode_view
2024-03-22 12:03:15.775 T:10681 info <general>: create tvshowcounts
2024-03-22 12:03:15.776 T:10681 info <general>: create tvshowlinkpath_minview
2024-03-22 12:03:15.776 T:10681 info <general>: create tvshow_view
2024-03-22 12:03:15.776 T:10681 info <general>: create season_view
2024-03-22 12:03:15.777 T:10681 info <general>: create musicvideo_view
2024-03-22 12:03:15.777 T:10681 info <general>: create movie_view
2024-03-22 12:03:15.805 T:10681 info <general>: creating version table
2024-03-22 12:03:15.805 T:10681 info <general>: CreateTables: Creating PVR database tables
2024-03-22 12:03:15.806 T:10681 info <general>: CreateAnalytics: Creating PVR database indices
2024-03-22 12:03:15.825 T:10681 info <general>: creating version table
2024-03-22 12:03:15.825 T:10681 info <general>: Creating EPG database tables
2024-03-22 12:03:15.887 T:10642 info <general>: Unloaded skin
2024-03-22 12:03:15.890 T:10642 info <general>: load skin from: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/ (version: 3.0.10)
2024-03-22 12:03:15.890 T:10642 info <general>: load fonts for skin...
2024-03-22 12:03:15.895 T:10642 info <general>: Loading skin includes from /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/xml/Includes.xml
2024-03-22 12:03:15.968 T:10642 info <general>: LoadFonts: Loading fonts from '/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/xml/Font.xml'
2024-03-22 12:03:15.999 T:10642 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-03-22 12:03:16.001 T:10642 info <general>: load new skin...
2024-03-22 12:03:16.001 T:10642 info <general>: Loading custom window XMLs from skin path /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/skin.estuary/xml
2024-03-22 12:03:16.020 T:10642 info <general>: initialize new skin...
2024-03-22 12:03:16.020 T:10642 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:03:16.023 T:10642 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:03:16.023 T:10642 info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:03:16.025 T:10642 info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:03:16.033 T:10642 info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:03:16.035 T:10642 info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:03:16.037 T:10642 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:03:16.059 T:10642 info <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:03:16.071 T:10642 info <general>: Loading resource://resource.uisounds.kodi/sounds.xml
2024-03-22 12:03:16.111 T:10642 info <general>: skin loaded...
2024-03-22 12:03:16.111 T:10642 info <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2024-03-22 12:03:16.114 T:10642 info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:03:16.212 T:10642 warning <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
2024-03-22 12:03:16.212 T:10642 info <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2024-03-22 12:03:16.213 T:10642 info <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2024-03-22 12:03:16.239 T:10642 info <general>: JSONRPC v13.0.0: Successfully initialized
2024-03-22 12:03:16.262 T:10642 info <general>: CPeripheralBusAndroid: scanning for input devices...
2024-03-22 12:03:16.269 T:10642 info <general>: CPeripheralBusAndroid: added input device
2024-03-22 12:03:16.274 T:10642 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:03:16.274 T:10642 info <general>: Loading controller layout: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/game.controller.default/resources/layout.xml
2024-03-22 12:03:16.296 T:10642 info <general>: Loading controller layout: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/game.controller.mouse/resources/layout.xml
2024-03-22 12:03:16.436 T:10642 info <general>: Register - new joystick device registered on android->android/inputdevice/4: virtual-search (18D1:0100)
2024-03-22 12:03:16.493 T:10642 info <general>: Register - new joystick device registered on android->android/inputdevice/6: shield-ask-remote (18D1:0100)
2024-03-22 12:03:16.550 T:10642 info <general>: Register - new joystick device registered on android->android/inputdevice/10: virtual-remote (18D1:0100)
2024-03-22 12:03:16.607 T:10642 info <general>: Register - new joystick device registered on android->android/inputdevice/11: virtual-remote-2 (18D1:0100)
2024-03-22 12:03:16.608 T:10642 info <general>: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2024-03-22 12:03:16.608 T:10642 info <general>: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2024-03-22 12:03:16.608 T:10642 info <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2024-03-22 12:03:16.611 T:10642 info <general>: Loaded playercorefactory configuration
2024-03-22 12:03:16.611 T:10642 info <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2024-03-22 12:03:16.612 T:10642 info <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2024-03-22 12:03:16.612 T:10642 info <general>: removing tempfiles
2024-03-22 12:03:16.615 T:10642 info <general>: initialize done
2024-03-22 12:03:16.615 T:10642 info <general>: Running the application...
2024-03-22 12:03:16.619 T:10642 info <general>: starting zeroconf publishing
2024-03-22 12:03:16.619 T:10714 info <general>: ES: Starting UDP Event server on port 9777
2024-03-22 12:03:16.619 T:10714 info <general>: UDP: Listening on port 9777 (ipv6 : false)
2024-03-22 12:03:16.620 T:10642 info <general>: JSONRPC Server: Successfully initialized
2024-03-22 12:03:16.622 T:10642 info <general>: CWSDiscoveryListenerUDP::Start - Started
2024-03-22 12:03:17.288 T:10712 info <general>: ZeroconfAndroid: Kodi (192.168.1.85). now registered and active
2024-03-22 12:03:18.416 T:10641 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:03:18.416 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:03:22.421 T:10681 info <general>: Skipped 21 duplicate messages..
2024-03-22 12:03:22.421 T:10681 info <general>: CAddonMgr::FindAddon: metadata.common.fanart.tv v3.6.4 installed
2024-03-22 12:03:22.567 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:03:24.018 T:10681 info <general>: Skipped 12 duplicate messages..
2024-03-22 12:03:24.018 T:10681 info <general>: CAddonMgr::FindAddon: metadata.generic.albums v1.0.18 installed
2024-03-22 12:03:24.092 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:03:25.851 T:10681 info <general>: Skipped 13 duplicate messages..
2024-03-22 12:03:25.851 T:10681 info <general>: CAddonMgr::FindAddon: metadata.themoviedb.org.python v2.2.0 installed
2024-03-22 12:03:25.890 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:03:27.052 T:10681 info <general>: Skipped 11 duplicate messages..
2024-03-22 12:03:27.052 T:10681 info <general>: CAddonMgr::FindAddon: metadata.tvshows.themoviedb.org.python v1.6.5 installed
2024-03-22 12:03:27.115 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:03:27.838 T:10642 info <general>: Skipped 2 duplicate messages..
2024-03-22 12:03:27.838 T:10642 info <general>: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:03:27.934 T:10681 info <general>: CServiceAddonManager: failed to stop service.xbmc.versioncheck (may have ended)
2024-03-22 12:03:28.403 T:10681 info <general>: CAddonMgr::FindAddon: service.xbmc.versioncheck v0.5.28+matrix.1 installed
2024-03-22 12:03:28.691 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:03:30.204 T:10681 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:03:30.204 T:10681 info <general>: CAddonMgr::FindAddon: metadata.album.universal v3.1.9 installed
2024-03-22 12:03:30.816 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:03:31.770 T:10681 info <general>: Skipped 2 duplicate messages..
2024-03-22 12:03:31.770 T:10681 info <general>: CAddonMgr::FindAddon: metadata.artists.universal v4.3.11 installed
2024-03-22 12:03:31.867 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:03:41.941 T:10641 info <general>: Skipped 43 duplicate messages..
2024-03-22 12:03:41.941 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:03:46.389 T:10681 info <general>: Skipped 30 duplicate messages..
2024-03-22 12:03:46.389 T:10681 info <general>: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-4 part 2
2024-03-22 12:03:46.891 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:03:56.916 T:10641 info <general>: Skipped 9 duplicate messages..
2024-03-22 12:03:56.915 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:06.940 T:10641 info <general>: Skipped 86 duplicate messages..
2024-03-22 12:04:06.940 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:17.015 T:10641 info <general>: Skipped 46 duplicate messages..
2024-03-22 12:04:17.015 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:28.190 T:10641 info <general>: Skipped 53 duplicate messages..
2024-03-22 12:04:28.190 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:30.449 T:10730 info <general>: Skipped 7 duplicate messages..
2024-03-22 12:04:30.449 T:10730 info <general>: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-4 part 2
2024-03-22 12:04:30.489 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:31.069 T:10642 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:04:31.069 T:10642 info <general>: VideoPlayer::OpenFile: /storage/NAS01/Films/- Cartoons -/- Ru -/- CCCP -/Movies/Приключения капитана Врунгеля (1979)/Приключения капитана Врунгеля (1979).avi
2024-03-22 12:04:31.069 T:10799 warning <general>: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
2024-03-22 12:04:31.069 T:10799 info <general>: Creating InputStream
2024-03-22 12:04:31.103 T:10799 info <general>: Creating Demuxer
2024-03-22 12:04:31.580 T:10799 info <general>: Opening stream: 0 source: 256
2024-03-22 12:04:31.580 T:10799 info <general>: Creating video codec with codec id: 12
2024-03-22 12:04:31.581 T:10799 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mp2.decoder
2024-03-22 12:04:31.581 T:10799 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.wma.decoder
2024-03-22 12:04:31.582 T:10799 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h264.decode
2024-03-22 12:04:31.582 T:10799 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h265.decode
2024-03-22 12:04:31.582 T:10799 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mjpeg.decoder
2024-03-22 12:04:31.582 T:10799 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mp4.decode
2024-03-22 12:04:31.720 T:10799 info <general>: CDVDVideoCodecAndroidMediaCodec:: Open Android MediaCodec OMX.Nvidia.mp4.decode
2024-03-22 12:04:31.720 T:10799 info <general>: Creating video thread
2024-03-22 12:04:31.721 T:10808 info <general>: running thread: video_thread
2024-03-22 12:04:31.721 T:10799 info <general>: Opening stream: 1 source: 256
2024-03-22 12:04:31.721 T:10799 info <general>: Finding audio codec for: 86017
2024-03-22 12:04:31.721 T:10799 info <general>: CDVDAudioCodecAndroidMediaCodec::Open() Use default handling for non encrypted stream
2024-03-22 12:04:31.721 T:10799 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder mp3float
2024-03-22 12:04:31.721 T:10799 info <general>: OpenStream: Allowing max Out-Of-Sync Value of 10 ms
2024-03-22 12:04:31.722 T:10799 info <general>: Creating audio thread
2024-03-22 12:04:31.722 T:10809 info <general>: running thread: CVideoPlayerAudio::Process()
2024-03-22 12:04:31.733 T:10809 info <general>: Creating audio stream (codec id: 86017, channels: 2, sample rate: 48000, no pass-through)
2024-03-22 12:04:31.751 T:10653 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-22 12:04:31.755 T:10653 info <general>: Trying to open: samplerate: 48000, channelMask: 12, encoding: 4
2024-03-22 12:04:31.756 T:10653 info <general>: Minimum size we need for stream: 12320 Bytes
2024-03-22 12:04:31.757 T:10653 info <general>: Audiotrack buffer params are: period time = 32.083 ms, period size = 12320 bytes, num periods = 4
2024-03-22 12:04:31.757 T:10653 info <general>: Created Audiotrackbuffer with playing time of 128.333333 ms min buffer size: 49280 bytes
2024-03-22 12:04:31.768 T:10653 info <general>: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 48000 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 49280 m_frames: 1540 m_frameSize: 8 channels: 2
2024-03-22 12:04:31.845 T:10642 info <general>: Instancing CRendererMediaCodecSurface
2024-03-22 12:04:31.845 T:10642 info <general>: CRendererMediaCodecSurface::Configure
2024-03-22 12:04:31.860 T:10642 info <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:04:32.739 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:32.892 T:10808 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:04:32.892 T:10808 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-22 12:04:32.895 T:10808 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-22 12:04:34.617 T:10641 info <general>: Skipped 2 duplicate messages..
2024-03-22 12:04:34.617 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:34.798 T:10808 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:04:34.798 T:10808 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-22 12:04:34.800 T:10808 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-22 12:04:35.917 T:10641 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:04:35.917 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:36.145 T:10808 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:04:36.145 T:10808 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-22 12:04:36.147 T:10808 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-22 12:04:37.365 T:10641 info <general>: Skipped 2 duplicate messages..
2024-03-22 12:04:37.365 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:37.550 T:10808 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:04:37.549 T:10808 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-22 12:04:37.551 T:10808 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-22 12:04:38.739 T:10641 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:04:38.739 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:38.998 T:10808 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:04:38.998 T:10808 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-22 12:04:39.000 T:10808 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-22 12:04:40.214 T:10641 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:04:40.214 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:40.419 T:10808 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:04:40.419 T:10808 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-22 12:04:40.421 T:10808 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-22 12:04:41.390 T:10641 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:04:41.390 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:42.536 T:10642 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:04:42.536 T:10642 info <general>: VideoPlayer::OpenFile: /storage/NAS01/Films/- Cartoons -/- Ru -/- CCCP -/Movies/Приключения капитана Врунгеля (1979)/Приключения капитана Врунгеля (1979).avi
2024-03-22 12:04:42.546 T:10707 info <general>: Deleting settings information for files /storage/NAS01/Films/- Cartoons -/- Ru -/- CCCP -/Movies/Приключения капитана Врунгеля (1979)/Приключения капитана Врунгеля (1979).avi
2024-03-22 12:04:42.578 T:10799 info <general>: Creating InputStream
2024-03-22 12:04:42.605 T:10799 info <general>: Creating Demuxer
2024-03-22 12:04:42.693 T:10642 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(true)
2024-03-22 12:04:43.054 T:10799 info <general>: Opening stream: 0 source: 256
2024-03-22 12:04:43.054 T:10799 info <general>: Creating video codec with codec id: 12
2024-03-22 12:04:43.054 T:10799 error <general>: CDVDVideoCodecAndroidMediaCodec::Open - InstanceGuard locked
2024-03-22 12:04:43.054 T:10799 info <general>: CVideoPlayerVideo::OpenStream - could not open video codec
2024-03-22 12:04:43.054 T:10799 info <general>: Opening stream: 1 source: 256
2024-03-22 12:04:43.054 T:10799 info <general>: Finding audio codec for: 86017
2024-03-22 12:04:43.055 T:10799 info <general>: CDVDAudioCodecAndroidMediaCodec::Open() Use default handling for non encrypted stream
2024-03-22 12:04:43.055 T:10799 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder mp3float
2024-03-22 12:04:43.061 T:10809 info <general>: OpenStream: Allowing max Out-Of-Sync Value of 32 ms
2024-03-22 12:04:43.188 T:10642 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(true)
2024-03-22 12:04:43.741 T:10641 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:04:43.741 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:43.919 T:10642 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:04:43.919 T:10642 info <general>: Loading skin file: VideoOSD.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:04:44.591 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:45.089 T:10642 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:04:45.087 T:10642 info <general>: CVideoPlayer::CloseFile()
2024-03-22 12:04:45.089 T:10642 info <general>: VideoPlayer: waiting for threads to exit
2024-03-22 12:04:45.096 T:10799 info <general>: CVideoPlayer::OnExit()
2024-03-22 12:04:45.096 T:10799 info <general>: Closing stream player 1
2024-03-22 12:04:45.096 T:10799 info <general>: Waiting for audio thread to exit
2024-03-22 12:04:45.126 T:10809 info <general>: thread end: CVideoPlayerAudio::OnExit()
2024-03-22 12:04:45.126 T:10799 info <general>: Closing audio device
2024-03-22 12:04:45.143 T:10653 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-22 12:04:45.143 T:10799 info <general>: Deleting audio codec
2024-03-22 12:04:45.143 T:10799 info <general>: Closing stream player 2
2024-03-22 12:04:45.143 T:10799 info <general>: waiting for video thread to exit
2024-03-22 12:04:45.146 T:10653 info <general>: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2024-03-22 12:04:45.147 T:10653 info <general>: Minimum size we need for stream: 11344 Bytes
2024-03-22 12:04:45.147 T:10653 info <general>: Audiotrack buffer params are: period time = 32.154 ms, period size = 11344 bytes, num periods = 4
2024-03-22 12:04:45.147 T:10653 info <general>: Created Audiotrackbuffer with playing time of 128.616780 ms min buffer size: 45376 bytes
2024-03-22 12:04:45.153 T:10653 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-03-22 12:04:45.174 T:10808 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-22 12:04:45.174 T:10808 info <general>: thread end: video_thread
2024-03-22 12:04:45.176 T:10799 info <general>: deleting video codec
2024-03-22 12:04:45.187 T:10642 info <general>: VideoPlayer: finished waiting
2024-03-22 12:04:45.187 T:10642 info <general>: CVideoPlayer::CloseFile()
2024-03-22 12:04:45.187 T:10642 info <general>: VideoPlayer: waiting for threads to exit
2024-03-22 12:04:45.187 T:10642 info <general>: VideoPlayer: finished waiting
2024-03-22 12:04:45.188 T:10706 info <general>: Deleting settings information for files /storage/NAS01/Films/- Cartoons -/- Ru -/- CCCP -/Movies/Приключения капитана Врунгеля (1979)/Приключения капитана Врунгеля (1979).avi
2024-03-22 12:04:45.641 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:55.231 T:10642 info <general>: Skipped 51 duplicate messages..
2024-03-22 12:04:55.231 T:10642 info <general>: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:04:55.890 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:57.534 T:10642 info <general>: Skipped 7 duplicate messages..
2024-03-22 12:04:57.534 T:10642 info <general>: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:04:58.264 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:04:59.027 T:10642 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:04:59.027 T:10642 info <general>: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:04:59.739 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:05:00.035 T:10642 info <general>: Skipped 2 duplicate messages..
2024-03-22 12:05:00.035 T:10642 warning <general>: CGUIWindowManager - HandleAction - ignoring action 92, because topmost modal dialog closing animation is running
2024-03-22 12:05:00.140 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:05:08.014 T:10642 info <general>: Skipped 30 duplicate messages..
2024-03-22 12:05:08.013 T:10642 info <general>: Loading skin file: AddonBrowser.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:05:08.790 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:05:19.564 T:10641 info <general>: Skipped 39 duplicate messages..
2024-03-22 12:05:19.564 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:05:29.614 T:10641 info <general>: Skipped 44 duplicate messages..
2024-03-22 12:05:29.614 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:06:55.188 T:10641 info <general>: Skipped 26 duplicate messages..
2024-03-22 12:06:55.187 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:06:55.235 T:10653 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-22 12:06:55.235 T:10653 info <general>: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2024-03-22 12:06:55.236 T:10653 info <general>: Minimum size we need for stream: 11344 Bytes
2024-03-22 12:06:55.236 T:10653 info <general>: Audiotrack buffer params are: period time = 32.154 ms, period size = 11344 bytes, num periods = 4
2024-03-22 12:06:55.236 T:10653 info <general>: Created Audiotrackbuffer with playing time of 128.616780 ms min buffer size: 45376 bytes
2024-03-22 12:06:55.244 T:10653 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-03-22 12:06:55.363 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:07:05.387 T:10641 info <general>: Skipped 62 duplicate messages..
2024-03-22 12:07:05.387 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:08:50.211 T:10641 info <general>: Skipped 7 duplicate messages..
2024-03-22 12:08:50.211 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:08:50.267 T:10653 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-22 12:08:50.267 T:10653 info <general>: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2024-03-22 12:08:50.268 T:10653 info <general>: Minimum size we need for stream: 11344 Bytes
2024-03-22 12:08:50.268 T:10653 info <general>: Audiotrack buffer params are: period time = 32.154 ms, period size = 11344 bytes, num periods = 4
2024-03-22 12:08:50.268 T:10653 info <general>: Created Audiotrackbuffer with playing time of 128.616780 ms min buffer size: 45376 bytes
2024-03-22 12:08:50.277 T:10653 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-03-22 12:08:50.337 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:08:52.719 T:10642 info <general>: Skipped 10 duplicate messages..
2024-03-22 12:08:52.719 T:10642 info <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:08:54.085 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:09:04.085 T:10641 info <general>: Skipped 21 duplicate messages..
2024-03-22 12:09:04.085 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:09:06.654 T:10642 info <general>: Skipped 11 duplicate messages..
2024-03-22 12:09:06.654 T:10642 info <general>: Loading skin file: FileBrowser.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:09:07.760 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:09:13.095 T:11035 info <general>: Skipped 29 duplicate messages..
2024-03-22 12:09:13.095 T:11035 info <general>: CAddonMgr::FindAddon: repository.kodinerds v7.0.1.4 installed
2024-03-22 12:09:15.986 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:09:20.665 T:11035 info <general>: Skipped 15 duplicate messages..
2024-03-22 12:09:20.665 T:11035 error <general>: AddonVersion: e00e52ee-nexus is not a valid revision number
2024-03-22 12:09:20.665 T:11035 error <general>: CAddonInfoBuilder::ParseXML: file 'https://repo.kodinerds.net/addons/nexus/zip/net.kodinerds.maven.kodi20.arm64-v8a/net.kodinerds.maven.kodi20.arm64-v8a-202403050234.zip' doesn't contain a valid add-on type name (android.binary)
2024-03-22 12:09:20.666 T:11035 error <general>: AddonVersion: e00e52ee-nexus is not a valid revision number
2024-03-22 12:09:20.666 T:11035 error <general>: CAddonInfoBuilder::ParseXML: file 'https://repo.kodinerds.net/addons/nexus/zip/net.kodinerds.maven.kodi20.armeabi-v7a/net.kodinerds.maven.kodi20.armeabi-v7a-202403050127.zip' doesn't contain a valid add-on type name (android.binary)
2024-03-22 12:09:20.666 T:11035 error <general>: AddonVersion: 75336646-nexus is not a valid revision number
2024-03-22 12:09:20.666 T:11035 error <general>: CAddonInfoBuilder::ParseXML: file 'https://repo.kodinerds.net/addons/nexus/zip/net.kodinerds.maven.kodi20.firetv.armeabi-v7a/net.kodinerds.maven.kodi20.firetv.armeabi-v7a-202403042222.zip' doesn't contain a valid add-on type name (android.binary)
2024-03-22 12:09:20.666 T:11035 error <general>: AddonVersion: a31f25fd-nexus is not a valid revision number
2024-03-22 12:09:20.666 T:11035 error <general>: CAddonInfoBuilder::ParseXML: file 'https://repo.kodinerds.net/addons/nexus/zip/net.kodinerds.maven.kodi20.x86_64/net.kodinerds.maven.kodi20.x86_64-202202121153.zip' doesn't contain a valid add-on type name (android.binary)
2024-03-22 12:09:20.913 T:11035 error <general>: AddonVersion: ac5a2c14-matrix is not a valid revision number
2024-03-22 12:09:20.913 T:11035 error <general>: CAddonInfoBuilder::ParseXML: file 'https://repo.kodinerds.net/addons/matrix/zip/net.kodinerds.maven.kodi.arm64-v8a/net.kodinerds.maven.kodi.arm64-v8a-202305130048.zip' doesn't contain a valid add-on type name (android.binary)
2024-03-22 12:09:20.913 T:11035 error <general>: AddonVersion: ac5a2c14-matrix is not a valid revision number
2024-03-22 12:09:20.913 T:11035 error <general>: CAddonInfoBuilder::ParseXML: file 'https://repo.kodinerds.net/addons/matrix/zip/net.kodinerds.maven.kodi.armeabi-v7a/net.kodinerds.maven.kodi.armeabi-v7a-202305130005.zip' doesn't contain a valid add-on type name (android.binary)
2024-03-22 12:09:20.913 T:11035 error <general>: AddonVersion: 7ddaf1ba-matrix is not a valid revision number
2024-03-22 12:09:20.913 T:11035 error <general>: CAddonInfoBuilder::ParseXML: file 'https://repo.kodinerds.net/addons/matrix/zip/net.kodinerds.maven.kodi.firetv.armeabi-v7a/net.kodinerds.maven.kodi.firetv.armeabi-v7a-202305122217.zip' doesn't contain a valid add-on type name (android.binary)
2024-03-22 12:09:22.361 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:09:28.254 T:10642 info <general>: Skipped 33 duplicate messages..
2024-03-22 12:09:28.253 T:10642 info <general>: Loading skin file: DialogAddonInfo.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:09:28.911 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:09:39.230 T:11037 info <general>: Skipped 7 duplicate messages..
2024-03-22 12:09:39.230 T:11037 info <general>: CAddonMgr::FindAddon: script.module.unidecode v1.3.6 installed
2024-03-22 12:09:39.986 T:11037 info <general>: CAddonMgr::FindAddon: script.module.simpleeval v0.9.10 installed
2024-03-22 12:09:40.445 T:11037 info <general>: CAddonMgr::FindAddon: script.skinshortcuts v2.0.3 installed
2024-03-22 12:09:43.866 T:11037 info <general>: CAddonMgr::FindAddon: script.image.resource.select v3.0.2 installed
2024-03-22 12:09:46.077 T:11037 info <general>: CAddonMgr::FindAddon: script.module.simplecache v2.0.2 installed
2024-03-22 12:09:48.780 T:11037 info <general>: CAddonMgr::FindAddon: script.module.certifi v2023.5.7 installed
2024-03-22 12:09:50.259 T:11037 info <general>: CAddonMgr::FindAddon: script.module.chardet v5.1.0 installed
2024-03-22 12:09:51.560 T:11037 info <general>: CAddonMgr::FindAddon: script.module.idna v3.4.0 installed
2024-03-22 12:09:52.937 T:11037 info <general>: CAddonMgr::FindAddon: script.module.urllib3 v2.1.0 installed
2024-03-22 12:09:53.033 T:11037 info <general>: CAddonMgr::FindAddon: script.module.requests v2.31.0 installed
2024-03-22 12:09:53.271 T:10642 warning <general>: CGUIMediaWindow::OnMessage - updating in progress
2024-03-22 12:09:53.330 T:11037 info <general>: CAddonMgr::FindAddon: script.module.pvr.artwork v2.2.7 installed
2024-03-22 12:09:56.167 T:11037 info <general>: CAddonMgr::FindAddon: skin.estuary.modv2 v4.2.0+nexus.12 installed
2024-03-22 12:09:58.104 T:11130 info <general>: [script.module.pvr.artwork] Initialized
2024-03-22 12:09:58.104 T:11130 info <general>: PVR Artwork module wrapper started
2024-03-22 12:09:59.039 T:11134 info <general>: Estuary MOD V2 Nexus service handler started
2024-03-22 12:09:59.436 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:10:00.346 T:10642 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:10:00.346 T:10642 info <general>: Unloaded skin
2024-03-22 12:10:00.346 T:10642 info <general>: load skin from: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/ (version: 4.2.0+nexus.12)
2024-03-22 12:10:00.353 T:10642 info <general>: load fonts for skin...
2024-03-22 12:10:00.363 T:10642 info <general>: Loading skin includes from /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml/Includes.xml
2024-03-22 12:10:01.276 T:10642 info <general>: Error loading include file /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml/script-skinshortcuts-includes.xml: Failed to open file (row: 0, col: 0)
2024-03-22 12:10:01.301 T:10642 info <general>: LoadFonts: Loading fonts from '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml/Font.xml'
2024-03-22 12:10:01.341 T:10642 info <general>: LoadTimers: Trying to load skin timers from /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml/Timers.xml
2024-03-22 12:10:01.342 T:10642 info <general>: load new skin...
2024-03-22 12:10:01.342 T:10642 info <general>: Loading custom window XMLs from skin path /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml
2024-03-22 12:10:01.375 T:10642 info <general>: initialize new skin...
2024-03-22 12:10:01.375 T:10642 info <general>: Loading skin file: Custom_1142_Themes.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.401 T:10642 info <general>: Loading skin file: Custom_1140_MusicVideoInfo.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.406 T:10642 info <general>: Loading skin file: Custom_1135_PVROverlay.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.423 T:10642 info <general>: Loading skin file: Custom_1134_PVRNextUp.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.426 T:10642 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.429 T:10642 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:10:01.429 T:10642 info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.431 T:10642 info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.432 T:10642 info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.434 T:10642 info <general>: Loading skin file: Custom_1110_CloseVideoOSD.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.435 T:10642 info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.435 T:10642 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.438 T:10642 info <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:01.446 T:10642 info <general>: Loading resource://resource.uisounds.kodi/sounds.xml
2024-03-22 12:10:01.747 T:10642 info <general>: skin loaded...
2024-03-22 12:10:01.750 T:10642 info <general>: Loading skin file: AddonBrowser.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:10:02.058 T:10642 info <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:10:02.165 T:11055 error <general>: Unable to find plugin script.embuary.helper
2024-03-22 12:10:02.166 T:11055 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=
2024-03-22 12:10:02.394 T:11055 error <general>: Unable to find plugin script.embuary.helper
2024-03-22 12:10:02.394 T:11055 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=2
2024-03-22 12:10:03.310 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:10:04.840 T:10642 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:10:04.840 T:10642 info <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2024-03-22 12:10:08.059 T:10642 info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:10:08.082 T:10642 warning <general>: Skin has invalid include: skinshortcuts-template-PersonalWidgetList
2024-03-22 12:10:08.082 T:10642 warning <general>: Skin has invalid include: skinshortcuts-template-PersonalWidgetPanel
2024-03-22 12:10:08.082 T:10642 warning <general>: Skin has invalid include: skinshortcuts-template-PersonalWidgetVariable
2024-03-22 12:10:08.093 T:10642 warning <general>: Skin has invalid include: skinshortcuts-submenu
2024-03-22 12:10:08.130 T:10642 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:10:08.130 T:10642 warning <general>: Skin has invalid include: skinshortcuts-mainmenu
2024-03-22 12:10:08.164 T:10642 warning <general>: Trying to add unsupported control type 7
2024-03-22 12:10:08.304 T:11036 info <general>: Skipped 6 duplicate messages..
2024-03-22 12:10:08.304 T:11036 error <general>: GetDirectory - Error getting include
2024-03-22 12:10:08.325 T:10642 info <general>: Skipped 4 duplicate messages..
2024-03-22 12:10:08.325 T:10642 error <general>: Control 9000 in window 10000 has been asked to focus, but it can't
2024-03-22 12:10:08.516 T:11325 info <general>: set Property 'videolibrary.showunwatchedplots' to [0, 1, 2]
2024-03-22 12:10:10.646 T:10642 info <general>: Unloaded skin
2024-03-22 12:10:10.649 T:10642 info <general>: load skin from: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/ (version: 4.2.0+nexus.12)
2024-03-22 12:10:10.678 T:10642 info <general>: load fonts for skin...
2024-03-22 12:10:10.680 T:10642 info <general>: Loading skin includes from /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml/Includes.xml
2024-03-22 12:10:10.922 T:10642 info <general>: LoadFonts: Loading fonts from '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml/Font.xml'
2024-03-22 12:10:10.960 T:10642 info <general>: LoadTimers: Trying to load skin timers from /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml/Timers.xml
2024-03-22 12:10:10.961 T:10642 info <general>: load new skin...
2024-03-22 12:10:10.961 T:10642 info <general>: Loading custom window XMLs from skin path /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml
2024-03-22 12:10:10.992 T:10642 info <general>: initialize new skin...
2024-03-22 12:10:10.993 T:10642 info <general>: Loading skin file: Custom_1142_Themes.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.018 T:10642 info <general>: Loading skin file: Custom_1140_MusicVideoInfo.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.023 T:10642 info <general>: Loading skin file: Custom_1135_PVROverlay.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.040 T:10642 info <general>: Loading skin file: Custom_1134_PVRNextUp.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.042 T:10642 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.046 T:10642 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:10:11.046 T:10642 info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.047 T:10642 info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.048 T:10642 info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.050 T:10642 info <general>: Loading skin file: Custom_1110_CloseVideoOSD.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.051 T:10642 info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.051 T:10642 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.053 T:10642 info <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:11.057 T:10642 info <general>: Loading resource://resource.uisounds.kodi/sounds.xml
2024-03-22 12:10:11.080 T:10642 info <general>: skin loaded...
2024-03-22 12:10:11.080 T:10642 info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:10:11.095 T:10642 warning <general>: Skin has invalid include: skinshortcuts-template-PersonalWidgetList
2024-03-22 12:10:11.095 T:10642 warning <general>: Skin has invalid include: skinshortcuts-template-PersonalWidgetPanel
2024-03-22 12:10:11.096 T:10642 warning <general>: Skin has invalid include: skinshortcuts-template-PersonalWidgetVariable
2024-03-22 12:10:11.224 T:10642 warning <general>: Trying to add unsupported control type 7
2024-03-22 12:10:11.607 T:11426 info <general>: Skipped 6 duplicate messages..
2024-03-22 12:10:11.607 T:11426 info <general>: set Property 'videolibrary.showunwatchedplots' to [0, 1, 2]
2024-03-22 12:10:12.284 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:10:16.542 T:10642 info <general>: Skipped 19 duplicate messages..
2024-03-22 12:10:16.542 T:10642 info <general>: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:10:16.892 T:10642 info <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:10:16.896 T:11036 error <general>: Unable to find plugin script.embuary.helper
2024-03-22 12:10:16.896 T:11036 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=2
2024-03-22 12:10:17.384 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:10:17.703 T:10642 info <general>: Skipped 2 duplicate messages..
2024-03-22 12:10:17.703 T:10642 warning <general>: CGUIWindowManager - HandleAction - ignoring action 92, because topmost modal dialog closing animation is running
2024-03-22 12:10:17.736 T:11035 error <general>: Unable to find plugin script.embuary.helper
2024-03-22 12:10:17.736 T:11035 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=
2024-03-22 12:10:17.833 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:10:18.949 T:11443 info <general>: Skipped 2 duplicate messages..
2024-03-22 12:10:18.949 T:11443 info <general>: set Property 'videolibrary.showunwatchedplots' to [0, 1, 2]
2024-03-22 12:10:19.358 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:10:20.273 T:11036 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:10:20.272 T:11036 error <general>: Unable to find plugin script.embuary.helper
2024-03-22 12:10:20.273 T:11036 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=2
2024-03-22 12:10:21.584 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:10:23.258 T:10642 info <general>: Skipped 3 duplicate messages..
2024-03-22 12:10:23.258 T:10642 info <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:10:25.268 T:11037 info <general>: CAddonMgr::FindAddon: script.embuary.helper v2.0.8 installed
2024-03-22 12:10:26.215 T:11454 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: module 'os' has no attribute 'errno'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/image.py", line 30, in <module>
os.makedirs(ADDON_DATA_IMG_PATH)
File "<frozen os>", line 225, in makedirs
FileExistsError: [Errno 17] File exists: '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/script.embuary.helper/img'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/default.py", line 8, in <module>
from resources.lib.utils import *
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/utils.py", line 20, in <module>
from resources.lib.image import *
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/image.py", line 35, in <module>
if e.errno != os.errno.EEXIST:
^^^^^^^^
AttributeError: module 'os' has no attribute 'errno'
-->End of Python script error report<--
2024-03-22 12:10:26.310 T:11037 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=0
2024-03-22 12:10:26.325 T:11453 info <general>: [ script.embuary.helper ] Service: Started
2024-03-22 12:10:26.325 T:11453 info <general>: [ script.embuary.helper ] Service: Player monitor started
2024-03-22 12:10:27.410 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:10:36.826 T:10642 info <general>: Skipped 17 duplicate messages..
2024-03-22 12:10:36.826 T:10642 info <general>: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:10:37.584 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:10:38.042 T:10642 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:10:38.042 T:10642 info <general>: VideoPlayer::OpenFile: /storage/NAS01/Films/- Cartoons -/- Ru -/- CCCP -/Movies/Приключения капитана Врунгеля (1979)/Приключения капитана Врунгеля (1979).avi
2024-03-22 12:10:38.043 T:11480 info <general>: Creating InputStream
2024-03-22 12:10:38.088 T:11480 info <general>: Creating Demuxer
2024-03-22 12:10:38.559 T:11480 info <general>: Opening stream: 0 source: 256
2024-03-22 12:10:38.559 T:11480 info <general>: Creating video codec with codec id: 12
2024-03-22 12:10:38.560 T:11480 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mp2.decoder
2024-03-22 12:10:38.560 T:11480 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.wma.decoder
2024-03-22 12:10:38.561 T:11480 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h264.decode
2024-03-22 12:10:38.561 T:11480 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h265.decode
2024-03-22 12:10:38.561 T:11480 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mjpeg.decoder
2024-03-22 12:10:38.561 T:11480 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mp4.decode
2024-03-22 12:10:38.622 T:11480 info <general>: CDVDVideoCodecAndroidMediaCodec:: Open Android MediaCodec OMX.Nvidia.mp4.decode
2024-03-22 12:10:38.622 T:11480 info <general>: Creating video thread
2024-03-22 12:10:38.627 T:11491 info <general>: running thread: video_thread
2024-03-22 12:10:38.627 T:11480 info <general>: Opening stream: 1 source: 256
2024-03-22 12:10:38.627 T:11480 info <general>: Finding audio codec for: 86017
2024-03-22 12:10:38.628 T:11480 info <general>: CDVDAudioCodecAndroidMediaCodec::Open() Use default handling for non encrypted stream
2024-03-22 12:10:38.628 T:11480 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder mp3float
2024-03-22 12:10:38.628 T:11480 info <general>: OpenStream: Allowing max Out-Of-Sync Value of 10 ms
2024-03-22 12:10:38.628 T:11480 info <general>: Creating audio thread
2024-03-22 12:10:38.629 T:11492 info <general>: running thread: CVideoPlayerAudio::Process()
2024-03-22 12:10:38.655 T:11492 info <general>: Creating audio stream (codec id: 86017, channels: 2, sample rate: 48000, no pass-through)
2024-03-22 12:10:38.698 T:10653 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-22 12:10:38.701 T:10653 info <general>: Trying to open: samplerate: 48000, channelMask: 12, encoding: 4
2024-03-22 12:10:38.702 T:10653 info <general>: Minimum size we need for stream: 12320 Bytes
2024-03-22 12:10:38.702 T:10653 info <general>: Audiotrack buffer params are: period time = 32.083 ms, period size = 12320 bytes, num periods = 4
2024-03-22 12:10:38.702 T:10653 info <general>: Created Audiotrackbuffer with playing time of 128.333333 ms min buffer size: 49280 bytes
2024-03-22 12:10:38.713 T:10642 info <general>: Instancing CRendererMediaCodecSurface
2024-03-22 12:10:38.714 T:10642 info <general>: CRendererMediaCodecSurface::Configure
2024-03-22 12:10:38.716 T:10653 info <general>: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 48000 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 49280 m_frames: 1540 m_frameSize: 8 channels: 2
2024-03-22 12:10:38.737 T:10642 info <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
2024-03-22 12:10:39.433 T:10641 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-22 12:10:39.611 T:11491 info <general>: Skipped 1 duplicate messages..
2024-03-22 12:10:39.611 T:11491 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-22 12:10:39.617 T:11491 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-22 12:10:39.757 T:10642 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-22 12:10:26.215 T:11454 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: module 'os' has no attribute 'errno'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/image.py", line 30, in <module>
os.makedirs(ADDON_DATA_IMG_PATH)
File "<frozen os>", line 225, in makedirs
FileExistsError: [Errno 17] File exists: '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/script.embuary.helper/img'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/default.py", line 8, in <module>
from resources.lib.utils import *
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/utils.py", line 20, in <module>
from resources.lib.image import *
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/image.py", line 35, in <module>
if e.errno != os.errno.EEXIST:
^^^^^^^^
AttributeError: module 'os' has no attribute 'errno'
-->End of Python script error report<--
This is an error from an addon (script.embuary helper aka Embuary Helper), not a Kodi crash. Disable the script and the error notification should be gone. Inform the maintainer of this addon on github (should be @sualfred).
hi @C4Wiz,
thank You for response.
I disabled "Embuary Helper" Add-On, restarted Kodi. But this didn't resolved problem. ( see logs bellow )
One more thing, why do You think the "Embuary Helper" Add-On is causing problems only to Estuary MOD V2 Nexus Skin and not to other Skins? I need to provide this info to "Embuary Helper" developers. This is what they will ask ...
2024-03-25 20:44:46.101 T:28739 info <general>: -----------------------------------------------------------------------
2024-03-25 20:44:46.101 T:28739 info <general>: Starting Kodi (20.4 (20.4.0) Git:20240211-4868e9c709). Platform: Android ARM 64-bit
2024-03-25 20:44:46.101 T:28739 info <general>: Using Release Kodi x64
2024-03-25 20:44:46.101 T:28739 info <general>: Kodi compiled 2024-02-10 by Clang 9.0.9 (https://android.googlesource.com/toolchain/llvm-project a2a1e703c0edb03ba29944e529ccbf457742737b) for Android ARM 64-bit API level 21 (API level 21)
2024-03-25 20:44:46.101 T:28739 info <general>: Running on NVIDIA SHIELD Android TV with Android TV 11.0.0 API level 30, kernel: Linux ARM 64-bit version 4.9.141-tegra-g1408fbca1e97
2024-03-25 20:44:46.101 T:28739 info <general>: FFmpeg version/source: 4.4.1-Kodi
2024-03-25 20:44:46.101 T:28739 info <general>: Host CPU: ARMv8 Processor rev 1 (v8l), 4 cores available
2024-03-25 20:44:46.101 T:28739 info <general>: Product: darcy, Device: darcy, Board: darcy - Manufacturer: NVIDIA, Brand: NVIDIA, Model: SHIELD Android TV, Hardware: darcy
2024-03-25 20:44:46.104 T:28739 info <general>: External storage path = /storage/emulated/0; status = ok
2024-03-25 20:44:46.104 T:28739 info <general>: ARM Features: Neon enabled
2024-03-25 20:44:46.104 T:28739 info <general>: special://xbmc/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets
2024-03-25 20:44:46.104 T:28739 info <general>: special://xbmcbin/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets
2024-03-25 20:44:46.104 T:28739 info <general>: special://xbmcbinaddons/ is mapped to: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons
2024-03-25 20:44:46.104 T:28739 info <general>: special://masterprofile/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
2024-03-25 20:44:46.104 T:28739 info <general>: special://envhome/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files
2024-03-25 20:44:46.104 T:28739 info <general>: special://home/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi
2024-03-25 20:44:46.104 T:28739 info <general>: special://temp/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
2024-03-25 20:44:46.104 T:28739 info <general>: special://logpath/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
2024-03-25 20:44:46.104 T:28739 info <general>: Webserver extra whitelist paths:
2024-03-25 20:44:46.104 T:28739 info <general>: The executable running is: /data/app/~~LwUhpEY_AC3TyF8YwVkTmA==/org.xbmc.kodi-xB20uskieiJgbFLYT-UnEg==/lib/arm64/libkodi.so
2024-03-25 20:44:46.112 T:28739 info <general>: Local hostname: 192.168.1.85
2024-03-25 20:44:46.112 T:28739 info <general>: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log
2024-03-25 20:44:46.112 T:28739 info <general>: -----------------------------------------------------------------------
2024-03-25 20:44:46.113 T:28739 info <general>: loading settings
2024-03-25 20:44:46.113 T:28739 info <general>: special://profile/ is mapped to: special://masterprofile/
2024-03-25 20:44:46.128 T:28739 info <general>: No settings file to load (special://xbmc/system/advancedsettings.xml)
2024-03-25 20:44:46.128 T:28739 info <general>: No settings file to load (special://masterprofile/advancedsettings.xml)
2024-03-25 20:44:46.129 T:28739 info <general>: Default Video Player: VideoPlayer
2024-03-25 20:44:46.129 T:28739 info <general>: Default Audio Player: paplayer
2024-03-25 20:44:46.129 T:28739 info <general>: Disabled debug logging due to GUI setting. Level 0.
2024-03-25 20:44:46.129 T:28739 info <general>: Log level changed to "info"
2024-03-25 20:44:46.133 T:28739 info <general>: creating subdirectories
2024-03-25 20:44:46.133 T:28739 info <general>: userdata folder: special://masterprofile/
2024-03-25 20:44:46.133 T:28739 info <general>: recording folder:
2024-03-25 20:44:46.133 T:28739 info <general>: screenshots folder:
2024-03-25 20:44:46.139 T:28739 info <general>: Running database version Addons33
2024-03-25 20:44:46.210 T:28739 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed
2024-03-25 20:44:46.211 T:28739 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed
2024-03-25 20:44:46.212 T:28739 info <general>: CAddonMgr::FindAddons: game.controller.default v1.0.42 installed
2024-03-25 20:44:46.212 T:28739 info <general>: CAddonMgr::FindAddons: game.controller.keyboard v1.1.40 installed
2024-03-25 20:44:46.213 T:28739 info <general>: CAddonMgr::FindAddons: game.controller.mouse v1.0.26 installed
2024-03-25 20:44:46.213 T:28739 info <general>: CAddonMgr::FindAddons: game.controller.snes v1.0.40 installed
2024-03-25 20:44:46.214 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed
2024-03-25 20:44:46.214 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.8 installed
2024-03-25 20:44:46.215 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed
2024-03-25 20:44:46.215 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed
2024-03-25 20:44:46.216 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.global.main v2.0.2 installed
2024-03-25 20:44:46.216 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed
2024-03-25 20:44:46.216 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed
2024-03-25 20:44:46.217 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v4.0.0 installed
2024-03-25 20:44:46.217 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v3.0.0 installed
2024-03-25 20:44:46.217 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.game v3.0.0 installed
2024-03-25 20:44:46.218 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v3.0.1 installed
2024-03-25 20:44:46.218 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.2.0 installed
2024-03-25 20:44:46.218 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v2.0.0 installed
2024-03-25 20:44:46.219 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.pvr v8.2.0 installed
2024-03-25 20:44:46.219 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.2.0 installed
2024-03-25 20:44:46.219 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.1 installed
2024-03-25 20:44:46.220 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.0.3 installed
2024-03-25 20:44:46.220 T:28739 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.visualization v4.0.0 installed
2024-03-25 20:44:46.221 T:28739 info <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed
2024-03-25 20:44:46.221 T:28739 info <general>: CAddonMgr::FindAddons: metadata.album.universal v3.1.9 installed
2024-03-25 20:44:46.221 T:28739 info <general>: CAddonMgr::FindAddons: metadata.artists.universal v4.3.11 installed
2024-03-25 20:44:46.221 T:28739 info <general>: CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed
2024-03-25 20:44:46.222 T:28739 info <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.4 installed
2024-03-25 20:44:46.222 T:28739 info <general>: CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed
2024-03-25 20:44:46.222 T:28739 info <general>: CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed
2024-03-25 20:44:46.223 T:28739 info <general>: CAddonMgr::FindAddons: metadata.generic.albums v1.0.18 installed
2024-03-25 20:44:46.223 T:28739 info <general>: CAddonMgr::FindAddons: metadata.generic.artists v1.0.14 installed
2024-03-25 20:44:46.223 T:28739 info <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed
2024-03-25 20:44:46.224 T:28739 info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v2.2.0 installed
2024-03-25 20:44:46.226 T:28739 info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.6.5 installed
2024-03-25 20:44:46.226 T:28739 info <general>: CAddonMgr::FindAddons: peripheral.joystick v20.1.15 installed
2024-03-25 20:44:46.227 T:28739 info <general>: CAddonMgr::FindAddons: repository.kodinerds v7.0.1.4 installed
2024-03-25 20:44:46.227 T:28739 info <general>: CAddonMgr::FindAddons: repository.xbmc.org v3.3.1 installed
2024-03-25 20:44:46.228 T:28739 info <general>: CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed
2024-03-25 20:44:46.228 T:28739 info <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed
2024-03-25 20:44:46.228 T:28739 info <general>: CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed
2024-03-25 20:44:46.229 T:28739 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed
2024-03-25 20:44:46.229 T:28739 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.66 installed
2024-03-25 20:44:46.230 T:28739 info <general>: CAddonMgr::FindAddons: script.embuary.helper v2.0.8 installed
2024-03-25 20:44:46.230 T:28739 info <general>: CAddonMgr::FindAddons: script.image.resource.select v3.0.2 installed
2024-03-25 20:44:46.231 T:28739 info <general>: CAddonMgr::FindAddons: script.module.certifi v2023.5.7 installed
2024-03-25 20:44:46.231 T:28739 info <general>: CAddonMgr::FindAddons: script.module.chardet v5.1.0 installed
2024-03-25 20:44:46.231 T:28739 info <general>: CAddonMgr::FindAddons: script.module.idna v3.4.0 installed
2024-03-25 20:44:46.232 T:28739 info <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed
2024-03-25 20:44:46.232 T:28739 info <general>: CAddonMgr::FindAddons: script.module.pvr.artwork v2.2.7 installed
2024-03-25 20:44:46.232 T:28739 info <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed
2024-03-25 20:44:46.233 T:28739 info <general>: CAddonMgr::FindAddons: script.module.requests v2.31.0 installed
2024-03-25 20:44:46.233 T:28739 info <general>: CAddonMgr::FindAddons: script.module.simplecache v2.0.2 installed
2024-03-25 20:44:46.233 T:28739 info <general>: CAddonMgr::FindAddons: script.module.simpleeval v0.9.10 installed
2024-03-25 20:44:46.234 T:28739 info <general>: CAddonMgr::FindAddons: script.module.unidecode v1.3.6 installed
2024-03-25 20:44:46.234 T:28739 info <general>: CAddonMgr::FindAddons: script.module.urllib3 v2.1.0 installed
2024-03-25 20:44:46.235 T:28739 info <general>: CAddonMgr::FindAddons: script.skinshortcuts v2.0.3 installed
2024-03-25 20:44:46.235 T:28739 info <general>: CAddonMgr::FindAddons: service.xbmc.versioncheck v0.5.28+matrix.1 installed
2024-03-25 20:44:46.235 T:28739 info <general>: CAddonMgr::FindAddons: skin.estouchy v3.0.8 installed
2024-03-25 20:44:46.236 T:28739 info <general>: CAddonMgr::FindAddons: skin.estuary v3.0.10 installed
2024-03-25 20:44:46.236 T:28739 info <general>: CAddonMgr::FindAddons: skin.estuary.modv2 v4.2.0+nexus.13 installed
2024-03-25 20:44:46.236 T:28739 info <general>: CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8 installed
2024-03-25 20:44:46.237 T:28739 info <general>: CAddonMgr::FindAddons: xbmc.addon v20.4.0 installed
2024-03-25 20:44:46.237 T:28739 info <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
2024-03-25 20:44:46.237 T:28739 info <general>: CAddonMgr::FindAddons: xbmc.gui v5.16.0 installed
2024-03-25 20:44:46.238 T:28739 info <general>: CAddonMgr::FindAddons: xbmc.json v13.0.0 installed
2024-03-25 20:44:46.238 T:28739 info <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
2024-03-25 20:44:46.238 T:28739 info <general>: CAddonMgr::FindAddons: xbmc.python v3.0.1 installed
2024-03-25 20:44:46.239 T:28739 info <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed
2024-03-25 20:44:46.249 T:28739 info <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2024-03-25 20:44:46.263 T:28739 info <general>: CDecoderFilter: loading filters from special://masterprofile/decoderfilter.xml
2024-03-25 20:44:46.280 T:28739 info <general>: Mediacodec decoder: OMX.google.aac.decoder
2024-03-25 20:44:46.280 T:28739 info <general>: Mediacodec decoder: OMX.google.amrnb.decoder
2024-03-25 20:44:46.280 T:28739 info <general>: Mediacodec decoder: OMX.google.amrwb.decoder
2024-03-25 20:44:46.280 T:28739 info <general>: Mediacodec decoder: OMX.google.flac.decoder
2024-03-25 20:44:46.280 T:28739 info <general>: Mediacodec decoder: OMX.google.g711.alaw.decoder
2024-03-25 20:44:46.280 T:28739 info <general>: Mediacodec decoder: OMX.google.g711.mlaw.decoder
2024-03-25 20:44:46.280 T:28739 info <general>: Mediacodec decoder: OMX.google.mp3.decoder
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.google.opus.decoder
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.google.raw.decoder
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.google.vorbis.decoder
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.mp2.decoder
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.wma.decoder
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.h264.decode
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.h263.decode
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.h265.decode
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.mjpeg.decoder
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.mpeg2v.decode
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.mp4.decode
2024-03-25 20:44:46.281 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.vc1.decode
2024-03-25 20:44:46.282 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.vp8.decode
2024-03-25 20:44:46.282 T:28739 info <general>: Mediacodec decoder: OMX.Nvidia.vp9.decode
2024-03-25 20:44:46.282 T:28739 info <general>: Mediacodec decoder: OMX.google.h264.decoder
2024-03-25 20:44:46.282 T:28739 info <general>: Mediacodec decoder: OMX.google.h263.decoder
2024-03-25 20:44:46.282 T:28739 info <general>: Mediacodec decoder: OMX.google.hevc.decoder
2024-03-25 20:44:46.282 T:28739 info <general>: Mediacodec decoder: OMX.google.mpeg4.decoder
2024-03-25 20:44:46.282 T:28739 info <general>: Mediacodec decoder: OMX.google.vp8.decoder
2024-03-25 20:44:46.282 T:28739 info <general>: Mediacodec decoder: OMX.google.vp9.decoder
2024-03-25 20:44:46.282 T:28739 info <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
2024-03-25 20:44:46.283 T:28739 info <general>: CAndroidUtils: window resolution: 1920x1080
2024-03-25 20:44:46.283 T:28739 info <general>: CAndroidUtils: Current resolution: 1920x1080 3840x2160 @ 59.940060 - Full Screen
2024-03-25 20:44:46.283 T:28739 info <general>: Skipped 1 duplicate messages..
2024-03-25 20:44:46.283 T:28739 info <general>: EGL_VERSION = 1.5 Android META-EGL
2024-03-25 20:44:46.283 T:28739 info <general>: EGL_VENDOR = Android
2024-03-25 20:44:46.283 T:28739 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_EXT_gl_colorspace_scrgb EGL_EXT_gl_colorspace_scrgb_linear EGL_EXT_gl_colorspace_display_p3_linear EGL_EXT_gl_colorspace_display_p3 EGL_EXT_gl_colorspace_display_p3_passthrough EGL_EXT_gl_colorspace_bt2020_linear EGL_EXT_gl_colorspace_bt2020_pq 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_reusable_sync EGL_KHR_fence_sync EGL_KHR_create_context EGL_KHR_config_attribs EGL_KHR_surfaceless_context EGL_KHR_stream EGL_KHR_stream_fifo EGL_KHR_stream_producer_eglsurface EGL_KHR_stream_consumer_gltexture EGL_KHR_stream_cross_process_fd EGL_EXT_create_context_robustness EGL_NV_system_time EGL_NV_stream_sync 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_create_context_no_error EGL_KHR_mutable_render_buffer EGL_EXT_protected_content EGL_IMG_context_priority EGL_KHR_no_config_context
2024-03-25 20:44:46.283 T:28739 info <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_KHR_platform_android EGL_ANGLE_platform_angle EGL_KHR_client_get_all_proc_addresses EGL_ANDROID_GLES_layers
2024-03-25 20:44:46.285 T:28739 info <general>: CApplication::CreateGUI - using the default windowing system
2024-03-25 20:44:46.285 T:28739 info <general>: Checking resolution 16
2024-03-25 20:44:46.285 T:28739 info <general>: CAndroidUtils: SetNativeResolution: 21: 1920x1080 3840x2160@59.940060
2024-03-25 20:44:46.353 T:28739 info <general>: GL_VENDOR = NVIDIA Corporation
2024-03-25 20:44:46.353 T:28739 info <general>: GL_RENDERER = NVIDIA Tegra
2024-03-25 20:44:46.353 T:28739 info <general>: GL_VERSION = OpenGL ES 3.2 NVIDIA 495.00
2024-03-25 20:44:46.353 T:28739 info <general>: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.20
2024-03-25 20:44:46.353 T:28739 info <general>: GL_EXTENSIONS = GL_EXT_debug_marker GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_buffer_storage GL_EXT_clear_texture GL_EXT_clip_control GL_EXT_clip_cull_distance GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_conservative_depth GL_EXT_copy_image GL_EXT_depth_clamp GL_EXT_debug_label GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_EGL_image_array GL_EXT_EGL_image_storage GL_EXT_EGL_image_external_wrap_modes GL_EXT_external_buffer GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_gpu_shader5 GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisample_compatibility GL_EXT_multisampled_render_to_texture GL_EXT_multisampled_render_to_texture2 GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_occlusion_query_boolean GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_primitive_bounding_box GL_EXT_protected_textures GL_EXT_raster_multisample GL_EXT_render_snorm GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks GL_EXT_shader_non_constant_global_initializers GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_sparse_texture GL_EXT_sparse_texture2 GL_EXT_sRGB 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_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_format_BGRA8888 GL_EXT_texture_mirror_clamp_to_edge GL_EXT_texture_norm16 GL_EXT_texture_query_lod GL_EXT_texture_rg GL_EXT_texture_shadow_lod GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_view GL_EXT_draw_transform_feedback GL_EXT_unpack_subimage GL_EXT_window_rectangles GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_fd GL_NV_memory_object_sparse GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_fd GL_KHR_shader_subgroup GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_NV_bgr GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NV_blend_minmax_factor GL_NV_conditional_render GL_NV_conservative_raster GL_NV_copy_buffer GL_NV_copy_image GL_NV_draw_buffers GL_NV_draw_instanced GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_EGL_stream_consumer_external GL_NV_explicit_attrib_location GL_NV_fbo_color_attachments GL_NV_fill_rectangle GL_NV_fragment_coverage_to_color GL_NV_fragment_shader_interlock GL_NV_framebuffer_blit GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample GL_NV_generate_mipmap_sRGB GL_NV_geometry_shader_passthrough GL_NV_instanced_arrays GL_NV_internalformat_sample_query GL_NV_gpu_shader5 GL_NV_image_formats GL_NV_memory_attachment GL_NV_occlusion_query_samples GL_NV_non_square_matrices GL_NV_pack_subimage GL_NV_packed_float GL_NV_packed_float_linear GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_buffer_object GL_NV_polygon_mode GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_shader_atomic_fp16_vector GL_NV_shader_noperspective_interpolation GL_NV_shader_subgroup_partitioned GL_NV_shadow_samplers_array GL_NV_shadow_samplers_cube GL_NV_sRGB_formats GL_NV_texture_array GL_NV_texture_barrier GL_NV_texture_border_clamp GL_NV_texture_compression_latc GL_NV_texture_compression_s3tc GL_NV_texture_compression_s3tc_update GL_NV_timer_query GL_NV_viewport_array GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_compressed_ETC1_RGB8_texture GL_EXT_compressed_ETC1_RGB8_sub_texture GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_texture_border_clamp GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_buffer GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_gpu_shader5 GL_OES_shader_io_blocks GL_OES_texture_view GL_OES_primitive_bounding_box 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_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_cube_map_array GL_OES_texture_npot GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float GL_OES_viewport_array GL_OVR_multiview GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture GL_ANDROID_extension_pack_es31a
2024-03-25 20:44:46.373 T:28739 info <general>: CAndroidUtils: SetNativeResolution: 21: 1920x1080 3840x2160@59.940060
2024-03-25 20:44:46.381 T:28739 info <general>: GLES: Maximum texture width: 16384
2024-03-25 20:44:46.540 T:28739 info <general>: GLES: Enabling VSYNC
2024-03-25 20:44:46.542 T:28739 info <general>: load keymapping
2024-03-25 20:44:46.544 T:28739 info <general>: Loading special://xbmc/system/keymaps/appcommand.xml
2024-03-25 20:44:46.547 T:28739 info <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2024-03-25 20:44:46.548 T:28739 info <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2024-03-25 20:44:46.550 T:28739 info <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
2024-03-25 20:44:46.551 T:28739 info <general>: Loading special://xbmc/system/keymaps/gamepad.xml
2024-03-25 20:44:46.553 T:28739 info <general>: Loading special://xbmc/system/keymaps/joystick.xml
2024-03-25 20:44:46.554 T:28739 info <general>: Loading special://xbmc/system/keymaps/keyboard.xml
2024-03-25 20:44:46.558 T:28739 info <general>: Loading special://xbmc/system/keymaps/mouse.xml
2024-03-25 20:44:46.559 T:28739 info <general>: Loading special://xbmc/system/keymaps/remote.xml
2024-03-25 20:44:46.563 T:28739 info <general>: Loading special://xbmc/system/keymaps/touchscreen.xml
2024-03-25 20:44:46.565 T:28739 info <general>: GUI format 1920x1080, Display 3840x2160 @ 59.940060 - Full Screen
2024-03-25 20:44:46.575 T:28748 info <general>: Float is supported
2024-03-25 20:44:47.554 T:28748 info <general>: Skipped 1 duplicate messages..
2024-03-25 20:44:47.554 T:28748 info <general>: Found 1 Lists of Devices
2024-03-25 20:44:47.554 T:28748 info <general>: Enumerated AUDIOTRACK devices:
2024-03-25 20:44:47.554 T:28748 info <general>: Device 1
2024-03-25 20:44:47.554 T:28748 info <general>: m_deviceName : AudioTrack (IEC)
2024-03-25 20:44:47.555 T:28748 info <general>: m_displayName : AudioTrack (IEC)
2024-03-25 20:44:47.555 T:28748 info <general>: m_displayNameExtra: Kodi IEC packer (recommended)
2024-03-25 20:44:47.555 T:28748 info <general>: m_deviceType : AE_DEVTYPE_HDMI
2024-03-25 20:44:47.555 T:28748 info <general>: m_channels : FL, FR, FC, LFE, SL, SR, BL, BR, BC, BLOC, BROC
2024-03-25 20:44:47.555 T:28748 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
2024-03-25 20:44:47.555 T:28748 info <general>: m_dataFormats : AE_FMT_S16LE,AE_FMT_FLOAT,AE_FMT_RAW,AE_FMT_RAW
2024-03-25 20:44:47.555 T:28748 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-03-25 20:44:47.555 T:28748 info <general>: Device 2
2024-03-25 20:44:47.555 T:28748 info <general>: m_deviceName : AudioTrack (RAW)
2024-03-25 20:44:47.555 T:28748 info <general>: m_displayName : AudioTrack (RAW)
2024-03-25 20:44:47.555 T:28748 info <general>: m_displayNameExtra: Android IEC packer
2024-03-25 20:44:47.555 T:28748 info <general>: m_deviceType : AE_DEVTYPE_HDMI
2024-03-25 20:44:47.555 T:28748 info <general>: m_channels : FL, FR, FC, LFE, SL, SR, BL, BR, BC, BLOC, BROC
2024-03-25 20:44:47.555 T:28748 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000,32000,44100,48000,88200,96000,176400,192000
2024-03-25 20:44:47.555 T:28748 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-03-25 20:44:47.555 T:28748 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-03-25 20:44:47.556 T:28749 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-25 20:44:47.556 T:28749 info <general>: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2024-03-25 20:44:47.758 T:28749 info <general>: Minimum size we need for stream: 11344 Bytes
2024-03-25 20:44:47.759 T:28749 info <general>: Audiotrack buffer params are: period time = 32.154 ms, period size = 11344 bytes, num periods = 4
2024-03-25 20:44:47.759 T:28749 info <general>: Created Audiotrackbuffer with playing time of 128.616780 ms min buffer size: 45376 bytes
2024-03-25 20:44:47.768 T:28749 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-03-25 20:44:47.771 T:28739 info <general>: CLangInfo: loading resource.language.en_gb language information...
2024-03-25 20:44:47.776 T:28739 info <general>: global locale set to en_US.UTF-8
2024-03-25 20:44:47.776 T:28739 info <general>: CLangInfo: loading resource.language.en_gb language strings...
2024-03-25 20:44:47.818 T:28777 info <general>: Running database version Addons33
2024-03-25 20:44:47.819 T:28777 info <general>: Running database version ViewModes6
2024-03-25 20:44:47.820 T:28777 info <general>: Running database version Textures13
2024-03-25 20:44:47.824 T:28777 info <general>: Running database version MyMusic82
2024-03-25 20:44:47.828 T:28777 info <general>: Running database version MyVideos121
2024-03-25 20:44:47.829 T:28777 info <general>: Running database version TV40
2024-03-25 20:44:47.830 T:28777 info <general>: Running database version Epg16
2024-03-25 20:44:47.879 T:28739 info <general>: Unloaded skin
2024-03-25 20:44:47.882 T:28739 info <general>: load skin from: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/ (version: 4.2.0+nexus.13)
2024-03-25 20:44:47.882 T:28739 info <general>: load fonts for skin...
2024-03-25 20:44:47.884 T:28739 info <general>: Loading skin includes from /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml/Includes.xml
2024-03-25 20:44:48.126 T:28739 info <general>: LoadFonts: Loading fonts from '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml/Font.xml'
2024-03-25 20:44:48.162 T:28739 info <general>: LoadTimers: Trying to load skin timers from /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml/Timers.xml
2024-03-25 20:44:48.163 T:28739 info <general>: load new skin...
2024-03-25 20:44:48.163 T:28739 info <general>: Loading custom window XMLs from skin path /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.estuary.modv2/xml
2024-03-25 20:44:48.193 T:28739 info <general>: initialize new skin...
2024-03-25 20:44:48.193 T:28739 info <general>: Loading skin file: Custom_1142_Themes.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.217 T:28739 info <general>: Loading skin file: Custom_1140_MusicVideoInfo.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.221 T:28739 info <general>: Loading skin file: Custom_1135_PVROverlay.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.237 T:28739 info <general>: Loading skin file: Custom_1134_PVRNextUp.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.239 T:28739 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.242 T:28739 info <general>: Skipped 1 duplicate messages..
2024-03-25 20:44:48.242 T:28739 info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.243 T:28739 info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.244 T:28739 info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.245 T:28739 info <general>: Loading skin file: Custom_1110_CloseVideoOSD.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.246 T:28739 info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.247 T:28739 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.249 T:28739 info <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:44:48.252 T:28739 info <general>: Loading resource://resource.uisounds.kodi/sounds.xml
2024-03-25 20:44:48.283 T:28739 info <general>: skin loaded...
2024-03-25 20:44:48.283 T:28739 info <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2024-03-25 20:44:48.284 T:28739 warning <general>: CApplication::Initialize - startup.xml taints init process
2024-03-25 20:44:48.297 T:28739 warning <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
2024-03-25 20:44:48.297 T:28739 info <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2024-03-25 20:44:48.297 T:28739 info <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2024-03-25 20:44:48.318 T:28739 info <general>: JSONRPC v13.0.0: Successfully initialized
2024-03-25 20:44:48.329 T:28739 info <general>: CPeripheralBusAndroid: scanning for input devices...
2024-03-25 20:44:48.336 T:28739 info <general>: CPeripheralBusAndroid: added input device
2024-03-25 20:44:48.341 T:28739 info <general>: Skipped 3 duplicate messages..
2024-03-25 20:44:48.341 T:28739 info <general>: Loading controller layout: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/game.controller.default/resources/layout.xml
2024-03-25 20:44:48.356 T:28739 info <general>: Loading controller layout: /data/user/0/org.xbmc.kodi/cache/apk/assets/addons/game.controller.mouse/resources/layout.xml
2024-03-25 20:44:48.452 T:28739 info <general>: Register - new joystick device registered on android->android/inputdevice/4: virtual-search (18D1:0100)
2024-03-25 20:44:48.484 T:28739 info <general>: Register - new joystick device registered on android->android/inputdevice/6: shield-ask-remote (18D1:0100)
2024-03-25 20:44:48.514 T:28739 info <general>: Register - new joystick device registered on android->android/inputdevice/12: virtual-remote (18D1:0100)
2024-03-25 20:44:48.544 T:28739 info <general>: Register - new joystick device registered on android->android/inputdevice/13: virtual-remote-2 (18D1:0100)
2024-03-25 20:44:48.544 T:28739 info <general>: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2024-03-25 20:44:48.545 T:28739 info <general>: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2024-03-25 20:44:48.545 T:28739 info <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2024-03-25 20:44:48.548 T:28739 info <general>: Loaded playercorefactory configuration
2024-03-25 20:44:48.549 T:28739 info <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2024-03-25 20:44:48.549 T:28739 info <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2024-03-25 20:44:48.549 T:28739 info <general>: removing tempfiles
2024-03-25 20:44:48.554 T:28739 info <general>: initialize done
2024-03-25 20:44:48.555 T:28739 info <general>: Running the application...
2024-03-25 20:44:48.558 T:28739 info <general>: starting zeroconf publishing
2024-03-25 20:44:48.558 T:28787 info <general>: ES: Starting UDP Event server on port 9777
2024-03-25 20:44:48.558 T:28787 info <general>: UDP: Listening on port 9777 (ipv6 : false)
2024-03-25 20:44:48.560 T:28739 info <general>: JSONRPC Server: Successfully initialized
2024-03-25 20:44:48.564 T:28739 info <general>: CWSDiscoveryListenerUDP::Start - Started
2024-03-25 20:44:49.263 T:28786 info <general>: ZeroconfAndroid: Kodi (192.168.1.85). now registered and active
2024-03-25 20:44:49.479 T:28783 info <general>: Skipped 1 duplicate messages..
2024-03-25 20:44:49.479 T:28783 info <general>: [script.module.pvr.artwork] Initialized
2024-03-25 20:44:49.479 T:28783 info <general>: PVR Artwork module wrapper started
2024-03-25 20:44:49.691 T:28785 info <general>: Estuary MOD V2 Nexus service handler started
2024-03-25 20:44:52.277 T:28739 info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2024-03-25 20:44:52.303 T:28739 warning <general>: Skin has invalid include: skinshortcuts-template-PersonalWidgetList
2024-03-25 20:44:52.304 T:28739 warning <general>: Skin has invalid include: skinshortcuts-template-PersonalWidgetPanel
2024-03-25 20:44:52.304 T:28739 warning <general>: Skin has invalid include: skinshortcuts-template-PersonalWidgetVariable
2024-03-25 20:44:52.448 T:28739 warning <general>: Trying to add unsupported control type 7
2024-03-25 20:44:52.855 T:28801 info <general>: Skipped 6 duplicate messages..
2024-03-25 20:44:52.855 T:28801 info <general>: set Property 'videolibrary.showunwatchedplots' to [0, 1, 2]
2024-03-25 20:44:54.643 T:28738 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-25 20:44:58.359 T:28739 info <general>: Skipped 15 duplicate messages..
2024-03-25 20:44:58.359 T:28739 info <general>: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
2024-03-25 20:44:58.665 T:28798 error <general>: Unable to find plugin script.embuary.helper
2024-03-25 20:44:58.665 T:28798 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=
2024-03-25 20:44:58.692 T:28799 error <general>: Unable to find plugin script.embuary.helper
2024-03-25 20:44:58.692 T:28799 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=3
2024-03-25 20:45:00.668 T:28738 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-25 20:45:02.274 T:28777 info <general>: Skipped 5 duplicate messages..
2024-03-25 20:45:02.274 T:28777 error <general>: Unable to find plugin script.embuary.helper
2024-03-25 20:45:02.274 T:28777 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=25
2024-03-25 20:45:03.117 T:28738 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-25 20:45:04.602 T:28798 info <general>: Skipped 9 duplicate messages..
2024-03-25 20:45:04.602 T:28798 error <general>: Unable to find plugin script.embuary.helper
2024-03-25 20:45:04.603 T:28798 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=5
2024-03-25 20:45:05.366 T:28738 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-25 20:45:06.923 T:28777 info <general>: Skipped 9 duplicate messages..
2024-03-25 20:45:06.923 T:28777 error <general>: Unable to find plugin script.embuary.helper
2024-03-25 20:45:06.923 T:28777 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=3
2024-03-25 20:45:07.541 T:28738 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-25 20:45:08.209 T:28798 info <general>: Skipped 3 duplicate messages..
2024-03-25 20:45:08.209 T:28798 error <general>: Unable to find plugin script.embuary.helper
2024-03-25 20:45:08.209 T:28798 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=2
2024-03-25 20:45:08.891 T:28738 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-25 20:45:09.515 T:28799 info <general>: Skipped 3 duplicate messages..
2024-03-25 20:45:09.515 T:28799 error <general>: Unable to find plugin script.embuary.helper
2024-03-25 20:45:09.516 T:28799 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=42
2024-03-25 20:45:10.241 T:28738 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-25 20:45:16.066 T:28798 info <general>: Skipped 47 duplicate messages..
2024-03-25 20:45:16.066 T:28798 error <general>: Unable to find plugin script.embuary.helper
2024-03-25 20:45:16.066 T:28798 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=1
2024-03-25 20:45:16.767 T:28738 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-25 20:45:17.396 T:28739 info <general>: Skipped 3 duplicate messages..
2024-03-25 20:45:17.396 T:28739 info <general>: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY
2024-03-25 20:45:18.141 T:28738 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-25 20:45:18.627 T:28739 info <general>: Skipped 1 duplicate messages..
2024-03-25 20:45:18.627 T:28739 info <general>: VideoPlayer::OpenFile: /storage/NAS01/Films/- Cartoons -/- Ru -/- CCCP -/Movies/Приключения капитана Врунгеля (1979)/Приключения капитана Врунгеля (1979).avi
2024-03-25 20:45:18.628 T:28828 info <general>: Creating InputStream
2024-03-25 20:45:18.665 T:28828 info <general>: Creating Demuxer
2024-03-25 20:45:18.740 T:28799 error <general>: Unable to find plugin script.embuary.helper
2024-03-25 20:45:18.740 T:28799 error <general>: GetDirectory - Error getting plugin://script.embuary.helper/?info=jumptoletter&showall=false&reload=1
2024-03-25 20:45:19.188 T:28828 info <general>: Opening stream: 0 source: 256
2024-03-25 20:45:19.188 T:28828 info <general>: Creating video codec with codec id: 12
2024-03-25 20:45:19.188 T:28828 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mp2.decoder
2024-03-25 20:45:19.189 T:28828 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.wma.decoder
2024-03-25 20:45:19.189 T:28828 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h264.decode
2024-03-25 20:45:19.189 T:28828 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h265.decode
2024-03-25 20:45:19.189 T:28828 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mjpeg.decoder
2024-03-25 20:45:19.189 T:28828 info <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mp4.decode
2024-03-25 20:45:19.256 T:28828 info <general>: CDVDVideoCodecAndroidMediaCodec:: Open Android MediaCodec OMX.Nvidia.mp4.decode
2024-03-25 20:45:19.256 T:28828 info <general>: Creating video thread
2024-03-25 20:45:19.256 T:28839 info <general>: running thread: video_thread
2024-03-25 20:45:19.256 T:28828 info <general>: Opening stream: 1 source: 256
2024-03-25 20:45:19.256 T:28828 info <general>: Finding audio codec for: 86017
2024-03-25 20:45:19.257 T:28828 info <general>: CDVDAudioCodecAndroidMediaCodec::Open() Use default handling for non encrypted stream
2024-03-25 20:45:19.257 T:28828 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder mp3float
2024-03-25 20:45:19.257 T:28828 info <general>: OpenStream: Allowing max Out-Of-Sync Value of 10 ms
2024-03-25 20:45:19.257 T:28828 info <general>: Creating audio thread
2024-03-25 20:45:19.258 T:28840 info <general>: running thread: CVideoPlayerAudio::Process()
2024-03-25 20:45:19.304 T:28840 info <general>: Creating audio stream (codec id: 86017, channels: 2, sample rate: 48000, no pass-through)
2024-03-25 20:45:19.363 T:28739 info <general>: Instancing CRendererMediaCodecSurface
2024-03-25 20:45:19.363 T:28739 info <general>: CRendererMediaCodecSurface::Configure
2024-03-25 20:45:19.378 T:28749 info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-25 20:45:19.382 T:28749 info <general>: Trying to open: samplerate: 48000, channelMask: 12, encoding: 4
2024-03-25 20:45:19.383 T:28749 info <general>: Minimum size we need for stream: 12320 Bytes
2024-03-25 20:45:19.383 T:28749 info <general>: Audiotrack buffer params are: period time = 32.083 ms, period size = 12320 bytes, num periods = 4
2024-03-25 20:45:19.383 T:28749 info <general>: Created Audiotrackbuffer with playing time of 128.333333 ms min buffer size: 49280 bytes
2024-03-25 20:45:19.393 T:28749 info <general>: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 48000 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 49280 m_frames: 1540 m_frameSize: 8 channels: 2
2024-03-25 20:45:19.412 T:28739 info <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
2024-03-25 20:45:20.417 T:28738 warning <general>: CPeripheralBusAndroid: ignoring input event for unknown input device with ID 5
2024-03-25 20:45:20.647 T:28839 info <general>: Skipped 1 duplicate messages..
2024-03-25 20:45:20.647 T:28839 warning <general>: OutputPicture - timeout waiting for buffer
2024-03-25 20:45:20.649 T:28839 error <general>: CMediaCodecVideoBuffer::ReleaseOutputBuffer error in render(false)
2024-03-25 20:45:20.722 T:28739 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-25 20:45:21.300 T:28839 warning <general>: OutputPicture - timeout waiting for buffer
Seems that VideoPlayer::OpenFile: /storage/NAS01/Films/- Cartoons -/- Ru -/- CCCP -/Movies/Приключения капитана Врунгеля (1979)/Приключения капитана Врунгеля (1979).avi
is defect.
@C4Wiz @b-jesch
ok ... then why it's working in other Skins?
if You don't want to fix this issue, just say it ... I'm trying to assist You to make the Skin even better. anyway, thank You for the excellent job on the Skin, I love it!!! :-)
Last message before crash 2024-03-25 20:45:21.300 T:28839 warning <general>: OutputPicture - timeout waiting for buffer
is not a skin issue. Maybe it's solving by "Show video in Background" (Skin Settings -> General).
@b-jesch is there a way I can help You to understand the problem? maybe remote connection? will disabling "Show video in Background" will help You?
That has to be enabled.
@b-jesch "Show video in Background" (Skin Settings -> General) is Enabled already. I tried with disabling, the same issue.
@C4Wiz @b-jesch
ok ... then why it's working in other Skins?
if You don't want to fix this issue, just say it ... I'm trying to assist You to make the Skin even better.
anyway, thank You for the excellent job on the Skin, I love it!!! :-)
No reason to be rude! No one else has this issue, it has to be your hardware or network setup. A timeout is usually a network drive not waking up in time or a usb hdd not coming out of standby fast enough.
Advancedsettings.xml is your friend
@C4Wiz there is always first time in any problem ... again guys, thank you ...
will raising logs to level 3 will help?
@C4Wiz
there is always first time in any problem ...
again guys, thank you ...
will raising logs to level 3 will help?
Did you try with a fresh kodi install and just the skin? And is it all files or just certain ones?
@C4Wiz Hi, yes sure. All my tests from 3 days ago ( after @b-jesch request ) and till now are only on fresh install Kodi with only "Embuary Helper" Add-On installed and it was installed only because Estuary MOD V2 Nexus Skin is asked from me to install it. No additional configurations. Only: "Embuary Helper" now is disabled. "Show video in Background" (Skin Settings -> General) is now Enabled.
and it happens with ALL videos?
@C4Wiz I was unable to understand the reason ... but ... it looks like, only with very long videos ... maybe I should run logging on level 3? will it help?
post the mediainfo from a problem file
@C4Wiz
General
Complete name : T:\Films\- Cartoons -\- Ru -\- CCCP -\Movies\Приключения капитана Врунгеля (1979)\Приключения капитана Врунгеля (1979).avi
Format : AVI
Format/Info : Audio Video Interleave
Format settings : BitmapInfoHeader / WaveFormatEx
File size : 1.37 GiB
Duration : 2 h 8 min
Overall bit rate : 1 529 kb/s
Frame rate : 25.000 FPS
Copyright : HeDgEhOt®
Video
ID : 0
Format : MPEG-4 Visual
Format profile : Advanced Simple@L5
Format settings, BVOP : No
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (MPEG)
Codec ID : XVID
Codec ID/Hint : XviD
Duration : 2 h 8 min
Bit rate : 1 391 kb/s
Width : 640 pixels
Height : 480 pixels
Display aspect ratio : 4:3
Frame rate : 25.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.181
Stream size : 1.24 GiB (91%)
Writing library : XviD 1.2.0.dev47 (2006-11-01)
Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Format settings : Joint stereo / MS Stereo
Codec ID : 55
Codec ID/Hint : MP3
Duration : 2 h 8 min
Bit rate mode : Constant
Bit rate : 128 kb/s
Channel(s) : 2 channels
Sampling rate : 48.0 kHz
Frame rate : 41.667 FPS (1152 SPF)
Compression mode : Lossy
Stream size : 117 MiB (8%)
Alignment : Aligned on interleaves
Interleave, duration : 40 ms (1.00 video frame)
Interleave, preload duratio : 504 ms
Writing library : LAME3.97b
Encoding settings : -m j -V 4 -q 2 -lowpass 17 -b 128
Language : Ðóññêèé
that is a garbage encode my friend!
try playing a properly encoded file and see if the issue persists
@C4Wiz I know ... but it's very old USSR movie ... it's very hard to find the old movies in good quality. :-( and I love them.
the question why it's working in other Skins? ... even in pkscout's Estuary Mod Skin, which was built from the same Skin as Estuary MOD V2 Nexus Skin ...
i am at a loss,
@C4Wiz anyway, thank You for the attempt to assist :-)
I will try tomorrow to get logs at level 3, maybe it will help.
Kodi v20.2 on Nvidia Shield. Estuary MOD V2 Nexus -> Version 4.1.3+nexus.3
Some videos are causing Kodi to crash during position seeking in video playback. In other skins no such problem exist.
Logs: https://github.com/Copyrighter/kodi/blob/main/Estuary%20MOD%20V2%20KN%20Edition%20Crash%20on%20Play%20Seeking
" 2023-11-15 04:22:35.267 T:7532 debug: CFileCache::Process - <smb://192.168.1.10/Films/- Cartoons -/- Ru -/- CCCP -/Movies/Приключения капитана Врунгеля (1979)/Приключения капитана Врунгеля (1979).avi> cache completely reset for seek to position 464975604
"