Guest User

Untitled

a guest
Apr 4th, 2023
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.96 KB | None | 0 0
  1. 2023-04-04 08:52:41.221 T:828 info <general>: -----------------------------------------------------------------------
  2. 2023-04-04 08:52:41.222 T:828 info <general>: Starting Kodi (20.1 (20.1.0) Git:5a9ca1e3f0a6c318f7939d632143d46a155bd62b). Platform: Linux ARM 32-bit
  3. 2023-04-04 08:52:41.223 T:828 info <general>: Using Release Kodi x32
  4. 2023-04-04 08:52:41.223 T:828 info <general>: Kodi compiled 2023-03-16 by GCC 12.2.0 for Linux ARM 32-bit version 5.4.125 (328829)
  5. 2023-04-04 08:52:41.223 T:828 info <general>: Running on Amlogic Meson SC2 (S905X4/C2) Amlogic with CoreELEC (official): 20.1-Nexus, kernel: Linux ARM 64-bit version 5.4.125
  6. 2023-04-04 08:52:41.224 T:828 info <general>: FFmpeg version/source: 4.4.1-Kodi
  7. 2023-04-04 08:52:41.224 T:828 info <general>: 4 CPU cores available
  8. 2023-04-04 08:52:41.224 T:828 info <general>: ARM Features: Neon enabled
  9. 2023-04-04 08:52:41.224 T:828 info <general>: special://xbmc/ is mapped to: /usr/share/kodi/
  10. 2023-04-04 08:52:41.224 T:828 info <general>: special://xbmcbin/ is mapped to: /usr/lib/kodi
  11. 2023-04-04 08:52:41.224 T:828 info <general>: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
  12. 2023-04-04 08:52:41.224 T:828 info <general>: special://masterprofile/ is mapped to: /storage/.kodi/userdata
  13. 2023-04-04 08:52:41.224 T:828 info <general>: special://envhome/ is mapped to: /storage
  14. 2023-04-04 08:52:41.224 T:828 info <general>: special://home/ is mapped to: /storage/.kodi
  15. 2023-04-04 08:52:41.224 T:828 info <general>: special://temp/ is mapped to: /storage/.kodi/temp
  16. 2023-04-04 08:52:41.224 T:828 info <general>: special://logpath/ is mapped to: /storage/.kodi/temp
  17. 2023-04-04 08:52:41.224 T:828 info <general>: Webserver extra whitelist paths:
  18. 2023-04-04 08:52:41.225 T:828 info <general>: The executable running is: /usr/lib/kodi/kodi.bin
  19. 2023-04-04 08:52:41.225 T:828 info <general>: Local hostname: Hk1
  20. 2023-04-04 08:52:41.225 T:828 info <general>: Log File is located: /storage/.kodi/temp/kodi.log
  21. 2023-04-04 08:52:41.225 T:828 info <general>: -----------------------------------------------------------------------
  22. 2023-04-04 08:52:41.257 T:828 info <general>: loading settings
  23. 2023-04-04 08:52:41.260 T:828 info <general>: special://profile/ is mapped to: special://masterprofile/
  24. 2023-04-04 08:52:41.305 T:828 info <general>: Loaded settings file from special://xbmc/system/advancedsettings.xml
  25. 2023-04-04 08:52:41.307 T:828 info <general>: Contents of special://xbmc/system/advancedsettings.xml are...
  26. <?xml version="1.0" encoding="utf-8" ?>
  27. <advancedsettings>
  28. <cputempcommand>/usr/bin/cputemp</cputempcommand>
  29. <gputempcommand>/usr/bin/gputemp</gputempcommand>
  30. <showexitbutton>false</showexitbutton>
  31. <remotedelay>1</remotedelay>
  32. <samba>
  33. <clienttimeout>30</clienttimeout>
  34. </samba>
  35. <splash>false</splash>
  36. </advancedsettings>
  37.  
  38. 2023-04-04 08:52:41.307 T:828 warning <CSettingsManager>: missing version attribute
  39. 2023-04-04 08:52:41.310 T:828 info <general>: Loaded settings file from special://profile/advancedsettings.xml
  40. 2023-04-04 08:52:41.311 T:828 info <general>: Contents of special://profile/advancedsettings.xml are...
  41. <advancedsettings>
  42. <video>
  43. <usetimeseeking>true</usetimeseeking>
  44. <!-- Whether to use time based or percentage based seeking. -->
  45. <timeseekforwardsmall>5</timeseekforwardsmall>
  46. <!-- Time to seek forward in seconds when doing a long seek. Defaults to 600 (10 minutes). -->
  47. <timeseekbackwardsmall>-5</timeseekbackwardsmall>
  48. <!-- Time to seek forward in seconds when doing a long seek. Defaults to -600 (10 minutes). -->
  49. <timeseekforward>5</timeseekforward>
  50. <!-- Time to seek forward in seconds when doing a short seek. Defaults to 30. -->
  51. <timeseekbackward>-5</timeseekbackward>
  52. <!-- Time to seek backward in seconds when doing a short seek. Defaults to -30. -->
  53. <timeseekforwardbig>30</timeseekforwardbig>
  54. <!-- Time to seek forward in seconds when doing a long seek. Defaults to 600 (10 minutes). -->
  55. <timeseekbackwardbig>-30</timeseekbackwardbig>
  56. <!-- Time to seek forward in seconds when doing a long seek. Defaults to -600 (10 minutes). -->
  57. </video>
  58. <cache>
  59. <memorysize>200971520</memorysize>
  60. <buffermode>1</buffermode>
  61. <readfactor>8</readfactor>
  62. <!-- x-fach a bitrate -->
  63. </cache>
  64. <videodatabase>
  65. <type>mysql</type>
  66. <host>*****</host>
  67. <port>3306</port>
  68. <user>*****</user>
  69. <pass>*****</pass>
  70. </videodatabase>
  71. <videolibrary>
  72. <importwatchedstate>true</importwatchedstate>
  73. <importresumepoint>true</importresumepoint>
  74. </videolibrary>
  75. </advancedsettings>
  76.  
  77. 2023-04-04 08:52:41.312 T:828 warning <general>: VIDEO database configuration is experimental.
  78. 2023-04-04 08:52:41.312 T:828 warning <CSettingsManager>: missing version attribute
  79. 2023-04-04 08:52:41.313 T:828 info <general>: Default Video Player: VideoPlayer
  80. 2023-04-04 08:52:41.313 T:828 info <general>: Default Audio Player: paplayer
  81. 2023-04-04 08:52:41.313 T:828 info <general>: Disabled debug logging due to GUI setting. Level 0.
  82. 2023-04-04 08:52:41.313 T:828 info <general>: Log level changed to "info"
  83. 2023-04-04 08:52:41.313 T:828 info <general>: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  84. 2023-04-04 08:52:41.337 T:828 info <general>: creating subdirectories
  85. 2023-04-04 08:52:41.337 T:828 info <general>: userdata folder: special://masterprofile/
  86. 2023-04-04 08:52:41.337 T:828 info <general>: recording folder:
  87. 2023-04-04 08:52:41.337 T:828 info <general>: screenshots folder: /storage/screenshots/
  88. 2023-04-04 08:52:41.487 T:828 info <general>: Running database version Addons33
  89. 2023-04-04 08:52:41.946 T:828 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed
  90. 2023-04-04 08:52:41.947 T:828 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed
  91. 2023-04-04 08:52:41.947 T:828 info <general>: CAddonMgr::FindAddons: game.controller.default v1.0.39 installed
  92. 2023-04-04 08:52:41.947 T:828 info <general>: CAddonMgr::FindAddons: game.controller.keyboard v1.1.27 installed
  93. 2023-04-04 08:52:41.947 T:828 info <general>: CAddonMgr::FindAddons: game.controller.mouse v1.0.22 installed
  94. 2023-04-04 08:52:41.947 T:828 info <general>: CAddonMgr::FindAddons: game.controller.snes v1.0.37 installed
  95. 2023-04-04 08:52:41.947 T:828 info <general>: CAddonMgr::FindAddons: inputstream.adaptive v20.3.5.1 installed
  96. 2023-04-04 08:52:41.948 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed
  97. 2023-04-04 08:52:41.948 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.8 installed
  98. 2023-04-04 08:52:41.948 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed
  99. 2023-04-04 08:52:41.948 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed
  100. 2023-04-04 08:52:41.948 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.global.main v2.0.2 installed
  101. 2023-04-04 08:52:41.948 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed
  102. 2023-04-04 08:52:41.948 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed
  103. 2023-04-04 08:52:41.949 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v4.0.0 installed
  104. 2023-04-04 08:52:41.949 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v3.0.0 installed
  105. 2023-04-04 08:52:41.949 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.game v3.0.0 installed
  106. 2023-04-04 08:52:41.949 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v3.0.1 installed
  107. 2023-04-04 08:52:41.949 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.2.0 installed
  108. 2023-04-04 08:52:41.949 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v2.0.0 installed
  109. 2023-04-04 08:52:41.949 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.pvr v8.2.0 installed
  110. 2023-04-04 08:52:41.950 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.2.0 installed
  111. 2023-04-04 08:52:41.950 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.1 installed
  112. 2023-04-04 08:52:41.950 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.0.3 installed
  113. 2023-04-04 08:52:41.950 T:828 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.visualization v4.0.0 installed
  114. 2023-04-04 08:52:41.950 T:828 info <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed
  115. 2023-04-04 08:52:41.950 T:828 info <general>: CAddonMgr::FindAddons: metadata.album.universal v3.1.9 installed
  116. 2023-04-04 08:52:41.950 T:828 info <general>: CAddonMgr::FindAddons: metadata.artists.universal v4.3.11 installed
  117. 2023-04-04 08:52:41.951 T:828 info <general>: CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed
  118. 2023-04-04 08:52:41.951 T:828 info <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.4 installed
  119. 2023-04-04 08:52:41.951 T:828 info <general>: CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed
  120. 2023-04-04 08:52:41.951 T:828 info <general>: CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed
  121. 2023-04-04 08:52:41.951 T:828 info <general>: CAddonMgr::FindAddons: metadata.generic.albums v1.0.14 installed
  122. 2023-04-04 08:52:41.951 T:828 info <general>: CAddonMgr::FindAddons: metadata.generic.artists v1.0.14 installed
  123. 2023-04-04 08:52:41.951 T:828 info <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed
  124. 2023-04-04 08:52:41.952 T:828 info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v2.1.0 installed
  125. 2023-04-04 08:52:41.952 T:828 info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.6.5 installed
  126. 2023-04-04 08:52:41.952 T:828 info <general>: CAddonMgr::FindAddons: peripheral.joystick v20.1.8 installed
  127. 2023-04-04 08:52:41.952 T:828 info <general>: CAddonMgr::FindAddons: plugin.video.netflix v1.21.0+matrix.1 installed
  128. 2023-04-04 08:52:41.952 T:828 info <general>: CAddonMgr::FindAddons: plugin.video.torrserve v0.3.9 installed
  129. 2023-04-04 08:52:41.952 T:828 info <general>: CAddonMgr::FindAddons: plugin.video.torrserve-next v0.6.1+matrix installed
  130. 2023-04-04 08:52:41.953 T:828 info <general>: CAddonMgr::FindAddons: plugin.video.youtube v7.0.1 installed
  131. 2023-04-04 08:52:41.953 T:828 info <general>: CAddonMgr::FindAddons: pvr.hts v20.6.2.1 installed
  132. 2023-04-04 08:52:41.953 T:828 info <general>: CAddonMgr::FindAddons: repository.castagnait v2.0.0+leia installed
  133. 2023-04-04 08:52:41.953 T:828 info <general>: CAddonMgr::FindAddons: repository.coreelec v20.1 installed
  134. 2023-04-04 08:52:41.953 T:828 info <general>: CAddonMgr::FindAddons: repository.kodi.yatse.tv v1.1.0 installed
  135. 2023-04-04 08:52:41.953 T:828 info <general>: CAddonMgr::FindAddons: repository.kodinerds v7.0.1.3 installed
  136. 2023-04-04 08:52:41.953 T:828 info <general>: CAddonMgr::FindAddons: repository.search.db v1.1.68 installed
  137. 2023-04-04 08:52:41.954 T:828 info <general>: CAddonMgr::FindAddons: repository.xbmc.org v9.9.0 installed
  138. 2023-04-04 08:52:41.954 T:828 info <general>: CAddonMgr::FindAddons: resource.images.recordlabels.white v0.0.7 installed
  139. 2023-04-04 08:52:41.954 T:828 info <general>: CAddonMgr::FindAddons: resource.images.studios.white v0.0.30 installed
  140. 2023-04-04 08:52:41.954 T:828 info <general>: CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed
  141. 2023-04-04 08:52:41.954 T:828 info <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed
  142. 2023-04-04 08:52:41.954 T:828 info <general>: CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed
  143. 2023-04-04 08:52:41.954 T:828 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed
  144. 2023-04-04 08:52:41.954 T:828 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.66 installed
  145. 2023-04-04 08:52:41.955 T:828 info <general>: CAddonMgr::FindAddons: script.keymap v1.1.5 installed
  146. 2023-04-04 08:52:41.955 T:828 info <general>: CAddonMgr::FindAddons: script.module.addon.signals v0.0.6+matrix.1 installed
  147. 2023-04-04 08:52:41.955 T:828 info <general>: CAddonMgr::FindAddons: script.module.beautifulsoup4 v4.9.3+matrix.1 installed
  148. 2023-04-04 08:52:41.955 T:828 info <general>: CAddonMgr::FindAddons: script.module.bottle v0.12.23 installed
  149. 2023-04-04 08:52:41.955 T:828 info <general>: CAddonMgr::FindAddons: script.module.certifi v2022.9.24 installed
  150. 2023-04-04 08:52:41.955 T:828 info <general>: CAddonMgr::FindAddons: script.module.chardet v4.0.0+matrix.1 installed
  151. 2023-04-04 08:52:41.955 T:828 info <general>: CAddonMgr::FindAddons: script.module.defusedxml v0.6.0+matrix.1 installed
  152. 2023-04-04 08:52:41.956 T:828 info <general>: CAddonMgr::FindAddons: script.module.future v0.18.2+matrix.1 installed
  153. 2023-04-04 08:52:41.956 T:828 info <general>: CAddonMgr::FindAddons: script.module.idna v3.4.0 installed
  154. 2023-04-04 08:52:41.956 T:828 info <general>: CAddonMgr::FindAddons: script.module.infotagger v0.0.7 installed
  155. 2023-04-04 08:52:41.956 T:828 info <general>: CAddonMgr::FindAddons: script.module.inputstreamhelper v0.5.10+matrix.1 installed
  156. 2023-04-04 08:52:41.956 T:828 info <general>: CAddonMgr::FindAddons: script.module.myconnpy v8.0.18+matrix.1 installed
  157. 2023-04-04 08:52:41.956 T:828 info <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed
  158. 2023-04-04 08:52:41.956 T:828 info <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed
  159. 2023-04-04 08:52:41.957 T:828 info <general>: CAddonMgr::FindAddons: script.module.requests v2.27.1+matrix.1 installed
  160. 2023-04-04 08:52:41.957 T:828 info <general>: CAddonMgr::FindAddons: script.module.routing v0.2.3+matrix.1 installed
  161. 2023-04-04 08:52:41.957 T:828 info <general>: CAddonMgr::FindAddons: script.module.simpleeval v0.9.10 installed
  162. 2023-04-04 08:52:41.957 T:828 info <general>: CAddonMgr::FindAddons: script.module.simpleplugin3 v3.0.6+matrix.1 installed
  163. 2023-04-04 08:52:41.957 T:828 info <general>: CAddonMgr::FindAddons: script.module.soupsieve v2.1.0+matrix.1 installed
  164. 2023-04-04 08:52:41.957 T:828 info <general>: CAddonMgr::FindAddons: script.module.torrent2http v1.4.0+matrix installed
  165. 2023-04-04 08:52:41.957 T:828 info <general>: CAddonMgr::FindAddons: script.module.torrserver v0.4.1+matrix installed
  166. 2023-04-04 08:52:41.958 T:828 info <general>: CAddonMgr::FindAddons: script.module.unidecode v1.1.1+matrix.2 installed
  167. 2023-04-04 08:52:41.958 T:828 info <general>: CAddonMgr::FindAddons: script.module.urllib3 v1.26.13+matrix.1 installed
  168. 2023-04-04 08:52:41.958 T:828 info <general>: CAddonMgr::FindAddons: script.module.vd-common v1.5.5+matrix installed
  169. 2023-04-04 08:52:41.958 T:828 info <general>: CAddonMgr::FindAddons: script.module.vsdbg v1.3.0+matrix installed
  170. 2023-04-04 08:52:41.958 T:828 info <general>: CAddonMgr::FindAddons: script.module.web-pdb v1.5.6+matrix.1 installed
  171. 2023-04-04 08:52:41.958 T:828 info <general>: CAddonMgr::FindAddons: script.skinshortcuts v2.0.3 installed
  172. 2023-04-04 08:52:41.958 T:828 info <general>: CAddonMgr::FindAddons: script.yatse.kodi v92.5.23 installed
  173. 2023-04-04 08:52:41.959 T:828 info <general>: CAddonMgr::FindAddons: service.coreelec.settings v20.1 installed
  174. 2023-04-04 08:52:41.959 T:828 info <general>: CAddonMgr::FindAddons: service.library.data.provider v0.4.2 installed
  175. 2023-04-04 08:52:41.959 T:828 info <general>: CAddonMgr::FindAddons: service.openvfd v1.0.4.0 installed
  176. 2023-04-04 08:52:41.959 T:828 info <general>: CAddonMgr::FindAddons: service.subtitles.opensubtitles v5.1.4 installed
  177. 2023-04-04 08:52:41.959 T:828 info <general>: CAddonMgr::FindAddons: skin.aeon.nox.silvo v9.0.0 installed
  178. 2023-04-04 08:52:41.959 T:828 info <general>: CAddonMgr::FindAddons: skin.estuary v3.0.10 installed
  179. 2023-04-04 08:52:41.959 T:828 info <general>: CAddonMgr::FindAddons: virtual.network-tools v20.1.1 installed
  180. 2023-04-04 08:52:41.959 T:828 info <general>: CAddonMgr::FindAddons: virtual.system-tools v20.1.0 installed
  181. 2023-04-04 08:52:41.960 T:828 info <general>: CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8 installed
  182. 2023-04-04 08:52:41.960 T:828 info <general>: CAddonMgr::FindAddons: xbmc.addon v20.1.0 installed
  183. 2023-04-04 08:52:41.960 T:828 info <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
  184. 2023-04-04 08:52:41.960 T:828 info <general>: CAddonMgr::FindAddons: xbmc.gui v5.16.0 installed
  185. 2023-04-04 08:52:41.960 T:828 info <general>: CAddonMgr::FindAddons: xbmc.json v13.0.0 installed
  186. 2023-04-04 08:52:41.960 T:828 info <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
  187. 2023-04-04 08:52:41.960 T:828 info <general>: CAddonMgr::FindAddons: xbmc.python v3.0.1 installed
  188. 2023-04-04 08:52:41.961 T:828 info <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed
  189. 2023-04-04 08:52:41.981 T:828 info <general>: Selected Logind/UPower as PowerSyscall
  190. 2023-04-04 08:52:41.981 T:828 error <general>: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
  191. 2023-04-04 08:52:41.981 T:828 info <general>: LogindUPowerSyscall - UPower not found, battery information will not be available
  192. 2023-04-04 08:52:42.017 T:828 info <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  193. 2023-04-04 08:52:42.166 T:828 info <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
  194. 2023-04-04 08:52:42.196 T:832 info <general>: Loading special://xbmc/system/Lircmap.xml
  195. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'mceusb'
  196. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'XboxDVDDongle'
  197. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'Microsoft_Xbox'
  198. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
  199. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'anysee'
  200. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'iMON-PAD'
  201. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'Antec_Veris_RM200'
  202. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'MCE_via_iMON'
  203. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'TwinHanRemote'
  204. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'linux-input-layer'
  205. 2023-04-04 08:52:42.201 T:832 info <general>: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
  206. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'mediacenter'
  207. 2023-04-04 08:52:42.201 T:832 info <general>: * Adding remote mapping for device 'devinput'
  208. 2023-04-04 08:52:42.202 T:832 info <general>: * Adding remote mapping for device 'devinput-32'
  209. 2023-04-04 08:52:42.202 T:832 info <general>: * Adding remote mapping for device 'devinput-64'
  210. 2023-04-04 08:52:42.210 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 60.000000 Hz
  211. 2023-04-04 08:52:42.210 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 59.940056 Hz
  212. 2023-04-04 08:52:42.210 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080i @ 60.000000 Hz
  213. 2023-04-04 08:52:42.210 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080i @ 59.940056 Hz
  214. 2023-04-04 08:52:42.210 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 50.000000 Hz
  215. 2023-04-04 08:52:42.210 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080i @ 50.000000 Hz
  216. 2023-04-04 08:52:42.210 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 30.000000 Hz
  217. 2023-04-04 08:52:42.210 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 29.970028 Hz
  218. 2023-04-04 08:52:42.210 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 25.000000 Hz
  219. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 24.000000 Hz
  220. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 23.976023 Hz
  221. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1680 x 1050 with 1680 x 1050 @ 60.000000 Hz
  222. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1680 x 1050 with 1680 x 1050 @ 59.940056 Hz
  223. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1600 x 900 with 1600 x 900 @ 60.000000 Hz
  224. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1600 x 900 with 1600 x 900 @ 59.940056 Hz
  225. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1280 x 1024 with 1280 x 1024 @ 60.000000 Hz
  226. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1280 x 1024 with 1280 x 1024 @ 59.940056 Hz
  227. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1440 x 900 with 1440 x 900 @ 60.000000 Hz
  228. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1440 x 900 with 1440 x 900 @ 59.940056 Hz
  229. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1366 x 768 with 1366 x 768 @ 60.000000 Hz
  230. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1366 x 768 with 1366 x 768 @ 59.940056 Hz
  231. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1280 x 800 with 1280 x 800 @ 60.000000 Hz
  232. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1280 x 800 with 1280 x 800 @ 59.940056 Hz
  233. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1152 x 864 with 1152 x 864 @ 75.000000 Hz
  234. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1280 x 720 with 1280 x 720 @ 60.000000 Hz
  235. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1280 x 720 with 1280 x 720 @ 59.940056 Hz
  236. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1280 x 720 with 1280 x 720 @ 50.000000 Hz
  237. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1024 x 768 with 1024 x 768 @ 60.000000 Hz
  238. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 1024 x 768 with 1024 x 768 @ 59.940056 Hz
  239. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 800 x 600 with 800 x 600 @ 60.000000 Hz
  240. 2023-04-04 08:52:42.211 T:828 info <general>: Found resolution 800 x 600 with 800 x 600 @ 59.940056 Hz
  241. 2023-04-04 08:52:42.212 T:828 info <general>: Found resolution 720 x 576 with 720 x 576i @ 50.000000 Hz
  242. 2023-04-04 08:52:42.212 T:828 info <general>: Found resolution 720 x 576 with 720 x 576 @ 50.000000 Hz
  243. 2023-04-04 08:52:42.212 T:828 info <general>: Found resolution 720 x 480 with 720 x 480i @ 60.000000 Hz
  244. 2023-04-04 08:52:42.212 T:828 info <general>: Found resolution 720 x 480 with 720 x 480i @ 59.940056 Hz
  245. 2023-04-04 08:52:42.212 T:828 info <general>: Found resolution 720 x 480 with 720 x 480 @ 60.000000 Hz
  246. 2023-04-04 08:52:42.212 T:828 info <general>: Found resolution 720 x 480 with 720 x 480 @ 59.940056 Hz
  247. 2023-04-04 08:52:42.212 T:828 info <general>: Found resolution 640 x 480 with 640 x 480 @ 60.000000 Hz
  248. 2023-04-04 08:52:42.212 T:828 info <general>: Found resolution 640 x 480 with 640 x 480 @ 59.940056 Hz
  249. 2023-04-04 08:52:42.343 T:828 info <general>: EGL_VERSION = 1.4 Bifrost-"r25p1-r25p1-fbdev-g31-eabihf-4f09449c6-c5"
  250. 2023-04-04 08:52:42.343 T:828 info <general>: EGL_VENDOR = ARM
  251. 2023-04-04 08:52:42.343 T:828 info <general>: EGL_EXTENSIONS = EGL_KHR_partial_update EGL_KHR_config_attribs EGL_KHR_image EGL_KHR_image_base EGL_KHR_fence_sync EGL_KHR_wait_sync EGL_KHR_gl_colorspace EGL_KHR_get_all_proc_addresses EGL_IMG_context_priority EGL_KHR_no_config_context EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_pixel_format_float EGL_ARM_pixmap_multisample_discard EGL_ARM_implicit_external_sync EGL_KHR_gl_texture_2D_image EGL_KHR_gl_renderbuffer_image EGL_KHR_create_context EGL_KHR_surfaceless_context EGL_KHR_gl_texture_cubemap_image EGL_EXT_image_gl_colorspace EGL_EXT_create_context_robustness
  252. 2023-04-04 08:52:42.343 T:828 info <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses
  253. 2023-04-04 08:52:42.346 T:828 info <general>: CApplication::CreateGUI - using the aml windowing system
  254. 2023-04-04 08:52:42.363 T:828 info <general>: Checking resolution 16
  255. 2023-04-04 08:52:42.374 T:828 info <general>: GL_VENDOR = ARM
  256. 2023-04-04 08:52:42.374 T:828 info <general>: GL_RENDERER = Mali-G31
  257. 2023-04-04 08:52:42.374 T:828 info <general>: GL_VERSION = OpenGL ES 3.2 v1.r25p1-r25p1-fbdev-g31-eabihf-4f09449c6-c5.46fd02a02c25ee90e447d5021040b438
  258. 2023-04-04 08:52:42.374 T:828 info <general>: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.20
  259. 2023-04-04 08:52:42.374 T:828 info <general>: GL_EXTENSIONS = GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_type_2_10_10_10_REV GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_EXT_shadow_samplers GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_KHR_texture_compression_astc_sliced_3d GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 GL_KHR_debug GL_EXT_occlusion_query_boolean GL_EXT_disjoint_timer_query GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_OES_texture_3D GL_EXT_texture_storage GL_EXT_multisampled_render_to_texture GL_EXT_multisampled_render_to_texture2 GL_OES_surfaceless_context GL_OES_texture_stencil8 GL_EXT_shader_pixel_local_storage GL_ARM_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_ARM_mali_program_binary GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT_texture_sRGB_decode GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_texture_storage_multisample_2d_array GL_OES_shader_image_atomic GL_EXT_robustness GL_EXT_draw_buffers_indexed GL_OES_draw_buffers_indexed GL_EXT_texture_border_clamp GL_OES_texture_border_clamp GL_EXT_texture_cube_map_array GL_OES_texture_cube_map_array GL_OES_sample_variables GL_OES_sample_shading GL_OES_shader_multisample_interpolation GL_EXT_shader_io_blocks GL_OES_shader_io_blocks GL_EXT_tessellation_shader GL_OES_tessellation_shader GL_EXT_primitive_bounding_box GL_OES_primitive_bounding_box GL_EXT_geometry_shader GL_OES_geometry_shader GL_ANDROID_extension_pack_es31a GL_EXT_gpu_shader5 GL_OES_gpu_shader5 GL_EXT_texture_buffer GL_OES_texture_buffer GL_EXT_copy_image GL_OES_copy_image GL_EXT_shader_non_constant_global_initializers GL_EXT_color_buffer_half_float GL_EXT_color_buffer_float GL_EXT_YUV_target GL_OVR_multiview GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture GL_KHR_robustness GL_KHR_robust_buffer_access_behavior GL_EXT_draw_elements_base_vertex GL_OES_draw_elements_base_vertex GL_EXT_buffer_storage GL_ARM_texture_unnormalized_coordinates
  260. 2023-04-04 08:52:42.853 T:828 info <general>: GLES: Maximum texture width: 8192
  261. 2023-04-04 08:52:42.853 T:828 info <general>: load keymapping
  262. 2023-04-04 08:52:42.856 T:828 info <general>: Loading special://xbmc/system/keymaps/appcommand.xml
  263. 2023-04-04 08:52:42.857 T:828 info <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  264. 2023-04-04 08:52:42.858 T:828 info <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  265. 2023-04-04 08:52:42.861 T:828 info <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
  266. 2023-04-04 08:52:42.862 T:828 info <general>: Loading special://xbmc/system/keymaps/gamepad.xml
  267. 2023-04-04 08:52:42.863 T:828 info <general>: Loading special://xbmc/system/keymaps/joystick.xml
  268. 2023-04-04 08:52:42.866 T:828 info <general>: Loading special://xbmc/system/keymaps/keyboard.xml
  269. 2023-04-04 08:52:42.871 T:828 info <general>: Loading special://xbmc/system/keymaps/mouse.xml
  270. 2023-04-04 08:52:42.871 T:828 info <general>: Loading special://xbmc/system/keymaps/remote.xml
  271. 2023-04-04 08:52:42.875 T:828 info <general>: Loading special://xbmc/system/keymaps/touchscreen.xml
  272. 2023-04-04 08:52:42.882 T:828 info <general>: Loading special://masterprofile/keymaps/keyboard.xml
  273. 2023-04-04 08:52:42.884 T:828 info <general>: Loading special://profile/keymaps/keyboard.xml
  274. 2023-04-04 08:52:42.885 T:828 info <general>: GUI format 1920x1080, Display 1920x1080 @ 50.00 - Full Screen
  275. 2023-04-04 08:52:42.925 T:853 warning <general>: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
  276. 2023-04-04 08:52:42.926 T:853 info <general>: Found 2 Lists of Devices
  277. 2023-04-04 08:52:42.926 T:853 info <general>: Enumerated ALSA devices:
  278. 2023-04-04 08:52:42.926 T:853 info <general>: Device 1
  279. 2023-04-04 08:52:42.926 T:853 info <general>: m_deviceName : default
  280. 2023-04-04 08:52:42.926 T:853 info <general>: m_displayName : Default (AML-AUGESOUND Analog)
  281. 2023-04-04 08:52:42.926 T:853 info <general>: m_displayNameExtra: PCM
  282. 2023-04-04 08:52:42.926 T:853 info <general>: m_deviceType : AE_DEVTYPE_PCM
  283. 2023-04-04 08:52:42.926 T:853 info <general>: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR
  284. 2023-04-04 08:52:42.926 T:853 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
  285. 2023-04-04 08:52:42.927 T:853 info <general>: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
  286. 2023-04-04 08:52:42.927 T:853 info <general>: m_streamTypes : No passthrough capabilities
  287. 2023-04-04 08:52:42.927 T:853 info <general>: Device 2
  288. 2023-04-04 08:52:42.927 T:853 info <general>: m_deviceName : sysdefault:CARD=AMLAUGESOUND
  289. 2023-04-04 08:52:42.927 T:853 info <general>: m_displayName : AML-AUGESOUND
  290. 2023-04-04 08:52:42.927 T:853 info <general>: m_displayNameExtra: PCM
  291. 2023-04-04 08:52:42.927 T:853 info <general>: m_deviceType : AE_DEVTYPE_PCM
  292. 2023-04-04 08:52:42.927 T:853 info <general>: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR
  293. 2023-04-04 08:52:42.927 T:853 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
  294. 2023-04-04 08:52:42.927 T:853 info <general>: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
  295. 2023-04-04 08:52:42.927 T:853 info <general>: m_streamTypes : No passthrough capabilities
  296. 2023-04-04 08:52:42.927 T:853 info <general>: Device 3
  297. 2023-04-04 08:52:42.927 T:853 info <general>: m_deviceName : surround71:CARD=AMLAUGESOUND,DEV=0
  298. 2023-04-04 08:52:42.927 T:853 info <general>: m_displayName : AML-AUGESOUND
  299. 2023-04-04 08:52:42.927 T:853 info <general>: m_displayNameExtra: HDMI Multi Ch PCM
  300. 2023-04-04 08:52:42.927 T:853 info <general>: m_deviceType : AE_DEVTYPE_PCM
  301. 2023-04-04 08:52:42.927 T:853 info <general>: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR
  302. 2023-04-04 08:52:42.927 T:853 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
  303. 2023-04-04 08:52:42.927 T:853 info <general>: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
  304. 2023-04-04 08:52:42.927 T:853 info <general>: m_streamTypes : No passthrough capabilities
  305. 2023-04-04 08:52:42.927 T:853 info <general>: Device 4
  306. 2023-04-04 08:52:42.927 T:853 info <general>: m_deviceName : iec958:CARD=AMLAUGESOUND,DEV=0
  307. 2023-04-04 08:52:42.927 T:853 info <general>: m_displayName : AML-AUGESOUND
  308. 2023-04-04 08:52:42.927 T:853 info <general>: m_displayNameExtra: S/PDIF
  309. 2023-04-04 08:52:42.927 T:853 info <general>: m_deviceType : AE_DEVTYPE_IEC958
  310. 2023-04-04 08:52:42.927 T:853 info <general>: m_channels : FL, FR
  311. 2023-04-04 08:52:42.927 T:853 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
  312. 2023-04-04 08:52:42.927 T:853 info <general>: m_dataFormats : AE_FMT_RAW,AE_FMT_S16NE,AE_FMT_S16LE
  313. 2023-04-04 08:52:42.927 T:853 info <general>: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  314. 2023-04-04 08:52:42.927 T:853 info <general>: Device 5
  315. 2023-04-04 08:52:42.927 T:853 info <general>: m_deviceName : hdmi:CARD=AMLAUGESOUND,DEV=0
  316. 2023-04-04 08:52:42.927 T:853 info <general>: m_displayName : AML-AUGESOUND
  317. 2023-04-04 08:52:42.927 T:853 info <general>: m_displayNameExtra: HDMI
  318. 2023-04-04 08:52:42.927 T:853 info <general>: m_deviceType : AE_DEVTYPE_HDMI
  319. 2023-04-04 08:52:42.927 T:853 info <general>: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR
  320. 2023-04-04 08:52:42.927 T:853 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
  321. 2023-04-04 08:52:42.927 T:853 info <general>: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_RAW
  322. 2023-04-04 08:52:42.927 T:853 info <general>: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_EAC3,STREAM_TYPE_TRUEHD
  323. 2023-04-04 08:52:42.927 T:853 info <general>: Enumerated PULSE devices:
  324. 2023-04-04 08:52:42.927 T:853 info <general>: Device 1
  325. 2023-04-04 08:52:42.927 T:853 info <general>: m_deviceName : Default
  326. 2023-04-04 08:52:42.927 T:853 info <general>: m_displayName : Default
  327. 2023-04-04 08:52:42.927 T:853 info <general>: m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
  328. 2023-04-04 08:52:42.927 T:853 info <general>: m_deviceType : AE_DEVTYPE_PCM
  329. 2023-04-04 08:52:42.927 T:853 info <general>: m_channels : FL, FR
  330. 2023-04-04 08:52:42.927 T:853 info <general>: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
  331. 2023-04-04 08:52:42.927 T:853 info <general>: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
  332. 2023-04-04 08:52:42.927 T:853 info <general>: m_streamTypes : No passthrough capabilities
  333. 2023-04-04 08:52:42.928 T:854 info <general>: CActiveAESink::OpenSink - initialize sink
  334. 2023-04-04 08:52:42.928 T:854 info <general>: CAESinkALSA::Initialize - Configure simple control for "AUGESOUND"
  335. 2023-04-04 08:52:42.928 T:854 info <general>: CAESinkALSA - Use card "hw:0" and set codec format "2 CH PCM"
  336. 2023-04-04 08:52:42.929 T:854 info <general>: CAESinkALSA - Set Spdif to HDMITX to "Spdif"
  337. 2023-04-04 08:52:42.929 T:854 info <general>: CAESinkALSA - Set codec for "Audio spdif_b format"
  338. 2023-04-04 08:52:42.929 T:854 info <general>: CAESinkALSA - Set codec for "Audio spdif format"
  339. 2023-04-04 08:52:42.929 T:854 info <general>: CAESinkALSA::Initialize - Attempting to open device "surround71:CARD=AMLAUGESOUND,DEV=0"
  340. 2023-04-04 08:52:42.935 T:854 info <general>: CAESinkALSA::Initialize - Opened device "surround71:CARD=AMLAUGESOUND,DEV=0"
  341. 2023-04-04 08:52:42.936 T:854 info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
  342. 2023-04-04 08:52:42.936 T:854 info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
  343. 2023-04-04 08:52:42.996 T:828 info <general>: CLangInfo: loading resource.language.en_gb language information...
  344. 2023-04-04 08:52:43.013 T:828 info <general>: global locale set to C
  345. 2023-04-04 08:52:43.014 T:828 info <general>: CLangInfo: loading resource.language.en_gb language strings...
  346. 2023-04-04 08:52:43.173 T:863 info <general>: Running database version Addons33
  347. 2023-04-04 08:52:43.177 T:863 info <general>: Running database version ViewModes6
  348. 2023-04-04 08:52:43.199 T:863 info <general>: Running database version Textures13
  349. 2023-04-04 08:52:43.215 T:863 info <general>: Running database version MyMusic82
  350. 2023-04-04 08:52:43.347 T:863 info <general>: MYSQL: Connected to version 10.5.7-MariaDB-1:10.5.7+maria~focal
  351. 2023-04-04 08:52:43.362 T:863 info <general>: Running database version MyVideos121
  352. 2023-04-04 08:52:43.375 T:863 info <general>: Running database version TV40
  353. 2023-04-04 08:52:43.611 T:863 info <general>: Running database version Epg16
  354. 2023-04-04 08:52:43.657 T:828 info <general>: Unloaded skin
  355. 2023-04-04 08:52:43.671 T:828 info <general>: load skin from: /storage/.kodi/addons/skin.aeon.nox.silvo/ (version: 9.0.0)
  356. 2023-04-04 08:52:43.671 T:828 info <general>: load fonts for skin...
  357. 2023-04-04 08:52:43.681 T:828 info <general>: Loading skin includes from /storage/.kodi/addons/skin.aeon.nox.silvo/16x9/Includes.xml
  358. 2023-04-04 08:52:44.213 T:828 info <general>: LoadFonts: Loading fonts from '/storage/.kodi/addons/skin.aeon.nox.silvo/16x9/Font.xml'
  359. 2023-04-04 08:52:44.434 T:828 info <general>: LoadTimers: Trying to load skin timers from /storage/.kodi/addons/skin.aeon.nox.silvo/16x9/Timers.xml
  360. 2023-04-04 08:52:44.436 T:828 info <general>: load new skin...
  361. 2023-04-04 08:52:44.442 T:828 info <general>: Loading custom window XMLs from skin path /storage/.kodi/addons/skin.aeon.nox.silvo/16x9
  362. 2023-04-04 08:52:44.497 T:828 info <general>: initialize new skin...
  363. 2023-04-04 08:52:44.497 T:828 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  364. 2023-04-04 08:52:44.500 T:828 info <general>: Loading skin file: DialogSettings.xml, load type: LOAD_ON_GUI_INIT
  365. 2023-04-04 08:52:44.554 T:828 info <general>: Skipped 1 duplicate messages..
  366. 2023-04-04 08:52:44.554 T:828 info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  367. 2023-04-04 08:52:44.556 T:828 info <general>: Loading skin file: VideoOSD.xml, load type: LOAD_ON_GUI_INIT
  368. 2023-04-04 08:52:44.603 T:828 info <general>: Loading skin file: custom_1134_PausedOverlay.xml, load type: LOAD_ON_GUI_INIT
  369. 2023-04-04 08:52:44.609 T:828 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  370. 2023-04-04 08:52:44.616 T:828 info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  371. 2023-04-04 08:52:44.621 T:828 info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  372. 2023-04-04 08:52:44.625 T:828 info <general>: Loading skin file: DialogPVRChannelsOSD.xml, load type: LOAD_ON_GUI_INIT
  373. 2023-04-04 08:52:44.637 T:828 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  374. 2023-04-04 08:52:44.639 T:828 info <general>: Loading skin file: DialogPVRChannelGuide.xml, load type: LOAD_ON_GUI_INIT
  375. 2023-04-04 08:52:44.644 T:828 info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  376. 2023-04-04 08:52:44.648 T:828 info <general>: Loading skin file: Custom_Overlay_Debug.xml, load type: LOAD_ON_GUI_INIT
  377. 2023-04-04 08:52:44.654 T:828 info <general>: Loading skin file: DialogSubtitles.xml, load type: LOAD_ON_GUI_INIT
  378. 2023-04-04 08:52:44.662 T:828 info <general>: Loading resource://resource.uisounds.kodi/sounds.xml
  379. 2023-04-04 08:52:44.894 T:828 info <general>: skin loaded...
  380. 2023-04-04 08:52:44.895 T:828 info <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  381. 2023-04-04 08:52:44.909 T:828 info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  382. 2023-04-04 08:52:45.121 T:828 warning <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
  383. 2023-04-04 08:52:45.122 T:828 info <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  384. 2023-04-04 08:52:45.122 T:828 info <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  385. 2023-04-04 08:52:45.155 T:828 info <general>: JSONRPC v13.0.0: Successfully initialized
  386. 2023-04-04 08:52:45.156 T:828 info <general>: [Media Detection] starting service for optical media detection
  387. 2023-04-04 08:52:45.177 T:828 info <general>: AddOnLog: peripheral.joystick: Enabling joystick interface "linux"
  388. 2023-04-04 08:52:45.183 T:828 info <general>: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
  389. 2023-04-04 08:52:45.184 T:828 info <general>: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
  390. 2023-04-04 08:52:45.189 T:828 info <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  391. 2023-04-04 08:52:45.190 T:828 info <general>: Loaded playercorefactory configuration
  392. 2023-04-04 08:52:45.190 T:828 info <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  393. 2023-04-04 08:52:45.190 T:828 info <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  394. 2023-04-04 08:52:45.190 T:828 info <general>: removing tempfiles
  395. 2023-04-04 08:52:45.192 T:828 info <general>: UpdateLibraries: Starting video library startup scan
  396. 2023-04-04 08:52:45.217 T:828 info <general>: initialize done
  397. 2023-04-04 08:52:45.217 T:828 info <general>: Running the application...
  398. 2023-04-04 08:52:45.227 T:828 info <general>: starting zeroconf publishing
  399. 2023-04-04 08:52:45.227 T:888 info <general>: ES: Starting UDP Event server on port 9777
  400. 2023-04-04 08:52:45.228 T:888 info <general>: UDP: Listening on port 9777 (ipv6 : true)
  401. 2023-04-04 08:52:45.239 T:828 error <general>: JSONRPC Server: Failed to connect to sdpd
  402. 2023-04-04 08:52:45.240 T:828 info <general>: JSONRPC Server: Successfully initialized
  403. 2023-04-04 08:52:45.241 T:828 info <CWebserver[8080]>: Started
  404. 2023-04-04 08:52:45.305 T:877 info <general>: Register - new cec device registered on cec->AOCEC: CEC Adapter (0000:0000)
  405. 2023-04-04 08:52:45.323 T:828 info <general>: GLES: Enabling VSYNC
  406. 2023-04-04 08:52:46.527 T:872 info <general>: AddOnLog: pvr.hts: starting PVR client
  407. 2023-04-04 08:52:46.545 T:872 info <general>: PVR Manager: Starting
  408. 2023-04-04 08:52:46.547 T:904 info <general>: AddOnLog: pvr.hts: Received permissions:
  409. 2023-04-04 08:52:46.547 T:904 info <general>: AddOnLog: pvr.hts: administrator : 1
  410. 2023-04-04 08:52:46.547 T:904 info <general>: AddOnLog: pvr.hts: HTSP streaming : 1
  411. 2023-04-04 08:52:46.547 T:904 info <general>: AddOnLog: pvr.hts: HTSP DVR : 1
  412. 2023-04-04 08:52:46.547 T:904 info <general>: AddOnLog: pvr.hts: Failed/aborted DVR : 1
  413. 2023-04-04 08:52:46.547 T:904 info <general>: AddOnLog: pvr.hts: anonymous HTSP only : 0
  414. 2023-04-04 08:52:46.547 T:904 info <general>: AddOnLog: pvr.hts: global connection limit : 0
  415. 2023-04-04 08:52:46.547 T:904 info <general>: AddOnLog: pvr.hts: DVR connection limit : 0
  416. 2023-04-04 08:52:46.547 T:904 info <general>: AddOnLog: pvr.hts: streaming connection limit : 0
  417. 2023-04-04 08:52:46.548 T:904 info <general>: AddOnLog: pvr.hts: Available streaming profiles:
  418. 2023-04-04 08:52:46.549 T:904 info <general>: AddOnLog: pvr.hts: Name: htsp, Comment: HTSP Default Stream Settings
  419. 2023-04-04 08:52:46.549 T:904 info <general>: AddOnLog: pvr.hts: Name: webtv-h264-aac-mpegts, Comment: WEBTV profile H264/AAC/MPEG-TS
  420. 2023-04-04 08:52:46.549 T:904 info <general>: AddOnLog: pvr.hts: Name: webtv-vp8-vorbis-webm, Comment: WEBTV profile VP8/Vorbis/WEBM
  421. 2023-04-04 08:52:46.549 T:904 info <general>: AddOnLog: pvr.hts: Name: webtv-h264-aac-matroska, Comment: WEBTV profile H264/AAC/Matroska
  422. 2023-04-04 08:52:46.549 T:904 info <general>: AddOnLog: pvr.hts: Request async EPG (1 days)
  423. 2023-04-04 08:52:46.551 T:904 info <general>: AddOnLog: pvr.hts: Async updates requested
  424. 2023-04-04 08:52:46.715 T:902 info <general>: AddOnLog: pvr.hts: Async updates initialised
  425. 2023-04-04 08:52:46.722 T:872 info <general>: VideoInfoScanner: Starting scan ..
  426. 2023-04-04 08:52:47.675 T:886 error <general>: Window Translator: Can't find window videossettings
  427. 2023-04-04 08:52:47.684 T:905 info <general>: PVR Manager: Started
  428. 2023-04-04 08:52:47.695 T:886 error <general>: Window Translator: Can't find window musicsettings
  429. 2023-04-04 08:52:47.717 T:886 error <general>: Window Translator: Can't find window picturessettings
  430. 2023-04-04 08:52:47.721 T:886 error <general>: Window Translator: Can't find window weathersettings
  431. 2023-04-04 08:52:48.191 T:881 info <general>: [plugin.video.netflix (0)] The debug logging is set as DISABLED
  432. 2023-04-04 08:52:48.524 T:872 info <general>: VideoInfoScanner: Finished scan. Scanning for video info took 1844 ms
  433. 2023-04-04 08:52:48.525 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1393225'!
  434. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1393227'!
  435. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1393229'!
  436. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394262'!
  437. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394264'!
  438. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394266'!
  439. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394268'!
  440. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394270'!
  441. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394272'!
  442. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394274'!
  443. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394276'!
  444. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1395455'!
  445. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1395457'!
  446. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1395459'!
  447. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1397095'!
  448. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1397097'!
  449. 2023-04-04 08:52:48.526 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1397099'!
  450. 2023-04-04 08:52:48.781 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413790'!
  451. 2023-04-04 08:52:48.781 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413792'!
  452. 2023-04-04 08:52:48.781 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413794'!
  453. 2023-04-04 08:52:48.781 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413796'!
  454. 2023-04-04 08:52:48.781 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413798'!
  455. 2023-04-04 08:52:48.781 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413800'!
  456. 2023-04-04 08:52:48.781 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413802'!
  457. 2023-04-04 08:52:48.782 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413804'!
  458. 2023-04-04 08:52:48.782 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413806'!
  459. 2023-04-04 08:52:48.782 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413808'!
  460. 2023-04-04 08:52:48.782 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413810'!
  461. 2023-04-04 08:52:48.782 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413812'!
  462. 2023-04-04 08:52:48.782 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413814'!
  463. 2023-04-04 08:52:48.782 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413816'!
  464. 2023-04-04 08:52:48.782 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413818'!
  465. 2023-04-04 08:52:49.492 T:871 info <general>: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
  466. 2023-04-04 08:52:50.830 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1393243'!
  467. 2023-04-04 08:52:50.830 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1393245'!
  468. 2023-04-04 08:52:50.831 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1393247'!
  469. 2023-04-04 08:52:50.831 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394290'!
  470. 2023-04-04 08:52:50.831 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394292'!
  471. 2023-04-04 08:52:50.831 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394294'!
  472. 2023-04-04 08:52:50.831 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394296'!
  473. 2023-04-04 08:52:50.831 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394298'!
  474. 2023-04-04 08:52:50.831 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394300'!
  475. 2023-04-04 08:52:50.831 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1395465'!
  476. 2023-04-04 08:52:50.831 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1395467'!
  477. 2023-04-04 08:52:50.833 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1395469'!
  478. 2023-04-04 08:52:50.833 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1397113'!
  479. 2023-04-04 08:52:50.833 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1397115'!
  480. 2023-04-04 08:52:50.940 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412003'!
  481. 2023-04-04 08:52:50.940 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412005'!
  482. 2023-04-04 08:52:50.940 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412007'!
  483. 2023-04-04 08:52:50.940 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412009'!
  484. 2023-04-04 08:52:50.940 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412011'!
  485. 2023-04-04 08:52:50.940 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412013'!
  486. 2023-04-04 08:52:50.940 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412015'!
  487. 2023-04-04 08:52:50.940 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412017'!
  488. 2023-04-04 08:52:51.129 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1393115'!
  489. 2023-04-04 08:52:51.129 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1393117'!
  490. 2023-04-04 08:52:51.129 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394104'!
  491. 2023-04-04 08:52:51.129 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394106'!
  492. 2023-04-04 08:52:51.129 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394108'!
  493. 2023-04-04 08:52:51.129 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394110'!
  494. 2023-04-04 08:52:51.129 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394112'!
  495. 2023-04-04 08:52:51.129 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394114'!
  496. 2023-04-04 08:52:51.129 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394116'!
  497. 2023-04-04 08:52:51.129 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1395417'!
  498. 2023-04-04 08:52:51.130 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1395419'!
  499. 2023-04-04 08:52:51.130 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1396783'!
  500. 2023-04-04 08:52:51.130 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1396785'!
  501. 2023-04-04 08:52:51.130 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1396787'!
  502. 2023-04-04 08:52:51.327 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396704'!
  503. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396706'!
  504. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396708'!
  505. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396710'!
  506. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396712'!
  507. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396714'!
  508. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396716'!
  509. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396718'!
  510. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396720'!
  511. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396722'!
  512. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396724'!
  513. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396726'!
  514. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396728'!
  515. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396730'!
  516. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396732'!
  517. 2023-04-04 08:52:51.328 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396734'!
  518. 2023-04-04 08:52:51.464 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397885'!
  519. 2023-04-04 08:52:51.464 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397887'!
  520. 2023-04-04 08:52:51.464 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397889'!
  521. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397891'!
  522. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397893'!
  523. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397895'!
  524. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397897'!
  525. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397899'!
  526. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397901'!
  527. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397903'!
  528. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397905'!
  529. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397907'!
  530. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397909'!
  531. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397911'!
  532. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397913'!
  533. 2023-04-04 08:52:51.465 T:909 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397915'!
  534. 2023-04-04 08:52:51.875 T:884 info <general>: ## CoreELEC Addon ## system::set_hostname ## Hk1
  535. 2023-04-04 08:52:51.881 T:884 info <general>: ## CoreELEC Addon ## system::set_keyboard_layout ## us
  536. 2023-04-04 08:52:53.037 T:884 info <general>: ## CoreELEC Addon ## updates::updateThread ## Started
  537. 2023-04-04 08:52:53.040 T:884 info <general>: ## CoreELEC Addon ## updates::set_auto_update ## manual
  538. 2023-04-04 08:52:53.630 T:975 info <general>: ## CoreELEC Addon ## _service_::run ## WAITING:
  539. 2023-04-04 08:52:53.649 T:974 info <general>: ## CoreELEC Addon ## xdbus Monitor started. ##
  540. 2023-04-04 08:53:17.689 T:905 info <general>: PVR Manager: Starting cleanup of cached images.
  541. 2023-04-04 08:53:18.160 T:905 info <general>: PVR Manager: Cleaned up 0 cached images.
  542. 2023-04-04 08:53:20.173 T:828 info <general>: NFS is idle. Closing the remaining connections.
  543. 2023-04-04 08:53:41.689 T:993 info <general>: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
  544. 2023-04-04 08:53:55.373 T:828 info <general>: Loading skin file: MyPVRRecordings.xml, load type: KEEP_IN_MEMORY
  545. 2023-04-04 08:53:55.579 T:886 error <general>: Window Translator: Can't find window videossettings
  546. 2023-04-04 08:53:55.579 T:886 error <general>: Window Translator: Can't find window musicsettings
  547. 2023-04-04 08:53:55.579 T:886 error <general>: Window Translator: Can't find window picturessettings
  548. 2023-04-04 08:53:55.579 T:886 error <general>: Window Translator: Can't find window weathersettings
  549. 2023-04-04 08:53:59.200 T:828 info <general>: VideoPlayer::OpenFile: pvr://recordings/tv/active/2020-08-14/Live%20UEFA%20CL%3a%20FC%20Barcelona%20-%20FC%20Bayern%20M%c3%bcnchen%2c%20Viertelfinale%20Fu%c3%9fball%3a%20UEFA%20Champions%20League%20FC%20Barcelona%20-%20FC%20Bayern%20M%c3%bcnchen%2c%20Viertelfinale, TV%20(Sky%20Sport%201%20HD), 20200814_185200, 318722820.pvr
  550. 2023-04-04 08:53:59.203 T:1021 info <general>: Creating InputStream
  551. 2023-04-04 08:53:59.208 T:1021 info <general>: Creating Demuxer
  552. 2023-04-04 08:53:59.437 T:1021 info <general>: Opening stream: 2 source: 256
  553. 2023-04-04 08:53:59.437 T:1021 warning <general>: OpenStream - Unsupported stream 2. Stream disabled.
  554. 2023-04-04 08:53:59.437 T:1021 info <general>: Opening stream: 3 source: 256
  555. 2023-04-04 08:53:59.437 T:1021 info <general>: Finding audio codec for: 86019
  556. 2023-04-04 08:53:59.438 T:1021 info <general>: OpenStream: Allowing max Out-Of-Sync Value of 10 ms
  557. 2023-04-04 08:53:59.438 T:1021 info <general>: Creating audio thread
  558. 2023-04-04 08:53:59.438 T:1022 info <general>: running thread: CVideoPlayerAudio::Process()
  559. 2023-04-04 08:53:59.438 T:1021 info <general>: Opening stream: 1 source: 256
  560. 2023-04-04 08:53:59.438 T:1021 info <general>: waiting for teletext data thread to exit
  561. 2023-04-04 08:53:59.440 T:1021 info <general>: Creating teletext data thread
  562. 2023-04-04 08:53:59.441 T:1023 info <general>: running thread: CDVDTeletextData
  563. 2023-04-04 08:53:59.450 T:1021 info <general>: CDVDDemuxFFmpeg::Read() stream change
  564. 2023-04-04 08:53:59.451 T:1021 info <general>: Opening stream: 2 source: 256
  565. 2023-04-04 08:53:59.451 T:1021 warning <general>: OpenStream - Unsupported stream 2. Stream disabled.
  566. 2023-04-04 08:53:59.451 T:1021 info <general>: Opening stream: 3 source: 256
  567. 2023-04-04 08:53:59.451 T:1021 info <general>: Opening stream: 1 source: 256
  568. 2023-04-04 08:53:59.486 T:1021 info <general>: CDVDDemuxFFmpeg::Read() stream change
  569. 2023-04-04 08:53:59.487 T:1021 info <general>: Opening stream: 2 source: 256
  570. 2023-04-04 08:53:59.488 T:1021 info <general>: Creating video codec with codec id: 27
  571. 2023-04-04 08:53:59.493 T:1021 info <general>: DVDVideoCodecAmlogic: Opened Amlogic Codec
  572. 2023-04-04 08:53:59.493 T:1021 info <general>: Creating video thread
  573. 2023-04-04 08:53:59.494 T:1024 info <general>: running thread: video_thread
  574. 2023-04-04 08:53:59.495 T:1021 info <general>: Opening stream: 3 source: 256
  575. 2023-04-04 08:53:59.495 T:1021 info <general>: Opening stream: 1 source: 256
  576. 2023-04-04 08:53:59.496 T:1024 info <general>: DVDVideoCodecAmlogic::AddData Open decoder: fps:50/1
  577. 2023-04-04 08:53:59.608 T:886 error <general>: Window Translator: Can't find window videossettings
  578. 2023-04-04 08:53:59.608 T:886 error <general>: Window Translator: Can't find window musicsettings
  579. 2023-04-04 08:53:59.608 T:886 error <general>: Window Translator: Can't find window picturessettings
  580. 2023-04-04 08:53:59.609 T:886 error <general>: Window Translator: Can't find window weathersettings
  581. 2023-04-04 08:53:59.654 T:1022 info <general>: CAEStreamParser::TrySyncAC3 - AC3 stream detected (6 channels, 48000Hz)
  582. 2023-04-04 08:53:59.654 T:1022 info <general>: Creating audio stream (codec id: 86019, channels: 6, sample rate: 48000, pass-through)
  583. 2023-04-04 08:53:59.664 T:828 info <general>: Constructing CRendererAML
  584. 2023-04-04 08:53:59.674 T:828 info <general>: CAMLCodec::Enable_vadj1 - vadj1 brightness/contrast control got enabled
  585. 2023-04-04 08:53:59.702 T:854 info <general>: CActiveAESink::OpenSink - initialize sink
  586. 2023-04-04 08:53:59.901 T:854 info <general>: CAESinkALSA::Initialize - Configure simple control for "AUGESOUND"
  587. 2023-04-04 08:53:59.902 T:854 info <general>: CAESinkALSA - Use card "hw:0" and set codec format "Dolby Digital"
  588. 2023-04-04 08:53:59.903 T:854 info <general>: CAESinkALSA - Set Spdif to HDMITX to "Spdif_b"
  589. 2023-04-04 08:53:59.903 T:854 info <general>: CAESinkALSA - Set codec for "Audio spdif_b format"
  590. 2023-04-04 08:53:59.903 T:854 info <general>: CAESinkALSA - Set codec for "Audio spdif format"
  591. 2023-04-04 08:53:59.903 T:854 info <general>: CAESinkALSA::Initialize - Attempting to open device "hdmi:CARD=AMLAUGESOUND,DEV=0"
  592. 2023-04-04 08:53:59.913 T:854 info <general>: CAESinkALSA::Initialize - Opened device "hdmi:CARD=AMLAUGESOUND,DEV=0,AES0=0x06,AES1=0x82,AES2=0x00,AES3=0x02"
  593. 2023-04-04 08:53:59.942 T:828 info <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
  594. 2023-04-04 08:53:59.946 T:828 info <general>: [WHITELIST] Searching the whitelist for: width: 1920, height: 1080, fps: 50.000, 3D: false
  595. 2023-04-04 08:53:59.948 T:828 info <general>: Display resolution ADJUST : 1920x1080 @ 50.00 - Full Screen (16) (weight: 0.000)
  596. 2023-04-04 08:54:00.136 T:886 error <general>: Window Translator: Can't find window videossettings
  597. 2023-04-04 08:54:00.136 T:886 error <general>: Window Translator: Can't find window musicsettings
  598. 2023-04-04 08:54:00.136 T:886 error <general>: Window Translator: Can't find window picturessettings
  599. 2023-04-04 08:54:00.153 T:886 error <general>: Window Translator: Can't find window weathersettings
  600. 2023-04-04 08:54:04.091 T:828 info <general>: CVideoPlayer::CloseFile()
  601. 2023-04-04 08:54:04.092 T:828 info <general>: VideoPlayer: waiting for threads to exit
  602. 2023-04-04 08:54:04.094 T:1021 info <general>: CVideoPlayer::OnExit()
  603. 2023-04-04 08:54:04.095 T:1021 info <general>: Closing stream player 1
  604. 2023-04-04 08:54:04.095 T:1021 info <general>: Waiting for audio thread to exit
  605. 2023-04-04 08:54:04.112 T:1022 info <general>: thread end: CVideoPlayerAudio::OnExit()
  606. 2023-04-04 08:54:04.113 T:1021 info <general>: Closing audio device
  607. 2023-04-04 08:54:04.163 T:854 info <general>: CActiveAESink::OpenSink - initialize sink
  608. 2023-04-04 08:54:04.164 T:1021 info <general>: Deleting audio codec
  609. 2023-04-04 08:54:04.164 T:1021 info <general>: Closing stream player 2
  610. 2023-04-04 08:54:04.164 T:1021 info <general>: waiting for video thread to exit
  611. 2023-04-04 08:54:04.191 T:1024 warning <general>: OutputPicture - timeout waiting for buffer
  612. 2023-04-04 08:54:04.191 T:1024 info <general>: thread end: video_thread
  613. 2023-04-04 08:54:04.198 T:1021 info <general>: deleting video codec
  614. 2023-04-04 08:54:04.237 T:1021 info <general>: Closing stream player 4
  615. 2023-04-04 08:54:04.237 T:1021 info <general>: waiting for teletext data thread to exit
  616. 2023-04-04 08:54:04.237 T:1023 info <general>: thread end: data_thread
  617. 2023-04-04 08:54:04.243 T:828 info <general>: VideoPlayer: finished waiting
  618. 2023-04-04 08:54:04.247 T:828 info <general>: CVideoPlayer::CloseFile()
  619. 2023-04-04 08:54:04.247 T:828 info <general>: VideoPlayer: waiting for threads to exit
  620. 2023-04-04 08:54:04.247 T:828 info <general>: VideoPlayer: finished waiting
  621. 2023-04-04 08:54:04.259 T:995 info <general>: Deleting settings information for files pvr://recordings/tv/active/2020-08-14/Live%20UEFA%20CL%3a%20FC%20Barcelona%20-%20FC%20Bayern%20M%c3%bcnchen%2c%20Viertelfinale%20Fu%c3%9fball%3a%20UEFA%20Champions%20League%20FC%20Barcelona%20-%20FC%20Bayern%20M%c3%bcnchen%2c%20Viertelfinale, TV%20(Sky%20Sport%201%20HD), 20200814_185200, 318722820.pvr
  622. 2023-04-04 08:54:04.302 T:992 error <general>: GetDirectory - Error getting
  623. 2023-04-04 08:54:04.362 T:854 info <general>: CAESinkALSA::Initialize - Configure simple control for "AUGESOUND"
  624. 2023-04-04 08:54:04.363 T:854 info <general>: CAESinkALSA - Use card "hw:0" and set codec format "2 CH PCM"
  625. 2023-04-04 08:54:04.364 T:854 info <general>: CAESinkALSA - Set Spdif to HDMITX to "Spdif"
  626. 2023-04-04 08:54:04.364 T:854 info <general>: CAESinkALSA - Set codec for "Audio spdif_b format"
  627. 2023-04-04 08:54:04.364 T:854 info <general>: CAESinkALSA - Set codec for "Audio spdif format"
  628. 2023-04-04 08:54:04.364 T:854 info <general>: CAESinkALSA::Initialize - Attempting to open device "surround71:CARD=AMLAUGESOUND,DEV=0"
  629. 2023-04-04 08:54:04.371 T:854 info <general>: CAESinkALSA::Initialize - Opened device "surround71:CARD=AMLAUGESOUND,DEV=0"
  630. 2023-04-04 08:54:04.371 T:854 info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
  631. 2023-04-04 08:54:04.371 T:854 info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
  632. 2023-04-04 08:54:12.546 T:828 info <general>: NFS is idle. Closing the remaining connections.
  633.  
Add Comment
Please, Sign In to add comment