Guest User

Untitled

a guest
Apr 4th, 2023
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.76 KB | None | 0 0
  1. 2023-04-04 07:53:49.959 T:823 info <general>: -----------------------------------------------------------------------
  2. 2023-04-04 07:53:49.960 T:823 info <general>: Starting Kodi (20.1 (20.1.0) Git:5a9ca1e3f0a6c318f7939d632143d46a155bd62b). Platform: Linux ARM 32-bit
  3. 2023-04-04 07:53:49.960 T:823 info <general>: Using Release Kodi x32
  4. 2023-04-04 07:53:49.960 T:823 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 07:53:49.960 T:823 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 07:53:49.960 T:823 info <general>: FFmpeg version/source: 4.4.1-Kodi
  7. 2023-04-04 07:53:49.960 T:823 info <general>: 4 CPU cores available
  8. 2023-04-04 07:53:49.960 T:823 info <general>: ARM Features: Neon enabled
  9. 2023-04-04 07:53:49.960 T:823 info <general>: special://xbmc/ is mapped to: /usr/share/kodi/
  10. 2023-04-04 07:53:49.960 T:823 info <general>: special://xbmcbin/ is mapped to: /usr/lib/kodi
  11. 2023-04-04 07:53:49.960 T:823 info <general>: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
  12. 2023-04-04 07:53:49.960 T:823 info <general>: special://masterprofile/ is mapped to: /storage/.kodi/userdata
  13. 2023-04-04 07:53:49.960 T:823 info <general>: special://envhome/ is mapped to: /storage
  14. 2023-04-04 07:53:49.960 T:823 info <general>: special://home/ is mapped to: /storage/.kodi
  15. 2023-04-04 07:53:49.960 T:823 info <general>: special://temp/ is mapped to: /storage/.kodi/temp
  16. 2023-04-04 07:53:49.960 T:823 info <general>: special://logpath/ is mapped to: /storage/.kodi/temp
  17. 2023-04-04 07:53:49.960 T:823 info <general>: Webserver extra whitelist paths:
  18. 2023-04-04 07:53:49.960 T:823 info <general>: The executable running is: /usr/lib/kodi/kodi.bin
  19. 2023-04-04 07:53:49.960 T:823 info <general>: Local hostname: Hk1
  20. 2023-04-04 07:53:49.960 T:823 info <general>: Log File is located: /storage/.kodi/temp/kodi.log
  21. 2023-04-04 07:53:49.960 T:823 info <general>: -----------------------------------------------------------------------
  22. 2023-04-04 07:53:49.993 T:823 info <general>: loading settings
  23. 2023-04-04 07:53:49.996 T:823 info <general>: special://profile/ is mapped to: special://masterprofile/
  24. 2023-04-04 07:53:50.052 T:823 info <general>: Loaded settings file from special://xbmc/system/advancedsettings.xml
  25. 2023-04-04 07:53:50.053 T:823 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 07:53:50.054 T:823 warning <CSettingsManager>: missing version attribute
  39. 2023-04-04 07:53:50.057 T:823 info <general>: Loaded settings file from special://profile/advancedsettings.xml
  40. 2023-04-04 07:53:50.058 T:823 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 07:53:50.059 T:823 warning <general>: VIDEO database configuration is experimental.
  78. 2023-04-04 07:53:50.059 T:823 warning <CSettingsManager>: missing version attribute
  79. 2023-04-04 07:53:50.060 T:823 info <general>: Default Video Player: VideoPlayer
  80. 2023-04-04 07:53:50.060 T:823 info <general>: Default Audio Player: paplayer
  81. 2023-04-04 07:53:50.060 T:823 info <general>: Disabled debug logging due to GUI setting. Level 0.
  82. 2023-04-04 07:53:50.060 T:823 info <general>: Log level changed to "info"
  83. 2023-04-04 07:53:50.060 T:823 info <general>: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  84. 2023-04-04 07:53:50.084 T:823 info <general>: creating subdirectories
  85. 2023-04-04 07:53:50.084 T:823 info <general>: userdata folder: special://masterprofile/
  86. 2023-04-04 07:53:50.084 T:823 info <general>: recording folder:
  87. 2023-04-04 07:53:50.084 T:823 info <general>: screenshots folder: /storage/screenshots/
  88. 2023-04-04 07:53:50.242 T:823 info <general>: Running database version Addons33
  89. 2023-04-04 07:53:50.705 T:823 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed
  90. 2023-04-04 07:53:50.705 T:823 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed
  91. 2023-04-04 07:53:50.705 T:823 info <general>: CAddonMgr::FindAddons: game.controller.default v1.0.39 installed
  92. 2023-04-04 07:53:50.705 T:823 info <general>: CAddonMgr::FindAddons: game.controller.keyboard v1.1.27 installed
  93. 2023-04-04 07:53:50.705 T:823 info <general>: CAddonMgr::FindAddons: game.controller.mouse v1.0.22 installed
  94. 2023-04-04 07:53:50.706 T:823 info <general>: CAddonMgr::FindAddons: game.controller.snes v1.0.37 installed
  95. 2023-04-04 07:53:50.706 T:823 info <general>: CAddonMgr::FindAddons: inputstream.adaptive v20.3.5.1 installed
  96. 2023-04-04 07:53:50.706 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed
  97. 2023-04-04 07:53:50.706 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.8 installed
  98. 2023-04-04 07:53:50.706 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed
  99. 2023-04-04 07:53:50.706 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed
  100. 2023-04-04 07:53:50.706 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.global.main v2.0.2 installed
  101. 2023-04-04 07:53:50.707 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed
  102. 2023-04-04 07:53:50.707 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed
  103. 2023-04-04 07:53:50.707 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v4.0.0 installed
  104. 2023-04-04 07:53:50.707 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v3.0.0 installed
  105. 2023-04-04 07:53:50.707 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.game v3.0.0 installed
  106. 2023-04-04 07:53:50.707 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v3.0.1 installed
  107. 2023-04-04 07:53:50.707 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.2.0 installed
  108. 2023-04-04 07:53:50.708 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v2.0.0 installed
  109. 2023-04-04 07:53:50.708 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.pvr v8.2.0 installed
  110. 2023-04-04 07:53:50.708 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.2.0 installed
  111. 2023-04-04 07:53:50.708 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.1 installed
  112. 2023-04-04 07:53:50.708 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.0.3 installed
  113. 2023-04-04 07:53:50.708 T:823 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.visualization v4.0.0 installed
  114. 2023-04-04 07:53:50.708 T:823 info <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed
  115. 2023-04-04 07:53:50.709 T:823 info <general>: CAddonMgr::FindAddons: metadata.album.universal v3.1.9 installed
  116. 2023-04-04 07:53:50.709 T:823 info <general>: CAddonMgr::FindAddons: metadata.artists.universal v4.3.11 installed
  117. 2023-04-04 07:53:50.709 T:823 info <general>: CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed
  118. 2023-04-04 07:53:50.709 T:823 info <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.4 installed
  119. 2023-04-04 07:53:50.709 T:823 info <general>: CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed
  120. 2023-04-04 07:53:50.709 T:823 info <general>: CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed
  121. 2023-04-04 07:53:50.709 T:823 info <general>: CAddonMgr::FindAddons: metadata.generic.albums v1.0.14 installed
  122. 2023-04-04 07:53:50.710 T:823 info <general>: CAddonMgr::FindAddons: metadata.generic.artists v1.0.14 installed
  123. 2023-04-04 07:53:50.710 T:823 info <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed
  124. 2023-04-04 07:53:50.710 T:823 info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v2.1.0 installed
  125. 2023-04-04 07:53:50.710 T:823 info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.6.5 installed
  126. 2023-04-04 07:53:50.710 T:823 info <general>: CAddonMgr::FindAddons: peripheral.joystick v20.1.8 installed
  127. 2023-04-04 07:53:50.710 T:823 info <general>: CAddonMgr::FindAddons: plugin.video.netflix v1.21.0+matrix.1 installed
  128. 2023-04-04 07:53:50.711 T:823 info <general>: CAddonMgr::FindAddons: plugin.video.torrserve v0.3.9 installed
  129. 2023-04-04 07:53:50.711 T:823 info <general>: CAddonMgr::FindAddons: plugin.video.torrserve-next v0.6.1+matrix installed
  130. 2023-04-04 07:53:50.711 T:823 info <general>: CAddonMgr::FindAddons: plugin.video.youtube v7.0.1 installed
  131. 2023-04-04 07:53:50.711 T:823 info <general>: CAddonMgr::FindAddons: pvr.hts v20.6.2.1 installed
  132. 2023-04-04 07:53:50.711 T:823 info <general>: CAddonMgr::FindAddons: repository.castagnait v2.0.0+leia installed
  133. 2023-04-04 07:53:50.711 T:823 info <general>: CAddonMgr::FindAddons: repository.coreelec v20.1 installed
  134. 2023-04-04 07:53:50.711 T:823 info <general>: CAddonMgr::FindAddons: repository.kodi.yatse.tv v1.1.0 installed
  135. 2023-04-04 07:53:50.711 T:823 info <general>: CAddonMgr::FindAddons: repository.kodinerds v7.0.1.3 installed
  136. 2023-04-04 07:53:50.712 T:823 info <general>: CAddonMgr::FindAddons: repository.search.db v1.1.68 installed
  137. 2023-04-04 07:53:50.712 T:823 info <general>: CAddonMgr::FindAddons: repository.xbmc.org v9.9.0 installed
  138. 2023-04-04 07:53:50.712 T:823 info <general>: CAddonMgr::FindAddons: resource.images.recordlabels.white v0.0.7 installed
  139. 2023-04-04 07:53:50.712 T:823 info <general>: CAddonMgr::FindAddons: resource.images.studios.white v0.0.30 installed
  140. 2023-04-04 07:53:50.712 T:823 info <general>: CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed
  141. 2023-04-04 07:53:50.712 T:823 info <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed
  142. 2023-04-04 07:53:50.713 T:823 info <general>: CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed
  143. 2023-04-04 07:53:50.713 T:823 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed
  144. 2023-04-04 07:53:50.713 T:823 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.66 installed
  145. 2023-04-04 07:53:50.713 T:823 info <general>: CAddonMgr::FindAddons: script.keymap v1.1.5 installed
  146. 2023-04-04 07:53:50.713 T:823 info <general>: CAddonMgr::FindAddons: script.module.addon.signals v0.0.6+matrix.1 installed
  147. 2023-04-04 07:53:50.713 T:823 info <general>: CAddonMgr::FindAddons: script.module.beautifulsoup4 v4.9.3+matrix.1 installed
  148. 2023-04-04 07:53:50.713 T:823 info <general>: CAddonMgr::FindAddons: script.module.bottle v0.12.23 installed
  149. 2023-04-04 07:53:50.713 T:823 info <general>: CAddonMgr::FindAddons: script.module.certifi v2022.9.24 installed
  150. 2023-04-04 07:53:50.714 T:823 info <general>: CAddonMgr::FindAddons: script.module.chardet v4.0.0+matrix.1 installed
  151. 2023-04-04 07:53:50.714 T:823 info <general>: CAddonMgr::FindAddons: script.module.defusedxml v0.6.0+matrix.1 installed
  152. 2023-04-04 07:53:50.714 T:823 info <general>: CAddonMgr::FindAddons: script.module.future v0.18.2+matrix.1 installed
  153. 2023-04-04 07:53:50.714 T:823 info <general>: CAddonMgr::FindAddons: script.module.idna v3.4.0 installed
  154. 2023-04-04 07:53:50.714 T:823 info <general>: CAddonMgr::FindAddons: script.module.infotagger v0.0.7 installed
  155. 2023-04-04 07:53:50.714 T:823 info <general>: CAddonMgr::FindAddons: script.module.inputstreamhelper v0.5.10+matrix.1 installed
  156. 2023-04-04 07:53:50.714 T:823 info <general>: CAddonMgr::FindAddons: script.module.myconnpy v8.0.18+matrix.1 installed
  157. 2023-04-04 07:53:50.715 T:823 info <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed
  158. 2023-04-04 07:53:50.715 T:823 info <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed
  159. 2023-04-04 07:53:50.715 T:823 info <general>: CAddonMgr::FindAddons: script.module.requests v2.27.1+matrix.1 installed
  160. 2023-04-04 07:53:50.715 T:823 info <general>: CAddonMgr::FindAddons: script.module.routing v0.2.3+matrix.1 installed
  161. 2023-04-04 07:53:50.715 T:823 info <general>: CAddonMgr::FindAddons: script.module.simpleeval v0.9.10 installed
  162. 2023-04-04 07:53:50.715 T:823 info <general>: CAddonMgr::FindAddons: script.module.simpleplugin3 v3.0.6+matrix.1 installed
  163. 2023-04-04 07:53:50.715 T:823 info <general>: CAddonMgr::FindAddons: script.module.soupsieve v2.1.0+matrix.1 installed
  164. 2023-04-04 07:53:50.716 T:823 info <general>: CAddonMgr::FindAddons: script.module.torrent2http v1.4.0+matrix installed
  165. 2023-04-04 07:53:50.716 T:823 info <general>: CAddonMgr::FindAddons: script.module.torrserver v0.4.1+matrix installed
  166. 2023-04-04 07:53:50.716 T:823 info <general>: CAddonMgr::FindAddons: script.module.unidecode v1.1.1+matrix.2 installed
  167. 2023-04-04 07:53:50.716 T:823 info <general>: CAddonMgr::FindAddons: script.module.urllib3 v1.26.13+matrix.1 installed
  168. 2023-04-04 07:53:50.716 T:823 info <general>: CAddonMgr::FindAddons: script.module.vd-common v1.5.5+matrix installed
  169. 2023-04-04 07:53:50.716 T:823 info <general>: CAddonMgr::FindAddons: script.module.vsdbg v1.3.0+matrix installed
  170. 2023-04-04 07:53:50.716 T:823 info <general>: CAddonMgr::FindAddons: script.module.web-pdb v1.5.6+matrix.1 installed
  171. 2023-04-04 07:53:50.717 T:823 info <general>: CAddonMgr::FindAddons: script.skinshortcuts v2.0.3 installed
  172. 2023-04-04 07:53:50.717 T:823 info <general>: CAddonMgr::FindAddons: script.yatse.kodi v92.5.23 installed
  173. 2023-04-04 07:53:50.717 T:823 info <general>: CAddonMgr::FindAddons: service.coreelec.settings v20.1 installed
  174. 2023-04-04 07:53:50.717 T:823 info <general>: CAddonMgr::FindAddons: service.library.data.provider v0.4.2 installed
  175. 2023-04-04 07:53:50.717 T:823 info <general>: CAddonMgr::FindAddons: service.openvfd v1.0.4.0 installed
  176. 2023-04-04 07:53:50.717 T:823 info <general>: CAddonMgr::FindAddons: service.subtitles.opensubtitles v5.1.4 installed
  177. 2023-04-04 07:53:50.717 T:823 info <general>: CAddonMgr::FindAddons: skin.aeon.nox.silvo v9.0.0 installed
  178. 2023-04-04 07:53:50.718 T:823 info <general>: CAddonMgr::FindAddons: skin.estuary v3.0.10 installed
  179. 2023-04-04 07:53:50.718 T:823 info <general>: CAddonMgr::FindAddons: virtual.network-tools v20.1.1 installed
  180. 2023-04-04 07:53:50.718 T:823 info <general>: CAddonMgr::FindAddons: virtual.system-tools v20.1.0 installed
  181. 2023-04-04 07:53:50.718 T:823 info <general>: CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8 installed
  182. 2023-04-04 07:53:50.718 T:823 info <general>: CAddonMgr::FindAddons: xbmc.addon v20.1.0 installed
  183. 2023-04-04 07:53:50.718 T:823 info <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
  184. 2023-04-04 07:53:50.718 T:823 info <general>: CAddonMgr::FindAddons: xbmc.gui v5.16.0 installed
  185. 2023-04-04 07:53:50.718 T:823 info <general>: CAddonMgr::FindAddons: xbmc.json v13.0.0 installed
  186. 2023-04-04 07:53:50.719 T:823 info <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
  187. 2023-04-04 07:53:50.719 T:823 info <general>: CAddonMgr::FindAddons: xbmc.python v3.0.1 installed
  188. 2023-04-04 07:53:50.719 T:823 info <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed
  189. 2023-04-04 07:53:50.739 T:823 info <general>: Selected Logind/UPower as PowerSyscall
  190. 2023-04-04 07:53:50.740 T:823 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 07:53:50.740 T:823 info <general>: LogindUPowerSyscall - UPower not found, battery information will not be available
  192. 2023-04-04 07:53:50.774 T:823 info <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  193. 2023-04-04 07:53:50.933 T:823 info <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
  194. 2023-04-04 07:53:50.935 T:827 info <general>: Loading special://xbmc/system/Lircmap.xml
  195. 2023-04-04 07:53:50.939 T:827 info <general>: * Adding remote mapping for device 'mceusb'
  196. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'XboxDVDDongle'
  197. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'Microsoft_Xbox'
  198. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
  199. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'anysee'
  200. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'iMON-PAD'
  201. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'Antec_Veris_RM200'
  202. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'MCE_via_iMON'
  203. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'TwinHanRemote'
  204. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'linux-input-layer'
  205. 2023-04-04 07:53:50.940 T:827 info <general>: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
  206. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'mediacenter'
  207. 2023-04-04 07:53:50.940 T:827 info <general>: * Adding remote mapping for device 'devinput'
  208. 2023-04-04 07:53:50.941 T:827 info <general>: * Adding remote mapping for device 'devinput-32'
  209. 2023-04-04 07:53:50.941 T:827 info <general>: * Adding remote mapping for device 'devinput-64'
  210. 2023-04-04 07:53:50.971 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 60.000000 Hz
  211. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 59.940056 Hz
  212. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080i @ 60.000000 Hz
  213. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080i @ 59.940056 Hz
  214. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 50.000000 Hz
  215. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080i @ 50.000000 Hz
  216. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 30.000000 Hz
  217. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 29.970028 Hz
  218. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 25.000000 Hz
  219. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 24.000000 Hz
  220. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1920 x 1080 with 1920 x 1080 @ 23.976023 Hz
  221. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1680 x 1050 with 1680 x 1050 @ 60.000000 Hz
  222. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1680 x 1050 with 1680 x 1050 @ 59.940056 Hz
  223. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1600 x 900 with 1600 x 900 @ 60.000000 Hz
  224. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1600 x 900 with 1600 x 900 @ 59.940056 Hz
  225. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1280 x 1024 with 1280 x 1024 @ 60.000000 Hz
  226. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1280 x 1024 with 1280 x 1024 @ 59.940056 Hz
  227. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1440 x 900 with 1440 x 900 @ 60.000000 Hz
  228. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1440 x 900 with 1440 x 900 @ 59.940056 Hz
  229. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1366 x 768 with 1366 x 768 @ 60.000000 Hz
  230. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1366 x 768 with 1366 x 768 @ 59.940056 Hz
  231. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1280 x 800 with 1280 x 800 @ 60.000000 Hz
  232. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1280 x 800 with 1280 x 800 @ 59.940056 Hz
  233. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1152 x 864 with 1152 x 864 @ 75.000000 Hz
  234. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1280 x 720 with 1280 x 720 @ 60.000000 Hz
  235. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1280 x 720 with 1280 x 720 @ 59.940056 Hz
  236. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1280 x 720 with 1280 x 720 @ 50.000000 Hz
  237. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1024 x 768 with 1024 x 768 @ 60.000000 Hz
  238. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 1024 x 768 with 1024 x 768 @ 59.940056 Hz
  239. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 800 x 600 with 800 x 600 @ 60.000000 Hz
  240. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 800 x 600 with 800 x 600 @ 59.940056 Hz
  241. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 720 x 576 with 720 x 576i @ 50.000000 Hz
  242. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 720 x 576 with 720 x 576 @ 50.000000 Hz
  243. 2023-04-04 07:53:50.972 T:823 info <general>: Found resolution 720 x 480 with 720 x 480i @ 60.000000 Hz
  244. 2023-04-04 07:53:50.973 T:823 info <general>: Found resolution 720 x 480 with 720 x 480i @ 59.940056 Hz
  245. 2023-04-04 07:53:50.973 T:823 info <general>: Found resolution 720 x 480 with 720 x 480 @ 60.000000 Hz
  246. 2023-04-04 07:53:50.973 T:823 info <general>: Found resolution 720 x 480 with 720 x 480 @ 59.940056 Hz
  247. 2023-04-04 07:53:50.973 T:823 info <general>: Found resolution 640 x 480 with 640 x 480 @ 60.000000 Hz
  248. 2023-04-04 07:53:50.973 T:823 info <general>: Found resolution 640 x 480 with 640 x 480 @ 59.940056 Hz
  249. 2023-04-04 07:53:51.103 T:823 info <general>: EGL_VERSION = 1.4 Bifrost-"r25p1-r25p1-fbdev-g31-eabihf-4f09449c6-c5"
  250. 2023-04-04 07:53:51.103 T:823 info <general>: EGL_VENDOR = ARM
  251. 2023-04-04 07:53:51.103 T:823 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 07:53:51.103 T:823 info <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses
  253. 2023-04-04 07:53:51.106 T:823 info <general>: CApplication::CreateGUI - using the aml windowing system
  254. 2023-04-04 07:53:51.123 T:823 info <general>: Checking resolution 16
  255. 2023-04-04 07:53:51.138 T:823 info <general>: GL_VENDOR = ARM
  256. 2023-04-04 07:53:51.138 T:823 info <general>: GL_RENDERER = Mali-G31
  257. 2023-04-04 07:53:51.138 T:823 info <general>: GL_VERSION = OpenGL ES 3.2 v1.r25p1-r25p1-fbdev-g31-eabihf-4f09449c6-c5.46fd02a02c25ee90e447d5021040b438
  258. 2023-04-04 07:53:51.138 T:823 info <general>: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.20
  259. 2023-04-04 07:53:51.138 T:823 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 07:53:51.617 T:823 info <general>: GLES: Maximum texture width: 8192
  261. 2023-04-04 07:53:51.617 T:823 info <general>: load keymapping
  262. 2023-04-04 07:53:51.620 T:823 info <general>: Loading special://xbmc/system/keymaps/appcommand.xml
  263. 2023-04-04 07:53:51.621 T:823 info <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  264. 2023-04-04 07:53:51.623 T:823 info <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  265. 2023-04-04 07:53:51.625 T:823 info <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
  266. 2023-04-04 07:53:51.626 T:823 info <general>: Loading special://xbmc/system/keymaps/gamepad.xml
  267. 2023-04-04 07:53:51.628 T:823 info <general>: Loading special://xbmc/system/keymaps/joystick.xml
  268. 2023-04-04 07:53:51.630 T:823 info <general>: Loading special://xbmc/system/keymaps/keyboard.xml
  269. 2023-04-04 07:53:51.635 T:823 info <general>: Loading special://xbmc/system/keymaps/mouse.xml
  270. 2023-04-04 07:53:51.635 T:823 info <general>: Loading special://xbmc/system/keymaps/remote.xml
  271. 2023-04-04 07:53:51.639 T:823 info <general>: Loading special://xbmc/system/keymaps/touchscreen.xml
  272. 2023-04-04 07:53:51.645 T:823 info <general>: Loading special://masterprofile/keymaps/keyboard.xml
  273. 2023-04-04 07:53:51.648 T:823 info <general>: Loading special://profile/keymaps/keyboard.xml
  274. 2023-04-04 07:53:51.649 T:823 info <general>: GUI format 1920x1080, Display 1920x1080 @ 50.00 - Full Screen
  275. 2023-04-04 07:53:51.688 T:848 warning <general>: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
  276. 2023-04-04 07:53:51.689 T:848 info <general>: Found 2 Lists of Devices
  277. 2023-04-04 07:53:51.689 T:848 info <general>: Enumerated ALSA devices:
  278. 2023-04-04 07:53:51.689 T:848 info <general>: Device 1
  279. 2023-04-04 07:53:51.690 T:848 info <general>: m_deviceName : default
  280. 2023-04-04 07:53:51.690 T:848 info <general>: m_displayName : Default (AML-AUGESOUND Analog)
  281. 2023-04-04 07:53:51.690 T:848 info <general>: m_displayNameExtra: PCM
  282. 2023-04-04 07:53:51.690 T:848 info <general>: m_deviceType : AE_DEVTYPE_PCM
  283. 2023-04-04 07:53:51.690 T:848 info <general>: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR
  284. 2023-04-04 07:53:51.690 T:848 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
  285. 2023-04-04 07:53:51.690 T:848 info <general>: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
  286. 2023-04-04 07:53:51.690 T:848 info <general>: m_streamTypes : No passthrough capabilities
  287. 2023-04-04 07:53:51.690 T:848 info <general>: Device 2
  288. 2023-04-04 07:53:51.690 T:848 info <general>: m_deviceName : sysdefault:CARD=AMLAUGESOUND
  289. 2023-04-04 07:53:51.690 T:848 info <general>: m_displayName : AML-AUGESOUND
  290. 2023-04-04 07:53:51.690 T:848 info <general>: m_displayNameExtra: PCM
  291. 2023-04-04 07:53:51.690 T:848 info <general>: m_deviceType : AE_DEVTYPE_PCM
  292. 2023-04-04 07:53:51.690 T:848 info <general>: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR
  293. 2023-04-04 07:53:51.690 T:848 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
  294. 2023-04-04 07:53:51.690 T:848 info <general>: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
  295. 2023-04-04 07:53:51.690 T:848 info <general>: m_streamTypes : No passthrough capabilities
  296. 2023-04-04 07:53:51.690 T:848 info <general>: Device 3
  297. 2023-04-04 07:53:51.690 T:848 info <general>: m_deviceName : surround71:CARD=AMLAUGESOUND,DEV=0
  298. 2023-04-04 07:53:51.690 T:848 info <general>: m_displayName : AML-AUGESOUND
  299. 2023-04-04 07:53:51.690 T:848 info <general>: m_displayNameExtra: HDMI Multi Ch PCM
  300. 2023-04-04 07:53:51.690 T:848 info <general>: m_deviceType : AE_DEVTYPE_PCM
  301. 2023-04-04 07:53:51.690 T:848 info <general>: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR
  302. 2023-04-04 07:53:51.690 T:848 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
  303. 2023-04-04 07:53:51.690 T:848 info <general>: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
  304. 2023-04-04 07:53:51.690 T:848 info <general>: m_streamTypes : No passthrough capabilities
  305. 2023-04-04 07:53:51.690 T:848 info <general>: Device 4
  306. 2023-04-04 07:53:51.690 T:848 info <general>: m_deviceName : iec958:CARD=AMLAUGESOUND,DEV=0
  307. 2023-04-04 07:53:51.690 T:848 info <general>: m_displayName : AML-AUGESOUND
  308. 2023-04-04 07:53:51.690 T:848 info <general>: m_displayNameExtra: S/PDIF
  309. 2023-04-04 07:53:51.690 T:848 info <general>: m_deviceType : AE_DEVTYPE_IEC958
  310. 2023-04-04 07:53:51.690 T:848 info <general>: m_channels : FL, FR
  311. 2023-04-04 07:53:51.690 T:848 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
  312. 2023-04-04 07:53:51.690 T:848 info <general>: m_dataFormats : AE_FMT_RAW,AE_FMT_S16NE,AE_FMT_S16LE
  313. 2023-04-04 07:53:51.690 T:848 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 07:53:51.690 T:848 info <general>: Device 5
  315. 2023-04-04 07:53:51.690 T:848 info <general>: m_deviceName : hdmi:CARD=AMLAUGESOUND,DEV=0
  316. 2023-04-04 07:53:51.690 T:848 info <general>: m_displayName : AML-AUGESOUND
  317. 2023-04-04 07:53:51.690 T:848 info <general>: m_displayNameExtra: HDMI
  318. 2023-04-04 07:53:51.690 T:848 info <general>: m_deviceType : AE_DEVTYPE_HDMI
  319. 2023-04-04 07:53:51.690 T:848 info <general>: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR
  320. 2023-04-04 07:53:51.690 T:848 info <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
  321. 2023-04-04 07:53:51.690 T:848 info <general>: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_RAW
  322. 2023-04-04 07:53:51.690 T:848 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 07:53:51.691 T:848 info <general>: Enumerated PULSE devices:
  324. 2023-04-04 07:53:51.691 T:848 info <general>: Device 1
  325. 2023-04-04 07:53:51.691 T:848 info <general>: m_deviceName : Default
  326. 2023-04-04 07:53:51.691 T:848 info <general>: m_displayName : Default
  327. 2023-04-04 07:53:51.691 T:848 info <general>: m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
  328. 2023-04-04 07:53:51.691 T:848 info <general>: m_deviceType : AE_DEVTYPE_PCM
  329. 2023-04-04 07:53:51.691 T:848 info <general>: m_channels : FL, FR
  330. 2023-04-04 07:53:51.691 T:848 info <general>: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
  331. 2023-04-04 07:53:51.691 T:848 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 07:53:51.691 T:848 info <general>: m_streamTypes : No passthrough capabilities
  333. 2023-04-04 07:53:51.691 T:849 info <general>: CActiveAESink::OpenSink - initialize sink
  334. 2023-04-04 07:53:51.691 T:849 info <general>: CAESinkALSA::Initialize - Configure simple control for "AUGESOUND"
  335. 2023-04-04 07:53:51.691 T:849 info <general>: CAESinkALSA - Use card "hw:0" and set codec format "2 CH PCM"
  336. 2023-04-04 07:53:51.693 T:849 info <general>: CAESinkALSA - Set Spdif to HDMITX to "Spdif"
  337. 2023-04-04 07:53:51.693 T:849 info <general>: CAESinkALSA - Set codec for "Audio spdif_b format"
  338. 2023-04-04 07:53:51.693 T:849 info <general>: CAESinkALSA - Set codec for "Audio spdif format"
  339. 2023-04-04 07:53:51.693 T:849 info <general>: CAESinkALSA::Initialize - Attempting to open device "surround71:CARD=AMLAUGESOUND,DEV=0"
  340. 2023-04-04 07:53:51.699 T:849 info <general>: CAESinkALSA::Initialize - Opened device "surround71:CARD=AMLAUGESOUND,DEV=0"
  341. 2023-04-04 07:53:51.699 T:849 info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
  342. 2023-04-04 07:53:51.699 T:849 info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
  343. 2023-04-04 07:53:51.756 T:823 info <general>: CLangInfo: loading resource.language.en_gb language information...
  344. 2023-04-04 07:53:51.773 T:823 info <general>: global locale set to C
  345. 2023-04-04 07:53:51.774 T:823 info <general>: CLangInfo: loading resource.language.en_gb language strings...
  346. 2023-04-04 07:53:51.937 T:858 info <general>: Running database version Addons33
  347. 2023-04-04 07:53:51.942 T:858 info <general>: Running database version ViewModes6
  348. 2023-04-04 07:53:51.964 T:858 info <general>: Running database version Textures13
  349. 2023-04-04 07:53:51.980 T:858 info <general>: Running database version MyMusic82
  350. 2023-04-04 07:53:52.056 T:858 info <general>: MYSQL: Connected to version 10.5.7-MariaDB-1:10.5.7+maria~focal
  351. 2023-04-04 07:53:52.156 T:858 info <general>: Running database version MyVideos121
  352. 2023-04-04 07:53:52.183 T:858 info <general>: Running database version TV40
  353. 2023-04-04 07:53:52.404 T:858 info <general>: Running database version Epg16
  354. 2023-04-04 07:53:52.443 T:823 info <general>: Unloaded skin
  355. 2023-04-04 07:53:52.456 T:823 info <general>: load skin from: /storage/.kodi/addons/skin.aeon.nox.silvo/ (version: 9.0.0)
  356. 2023-04-04 07:53:52.456 T:823 info <general>: load fonts for skin...
  357. 2023-04-04 07:53:52.466 T:823 info <general>: Loading skin includes from /storage/.kodi/addons/skin.aeon.nox.silvo/16x9/Includes.xml
  358. 2023-04-04 07:53:53.001 T:823 info <general>: LoadFonts: Loading fonts from '/storage/.kodi/addons/skin.aeon.nox.silvo/16x9/Font.xml'
  359. 2023-04-04 07:53:53.224 T:823 info <general>: LoadTimers: Trying to load skin timers from /storage/.kodi/addons/skin.aeon.nox.silvo/16x9/Timers.xml
  360. 2023-04-04 07:53:53.226 T:823 info <general>: load new skin...
  361. 2023-04-04 07:53:53.231 T:823 info <general>: Loading custom window XMLs from skin path /storage/.kodi/addons/skin.aeon.nox.silvo/16x9
  362. 2023-04-04 07:53:53.289 T:823 info <general>: initialize new skin...
  363. 2023-04-04 07:53:53.289 T:823 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  364. 2023-04-04 07:53:53.292 T:823 info <general>: Loading skin file: DialogSettings.xml, load type: LOAD_ON_GUI_INIT
  365. 2023-04-04 07:53:53.347 T:823 info <general>: Skipped 1 duplicate messages..
  366. 2023-04-04 07:53:53.347 T:823 info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  367. 2023-04-04 07:53:53.350 T:823 info <general>: Loading skin file: VideoOSD.xml, load type: LOAD_ON_GUI_INIT
  368. 2023-04-04 07:53:53.396 T:823 info <general>: Loading skin file: custom_1134_PausedOverlay.xml, load type: LOAD_ON_GUI_INIT
  369. 2023-04-04 07:53:53.402 T:823 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  370. 2023-04-04 07:53:53.410 T:823 info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  371. 2023-04-04 07:53:53.415 T:823 info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  372. 2023-04-04 07:53:53.421 T:823 info <general>: Loading skin file: DialogPVRChannelsOSD.xml, load type: LOAD_ON_GUI_INIT
  373. 2023-04-04 07:53:53.433 T:823 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  374. 2023-04-04 07:53:53.435 T:823 info <general>: Loading skin file: DialogPVRChannelGuide.xml, load type: LOAD_ON_GUI_INIT
  375. 2023-04-04 07:53:53.441 T:823 info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  376. 2023-04-04 07:53:53.445 T:823 info <general>: Loading skin file: Custom_Overlay_Debug.xml, load type: LOAD_ON_GUI_INIT
  377. 2023-04-04 07:53:53.451 T:823 info <general>: Loading skin file: DialogSubtitles.xml, load type: LOAD_ON_GUI_INIT
  378. 2023-04-04 07:53:53.459 T:823 info <general>: Loading resource://resource.uisounds.kodi/sounds.xml
  379. 2023-04-04 07:53:53.685 T:823 info <general>: skin loaded...
  380. 2023-04-04 07:53:53.685 T:823 info <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  381. 2023-04-04 07:53:53.699 T:823 info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  382. 2023-04-04 07:53:54.548 T:823 warning <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
  383. 2023-04-04 07:53:54.549 T:823 info <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  384. 2023-04-04 07:53:54.549 T:823 info <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  385. 2023-04-04 07:53:54.585 T:823 info <general>: JSONRPC v13.0.0: Successfully initialized
  386. 2023-04-04 07:53:54.585 T:823 info <general>: [Media Detection] starting service for optical media detection
  387. 2023-04-04 07:53:54.605 T:823 info <general>: AddOnLog: peripheral.joystick: Enabling joystick interface "linux"
  388. 2023-04-04 07:53:54.614 T:823 info <general>: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
  389. 2023-04-04 07:53:54.616 T:823 info <general>: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
  390. 2023-04-04 07:53:54.625 T:823 info <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  391. 2023-04-04 07:53:54.626 T:823 info <general>: Loaded playercorefactory configuration
  392. 2023-04-04 07:53:54.626 T:823 info <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  393. 2023-04-04 07:53:54.626 T:823 info <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  394. 2023-04-04 07:53:54.626 T:823 info <general>: removing tempfiles
  395. 2023-04-04 07:53:54.627 T:823 info <general>: UpdateLibraries: Starting video library startup scan
  396. 2023-04-04 07:53:54.640 T:823 info <general>: initialize done
  397. 2023-04-04 07:53:54.640 T:823 info <general>: Running the application...
  398. 2023-04-04 07:53:54.655 T:823 info <general>: starting zeroconf publishing
  399. 2023-04-04 07:53:54.656 T:883 info <general>: ES: Starting UDP Event server on port 9777
  400. 2023-04-04 07:53:54.657 T:883 info <general>: UDP: Listening on port 9777 (ipv6 : true)
  401. 2023-04-04 07:53:54.672 T:823 error <general>: JSONRPC Server: Failed to connect to sdpd
  402. 2023-04-04 07:53:54.673 T:823 info <general>: JSONRPC Server: Successfully initialized
  403. 2023-04-04 07:53:54.677 T:823 info <CWebserver[8080]>: Started
  404. 2023-04-04 07:53:54.732 T:872 info <general>: Register - new cec device registered on cec->AOCEC: CEC Adapter (0000:0000)
  405. 2023-04-04 07:53:54.749 T:823 info <general>: GLES: Enabling VSYNC
  406. 2023-04-04 07:53:56.098 T:867 info <general>: AddOnLog: pvr.hts: starting PVR client
  407. 2023-04-04 07:53:56.128 T:867 info <general>: PVR Manager: Starting
  408. 2023-04-04 07:53:56.139 T:900 info <general>: AddOnLog: pvr.hts: Received permissions:
  409. 2023-04-04 07:53:56.139 T:900 info <general>: AddOnLog: pvr.hts: administrator : 1
  410. 2023-04-04 07:53:56.139 T:900 info <general>: AddOnLog: pvr.hts: HTSP streaming : 1
  411. 2023-04-04 07:53:56.139 T:900 info <general>: AddOnLog: pvr.hts: HTSP DVR : 1
  412. 2023-04-04 07:53:56.139 T:900 info <general>: AddOnLog: pvr.hts: Failed/aborted DVR : 1
  413. 2023-04-04 07:53:56.139 T:900 info <general>: AddOnLog: pvr.hts: anonymous HTSP only : 0
  414. 2023-04-04 07:53:56.139 T:900 info <general>: AddOnLog: pvr.hts: global connection limit : 0
  415. 2023-04-04 07:53:56.139 T:900 info <general>: AddOnLog: pvr.hts: DVR connection limit : 0
  416. 2023-04-04 07:53:56.139 T:900 info <general>: AddOnLog: pvr.hts: streaming connection limit : 0
  417. 2023-04-04 07:53:56.146 T:900 info <general>: AddOnLog: pvr.hts: Available streaming profiles:
  418. 2023-04-04 07:53:56.146 T:900 info <general>: AddOnLog: pvr.hts: Name: htsp, Comment: HTSP Default Stream Settings
  419. 2023-04-04 07:53:56.147 T:900 info <general>: AddOnLog: pvr.hts: Name: webtv-h264-aac-mpegts, Comment: WEBTV profile H264/AAC/MPEG-TS
  420. 2023-04-04 07:53:56.147 T:900 info <general>: AddOnLog: pvr.hts: Name: webtv-vp8-vorbis-webm, Comment: WEBTV profile VP8/Vorbis/WEBM
  421. 2023-04-04 07:53:56.147 T:900 info <general>: AddOnLog: pvr.hts: Name: webtv-h264-aac-matroska, Comment: WEBTV profile H264/AAC/Matroska
  422. 2023-04-04 07:53:56.148 T:900 info <general>: AddOnLog: pvr.hts: Request async EPG (1 days)
  423. 2023-04-04 07:53:56.155 T:900 info <general>: AddOnLog: pvr.hts: Async updates requested
  424. 2023-04-04 07:53:56.352 T:867 info <general>: VideoInfoScanner: Starting scan ..
  425. 2023-04-04 07:53:56.353 T:898 info <general>: AddOnLog: pvr.hts: Async updates initialised
  426. 2023-04-04 07:53:56.638 T:881 error <general>: Window Translator: Can't find window videossettings
  427. 2023-04-04 07:53:56.638 T:881 error <general>: Window Translator: Can't find window musicsettings
  428. 2023-04-04 07:53:56.638 T:881 error <general>: Window Translator: Can't find window picturessettings
  429. 2023-04-04 07:53:56.638 T:881 error <general>: Window Translator: Can't find window weathersettings
  430. 2023-04-04 07:53:57.425 T:876 info <general>: [plugin.video.netflix (0)] The debug logging is set as DISABLED
  431. 2023-04-04 07:53:57.676 T:901 info <general>: PVR Manager: Started
  432. 2023-04-04 07:53:57.915 T:867 info <general>: VideoInfoScanner: Finished scan. Scanning for video info took 1598 ms
  433. 2023-04-04 07:54:00.216 T:879 info <general>: ## CoreELEC Addon ## system::set_hostname ## Hk1
  434. 2023-04-04 07:54:00.239 T:879 info <general>: ## CoreELEC Addon ## system::set_keyboard_layout ## us
  435. 2023-04-04 07:54:02.105 T:879 info <general>: ## CoreELEC Addon ## updates::updateThread ## Started
  436. 2023-04-04 07:54:02.111 T:879 info <general>: ## CoreELEC Addon ## updates::set_auto_update ## manual
  437. 2023-04-04 07:54:03.136 T:967 info <general>: ## CoreELEC Addon ## _service_::run ## WAITING:
  438. 2023-04-04 07:54:03.147 T:966 info <general>: ## CoreELEC Addon ## xdbus Monitor started. ##
  439. 2023-04-04 07:54:03.631 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1393225'!
  440. 2023-04-04 07:54:03.631 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1393227'!
  441. 2023-04-04 07:54:03.631 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1393229'!
  442. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394262'!
  443. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394264'!
  444. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394266'!
  445. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394268'!
  446. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394270'!
  447. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394272'!
  448. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394274'!
  449. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1394276'!
  450. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1395455'!
  451. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1395457'!
  452. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1395459'!
  453. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1397095'!
  454. 2023-04-04 07:54:03.632 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 260944487! Unable to deliver state change for tag '1397097'!
  455. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413790'!
  456. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413792'!
  457. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413794'!
  458. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413796'!
  459. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413798'!
  460. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413800'!
  461. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413802'!
  462. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413804'!
  463. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413806'!
  464. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413808'!
  465. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413810'!
  466. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413812'!
  467. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413814'!
  468. 2023-04-04 07:54:03.719 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413816'!
  469. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1393241'!
  470. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1393243'!
  471. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1393245'!
  472. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1393247'!
  473. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394290'!
  474. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394292'!
  475. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394294'!
  476. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394296'!
  477. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394298'!
  478. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1394300'!
  479. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1395465'!
  480. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1395467'!
  481. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1395469'!
  482. 2023-04-04 07:54:04.082 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1397113'!
  483. 2023-04-04 07:54:04.146 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412003'!
  484. 2023-04-04 07:54:04.146 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412005'!
  485. 2023-04-04 07:54:04.146 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412007'!
  486. 2023-04-04 07:54:04.146 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412009'!
  487. 2023-04-04 07:54:04.146 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412011'!
  488. 2023-04-04 07:54:04.146 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412013'!
  489. 2023-04-04 07:54:04.146 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412015'!
  490. 2023-04-04 07:54:04.146 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1258755246! Unable to deliver state change for tag '1412017'!
  491. 2023-04-04 07:54:04.250 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1393113'!
  492. 2023-04-04 07:54:04.250 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1393115'!
  493. 2023-04-04 07:54:04.250 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1393117'!
  494. 2023-04-04 07:54:04.250 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394104'!
  495. 2023-04-04 07:54:04.250 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394106'!
  496. 2023-04-04 07:54:04.250 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394108'!
  497. 2023-04-04 07:54:04.250 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394110'!
  498. 2023-04-04 07:54:04.250 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394112'!
  499. 2023-04-04 07:54:04.250 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394114'!
  500. 2023-04-04 07:54:04.250 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1394116'!
  501. 2023-04-04 07:54:04.251 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1395417'!
  502. 2023-04-04 07:54:04.251 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1395419'!
  503. 2023-04-04 07:54:04.251 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1396783'!
  504. 2023-04-04 07:54:04.251 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1424105767! Unable to deliver state change for tag '1396785'!
  505. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396704'!
  506. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396706'!
  507. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396708'!
  508. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396710'!
  509. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396712'!
  510. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396714'!
  511. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396716'!
  512. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396718'!
  513. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396720'!
  514. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396722'!
  515. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396724'!
  516. 2023-04-04 07:54:04.369 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396726'!
  517. 2023-04-04 07:54:04.370 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396728'!
  518. 2023-04-04 07:54:04.370 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396730'!
  519. 2023-04-04 07:54:04.370 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396732'!
  520. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397883'!
  521. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397885'!
  522. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397887'!
  523. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397889'!
  524. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397891'!
  525. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397893'!
  526. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397895'!
  527. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397897'!
  528. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397899'!
  529. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397901'!
  530. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397903'!
  531. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397905'!
  532. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397907'!
  533. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397909'!
  534. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397911'!
  535. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397913'!
  536. 2023-04-04 07:54:04.456 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1926310700! Unable to deliver state change for tag '1397915'!
  537. 2023-04-04 07:54:28.576 T:823 info <general>: NFS is idle. Closing the remaining connections.
  538. 2023-04-04 07:54:28.644 T:901 info <general>: PVR Manager: Starting cleanup of cached images.
  539. 2023-04-04 07:54:29.061 T:901 info <general>: PVR Manager: Cleaned up 0 cached images.
  540. 2023-04-04 07:54:51.090 T:983 info <general>: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-2 video
  541. 2023-04-04 07:55:21.997 T:823 info <general>: Loading skin file: MyPVRRecordings.xml, load type: KEEP_IN_MEMORY
  542. 2023-04-04 07:55:22.208 T:823 info <general>: NFS is idle. Closing the remaining connections.
  543. 2023-04-04 07:55:22.209 T:881 error <general>: Window Translator: Can't find window videossettings
  544. 2023-04-04 07:55:22.209 T:881 error <general>: Window Translator: Can't find window musicsettings
  545. 2023-04-04 07:55:22.210 T:881 error <general>: Window Translator: Can't find window picturessettings
  546. 2023-04-04 07:55:22.210 T:881 error <general>: Window Translator: Can't find window weathersettings
  547. 2023-04-04 07:55:32.013 T:823 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
  548. 2023-04-04 07:55:32.016 T:1020 info <general>: Creating InputStream
  549. 2023-04-04 07:55:32.022 T:1020 info <general>: Creating Demuxer
  550. 2023-04-04 07:55:32.242 T:881 error <general>: Window Translator: Can't find window videossettings
  551. 2023-04-04 07:55:32.260 T:881 error <general>: Window Translator: Can't find window musicsettings
  552. 2023-04-04 07:55:32.299 T:881 error <general>: Window Translator: Can't find window picturessettings
  553. 2023-04-04 07:55:32.319 T:881 error <general>: Window Translator: Can't find window weathersettings
  554. 2023-04-04 07:55:32.611 T:1020 info <general>: Opening stream: 2 source: 256
  555. 2023-04-04 07:55:32.611 T:1020 warning <general>: OpenStream - Unsupported stream 2. Stream disabled.
  556. 2023-04-04 07:55:32.612 T:1020 info <general>: Opening stream: 3 source: 256
  557. 2023-04-04 07:55:32.612 T:1020 info <general>: Finding audio codec for: 86019
  558. 2023-04-04 07:55:32.612 T:1020 info <general>: OpenStream: Allowing max Out-Of-Sync Value of 10 ms
  559. 2023-04-04 07:55:32.612 T:1020 info <general>: Creating audio thread
  560. 2023-04-04 07:55:32.612 T:1021 info <general>: running thread: CVideoPlayerAudio::Process()
  561. 2023-04-04 07:55:32.612 T:1020 info <general>: Opening stream: 1 source: 256
  562. 2023-04-04 07:55:32.612 T:1020 info <general>: waiting for teletext data thread to exit
  563. 2023-04-04 07:55:32.613 T:1020 info <general>: Creating teletext data thread
  564. 2023-04-04 07:55:32.614 T:1022 info <general>: running thread: CDVDTeletextData
  565. 2023-04-04 07:55:32.623 T:1020 info <general>: CDVDDemuxFFmpeg::Read() stream change
  566. 2023-04-04 07:55:32.624 T:1020 info <general>: Opening stream: 2 source: 256
  567. 2023-04-04 07:55:32.624 T:1020 warning <general>: OpenStream - Unsupported stream 2. Stream disabled.
  568. 2023-04-04 07:55:32.625 T:1020 info <general>: Opening stream: 3 source: 256
  569. 2023-04-04 07:55:32.625 T:1020 info <general>: Opening stream: 1 source: 256
  570. 2023-04-04 07:55:32.656 T:1020 info <general>: CDVDDemuxFFmpeg::Read() stream change
  571. 2023-04-04 07:55:32.657 T:1020 info <general>: Opening stream: 2 source: 256
  572. 2023-04-04 07:55:32.657 T:1020 info <general>: Creating video codec with codec id: 27
  573. 2023-04-04 07:55:32.663 T:1020 info <general>: DVDVideoCodecAmlogic: Opened Amlogic Codec
  574. 2023-04-04 07:55:32.663 T:1020 info <general>: Creating video thread
  575. 2023-04-04 07:55:32.664 T:1023 info <general>: running thread: video_thread
  576. 2023-04-04 07:55:32.682 T:1020 info <general>: Opening stream: 3 source: 256
  577. 2023-04-04 07:55:32.682 T:1020 info <general>: Opening stream: 1 source: 256
  578. 2023-04-04 07:55:32.683 T:1023 info <general>: DVDVideoCodecAmlogic::AddData Open decoder: fps:50/1
  579. 2023-04-04 07:55:32.697 T:1021 info <general>: CAEStreamParser::TrySyncAC3 - AC3 stream detected (6 channels, 48000Hz)
  580. 2023-04-04 07:55:32.697 T:1021 info <general>: Creating audio stream (codec id: 86019, channels: 6, sample rate: 48000, pass-through)
  581. 2023-04-04 07:55:32.709 T:849 info <general>: CActiveAESink::OpenSink - initialize sink
  582. 2023-04-04 07:55:32.770 T:823 info <general>: Constructing CRendererAML
  583. 2023-04-04 07:55:32.778 T:823 info <general>: CAMLCodec::Enable_vadj1 - vadj1 brightness/contrast control got enabled
  584. 2023-04-04 07:55:32.909 T:849 info <general>: CAESinkALSA::Initialize - Configure simple control for "AUGESOUND"
  585. 2023-04-04 07:55:32.910 T:849 info <general>: CAESinkALSA - Use card "hw:0" and set codec format "Dolby Digital"
  586. 2023-04-04 07:55:32.912 T:849 info <general>: CAESinkALSA - Set Spdif to HDMITX to "Spdif_b"
  587. 2023-04-04 07:55:32.912 T:849 info <general>: CAESinkALSA - Set codec for "Audio spdif_b format"
  588. 2023-04-04 07:55:32.912 T:849 info <general>: CAESinkALSA - Set codec for "Audio spdif format"
  589. 2023-04-04 07:55:32.912 T:849 info <general>: CAESinkALSA::Initialize - Attempting to open device "hdmi:CARD=AMLAUGESOUND,DEV=0"
  590. 2023-04-04 07:55:32.925 T:849 info <general>: CAESinkALSA::Initialize - Opened device "hdmi:CARD=AMLAUGESOUND,DEV=0,AES0=0x06,AES1=0x82,AES2=0x00,AES3=0x02"
  591. 2023-04-04 07:55:32.961 T:823 info <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
  592. 2023-04-04 07:55:32.966 T:823 info <general>: [WHITELIST] Searching the whitelist for: width: 1920, height: 1080, fps: 50.000, 3D: false
  593. 2023-04-04 07:55:32.968 T:823 info <general>: Display resolution ADJUST : 1920x1080 @ 50.00 - Full Screen (16) (weight: 0.000)
  594. 2023-04-04 07:55:33.555 T:881 error <general>: Window Translator: Can't find window videossettings
  595. 2023-04-04 07:55:33.556 T:881 error <general>: Window Translator: Can't find window musicsettings
  596. 2023-04-04 07:55:33.556 T:881 error <general>: Window Translator: Can't find window picturessettings
  597. 2023-04-04 07:55:33.556 T:881 error <general>: Window Translator: Can't find window weathersettings
  598. 2023-04-04 07:55:54.715 T:823 info <general>: CVideoPlayer::CloseFile()
  599. 2023-04-04 07:55:54.716 T:823 info <general>: VideoPlayer: waiting for threads to exit
  600. 2023-04-04 07:55:55.216 T:1023 warning <general>: OutputPicture - timeout waiting for buffer
  601. 2023-04-04 07:55:55.548 T:1020 info <general>: CVideoPlayer::OnExit()
  602. 2023-04-04 07:55:55.549 T:1020 info <general>: Closing stream player 1
  603. 2023-04-04 07:55:55.549 T:1020 info <general>: Waiting for audio thread to exit
  604. 2023-04-04 07:55:55.580 T:1021 info <general>: thread end: CVideoPlayerAudio::OnExit()
  605. 2023-04-04 07:55:55.580 T:1020 info <general>: Closing audio device
  606. 2023-04-04 07:55:55.632 T:849 info <general>: CActiveAESink::OpenSink - initialize sink
  607. 2023-04-04 07:55:55.633 T:1020 info <general>: Deleting audio codec
  608. 2023-04-04 07:55:55.633 T:1020 info <general>: Closing stream player 2
  609. 2023-04-04 07:55:55.633 T:1020 info <general>: waiting for video thread to exit
  610. 2023-04-04 07:55:55.645 T:1023 info <general>: thread end: video_thread
  611. 2023-04-04 07:55:55.649 T:1020 info <general>: deleting video codec
  612. 2023-04-04 07:55:55.699 T:1020 info <general>: Closing stream player 4
  613. 2023-04-04 07:55:55.699 T:1020 info <general>: waiting for teletext data thread to exit
  614. 2023-04-04 07:55:55.699 T:1022 info <general>: thread end: data_thread
  615. 2023-04-04 07:55:55.704 T:823 info <general>: VideoPlayer: finished waiting
  616. 2023-04-04 07:55:55.704 T:823 info <general>: CVideoPlayer::CloseFile()
  617. 2023-04-04 07:55:55.704 T:823 info <general>: VideoPlayer: waiting for threads to exit
  618. 2023-04-04 07:55:55.704 T:823 info <general>: VideoPlayer: finished waiting
  619. 2023-04-04 07:55:55.782 T:985 error <general>: GetDirectory - Error getting
  620. 2023-04-04 07:55:55.830 T:849 info <general>: CAESinkALSA::Initialize - Configure simple control for "AUGESOUND"
  621. 2023-04-04 07:55:55.830 T:849 info <general>: CAESinkALSA - Use card "hw:0" and set codec format "2 CH PCM"
  622. 2023-04-04 07:55:55.831 T:849 info <general>: CAESinkALSA - Set Spdif to HDMITX to "Spdif"
  623. 2023-04-04 07:55:55.831 T:849 info <general>: CAESinkALSA - Set codec for "Audio spdif_b format"
  624. 2023-04-04 07:55:55.831 T:849 info <general>: CAESinkALSA - Set codec for "Audio spdif format"
  625. 2023-04-04 07:55:55.831 T:849 info <general>: CAESinkALSA::Initialize - Attempting to open device "surround71:CARD=AMLAUGESOUND,DEV=0"
  626. 2023-04-04 07:55:55.838 T:849 info <general>: CAESinkALSA::Initialize - Opened device "surround71:CARD=AMLAUGESOUND,DEV=0"
  627. 2023-04-04 07:55:55.839 T:849 info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
  628. 2023-04-04 07:55:55.839 T:849 info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
  629. 2023-04-04 07:56:27.025 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1397115'!
  630. 2023-04-04 08:10:18.394 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1101722445! Unable to deliver state change for tag '1393241'!
  631. 2023-04-04 08:12:57.590 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 439381576! Unable to deliver state change for tag '1413818'!
  632. 2023-04-04 08:22:28.165 T:904 error <general>: Deliver: Unable to obtain EPG for client 2053433702 and channel 1618407229! Unable to deliver state change for tag '1396734'!
  633.  
Add Comment
Please, Sign In to add comment