Advertisement
dippes

Kodi log

Jul 13th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 464.24 KB | None | 0 0
  1. ################################################################################
  2. # ... output of cat /storage/.kodi/temp/kodi.log
  3. # LibreELEC release: RPi4.arm-9.2.7
  4. #
  5. ################################################################################
  6. 2021-07-13 17:11:28.901 T:3010648576 NOTICE: -----------------------------------------------------------------------
  7. 2021-07-13 17:11:28.901 T:3010648576 NOTICE: Starting Kodi (18.9 (18.9.0) Git:leia_pi4_18.9-Leia). Platform: Linux ARM 32-bit
  8. 2021-07-13 17:11:28.901 T:3010648576 NOTICE: Using Release Kodi x32 build
  9. 2021-07-13 17:11:28.901 T:3010648576 NOTICE: Kodi compiled 2021-05-27 by GCC 8.3.0 for Linux ARM 32-bit version 4.19.127 (267135)
  10. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: Running on LibreELEC (widevine): 9.2.7, kernel: Linux ARM 32-bit version 4.19.127
  11. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: FFmpeg version/source: 4.0.4-Kodi
  12. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: Host CPU: ARMv7 Processor rev 3 (v7l), 4 cores available
  13. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: ARM Features: Neon enabled
  14. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi/
  15. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
  16. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
  17. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata
  18. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: special://envhome/ is mapped to: /storage
  19. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: special://home/ is mapped to: /storage/.kodi
  20. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: special://temp/ is mapped to: /storage/.kodi/temp
  21. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: special://logpath/ is mapped to: /storage/.kodi/temp
  22. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
  23. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: Local hostname: Raspi-Schlafzimmer
  24. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: Log File is located: /storage/.kodi/temp/kodi.log
  25. 2021-07-13 17:11:28.902 T:3010648576 NOTICE: -----------------------------------------------------------------------
  26. 2021-07-13 17:11:28.911 T:3010648576 INFO: loading settings
  27. 2021-07-13 17:11:28.913 T:3010648576 NOTICE: special://profile/ is mapped to: special://masterprofile/
  28. 2021-07-13 17:11:28.934 T:3010648576 DEBUG: CSkinSettings: no <skinsettings> tag found
  29. 2021-07-13 17:11:28.935 T:3010648576 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
  30. 2021-07-13 17:11:28.935 T:3010648576 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
  31. <?xml version="1.0" encoding="utf-8" ?>
  32. <advancedsettings>
  33. <cputempcommand>/usr/bin/cputemp</cputempcommand>
  34. <gputempcommand>/usr/bin/gputemp</gputempcommand>
  35. <showexitbutton>false</showexitbutton>
  36. <remotedelay>1</remotedelay>
  37. <samba>
  38. <clienttimeout>30</clienttimeout>
  39. </samba>
  40. <fanartres>720</fanartres>
  41. <imageres>540</imageres>
  42. </advancedsettings>
  43. 2021-07-13 17:11:28.935 T:3010648576 WARNING: CSettingsManager: missing version attribute
  44. 2021-07-13 17:11:28.937 T:3010648576 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  45. 2021-07-13 17:11:28.937 T:3010648576 NOTICE: Contents of special://profile/advancedsettings.xml are...
  46. <advancedsettings>
  47. <videodatabase>
  48. <type>mysql</type>
  49. <host>192.168.1.48</host>
  50. <port>3306</port>
  51. <user>kodi</user>
  52. <pass>*****</pass>
  53. </videodatabase>
  54. <musicdatabase>
  55. <type>mysql</type>
  56. <host>192.168.1.48</host>
  57. <port>3306</port>
  58. <user>kodi</user>
  59. <pass>*****</pass>
  60. </musicdatabase>
  61. <videolibrary>
  62. <importwatchedstate>true</importwatchedstate>
  63. <importresumepoint>true</importresumepoint>
  64. </videolibrary>
  65. <pathsubstitution>
  66. <substitute>
  67. <from>special://masterprofile/Thumbnails</from>
  68. <to>nfs://192.168.1.48/home/vdr/kodi/userdata/Thumbnails</to>
  69. </substitute>
  70. <substitute>
  71. <from>special://masterprofile/favourites.xml</from>
  72. <to>nfs://192.168.1.48/home/vdr/kodi/userdata/favourites.xml</to>
  73. </substitute>
  74. </pathsubstitution>
  75. </advancedsettings>
  76. 2021-07-13 17:11:28.937 T:3010648576 DEBUG: Configuring path substitutions
  77. 2021-07-13 17:11:28.937 T:3010648576 DEBUG: Registering substitution pair:
  78. 2021-07-13 17:11:28.937 T:3010648576 DEBUG: From: [/storage/.kodi/userdata/Thumbnails]
  79. 2021-07-13 17:11:28.937 T:3010648576 DEBUG: To: [nfs://192.168.1.48/home/vdr/kodi/userdata/Thumbnails]
  80. 2021-07-13 17:11:28.937 T:3010648576 DEBUG: Registering substitution pair:
  81. 2021-07-13 17:11:28.938 T:3010648576 DEBUG: From: [/storage/.kodi/userdata/favourites.xml]
  82. 2021-07-13 17:11:28.938 T:3010648576 DEBUG: To: [nfs://192.168.1.48/home/vdr/kodi/userdata/favourites.xml]
  83. 2021-07-13 17:11:28.938 T:3010648576 WARNING: VIDEO database configuration is experimental.
  84. 2021-07-13 17:11:28.938 T:3010648576 WARNING: CSettingsManager: missing version attribute
  85. 2021-07-13 17:11:28.938 T:3010648576 NOTICE: Default Video Player: VideoPlayer
  86. 2021-07-13 17:11:28.938 T:3010648576 NOTICE: Default Audio Player: paplayer
  87. 2021-07-13 17:11:28.938 T:3010648576 NOTICE: Enabled debug logging due to GUI setting (2)
  88. 2021-07-13 17:11:28.938 T:3010648576 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  89. 2021-07-13 17:11:28.939 T:3010648576 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  90. 2021-07-13 17:11:28.949 T:3010648576 INFO: creating subdirectories
  91. 2021-07-13 17:11:28.949 T:3010648576 INFO: userdata folder: special://masterprofile/
  92. 2021-07-13 17:11:28.949 T:3010648576 INFO: recording folder:
  93. 2021-07-13 17:11:28.949 T:3010648576 INFO: screenshots folder: /storage/screenshots/
  94. 2021-07-13 17:11:28.955 T:3010648576 DEBUG: NFS: Context for 192.168.1.48/home/vdr/kodi/userdata not open - get a new context.
  95. 2021-07-13 17:11:28.962 T:3010648576 DEBUG: NFS: Connected to server 192.168.1.48 and export /home/vdr/kodi/userdata
  96. 2021-07-13 17:11:28.962 T:3010648576 DEBUG: NFS: chunks: r/w 1048576/1048576
  97. 2021-07-13 17:11:29.057 T:3010648576 NOTICE: PulseAudio: Server found running - will try to use Pulse
  98. 2021-07-13 17:11:29.058 T:2935026432 DEBUG: Thread Lirc start, auto delete: false
  99. 2021-07-13 17:11:29.058 T:3002135296 DEBUG: Thread libinput start, auto delete: false
  100. 2021-07-13 17:11:29.058 T:2935026432 INFO: Loading special://xbmc/system/Lircmap.xml
  101. 2021-07-13 17:11:29.064 T:2935026432 INFO: * Adding remote mapping for device 'mceusb'
  102. 2021-07-13 17:11:29.064 T:2935026432 INFO: * Adding remote mapping for device 'XboxDVDDongle'
  103. 2021-07-13 17:11:29.064 T:2935026432 INFO: * Adding remote mapping for device 'Microsoft_Xbox'
  104. 2021-07-13 17:11:29.064 T:2935026432 INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
  105. 2021-07-13 17:11:29.065 T:2935026432 INFO: * Adding remote mapping for device 'anysee'
  106. 2021-07-13 17:11:29.065 T:2935026432 INFO: * Adding remote mapping for device 'iMON-PAD'
  107. 2021-07-13 17:11:29.065 T:2935026432 INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
  108. 2021-07-13 17:11:29.065 T:2935026432 INFO: * Adding remote mapping for device 'MCE_via_iMON'
  109. 2021-07-13 17:11:29.065 T:2935026432 INFO: * Adding remote mapping for device 'TwinHanRemote'
  110. 2021-07-13 17:11:29.065 T:2935026432 INFO: * Adding remote mapping for device 'linux-input-layer'
  111. 2021-07-13 17:11:29.065 T:2935026432 INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
  112. 2021-07-13 17:11:29.065 T:2935026432 INFO: * Adding remote mapping for device 'mediacenter'
  113. 2021-07-13 17:11:29.065 T:2935026432 INFO: * Adding remote mapping for device 'devinput'
  114. 2021-07-13 17:11:29.066 T:2935026432 INFO: * Adding remote mapping for device 'devinput-32'
  115. 2021-07-13 17:11:29.066 T:2935026432 INFO: * Adding remote mapping for device 'devinput-64'
  116. 2021-07-13 17:11:29.067 T:2935026432 DEBUG: CIRTranslator::Load - no userdata Lircmap.xml found, skipping
  117. 2021-07-13 17:11:29.072 T:3010648576 NOTICE: Running database version Addons27
  118. 2021-07-13 17:11:29.205 T:3010648576 INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/kodi/addons: No such file or directory'
  119. 2021-07-13 17:11:29.206 T:3010648576 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  120. 2021-07-13 17:11:29.206 T:3010648576 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
  121. 2021-07-13 17:11:29.206 T:3010648576 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
  122. 2021-07-13 17:11:29.206 T:3010648576 NOTICE: ADDON: context.extendedinfo.dialog v1.0.3 installed
  123. 2021-07-13 17:11:29.206 T:3010648576 NOTICE: ADDON: driver.dvb.crazycat v9.2.0.0 installed
  124. 2021-07-13 17:11:29.206 T:3010648576 NOTICE: ADDON: driver.dvb.dvb-latest v9.2.0.0 installed
  125. 2021-07-13 17:11:29.206 T:3010648576 NOTICE: ADDON: game.controller.default v1.0.8 installed
  126. 2021-07-13 17:11:29.206 T:3010648576 NOTICE: ADDON: game.controller.snes v1.0.8 installed
  127. 2021-07-13 17:11:29.206 T:3010648576 NOTICE: ADDON: inputstream.adaptive v2.4.7.1 installed
  128. 2021-07-13 17:11:29.206 T:3010648576 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
  129. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
  130. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
  131. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
  132. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
  133. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
  134. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
  135. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
  136. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
  137. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
  138. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
  139. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
  140. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
  141. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
  142. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
  143. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
  144. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
  145. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: kodi.resource v1.0.0 installed
  146. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.album.universal v3.1.4 installed
  147. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.artists.universal v4.3.3 installed
  148. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.common.allmusic.com v3.2.2 installed
  149. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed
  150. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.common.imdb.com v3.2.3 installed
  151. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.4 installed
  152. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
  153. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.common.themoviedb.org v3.2.17 installed
  154. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.local v1.0.0 installed
  155. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.themoviedb.org v5.2.6 installed
  156. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.13 installed
  157. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: os.libreelec.tv v9.2 installed
  158. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: os.openelec.tv v9.2 installed
  159. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: peripheral.joystick v1.4.9 installed
  160. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: plugin.program.autocompletion v1.0.1 installed
  161. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: plugin.video.amazon-test v0.9.4 installed
  162. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: plugin.video.netflix v1.12.5 installed
  163. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: plugin.video.youtube v6.8.15 installed
  164. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: repository.castagnait v1.0.1 installed
  165. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: repository.kodi.game v1.0.0 installed
  166. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: repository.libreelec.tv v9.2.0 installed
  167. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: repository.sandmann79.plugins v1.0.3 installed
  168. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
  169. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: resource.images.aspectratio.color v1.0.0 installed
  170. 2021-07-13 17:11:29.207 T:3010648576 NOTICE: ADDON: resource.images.audiochannels.color v1.0.0 installed
  171. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.audiocodec.color v1.0.0 installed
  172. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.extras.color v1.0.1 installed
  173. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.moviegenreicons.xzener-flat v0.0.3 installed
  174. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.mpaa.color v1.0.2 installed
  175. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.musiccodec.color v1.0.0 installed
  176. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.musicgenreicons.text v0.1.0 installed
  177. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.recordlabels.white v0.0.7 installed
  178. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.resolution.color v1.0.0 installed
  179. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.skinthemes.aeonmq v1.0.0 installed
  180. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.studios.coloured v0.0.20 installed
  181. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.studios.white v0.0.28 installed
  182. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.videocodec.color v1.0.0 installed
  183. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.weathericons.animated v0.0.6 installed
  184. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
  185. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.language.de_de v9.0.21 installed
  186. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
  187. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.uisounds.aeonmq6 v1.0.0 installed
  188. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
  189. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
  190. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
  191. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.artistslideshow v3.3.0 installed
  192. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.artworkorganizer v6.0.0 installed
  193. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.cu.lrclyrics v5.8.3 installed
  194. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.embuary.helper v1.5.0 installed
  195. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.extendedinfo v5.6.0 installed
  196. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.favourites v7.1.3 installed
  197. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.games.rom.collection.browser v2.1.3 installed
  198. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.globalsearch v8.0.13 installed
  199. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.image.resource.select v2.0.4 installed
  200. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.addon.signals v0.0.6 installed
  201. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.arrow v0.15.5 installed
  202. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.autocompletion v1.1.2 installed
  203. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.backports.functools_lru_cache v1.6.1 installed
  204. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.beautifulsoup v3.2.1 installed
  205. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.beautifulsoup4 v4.9.3 installed
  206. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.certifi v2019.9.11 installed
  207. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.chardet v3.0.4 installed
  208. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.dateutil v2.8.1 installed
  209. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.defusedxml v0.6.0 installed
  210. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.future v0.17.1 installed
  211. 2021-07-13 17:11:29.208 T:3010648576 NOTICE: ADDON: script.module.idna v2.8 installed
  212. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.inputstreamhelper v0.5.7 installed
  213. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.kodi-six v0.1.3 installed
  214. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.kodi65 v1.2.1 installed
  215. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.mechanicalsoup v1.0.0 installed
  216. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.metadatautils v1.0.0 installed
  217. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.musicbrainz v0.6.0 installed
  218. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.pil v1.1.7 installed
  219. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.pyautogui v0.9.51 installed
  220. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
  221. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.pydes v2.0.1 installed
  222. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.pyxbmct v1.3.1 installed
  223. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.requests v2.22.0 installed
  224. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.routing v0.2.3 installed
  225. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.simplecache v1.0.20 installed
  226. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.simplejson v3.16.1 installed
  227. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.six v1.15.0 installed
  228. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.soupsieve v1.9.6+leia.1 installed
  229. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.thetvdb v1.0.12 installed
  230. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.urllib3 v1.25.6 installed
  231. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.module.youtube.dl v21.303.0 installed
  232. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.openweathermap.maps v0.3.1 installed
  233. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.program.driverselect v0.1.6 installed
  234. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.randomandlastitems v2.2.2 installed
  235. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.skin.helper.colorpicker v1.0.13 installed
  236. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.skin.helper.service v1.1.3 installed
  237. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.skin.helper.skinbackup v1.0.12 installed
  238. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.skin.helper.widgets v1.0.22 installed
  239. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: script.tv.show.next.aired v6.0.15 installed
  240. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: service.library.data.provider v0.3.2 installed
  241. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: service.libreelec.settings v9.0.0 installed
  242. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: service.rom.collection.browser v1.0.1 installed
  243. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: service.upnext v1.1.5 installed
  244. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: skin.ace2 v1.6.0 installed
  245. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: skin.aeonmq8 v2.9.0 installed
  246. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: skin.estuary v2.0.27 installed
  247. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: virtual.rpi-tools v9.2.0.107 installed
  248. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: virtual.system-tools v9.2.0.111 installed
  249. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: weather.openweathermap.extended v5.0.2 installed
  250. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
  251. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: xbmc.addon v18.9 installed
  252. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: xbmc.core v0.1.0 installed
  253. 2021-07-13 17:11:29.209 T:3010648576 NOTICE: ADDON: xbmc.gui v5.14.0 installed
  254. 2021-07-13 17:11:29.210 T:3010648576 NOTICE: ADDON: xbmc.json v10.3.0 installed
  255. 2021-07-13 17:11:29.210 T:3010648576 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
  256. 2021-07-13 17:11:29.210 T:3010648576 NOTICE: ADDON: xbmc.python v2.26.0 installed
  257. 2021-07-13 17:11:29.210 T:3010648576 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
  258. 2021-07-13 17:11:29.245 T:3010648576 DEBUG: CFavourites::Load - no system favourites found, skipping
  259. 2021-07-13 17:11:29.246 T:3010648576 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/favourites.xml
  260. 2021-07-13 17:11:29.248 T:3010648576 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/favourites.xml
  261. 2021-07-13 17:11:29.251 T:3010648576 DEBUG: DBus method call to org.freedesktop.ConsoleKit.Manager.CanStop at /org/freedesktop/ConsoleKit/Manager of org.freedesktop.ConsoleKit failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.ConsoleKit was not provided by any .service files
  262. 2021-07-13 17:11:29.251 T:3010648576 INFO: Selected Logind/UPower as PowerSyscall
  263. 2021-07-13 17:11:29.252 T:3010648576 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
  264. 2021-07-13 17:11:29.252 T:3010648576 INFO: LogindUPowerSyscall - UPower not found, battery information will not be available
  265. 2021-07-13 17:11:29.260 T:3010648576 DEBUG: LogindUPowerSyscall - inhibit lock taken, fd 19
  266. 2021-07-13 17:11:29.262 T:3010648576 DEBUG: DBus method call to org.freedesktop.UPower.EnumerateDevices at /org/freedesktop/UPower of org.freedesktop.UPower failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
  267. 2021-07-13 17:11:29.262 T:2991506176 DEBUG: Thread ActiveAE start, auto delete: false
  268. 2021-07-13 17:11:29.262 T:2983113472 DEBUG: Thread AESink start, auto delete: false
  269. 2021-07-13 17:11:29.264 T:2974720768 DEBUG: Thread FDEventMonitor start, auto delete: false
  270. 2021-07-13 17:11:29.273 T:2991506176 INFO: CAESinkALSA - Unable to open device "default" for playback
  271. 2021-07-13 17:11:29.281 T:2991506176 DEBUG: PulseAudio: Context authorizing
  272. 2021-07-13 17:11:29.281 T:2991506176 DEBUG: PulseAudio: Context setting name
  273. 2021-07-13 17:11:29.282 T:2991506176 DEBUG: PulseAudio: Context ready
  274. 2021-07-13 17:11:29.282 T:2991506176 WARNING: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
  275. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: Found 2 Lists of Devices
  276. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: Enumerated PI devices:
  277. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: Device 1
  278. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_deviceName : HDMI
  279. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_displayName : HDMI
  280. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_displayNameExtra:
  281. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  282. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_channels : FL, FR
  283. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
  284. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
  285. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
  286. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: Device 2
  287. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_deviceName : Analogue
  288. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_displayName : Analogue
  289. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_displayNameExtra:
  290. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  291. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_channels : FL, FR
  292. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_sampleRates : 48000
  293. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
  294. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_streamTypes : No passthrough capabilities
  295. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: Device 3
  296. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_deviceName : Both
  297. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_displayName : HDMI and Analogue
  298. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_displayNameExtra:
  299. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  300. 2021-07-13 17:11:29.283 T:2991506176 NOTICE: m_channels : FL, FR
  301. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_sampleRates : 48000
  302. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
  303. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_streamTypes : No passthrough capabilities
  304. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: Enumerated PULSE devices:
  305. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: Device 1
  306. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_deviceName : Default
  307. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_displayName : Default
  308. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
  309. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  310. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_channels : FL, FR
  311. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
  312. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
  313. 2021-07-13 17:11:29.284 T:2991506176 NOTICE: m_streamTypes : No passthrough capabilities
  314. 2021-07-13 17:11:29.284 T:2983113472 INFO: CActiveAESink::OpenSink - initialize sink
  315. 2021-07-13 17:11:29.284 T:2983113472 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
  316. 2021-07-13 17:11:29.284 T:2983113472 DEBUG: DllBcm: Using omx system library
  317. 2021-07-13 17:11:29.285 T:2983113472 DEBUG: SECTION:LoadDLL(libopenmaxil.so)
  318. 2021-07-13 17:11:29.287 T:2983113472 DEBUG: Loading: libopenmaxil.so
  319. 2021-07-13 17:11:29.296 T:2983113472 DEBUG: CSettingsManager: requested setting (videoscreen.limitgui) was not found.
  320. 2021-07-13 17:11:29.296 T:2983113472 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
  321. 2021-07-13 17:11:29.296 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
  322. 2021-07-13 17:11:29.298 T:2983113472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x1e74de0
  323. 2021-07-13 17:11:29.299 T:2983113472 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
  324. 2021-07-13 17:11:29.300 T:2983113472 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
  325. 2021-07-13 17:11:29.300 T:2983113472 DEBUG: Output Device : HDMI
  326. 2021-07-13 17:11:29.300 T:2983113472 DEBUG: Sample Rate : 44100
  327. 2021-07-13 17:11:29.300 T:2983113472 DEBUG: Sample Format : AE_FMT_FLOAT
  328. 2021-07-13 17:11:29.300 T:2983113472 DEBUG: Channel Count : 2
  329. 2021-07-13 17:11:29.300 T:2983113472 DEBUG: Channel Layout: FL, FR
  330. 2021-07-13 17:11:29.300 T:2983113472 DEBUG: Frames : 2205
  331. 2021-07-13 17:11:29.300 T:2983113472 DEBUG: Frame Size : 8
  332. 2021-07-13 17:11:29.307 T:3010648576 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  333. 2021-07-13 17:11:29.312 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  334. 2021-07-13 17:11:29.313 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  335. 2021-07-13 17:11:29.313 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  336. 2021-07-13 17:11:29.313 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
  337. 2021-07-13 17:11:29.314 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
  338. 2021-07-13 17:11:29.314 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
  339. 2021-07-13 17:11:29.314 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
  340. 2021-07-13 17:11:29.315 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  341. 2021-07-13 17:11:29.315 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  342. 2021-07-13 17:11:29.316 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  343. 2021-07-13 17:11:29.316 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  344. 2021-07-13 17:11:29.316 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
  345. 2021-07-13 17:11:29.317 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  346. 2021-07-13 17:11:29.317 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
  347. 2021-07-13 17:11:29.317 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  348. 2021-07-13 17:11:29.318 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  349. 2021-07-13 17:11:29.318 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  350. 2021-07-13 17:11:29.318 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  351. 2021-07-13 17:11:29.319 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded
  352. 2021-07-13 17:11:29.319 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
  353. 2021-07-13 17:11:29.320 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
  354. 2021-07-13 17:11:29.320 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  355. 2021-07-13 17:11:29.320 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  356. 2021-07-13 17:11:29.321 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  357. 2021-07-13 17:11:29.321 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  358. 2021-07-13 17:11:29.322 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  359. 2021-07-13 17:11:29.322 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  360. 2021-07-13 17:11:29.323 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  361. 2021-07-13 17:11:29.323 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  362. 2021-07-13 17:11:29.323 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
  363. 2021-07-13 17:11:29.324 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
  364. 2021-07-13 17:11:29.324 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
  365. 2021-07-13 17:11:29.324 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
  366. 2021-07-13 17:11:29.325 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovenian QWERTZ" successfully loaded
  367. 2021-07-13 17:11:29.325 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  368. 2021-07-13 17:11:29.326 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  369. 2021-07-13 17:11:29.326 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Thai Kedmanee" successfully loaded
  370. 2021-07-13 17:11:29.327 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  371. 2021-07-13 17:11:29.327 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  372. 2021-07-13 17:11:29.327 T:3010648576 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  373. 2021-07-13 17:11:29.328 T:3010648576 DEBUG: DBus method call to org.freedesktop.DBus.Peer.Ping at /org/freedesktop/UDisks2 of org.freedesktop.UDisks2 failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks2 was not provided by any .service files
  374. 2021-07-13 17:11:29.328 T:3010648576 DEBUG: DBus method call to org.freedesktop.UDisks.EnumerateDevices at /org/freedesktop/UDisks of org.freedesktop.UDisks failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks was not provided by any .service files
  375. 2021-07-13 17:11:29.330 T:3010648576 DEBUG: Selected UDev as storage provider
  376. 2021-07-13 17:11:29.331 T:3010648576 NOTICE: Raspberry PI firmware version: Jun 26 2020 14:49:28
  377. Copyright (c) 2012 Broadcom
  378. version b078012603a6a094178f959805996ad225a0d83b (clean) (release) (start_x)
  379. 2021-07-13 17:11:29.331 T:3010648576 NOTICE: ARM mem: 703MB GPU mem: 320MB MPG2:0 WVC1:0
  380. 2021-07-13 17:11:29.331 T:3010648576 NOTICE: Config:
  381. arm_freq=1500
  382. audio_pwm_mode=514
  383. config_hdmi_boost=5
  384. core_freq=500
  385. core_freq_min=200
  386. disable_commandline_tags=2
  387. disable_l2cache=1
  388. disable_overscan=1
  389. display_hdmi_rotate=-1
  390. display_lcd_rotate=-1
  391. enable_gic=1
  392. enable_uart=1
  393. force_eeprom_read=1
  394. force_pwm_open=1
  395. framebuffer_ignore_alpha=1
  396. framebuffer_swap=1
  397. gpu_freq=500
  398. gpu_freq_min=250
  399. hdmi_channel_map=8
  400. init_uart_clock=0x2dc6c00
  401. lcd_framerate=60
  402. mask_gpu_interrupt0=1024
  403. mask_gpu_interrupt1=0x10000
  404. over_voltage_avs=-11250
  405. pause_burst_frames=1
  406. program_serial_random=1
  407. total_mem=4096
  408. hdmi_force_cec_address:0=65535
  409. hdmi_force_cec_address:1=65535
  410. hdmi_ignore_cec_init:0=1
  411. hdmi_pixel_freq_limit:0=0x11e1a300
  412. hdmi_pixel_freq_limit:1=0x11e1a300
  413. 2021-07-13 17:11:29.331 T:3010648576 NOTICE: Config:
  414. device_tree=-
  415. overlay_prefix=overlays/
  416. hdmi_cvt:0=
  417. hdmi_cvt:1=
  418. hdmi_edid_filename:0=
  419. hdmi_edid_filename:1=
  420. hdmi_timings:0=
  421. hdmi_timings:1=
  422. 2021-07-13 17:11:29.331 T:3010648576 INFO: RetroPlayer[PROCESS]: Registering process control for GBM
  423. 2021-07-13 17:11:29.331 T:3010648576 INFO: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
  424. 2021-07-13 17:11:29.612 T:3010648576 DEBUG: CDRMUtils::FindConnector - found connector: 51
  425. 2021-07-13 17:11:29.612 T:3010648576 DEBUG: CDRMUtils::OpenDrm - opened device: /dev/dri/card0 using module: vc4
  426. 2021-07-13 17:11:29.644 T:3010648576 DEBUG: CDRMUtils::FindConnector - found connector: 51
  427. 2021-07-13 17:11:29.644 T:3010648576 DEBUG: CDRMUtils::FindEncoder - found encoder: 50
  428. 2021-07-13 17:11:29.644 T:3010648576 DEBUG: CDRMUtils::FindCrtc - found crtc: 49
  429. 2021-07-13 17:11:29.644 T:3010648576 DEBUG: CDRMUtils::FindPlane - found video plane 28
  430. 2021-07-13 17:11:29.644 T:3010648576 WARNING: CDRMUtils::FindPlane - could not find plane
  431. 2021-07-13 17:11:29.645 T:3010648576 DEBUG: CDRMUtils::FindPlane - found gui plane 35
  432. 2021-07-13 17:11:29.645 T:3010648576 DEBUG: CDRMUtils::FindPreferredMode - found preferred mode: 3840x2160 @ 30 Hz
  433. 2021-07-13 17:11:29.646 T:3010648576 DEBUG: CDRMAtomic::InitDrm - initialized atomic DRM
  434. 2021-07-13 17:11:29.733 T:3010648576 DEBUG: CWinSystemGbm::InitWindowSystem - initialized DRM
  435. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 3840x2160 with 3840x2160 @ 30.000000 Hz
  436. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 4096x2160 with 4096x2160 @ 30.000000 Hz
  437. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 4096x2160 with 4096x2160 @ 29.970032 Hz
  438. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 4096x2160 with 4096x2160 @ 24.000000 Hz
  439. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 4096x2160 with 4096x2160 @ 23.976025 Hz
  440. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 3840x2160 with 3840x2160 @ 29.970032 Hz
  441. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 3840x2160 with 3840x2160 @ 25.000000 Hz
  442. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 3840x2160 with 3840x2160 @ 24.000000 Hz
  443. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 3840x2160 with 3840x2160 @ 23.976025 Hz
  444. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 2560x1440 with 2560x1440 @ 60.000000 Hz
  445. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
  446. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
  447. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 50.000000 Hz
  448. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 30.000000 Hz
  449. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 29.970032 Hz
  450. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 25.000000 Hz
  451. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz
  452. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz
  453. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1680x1050 with 1680x1050 @ 60.000000 Hz
  454. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1600x900 with 1600x900 @ 60.000000 Hz
  455. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1280x1024 with 1280x1024 @ 75.000000 Hz
  456. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1280x1024 with 1280x1024 @ 60.000000 Hz
  457. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1440x900 with 1440x900 @ 60.000000 Hz
  458. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1280x800 with 1280x800 @ 60.000000 Hz
  459. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1152x864 with 1152x864 @ 75.000000 Hz
  460. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
  461. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
  462. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1280x720 with 1280x720 @ 50.000000 Hz
  463. 2021-07-13 17:11:29.734 T:3010648576 NOTICE: Found resolution 1024x768 with 1024x768 @ 75.000000 Hz
  464. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 1024x768 with 1024x768 @ 70.000000 Hz
  465. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz
  466. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 832x624 with 832x624 @ 74.925079 Hz
  467. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 800x600 with 800x600 @ 75.000000 Hz
  468. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 800x600 with 800x600 @ 72.000000 Hz
  469. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 800x600 with 800x600 @ 60.000000 Hz
  470. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 720x576 with 720x576 @ 50.000000 Hz
  471. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 720x480 with 720x480 @ 59.940063 Hz
  472. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 720x480 with 720x480 @ 60.000000 Hz
  473. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 640x480 with 640x480 @ 75.000000 Hz
  474. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 640x480 with 640x480 @ 73.000000 Hz
  475. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 640x480 with 640x480 @ 67.000000 Hz
  476. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 640x480 with 640x480 @ 60.000000 Hz
  477. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Previous line repeats 1 times.
  478. 2021-07-13 17:11:29.735 T:3010648576 NOTICE: Found resolution 720x400 with 720x400 @ 70.000000 Hz
  479. 2021-07-13 17:11:29.737 T:3010648576 NOTICE: EGL_VERSION = 1.4
  480. 2021-07-13 17:11:29.737 T:3010648576 NOTICE: EGL_VENDOR = Mesa Project
  481. 2021-07-13 17:11:29.737 T:3010648576 NOTICE: EGL_EXTENSIONS = EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export
  482. 2021-07-13 17:11:29.737 T:3010648576 NOTICE: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_MESA_platform_gbm
  483. 2021-07-13 17:11:29.737 T:3010648576 DEBUG: EGL Config Attributes:
  484. 2021-07-13 17:11:29.737 T:3010648576 DEBUG: EGL_BUFFER_SIZE: 32
  485. 2021-07-13 17:11:29.737 T:3010648576 DEBUG: EGL_ALPHA_SIZE: 8
  486. 2021-07-13 17:11:29.737 T:3010648576 DEBUG: EGL_BLUE_SIZE: 8
  487. 2021-07-13 17:11:29.737 T:3010648576 DEBUG: EGL_GREEN_SIZE: 8
  488. 2021-07-13 17:11:29.737 T:3010648576 DEBUG: EGL_RED_SIZE: 8
  489. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_DEPTH_SIZE: 16
  490. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_STENCIL_SIZE: 0
  491. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_CONFIG_CAVEAT: 0x3038
  492. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_CONFIG_ID: 10
  493. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_LEVEL: 0
  494. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_MAX_PBUFFER_HEIGHT: 4096
  495. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_MAX_PBUFFER_PIXELS: 0
  496. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_MAX_PBUFFER_WIDTH: 4096
  497. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_NATIVE_RENDERABLE: 1
  498. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_NATIVE_VISUAL_ID: 875713089
  499. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_NATIVE_VISUAL_TYPE: 0x3038
  500. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_SAMPLES: 0
  501. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_SAMPLE_BUFFERS: 0
  502. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_SURFACE_TYPE: 4
  503. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_TRANSPARENT_TYPE: 0x3038
  504. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_TRANSPARENT_BLUE_VALUE: 0
  505. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_TRANSPARENT_GREEN_VALUE: 0
  506. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_TRANSPARENT_RED_VALUE: 0
  507. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_BIND_TO_TEXTURE_RGB: 0
  508. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_BIND_TO_TEXTURE_RGBA: 0
  509. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_MIN_SWAP_INTERVAL: 1
  510. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_MAX_SWAP_INTERVAL: 1
  511. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_LUMINANCE_SIZE: 0
  512. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_ALPHA_MASK_SIZE: 0
  513. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_COLOR_BUFFER_TYPE: 0x308e
  514. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_RENDERABLE_TYPE: 77
  515. 2021-07-13 17:11:29.738 T:3010648576 DEBUG: EGL_CONFORMANT: 77
  516. 2021-07-13 17:11:29.742 T:3010648576 NOTICE: Checking resolution 29
  517. 2021-07-13 17:11:29.742 T:3010648576 DEBUG: OnLostDevice - notify display change event
  518. 2021-07-13 17:11:29.856 T:2983113472 DEBUG: CAESinkPi:Drain delay:100ms now:0ms
  519. 2021-07-13 17:11:29.857 T:2983113472 DEBUG: CAESinkPi:Deinitialize
  520. 2021-07-13 17:11:29.857 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
  521. 2021-07-13 17:11:29.865 T:2983113472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0x1e74de0
  522. 2021-07-13 17:11:29.865 T:3010648576 WARNING: CGBMUtils::DestroySurface - surface already destroyed
  523. 2021-07-13 17:11:29.865 T:3010648576 DEBUG: CWinSystemGbmEGLContext::DestroyWindow - deinitialized GBM
  524. 2021-07-13 17:11:29.895 T:3010648576 DEBUG: CDRMUtils::SetMode - found crtc mode: 1920x1080 @ 50 Hz
  525. 2021-07-13 17:11:29.895 T:3010648576 DEBUG: CGBMUtils::CreateSurface - created surface with size 1920x1080
  526. 2021-07-13 17:11:29.911 T:3010648576 DEBUG: CWinSystemGbmEGLContext::CreateNewWindow - initialized GBM
  527. 2021-07-13 17:11:29.911 T:3010648576 NOTICE: GL_VENDOR = Broadcom
  528. 2021-07-13 17:11:29.911 T:3010648576 NOTICE: GL_RENDERER = V3D 4.2
  529. 2021-07-13 17:11:29.912 T:3010648576 NOTICE: GL_VERSION = OpenGL ES 3.0 Mesa 19.1.7
  530. 2021-07-13 17:11:29.912 T:3010648576 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.00
  531. 2021-07-13 17:11:29.912 T:3010648576 NOTICE: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_draw_elements_base_vertex GL_EXT_texture_border_clamp GL_KHR_context_flush_control GL_OES_draw_elements_base_vertex GL_OES_texture_border_clamp GL_OES_texture_stencil8 GL_EXT_float_blend GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_MESA_shader_integer_functions GL_KHR_parallel_shader_compile GL_EXT_texture_query_lod
  532. 2021-07-13 17:11:30.362 T:3010648576 DEBUG: OnLostDevice - notify display change event
  533. 2021-07-13 17:11:30.393 T:3010648576 DEBUG: CDRMUtils::SetMode - found crtc mode: 1920x1080 @ 50 Hz
  534. 2021-07-13 17:11:30.393 T:3010648576 INFO: GLES: Maximum texture width: 4096
  535. 2021-07-13 17:11:30.393 T:2991506176 DEBUG: CActiveAE - display reset event
  536. 2021-07-13 17:11:30.393 T:3010648576 DEBUG: guilib: Fill viewport on change for solving rendering passes
  537. 2021-07-13 17:11:30.393 T:2983113472 INFO: CActiveAESink::OpenSink - initialize sink
  538. 2021-07-13 17:11:30.393 T:2983113472 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
  539. 2021-07-13 17:11:30.393 T:2983113472 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
  540. 2021-07-13 17:11:30.393 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
  541. 2021-07-13 17:11:30.394 T:2983113472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x2436c00
  542. 2021-07-13 17:11:30.396 T:2983113472 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
  543. 2021-07-13 17:11:30.396 T:2983113472 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
  544. 2021-07-13 17:11:30.396 T:2983113472 DEBUG: Output Device : HDMI
  545. 2021-07-13 17:11:30.396 T:2983113472 DEBUG: Sample Rate : 44100
  546. 2021-07-13 17:11:30.396 T:2983113472 DEBUG: Sample Format : AE_FMT_FLOAT
  547. 2021-07-13 17:11:30.397 T:2983113472 DEBUG: Channel Count : 2
  548. 2021-07-13 17:11:30.397 T:2983113472 DEBUG: Channel Layout: FL, FR
  549. 2021-07-13 17:11:30.397 T:2983113472 DEBUG: Frames : 2205
  550. 2021-07-13 17:11:30.397 T:2983113472 DEBUG: Frame Size : 8
  551. 2021-07-13 17:11:30.398 T:2991506176 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  552. 2021-07-13 17:11:30.887 T:3010648576 DEBUG: EGL Debugging:
  553. Error: EGL_BAD_SURFACE
  554. Command: eglSwapBuffers
  555. Type: EGL_DEBUG_MSG_ERROR_KHR
  556. Message: dri2_swap_buffers
  557. 2021-07-13 17:11:31.065 T:3010648576 DEBUG: CRBP::OpenDisplay device:0 m_display:10000020 (0)
  558. 2021-07-13 17:11:31.065 T:3010648576 INFO: load keymapping
  559. 2021-07-13 17:11:31.067 T:3010648576 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  560. 2021-07-13 17:11:31.068 T:3010648576 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  561. 2021-07-13 17:11:31.069 T:3010648576 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  562. 2021-07-13 17:11:31.071 T:3010648576 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  563. 2021-07-13 17:11:31.073 T:3010648576 INFO: Loading special://xbmc/system/keymaps/joystick.xml
  564. 2021-07-13 17:11:31.076 T:3010648576 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  565. 2021-07-13 17:11:31.082 T:3010648576 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  566. 2021-07-13 17:11:31.082 T:3010648576 INFO: Loading special://xbmc/system/keymaps/remote.xml
  567. 2021-07-13 17:11:31.086 T:3010648576 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  568. 2021-07-13 17:11:31.089 T:3010648576 INFO: GUI format 1920x1080, Display 1920x1080 @ 50.000000 Hz
  569. 2021-07-13 17:11:31.089 T:3010648576 INFO: CLangInfo: loading resource.language.de_de language information...
  570. 2021-07-13 17:11:31.090 T:3010648576 DEBUG: trying to set locale to de_DE.UTF-8
  571. 2021-07-13 17:11:31.098 T:3010648576 INFO: global locale set to C
  572. 2021-07-13 17:11:31.098 T:3010648576 INFO: CLangInfo: loading resource.language.de_de language strings...
  573. 2021-07-13 17:11:31.130 T:3010648576 DEBUG: LocalizeStrings: loaded 4015 strings from file resource://resource.language.de_de/strings.po
  574. 2021-07-13 17:11:31.145 T:3010648576 DEBUG: POParser: id:12343 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  575. 2021-07-13 17:11:31.157 T:3010648576 DEBUG: LocalizeStrings: loaded 8 strings from file resource://resource.language.en_gb/strings.po
  576. 2021-07-13 17:11:31.175 T:3010648576 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.aac/resources/language/English/strings.po
  577. 2021-07-13 17:11:31.177 T:3010648576 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.wma/resources/language/English/strings.po
  578. 2021-07-13 17:11:31.179 T:3010648576 DEBUG: LocalizeStrings: loaded 18 strings from file /usr/share/kodi/addons/game.controller.default/resources/language/resource.language.en_gb/strings.po
  579. 2021-07-13 17:11:31.182 T:3010648576 DEBUG: LocalizeStrings: loaded 13 strings from file /usr/share/kodi/addons/game.controller.snes/resources/language/resource.language.en_gb/strings.po
  580. 2021-07-13 17:11:31.184 T:3010648576 DEBUG: LocalizeStrings: loaded 11 strings from file /storage/.kodi/addons/metadata.album.universal/resources/language/resource.language.de_de/strings.po
  581. 2021-07-13 17:11:31.185 T:3010648576 DEBUG: LocalizeStrings: loaded 6 strings from file /storage/.kodi/addons/metadata.album.universal/resources/language/resource.language.en_gb/strings.po
  582. 2021-07-13 17:11:31.186 T:3010648576 DEBUG: LocalizeStrings: loaded 23 strings from file /storage/.kodi/addons/metadata.artists.universal/resources/language/resource.language.de_de/strings.po
  583. 2021-07-13 17:11:31.187 T:3010648576 DEBUG: LocalizeStrings: loaded 9 strings from file /storage/.kodi/addons/metadata.artists.universal/resources/language/resource.language.en_gb/strings.po
  584. 2021-07-13 17:11:31.194 T:3010648576 DEBUG: LocalizeStrings: loaded 7 strings from file /storage/.kodi/addons/metadata.themoviedb.org/resources/language/resource.language.de_de/strings.po
  585. 2021-07-13 17:11:31.195 T:3010648576 DEBUG: POParser: id:30003 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  586. 2021-07-13 17:11:31.195 T:3010648576 DEBUG: LocalizeStrings: loaded 3 strings from file /storage/.kodi/addons/metadata.themoviedb.org/resources/language/resource.language.en_gb/strings.po
  587. 2021-07-13 17:11:31.196 T:3010648576 DEBUG: LocalizeStrings: loaded 3 strings from file /storage/.kodi/addons/metadata.tvshows.themoviedb.org/resources/language/resource.language.de_de/strings.po
  588. 2021-07-13 17:11:31.197 T:3010648576 DEBUG: LocalizeStrings: loaded 10 strings from file /storage/.kodi/addons/metadata.tvshows.themoviedb.org/resources/language/resource.language.en_gb/strings.po
  589. 2021-07-13 17:11:31.200 T:3010648576 DEBUG: LocalizeStrings: loaded 9 strings from file /usr/share/kodi/addons/peripheral.joystick/resources/language/resource.language.en_gb/strings.po
  590. 2021-07-13 17:11:31.209 T:3010648576 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.de_de/strings.po
  591. 2021-07-13 17:11:31.209 T:3010648576 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_gb/strings.po
  592. 2021-07-13 17:11:31.211 T:3010648576 DEBUG: LocalizeStrings: loaded 18 strings from file /usr/share/kodi/addons/script.program.driverselect/resources/language/resource.language.de_de/strings.po
  593. 2021-07-13 17:11:31.212 T:3010648576 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/script.program.driverselect/resources/language/resource.language.en_gb/strings.po
  594. 2021-07-13 17:11:31.214 T:3010648576 DEBUG: LocalizeStrings: loaded 259 strings from file /usr/share/kodi/addons/service.libreelec.settings/resources/language/resource.language.de_de/strings.po
  595. 2021-07-13 17:11:31.217 T:3010648576 DEBUG: POParser: id:720 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  596. 2021-07-13 17:11:31.218 T:3010648576 DEBUG: POParser: id:32013 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  597. 2021-07-13 17:11:31.218 T:3010648576 DEBUG: POParser: id:32022 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  598. 2021-07-13 17:11:31.218 T:3010648576 DEBUG: POParser: id:32231 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  599. 2021-07-13 17:11:31.218 T:3010648576 DEBUG: POParser: id:32233 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  600. 2021-07-13 17:11:31.218 T:3010648576 DEBUG: POParser: id:32238 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  601. 2021-07-13 17:11:31.219 T:3010648576 DEBUG: LocalizeStrings: loaded 6 strings from file /usr/share/kodi/addons/service.libreelec.settings/resources/language/resource.language.en_gb/strings.po
  602. 2021-07-13 17:11:31.225 T:3010648576 DEBUG: LocalizeStrings: loaded 83 strings from file /storage/.kodi/addons/script.module.inputstreamhelper/resources/language/resource.language.de_de/strings.po
  603. 2021-07-13 17:11:31.226 T:3010648576 DEBUG: LocalizeStrings: loaded 3 strings from file /storage/.kodi/addons/script.module.inputstreamhelper/resources/language/resource.language.en_gb/strings.po
  604. 2021-07-13 17:11:31.239 T:3010648576 DEBUG: LocalizeStrings: loaded 180 strings from file /storage/.kodi/addons/plugin.video.amazon-test/resources/language/resource.language.de_de/strings.po
  605. 2021-07-13 17:11:31.241 T:3010648576 DEBUG: LocalizeStrings: loaded 0 strings from file /storage/.kodi/addons/plugin.video.amazon-test/resources/language/resource.language.en_gb/strings.po
  606. 2021-07-13 17:11:31.242 T:3010648576 DEBUG: LocalizeStrings: loaded 21 strings from file /storage/.kodi/addons/inputstream.adaptive/resources/language/resource.language.de_de/strings.po
  607. 2021-07-13 17:11:31.243 T:3010648576 DEBUG: LocalizeStrings: loaded 3 strings from file /storage/.kodi/addons/inputstream.adaptive/resources/language/resource.language.en_gb/strings.po
  608. 2021-07-13 17:11:31.246 T:3010648576 DEBUG: LocalizeStrings: loaded 296 strings from file /storage/.kodi/addons/plugin.video.youtube/resources/language/resource.language.de_de/strings.po
  609. 2021-07-13 17:11:31.248 T:3010648576 DEBUG: LocalizeStrings: loaded 1 strings from file /storage/.kodi/addons/plugin.video.youtube/resources/language/resource.language.en_gb/strings.po
  610. 2021-07-13 17:11:31.253 T:3010648576 DEBUG: LocalizeStrings: loaded 3 strings from file /storage/.kodi/addons/script.favourites/resources/language/resource.language.de_DE/strings.po
  611. 2021-07-13 17:11:31.254 T:3010648576 DEBUG: LocalizeStrings: loaded 0 strings from file /storage/.kodi/addons/script.favourites/resources/language/resource.language.en_GB/strings.po
  612. 2021-07-13 17:11:31.259 T:3010648576 DEBUG: LocalizeStrings: loaded 48 strings from file /storage/.kodi/addons/service.upnext/resources/language/resource.language.de_de/strings.po
  613. 2021-07-13 17:11:31.259 T:3010648576 DEBUG: LocalizeStrings: loaded 0 strings from file /storage/.kodi/addons/service.upnext/resources/language/resource.language.en_gb/strings.po
  614. 2021-07-13 17:11:31.268 T:3010648576 DEBUG: LocalizeStrings: loaded 51 strings from file /storage/.kodi/addons/script.module.metadatautils/resources/language/resource.language.en_gb/strings.po
  615. 2021-07-13 17:11:31.270 T:3010648576 DEBUG: LocalizeStrings: loaded 26 strings from file /storage/.kodi/addons/script.skin.helper.service/resources/language/resource.language.en_gb/strings.po
  616. 2021-07-13 17:11:31.272 T:3010648576 DEBUG: LocalizeStrings: loaded 24 strings from file /storage/.kodi/addons/service.library.data.provider/resources/language/resource.language.en_gb/strings.po
  617. 2021-07-13 17:11:31.286 T:3010648576 DEBUG: LocalizeStrings: loaded 24 strings from file /storage/.kodi/addons/weather.openweathermap.extended/resources/language/resource.language.de_DE/strings.po
  618. 2021-07-13 17:11:31.287 T:3010648576 DEBUG: LocalizeStrings: loaded 82 strings from file /storage/.kodi/addons/weather.openweathermap.extended/resources/language/resource.language.en_GB/strings.po
  619. 2021-07-13 17:11:31.293 T:3010648576 DEBUG: LocalizeStrings: loaded 38 strings from file /storage/.kodi/addons/script.module.youtube.dl/resources/language/resource.language.de_de/strings.po
  620. 2021-07-13 17:11:31.293 T:3010648576 DEBUG: LocalizeStrings: loaded 7 strings from file /storage/.kodi/addons/script.module.youtube.dl/resources/language/resource.language.en_gb/strings.po
  621. 2021-07-13 17:11:31.298 T:3010648576 DEBUG: LocalizeStrings: loaded 167 strings from file /storage/.kodi/addons/script.extendedinfo/resources/language/resource.language.en_gb/strings.po
  622. 2021-07-13 17:11:31.299 T:3010648576 DEBUG: LocalizeStrings: loaded 37 strings from file /storage/.kodi/addons/script.embuary.helper/resources/language/resource.language.de_DE/strings.po
  623. 2021-07-13 17:11:31.300 T:3010648576 DEBUG: LocalizeStrings: loaded 0 strings from file /storage/.kodi/addons/script.embuary.helper/resources/language/resource.language.en_GB/strings.po
  624. 2021-07-13 17:11:31.302 T:3010648576 DEBUG: LocalizeStrings: loaded 1 strings from file /storage/.kodi/addons/context.extendedinfo.dialog/resources/language/English/strings.po
  625. 2021-07-13 17:11:31.305 T:3010648576 DEBUG: LocalizeStrings: loaded 43 strings from file /storage/.kodi/addons/script.tv.show.next.aired/resources/language/German/strings.po
  626. 2021-07-13 17:11:31.307 T:3010648576 DEBUG: LocalizeStrings: loaded 0 strings from file /storage/.kodi/addons/script.tv.show.next.aired/resources/language/English/strings.po
  627. 2021-07-13 17:11:31.313 T:3010648576 DEBUG: LocalizeStrings: loaded 0 strings from file /storage/.kodi/addons/script.artistslideshow/resources/language/resource.language.de_de/strings.po
  628. 2021-07-13 17:11:31.314 T:3010648576 DEBUG: LocalizeStrings: loaded 112 strings from file /storage/.kodi/addons/script.artistslideshow/resources/language/resource.language.en_gb/strings.po
  629. 2021-07-13 17:11:31.316 T:3010648576 DEBUG: LocalizeStrings: loaded 46 strings from file /storage/.kodi/addons/script.cu.lrclyrics/resources/language/resource.language.de_DE/strings.po
  630. 2021-07-13 17:11:31.317 T:3010648576 DEBUG: POParser: id:32110 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  631. 2021-07-13 17:11:31.317 T:3010648576 DEBUG: LocalizeStrings: loaded 2 strings from file /storage/.kodi/addons/script.cu.lrclyrics/resources/language/resource.language.en_GB/strings.po
  632. 2021-07-13 17:11:31.319 T:3010648576 DEBUG: LocalizeStrings: loaded 21 strings from file /storage/.kodi/addons/script.globalsearch/resources/language/resource.language.de_DE/strings.po
  633. 2021-07-13 17:11:31.320 T:3010648576 DEBUG: POParser: id:32006 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  634. 2021-07-13 17:11:31.320 T:3010648576 DEBUG: POParser: id:32009 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  635. 2021-07-13 17:11:31.320 T:3010648576 DEBUG: POParser: id:32299 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  636. 2021-07-13 17:11:31.320 T:3010648576 DEBUG: LocalizeStrings: loaded 8 strings from file /storage/.kodi/addons/script.globalsearch/resources/language/resource.language.en_GB/strings.po
  637. 2021-07-13 17:11:31.330 T:3010648576 DEBUG: LocalizeStrings: loaded 542 strings from file /storage/.kodi/addons/script.games.rom.collection.browser/resources/language/German/strings.xml
  638. 2021-07-13 17:11:31.335 T:3010648576 DEBUG: LocalizeStrings: loaded 0 strings from file /storage/.kodi/addons/script.games.rom.collection.browser/resources/language/English/strings.xml
  639. 2021-07-13 17:11:31.337 T:3010648576 DEBUG: LocalizeStrings: loaded 6 strings from file /storage/.kodi/addons/script.skin.helper.colorpicker/resources/language/resource.language.en_gb/strings.po
  640. 2021-07-13 17:11:31.338 T:3010648576 DEBUG: LocalizeStrings: loaded 39 strings from file /storage/.kodi/addons/script.skin.helper.skinbackup/resources/language/resource.language.en_gb/strings.po
  641. 2021-07-13 17:11:31.340 T:3010648576 DEBUG: LocalizeStrings: loaded 69 strings from file /storage/.kodi/addons/script.skin.helper.widgets/resources/language/resource.language.en_gb/strings.po
  642. 2021-07-13 17:11:31.342 T:3010648576 DEBUG: LocalizeStrings: loaded 23 strings from file /storage/.kodi/addons/script.artworkorganizer/resources/language/German/strings.po
  643. 2021-07-13 17:11:31.343 T:3010648576 DEBUG: LocalizeStrings: loaded 4 strings from file /storage/.kodi/addons/script.artworkorganizer/resources/language/English/strings.po
  644. 2021-07-13 17:11:31.345 T:3010648576 DEBUG: LocalizeStrings: loaded 3 strings from file /storage/.kodi/addons/plugin.program.autocompletion/resources/language/English/strings.po
  645. 2021-07-13 17:11:31.352 T:3010648576 DEBUG: LocalizeStrings: loaded 256 strings from file /storage/.kodi/addons/plugin.video.netflix/resources/language/resource.language.de_de/strings.po
  646. 2021-07-13 17:11:31.354 T:3010648576 DEBUG: LocalizeStrings: loaded 0 strings from file /storage/.kodi/addons/plugin.video.netflix/resources/language/resource.language.en_gb/strings.po
  647. 2021-07-13 17:11:31.355 T:2887197440 DEBUG: Thread JobWorker start, auto delete: true
  648. 2021-07-13 17:11:31.355 T:2887197440 DEBUG: Initialize, updating databases...
  649. 2021-07-13 17:11:31.357 T:2887197440 NOTICE: Running database version Addons27
  650. 2021-07-13 17:11:31.359 T:2887197440 NOTICE: Running database version ViewModes6
  651. 2021-07-13 17:11:31.388 T:2887197440 NOTICE: Running database version Textures13
  652. 2021-07-13 17:11:31.391 T:2887197440 NOTICE: MYSQL: Connected to version 10.3.29-MariaDB-0ubuntu0.20.04.1
  653. 2021-07-13 17:11:31.395 T:2887197440 NOTICE: Running database version MyMusic72
  654. 2021-07-13 17:11:31.399 T:2887197440 NOTICE: Running database version MyVideos116
  655. 2021-07-13 17:11:31.401 T:2887197440 NOTICE: Running database version TV32
  656. 2021-07-13 17:11:31.403 T:2887197440 NOTICE: Running database version Epg12
  657. 2021-07-13 17:11:31.403 T:2887197440 DEBUG: Initialize, updating databases... DONE
  658. 2021-07-13 17:11:31.422 T:3010648576 NOTICE: start dvd mediatype detection
  659. 2021-07-13 17:11:31.422 T:3010648576 DEBUG: DPMS: supported power-saving modes: OFF
  660. 2021-07-13 17:11:31.422 T:2939527936 DEBUG: Thread DetectDVDMedia start, auto delete: false
  661. 2021-07-13 17:11:31.422 T:2939527936 DEBUG: Compiled with libcdio Version 0.94
  662. 2021-07-13 17:11:31.424 T:2939527936 DEBUG: Thread DetectDVDMedia 2939527936 terminating
  663. 2021-07-13 17:11:31.482 T:3010648576 INFO: Unloading old skin ...
  664. 2021-07-13 17:11:31.505 T:3010648576 NOTICE: load skin from: /storage/.kodi/addons/skin.aeonmq8 (version: 2.9.0)
  665. 2021-07-13 17:11:31.505 T:3010648576 INFO: load fonts for skin...
  666. 2021-07-13 17:11:31.510 T:3010648576 INFO: Loading skin includes from /storage/.kodi/addons/skin.aeonmq8/xml/Includes.xml
  667. 2021-07-13 17:11:31.938 T:3010648576 INFO: Loading fonts from /storage/.kodi/addons/skin.aeonmq8/xml/Font.xml
  668. 2021-07-13 17:11:32.193 T:3010648576 DEBUG: LocalizeStrings: loaded 901 strings from file /storage/.kodi/addons/skin.aeonmq8/language/resource.language.de_de/strings.po
  669. 2021-07-13 17:11:32.199 T:3010648576 DEBUG: LocalizeStrings: loaded 1 strings from file /storage/.kodi/addons/skin.aeonmq8/language/resource.language.en_gb/strings.po
  670. 2021-07-13 17:11:32.199 T:3010648576 INFO: load new skin...
  671. 2021-07-13 17:11:32.199 T:3010648576 INFO: Loading custom window XMLs from skin path /storage/.kodi/addons/skin.aeonmq8/xml
  672. 2021-07-13 17:11:32.242 T:3010648576 DEBUG: Load Skin XML: 43.08ms
  673. 2021-07-13 17:11:32.242 T:3010648576 INFO: initialize new skin...
  674. 2021-07-13 17:11:32.243 T:3010648576 DEBUG: guilib: Fill viewport on change for solving rendering passes
  675. 2021-07-13 17:11:32.243 T:3010648576 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  676. 2021-07-13 17:11:32.244 T:3010648576 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  677. 2021-07-13 17:11:32.278 T:3010648576 DEBUG: OpenBundle - Opened bundle /storage/.kodi/addons/skin.aeonmq8/media/Textures.xbt
  678. 2021-07-13 17:11:32.281 T:3010648576 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  679. 2021-07-13 17:11:32.283 T:3010648576 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  680. 2021-07-13 17:11:32.285 T:3010648576 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  681. 2021-07-13 17:11:32.287 T:3010648576 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  682. 2021-07-13 17:11:32.289 T:3010648576 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  683. 2021-07-13 17:11:32.291 T:3010648576 INFO: Loading skin file: customMusicFullscreen.xml, load type: LOAD_ON_GUI_INIT
  684. 2021-07-13 17:11:32.292 T:3010648576 INFO: skin loaded...
  685. 2021-07-13 17:11:32.292 T:3010648576 DEBUG: Activating window ID: 12997
  686. 2021-07-13 17:11:32.292 T:3010648576 DEBUG: ------ Window Init () ------
  687. 2021-07-13 17:11:32.293 T:3010648576 DEBUG: Activating window ID: 12999
  688. 2021-07-13 17:11:32.293 T:3010648576 DEBUG: ------ Window Init (Startup.xml) ------
  689. 2021-07-13 17:11:32.293 T:3010648576 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  690. 2021-07-13 17:11:32.295 T:2878804736 DEBUG: Thread Timer start, auto delete: false
  691. 2021-07-13 17:11:32.303 T:2870412032 DEBUG: Thread LanguageInvoker start, auto delete: false
  692. 2021-07-13 17:11:32.303 T:3010648576 DEBUG: Activating window ID: 10000
  693. 2021-07-13 17:11:32.303 T:3010648576 DEBUG: ------ Window Deinit (Startup.xml) ------
  694. 2021-07-13 17:11:32.303 T:3010648576 DEBUG: ------ Window Init (Home.xml) ------
  695. 2021-07-13 17:11:32.303 T:2870412032 INFO: initializing python engine.
  696. 2021-07-13 17:11:32.303 T:3010648576 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  697. 2021-07-13 17:11:32.332 T:2870412032 DEBUG: CPythonInvoker(0, /storage/.kodi/addons/script.games.rom.collection.browser/default.py): start processing
  698. 2021-07-13 17:11:32.354 T:2870412032 DEBUG: -->Python Interpreter Initialized<--
  699. 2021-07-13 17:11:32.355 T:2870412032 DEBUG: CPythonInvoker(0, /storage/.kodi/addons/script.games.rom.collection.browser/default.py): the source file to load is "/storage/.kodi/addons/script.games.rom.collection.browser/default.py"
  700. 2021-07-13 17:11:32.355 T:2870412032 DEBUG: CPythonInvoker(0, /storage/.kodi/addons/script.games.rom.collection.browser/default.py): setting the Python path to /storage/.kodi/addons/script.games.rom.collection.browser:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  701. 2021-07-13 17:11:32.355 T:2870412032 DEBUG: CPythonInvoker(0, /storage/.kodi/addons/script.games.rom.collection.browser/default.py): entering source directory /storage/.kodi/addons/script.games.rom.collection.browser
  702. 2021-07-13 17:11:32.355 T:2870412032 DEBUG: CPythonInvoker(0, /storage/.kodi/addons/script.games.rom.collection.browser/default.py): instantiating addon using automatically obtained id of "script.games.rom.collection.browser" dependent on version 2.1.0 of the xbmc.python api
  703. 2021-07-13 17:11:32.401 T:2870412032 DEBUG: RCB started
  704. 2021-07-13 17:11:32.401 T:2870412032 DEBUG: RCB: sys.argv = ['default.py', 'limit=12']
  705. 2021-07-13 17:11:32.402 T:2870412032 DEBUG: RCB: param = default.py
  706. 2021-07-13 17:11:32.402 T:2870412032 DEBUG: RCB: setting launchRCB = True
  707. 2021-07-13 17:11:32.402 T:2870412032 DEBUG: RCB: param = limit=12
  708. 2021-07-13 17:11:32.402 T:2870412032 DEBUG: RCB: setting launchRCB = False
  709. 2021-07-13 17:11:32.403 T:2870412032 DEBUG: CAddonSettings[script.games.rom.collection.browser]: loading setting definitions
  710. 2021-07-13 17:11:32.403 T:2870412032 DEBUG: CAddonSettings[script.games.rom.collection.browser]: trying to load setting definitions from old format...
  711. 2021-07-13 17:11:32.404 T:2870412032 DEBUG: start gatherWidgetData
  712. 2021-07-13 17:11:32.441 T:2870412032 DEBUG: RCB_INFO: Loading sqlite3 as DB engine
  713. 2021-07-13 17:11:32.599 T:3010648576 WARNING: Trying to add unsupported control type 1
  714. 2021-07-13 17:11:32.625 T:2870412032 WARNING: Previous line repeats 3 times.
  715. 2021-07-13 17:11:32.625 T:2870412032 DEBUG: RCB: init log level
  716. 2021-07-13 17:11:32.626 T:2870412032 DEBUG: CAddonSettings[script.games.rom.collection.browser]: loading setting definitions
  717. 2021-07-13 17:11:32.626 T:2870412032 DEBUG: CAddonSettings[script.games.rom.collection.browser]: trying to load setting definitions from old format...
  718. 2021-07-13 17:11:32.627 T:2870412032 DEBUG: RCB: current log level: 2
  719. 2021-07-13 17:11:32.627 T:2870412032 DEBUG: RCB_INFO: Loading sqlite3 as DB engine
  720. 2021-07-13 17:11:32.692 T:2870412032 DEBUG: /storage/.kodi/userdata/addon_data/script.games.rom.collection.browser/MyGames.db
  721. 2021-07-13 17:11:32.696 T:2870412032 DEBUG: RCB: No database available. Won't gather any data.
  722. 2021-07-13 17:11:32.696 T:2870412032 DEBUG: close Connection
  723. 2021-07-13 17:11:32.696 T:2870412032 DEBUG: RCB: launchRCB = False
  724. 2021-07-13 17:11:32.697 T:2870412032 INFO: CPythonInvoker(0, /storage/.kodi/addons/script.games.rom.collection.browser/default.py): script successfully run
  725. 2021-07-13 17:11:32.697 T:2870412032 DEBUG: onExecutionDone(0, /storage/.kodi/addons/script.games.rom.collection.browser/default.py)
  726. 2021-07-13 17:11:32.707 T:3010648576 DEBUG: CDirectoryProvider[plugin://script.skin.helper.service/?action=getcast&movie=&downloadthumbs=true]: refreshing..
  727. 2021-07-13 17:11:32.707 T:2887197440 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','1','?action=getcast&movie=&downloadthumbs=true','resume:false')
  728. 2021-07-13 17:11:32.708 T:2862019328 DEBUG: Thread LanguageInvoker start, auto delete: false
  729. 2021-07-13 17:11:32.708 T:2862019328 INFO: initializing python engine.
  730. 2021-07-13 17:11:32.708 T:2862019328 DEBUG: CPythonInvoker(1, /storage/.kodi/addons/script.skin.helper.service/plugin.py): start processing
  731. 2021-07-13 17:11:32.713 T:2853626624 DEBUG: Thread JobWorker start, auto delete: true
  732. 2021-07-13 17:11:32.717 T:2870412032 INFO: Python interpreter stopped
  733. 2021-07-13 17:11:32.717 T:2870412032 DEBUG: Thread LanguageInvoker 2870412032 terminating
  734. 2021-07-13 17:11:32.733 T:2862019328 DEBUG: -->Python Interpreter Initialized<--
  735. 2021-07-13 17:11:32.733 T:2862019328 DEBUG: CPythonInvoker(1, /storage/.kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/plugin.py"
  736. 2021-07-13 17:11:32.735 T:2862019328 DEBUG: CPythonInvoker(1, /storage/.kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  737. 2021-07-13 17:11:32.735 T:2862019328 DEBUG: CPythonInvoker(1, /storage/.kodi/addons/script.skin.helper.service/plugin.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  738. 2021-07-13 17:11:32.735 T:2862019328 DEBUG: CPythonInvoker(1, /storage/.kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  739. 2021-07-13 17:11:32.759 T:2870412032 DEBUG: Thread LanguageInvoker start, auto delete: false
  740. 2021-07-13 17:11:32.759 T:2870412032 INFO: initializing python engine.
  741. 2021-07-13 17:11:32.759 T:2870412032 DEBUG: CPythonInvoker(2, /storage/.kodi/addons/script.favourites/default.py): start processing
  742. 2021-07-13 17:11:32.760 T:2878804736 DEBUG: Thread Timer 2878804736 terminating
  743. 2021-07-13 17:11:32.760 T:2845233920 DEBUG: Thread Timer start, auto delete: false
  744. 2021-07-13 17:11:32.767 T:2845233920 DEBUG: Thread Timer 2845233920 terminating
  745. 2021-07-13 17:11:32.768 T:2878804736 DEBUG: Thread Timer start, auto delete: false
  746. 2021-07-13 17:11:32.774 T:2878804736 DEBUG: Thread Timer 2878804736 terminating
  747. 2021-07-13 17:11:32.775 T:2845233920 DEBUG: Thread Timer start, auto delete: false
  748. 2021-07-13 17:11:32.782 T:2845233920 DEBUG: Thread Timer 2845233920 terminating
  749. 2021-07-13 17:11:32.782 T:2878804736 DEBUG: Thread Timer start, auto delete: false
  750. 2021-07-13 17:11:32.789 T:2845233920 DEBUG: Thread AlarmClock start, auto delete: false
  751. 2021-07-13 17:11:32.789 T:3010648576 DEBUG: started alarm with name: firstload
  752. 2021-07-13 17:11:32.789 T:2878804736 DEBUG: Thread Timer 2878804736 terminating
  753. 2021-07-13 17:11:32.790 T:2836841216 DEBUG: Thread Timer start, auto delete: false
  754. 2021-07-13 17:11:32.797 T:2836841216 DEBUG: Thread Timer 2836841216 terminating
  755. 2021-07-13 17:11:32.797 T:2878804736 DEBUG: Thread Timer start, auto delete: false
  756. 2021-07-13 17:11:32.804 T:2878804736 DEBUG: Thread Timer 2878804736 terminating
  757. 2021-07-13 17:11:32.804 T:2836841216 DEBUG: Thread Timer start, auto delete: false
  758. 2021-07-13 17:11:32.812 T:2853626624 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  759. 2021-07-13 17:11:32.822 T:2853626624 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.*, songartistview.* FROM (SELECT idAlbum FROM album ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY songview.idAlbum DESC, songview.idSong, songartistview.idRole, songartistview.iOrder
  760. 2021-07-13 17:11:32.828 T:3010648576 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  761. 2021-07-13 17:11:32.828 T:3010648576 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  762. 2021-07-13 17:11:32.828 T:3010648576 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  763. 2021-07-13 17:11:32.828 T:3010648576 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  764. 2021-07-13 17:11:32.854 T:3010648576 INFO: JSONRPC v10.3.0: Successfully initialized
  765. 2021-07-13 17:11:32.857 T:3010648576 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  766. 2021-07-13 17:11:32.857 T:2853626624 DEBUG: GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
  767. 2021-07-13 17:11:32.857 T:3010648576 DEBUG: LoadMappings - loaded node "CEC Adapter"
  768. 2021-07-13 17:11:32.857 T:3010648576 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  769. 2021-07-13 17:11:32.857 T:3010648576 DEBUG: LoadMappings - loaded node "iMON HID device"
  770. 2021-07-13 17:11:32.857 T:3010648576 DEBUG: LoadMappings - loaded node "WETEK Play remote"
  771. 2021-07-13 17:11:32.857 T:3010648576 DEBUG: LoadMappings - loaded node ""
  772. 2021-07-13 17:11:32.858 T:3010648576 DEBUG: Add-on bus: Registering add-on peripheral.joystick
  773. 2021-07-13 17:11:32.858 T:3010648576 DEBUG: PERIPHERAL - CreateAddon - creating peripheral add-on instance 'Joystick Support'
  774. 2021-07-13 17:11:32.858 T:3010648576 DEBUG: ADDON: Dll Initializing - Joystick Support
  775. 2021-07-13 17:11:32.858 T:3010648576 DEBUG: SECTION:LoadDLL(/usr/lib/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.4.9)
  776. 2021-07-13 17:11:32.858 T:3010648576 DEBUG: Loading: /usr/lib/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.4.9
  777. 2021-07-13 17:11:32.869 T:3010648576 DEBUG: AddOnLog: Joystick Support: Loaded 14 joystick families with 97 total joysticks
  778. 2021-07-13 17:11:32.869 T:3010648576 DEBUG: Calling TransferSettings for: Joystick Support
  779. 2021-07-13 17:11:32.869 T:3010648576 DEBUG: CAddonSettings[peripheral.joystick]: loading setting definitions
  780. 2021-07-13 17:11:32.870 T:3010648576 INFO: AddOnLog: Joystick Support: Enabling joystick interface "linux"
  781. 2021-07-13 17:11:32.870 T:2828161792 DEBUG: Thread PeripBusUSBUdev start, auto delete: false
  782. 2021-07-13 17:11:32.870 T:2828161792 DEBUG: Process - initialised udev monitor
  783. 2021-07-13 17:11:32.871 T:2819769088 DEBUG: Thread PeripBusCEC start, auto delete: false
  784. 2021-07-13 17:11:32.871 T:2811376384 DEBUG: Thread PeripBusAddon start, auto delete: false
  785. 2021-07-13 17:11:32.872 T:3010648576 DEBUG: Initialise - initialised peripheral on 'keyboard' with 1 features and 0 sub devices
  786. 2021-07-13 17:11:32.872 T:3010648576 NOTICE: Register - new keyboard device registered on application->keyboard: Tastatur (0000:0000)
  787. 2021-07-13 17:11:32.872 T:3010648576 DEBUG: Initialise - initialised peripheral on 'mouse' with 1 features and 0 sub devices
  788. 2021-07-13 17:11:32.872 T:3010648576 NOTICE: Register - new mouse device registered on application->mouse: Maus (0000:0000)
  789. 2021-07-13 17:11:32.873 T:2802983680 DEBUG: Thread PeripEventScanner start, auto delete: false
  790. 2021-07-13 17:11:32.875 T:2853626624 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  791. 2021-07-13 17:11:32.879 T:3010648576 DEBUG: ContextMenuManager: addon menus reloaded.
  792. 2021-07-13 17:11:32.879 T:3010648576 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  793. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
  794. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
  795. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerCoreConfig::<ctor>: created player RetroPlayer
  796. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  797. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
  798. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  799. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  800. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  801. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  802. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  803. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  804. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  805. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  806. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  807. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  808. 2021-07-13 17:11:32.882 T:3010648576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  809. 2021-07-13 17:11:32.882 T:3010648576 NOTICE: Loaded playercorefactory configuration
  810. 2021-07-13 17:11:32.883 T:3010648576 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  811. 2021-07-13 17:11:32.883 T:3010648576 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  812. 2021-07-13 17:11:32.883 T:3010648576 INFO: removing tempfiles
  813. 2021-07-13 17:11:32.887 T:2794590976 DEBUG: Thread JobWorker start, auto delete: true
  814. 2021-07-13 17:11:32.902 T:3010648576 DEBUG: CRepositoryUpdater: previous update at 12.07.2021 18:53:47, next at 13.07.2021 18:53:47
  815. 2021-07-13 17:11:32.903 T:2785936128 DEBUG: Thread Timer start, auto delete: false
  816. 2021-07-13 17:11:32.914 T:3010648576 DEBUG: CServiceAddonManager: starting service.libreelec.settings
  817. 2021-07-13 17:11:32.914 T:3010648576 DEBUG: CServiceAddonManager: starting plugin.video.amazon-test
  818. 2021-07-13 17:11:32.915 T:3010648576 DEBUG: CServiceAddonManager: starting plugin.video.youtube
  819. 2021-07-13 17:11:32.916 T:3010648576 DEBUG: CServiceAddonManager: starting service.upnext
  820. 2021-07-13 17:11:32.920 T:2769150720 DEBUG: Thread LanguageInvoker start, auto delete: false
  821. 2021-07-13 17:11:32.920 T:3010648576 DEBUG: CServiceAddonManager: starting script.skin.helper.service
  822. 2021-07-13 17:11:32.920 T:2777543424 DEBUG: Thread LanguageInvoker start, auto delete: false
  823. 2021-07-13 17:11:32.920 T:2769150720 INFO: initializing python engine.
  824. 2021-07-13 17:11:32.920 T:2760758016 DEBUG: Thread LanguageInvoker start, auto delete: false
  825. 2021-07-13 17:11:32.920 T:2769150720 DEBUG: CPythonInvoker(4, /storage/.kodi/addons/plugin.video.amazon-test/service.py): start processing
  826. 2021-07-13 17:11:32.920 T:3010648576 DEBUG: CServiceAddonManager: starting service.library.data.provider
  827. 2021-07-13 17:11:32.921 T:2760758016 INFO: initializing python engine.
  828. 2021-07-13 17:11:32.921 T:2752365312 DEBUG: Thread LanguageInvoker start, auto delete: false
  829. 2021-07-13 17:11:32.927 T:2760758016 DEBUG: CPythonInvoker(5, /storage/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): start processing
  830. 2021-07-13 17:11:32.927 T:2777543424 INFO: initializing python engine.
  831. 2021-07-13 17:11:32.927 T:3010648576 DEBUG: CServiceAddonManager: starting script.embuary.helper
  832. 2021-07-13 17:11:32.928 T:2752365312 INFO: initializing python engine.
  833. 2021-07-13 17:11:32.928 T:2735579904 DEBUG: Thread LanguageInvoker start, auto delete: false
  834. 2021-07-13 17:11:32.928 T:2777543424 DEBUG: CPythonInvoker(3, /usr/share/kodi/addons/service.libreelec.settings/service.py): start processing
  835. 2021-07-13 17:11:32.928 T:3010648576 DEBUG: CServiceAddonManager: starting script.tv.show.next.aired
  836. 2021-07-13 17:11:32.928 T:2752365312 DEBUG: CPythonInvoker(6, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py): start processing
  837. 2021-07-13 17:11:32.928 T:2735579904 INFO: initializing python engine.
  838. 2021-07-13 17:11:32.928 T:3010648576 DEBUG: CServiceAddonManager: starting script.cu.lrclyrics
  839. 2021-07-13 17:11:32.928 T:2735579904 DEBUG: CPythonInvoker(8, /storage/.kodi/addons/service.library.data.provider/service.py): start processing
  840. 2021-07-13 17:11:32.929 T:2743972608 DEBUG: Thread LanguageInvoker start, auto delete: false
  841. 2021-07-13 17:11:32.929 T:2743972608 INFO: initializing python engine.
  842. 2021-07-13 17:11:32.929 T:2743972608 DEBUG: CPythonInvoker(7, /storage/.kodi/addons/script.skin.helper.service/service.py): start processing
  843. 2021-07-13 17:11:32.929 T:3010648576 DEBUG: CServiceAddonManager: starting service.rom.collection.browser
  844. 2021-07-13 17:11:32.929 T:3010648576 DEBUG: CServiceAddonManager: starting script.skin.helper.skinbackup
  845. 2021-07-13 17:11:32.929 T:3010648576 DEBUG: CServiceAddonManager: starting script.skin.helper.widgets
  846. 2021-07-13 17:11:32.930 T:3010648576 DEBUG: CServiceAddonManager: starting plugin.video.netflix
  847. 2021-07-13 17:11:32.930 T:3010648576 NOTICE: initialize done
  848. 2021-07-13 17:11:32.930 T:3010648576 NOTICE: Running the application...
  849. 2021-07-13 17:11:32.931 T:3010648576 DEBUG: no profile autoexec.py (/storage/.kodi/userdata/autoexec.py) found, skipping
  850. 2021-07-13 17:11:32.931 T:3010648576 DEBUG: NetworkMessage - Starting network services
  851. 2021-07-13 17:11:32.931 T:2701746944 DEBUG: Thread LanguageInvoker start, auto delete: false
  852. 2021-07-13 17:11:32.931 T:2701746944 INFO: initializing python engine.
  853. 2021-07-13 17:11:32.931 T:2701746944 DEBUG: CPythonInvoker(12, /storage/.kodi/addons/service.rom.collection.browser/default.py): start processing
  854. 2021-07-13 17:11:32.932 T:2676568832 DEBUG: Thread LanguageInvoker start, auto delete: false
  855. 2021-07-13 17:11:32.932 T:2676568832 INFO: initializing python engine.
  856. 2021-07-13 17:11:32.932 T:2676568832 DEBUG: CPythonInvoker(15, /storage/.kodi/addons/plugin.video.netflix/service.py): start processing
  857. 2021-07-13 17:11:32.933 T:2718532352 DEBUG: Thread LanguageInvoker start, auto delete: false
  858. 2021-07-13 17:11:32.933 T:2718532352 INFO: initializing python engine.
  859. 2021-07-13 17:11:32.933 T:2718532352 DEBUG: CPythonInvoker(10, /storage/.kodi/addons/script.tv.show.next.aired/service.py): start processing
  860. 2021-07-13 17:11:32.935 T:2726925056 DEBUG: Thread LanguageInvoker start, auto delete: false
  861. 2021-07-13 17:11:32.935 T:2726925056 INFO: initializing python engine.
  862. 2021-07-13 17:11:32.935 T:2726925056 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.embuary.helper/service.py): start processing
  863. 2021-07-13 17:11:32.935 T:3010648576 DEBUG: CZeroconfAvahi::clientCallback: client is up and running
  864. 2021-07-13 17:11:32.935 T:3010648576 NOTICE: starting zeroconf publishing
  865. 2021-07-13 17:11:32.936 T:2710139648 DEBUG: Thread LanguageInvoker start, auto delete: false
  866. 2021-07-13 17:11:32.936 T:2710139648 INFO: initializing python engine.
  867. 2021-07-13 17:11:32.936 T:2710139648 DEBUG: CPythonInvoker(11, /storage/.kodi/addons/script.cu.lrclyrics/default.py): start processing
  868. 2021-07-13 17:11:32.936 T:3010648576 NOTICE: CWebServer[8080]: Started
  869. 2021-07-13 17:11:32.936 T:2684961536 DEBUG: Thread LanguageInvoker start, auto delete: false
  870. 2021-07-13 17:11:32.936 T:2794590976 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webserver type: _http._tcp name:Kodi (Raspi-Schlafzimmer) port:8080
  871. 2021-07-13 17:11:32.936 T:2684961536 INFO: initializing python engine.
  872. 2021-07-13 17:11:32.936 T:2684961536 DEBUG: CPythonInvoker(14, /storage/.kodi/addons/script.skin.helper.widgets/service.py): start processing
  873. 2021-07-13 17:11:32.937 T:2794590976 DEBUG: CZeroconfAvahi::addService() named: Kodi (Raspi-Schlafzimmer) type: _http._tcp port:8080
  874. 2021-07-13 17:11:32.937 T:3010648576 INFO: JSONRPC Server: Successfully initialized
  875. 2021-07-13 17:11:32.937 T:3010648576 DEBUG: SECTION:LoadDLL(libshairplay.so.0)
  876. 2021-07-13 17:11:32.938 T:3010648576 DEBUG: Loading: libshairplay.so.0
  877. 2021-07-13 17:11:32.943 T:2693354240 DEBUG: Thread LanguageInvoker start, auto delete: false
  878. 2021-07-13 17:11:32.944 T:2642998016 DEBUG: Thread EventServer start, auto delete: false
  879. 2021-07-13 17:11:32.946 T:2693354240 INFO: initializing python engine.
  880. 2021-07-13 17:11:32.946 T:2642998016 NOTICE: ES: Starting UDP Event server on port 9777
  881. 2021-07-13 17:11:32.957 T:2634605312 DEBUG: Thread TCPServer start, auto delete: false
  882. 2021-07-13 17:11:32.957 T:3010648576 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/resolution/'
  883. 2021-07-13 17:11:32.958 T:2693354240 DEBUG: CPythonInvoker(13, /storage/.kodi/addons/script.skin.helper.skinbackup/service.py): start processing
  884. 2021-07-13 17:11:32.958 T:2642998016 NOTICE: UDP: Listening on port 9777 (ipv6 : true)
  885. 2021-07-13 17:11:32.958 T:2617635584 DEBUG: Thread JobWorker start, auto delete: true
  886. 2021-07-13 17:11:32.958 T:3010648576 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/aspectratio/'
  887. 2021-07-13 17:11:32.958 T:3010648576 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/audiocodec/'
  888. 2021-07-13 17:11:32.959 T:3010648576 DEBUG: ------ Window Init () ------
  889. 2021-07-13 17:11:32.965 T:3010648576 DEBUG: ------ Window Init (Pointer.xml) ------
  890. 2021-07-13 17:11:32.972 T:2617635584 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
  891. 2021-07-13 17:11:32.981 T:2794590976 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/
  892. 2021-07-13 17:11:32.984 T:2853626624 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  893. 2021-07-13 17:11:32.991 T:2853626624 DEBUG: GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')
  894. 2021-07-13 17:11:33.067 T:2853626624 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-http type: _xbmc-jsonrpc-h._tcp name:Kodi (Raspi-Schlafzimmer) port:8080
  895. 2021-07-13 17:11:33.068 T:2853626624 DEBUG: CZeroconfAvahi::addService() named: Kodi (Raspi-Schlafzimmer) type: _xbmc-jsonrpc-h._tcp port:8080
  896. 2021-07-13 17:11:33.072 T:2853626624 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:Kodi (Raspi-Schlafzimmer) port:9090
  897. 2021-07-13 17:11:33.072 T:2853626624 DEBUG: CZeroconfAvahi::addService() named: Kodi (Raspi-Schlafzimmer) type: _xbmc-jsonrpc._tcp port:9090
  898. 2021-07-13 17:11:33.075 T:2853626624 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.airtunes type: _raop._tcp name:DCA6323339D4@Kodi (Raspi-Schlafzimmer) port:36666
  899. 2021-07-13 17:11:33.075 T:2853626624 DEBUG: CZeroconfAvahi::addService() named: DCA6323339D4@Kodi (Raspi-Schlafzimmer) type: _raop._tcp port:36666
  900. 2021-07-13 17:11:33.078 T:2853626624 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:Kodi (Raspi-Schlafzimmer) port:9777
  901. 2021-07-13 17:11:33.078 T:2853626624 DEBUG: CZeroconfAvahi::addService() named: Kodi (Raspi-Schlafzimmer) type: _xbmc-events._udp port:9777
  902. 2021-07-13 17:11:33.160 T:3010648576 DEBUG: CDirectoryProvider[videodb://recentlyaddedmovies/]: refreshing..
  903. 2021-07-13 17:11:33.189 T:2819769088 DEBUG: GetMappingForDevice - device (2708:1001) mapped to CEC Adapter (type = cec)
  904. 2021-07-13 17:11:33.191 T:2819769088 DEBUG: InitialiseFeature - using libCEC v4.0.4
  905. 2021-07-13 17:11:33.192 T:2819769088 DEBUG: Initialise - initialised peripheral on 'RPI' with 2 features and 0 sub devices
  906. 2021-07-13 17:11:33.192 T:2819769088 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
  907. 2021-07-13 17:11:33.192 T:2819769088 DEBUG: Thread PeripBusCEC 2819769088 terminating
  908. 2021-07-13 17:11:33.192 T:2595934976 DEBUG: Thread CECAdapter start, auto delete: false
  909. 2021-07-13 17:11:33.193 T:2595934976 DEBUG: OpenConnection - opening a connection to the CEC adapter: RPI
  910. 2021-07-13 17:11:33.221 T:2617635584 DEBUG: DoWork - took 248 ms to load special://skin/backgrounds/movies.jpg
  911. 2021-07-13 17:11:33.222 T:2617635584 INFO: WEATHER: Downloading weather
  912. 2021-07-13 17:11:33.222 T:2578883328 DEBUG: Thread LanguageInvoker start, auto delete: false
  913. 2021-07-13 17:11:33.222 T:2578883328 INFO: initializing python engine.
  914. 2021-07-13 17:11:33.222 T:2578883328 DEBUG: CPythonInvoker(16, /storage/.kodi/addons/weather.openweathermap.extended/default.py): start processing
  915. 2021-07-13 17:11:33.282 T:2836841216 DEBUG: Thread Timer 2836841216 terminating
  916. 2021-07-13 17:11:33.282 T:2836841216 DEBUG: Thread Timer start, auto delete: false
  917. 2021-07-13 17:11:33.290 T:3010648576 DEBUG: ------ Window Init (DialogNotification.xml) ------
  918. 2021-07-13 17:11:33.402 T:3010648576 DEBUG: LogindUPowerSyscall - Received unknown signal NameAcquired
  919. 2021-07-13 17:11:33.579 T:2862019328 DEBUG: Skin Helper Simplecache --> Initialized
  920. 2021-07-13 17:11:33.580 T:2862019328 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'getcast', u'downloadthumbs': u'true'}
  921. 2021-07-13 17:11:33.658 T:2735579904 DEBUG: -->Python Interpreter Initialized<--
  922. 2021-07-13 17:11:33.658 T:2735579904 DEBUG: CPythonInvoker(8, /storage/.kodi/addons/service.library.data.provider/service.py): the source file to load is "/storage/.kodi/addons/service.library.data.provider/service.py"
  923. 2021-07-13 17:11:33.695 T:2735579904 DEBUG: CPythonInvoker(8, /storage/.kodi/addons/service.library.data.provider/service.py): setting the Python path to /storage/.kodi/addons/service.library.data.provider:/storage/.kodi/addons/script.module.routing/lib:/storage/.kodi/addons/script.module.simplejson/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  924. 2021-07-13 17:11:33.696 T:2735579904 DEBUG: CPythonInvoker(8, /storage/.kodi/addons/service.library.data.provider/service.py): entering source directory /storage/.kodi/addons/service.library.data.provider
  925. 2021-07-13 17:11:33.696 T:2735579904 DEBUG: CPythonInvoker(8, /storage/.kodi/addons/service.library.data.provider/service.py): instantiating addon using automatically obtained id of "service.library.data.provider" dependent on version 2.25.0 of the xbmc.python api
  926. 2021-07-13 17:11:33.699 T:2862019328 DEBUG: Skin Helper Simplecache --> Initialized
  927. 2021-07-13 17:11:33.700 T:2870412032 DEBUG: -->Python Interpreter Initialized<--
  928. 2021-07-13 17:11:33.700 T:2870412032 DEBUG: CPythonInvoker(2, /storage/.kodi/addons/script.favourites/default.py): the source file to load is "/storage/.kodi/addons/script.favourites/default.py"
  929. 2021-07-13 17:11:33.741 T:2701746944 DEBUG: -->Python Interpreter Initialized<--
  930. 2021-07-13 17:11:33.741 T:2701746944 DEBUG: CPythonInvoker(12, /storage/.kodi/addons/service.rom.collection.browser/default.py): the source file to load is "/storage/.kodi/addons/service.rom.collection.browser/default.py"
  931. 2021-07-13 17:11:33.772 T:2735579904 DEBUG: CAddonSettings[service.library.data.provider]: loading setting definitions
  932. 2021-07-13 17:11:33.772 T:2735579904 DEBUG: CAddonSettings[service.library.data.provider]: trying to load setting definitions from old format...
  933. 2021-07-13 17:11:33.772 T:2735579904 DEBUG: CAddonSettings[service.library.data.provider]: loading setting definitions
  934. 2021-07-13 17:11:33.772 T:2735579904 DEBUG: CAddonSettings[service.library.data.provider]: trying to load setting definitions from old format...
  935. 2021-07-13 17:11:33.773 T:2735579904 DEBUG: CAddonSettings[service.library.data.provider]: loading setting definitions
  936. 2021-07-13 17:11:33.773 T:2735579904 DEBUG: CAddonSettings[service.library.data.provider]: trying to load setting definitions from old format...
  937. 2021-07-13 17:11:33.774 T:2735579904 DEBUG: CAddonSettings[service.library.data.provider]: loading setting definitions
  938. 2021-07-13 17:11:33.774 T:2735579904 DEBUG: CAddonSettings[service.library.data.provider]: trying to load setting definitions from old format...
  939. 2021-07-13 17:11:33.774 T:2752365312 DEBUG: -->Python Interpreter Initialized<--
  940. 2021-07-13 17:11:33.774 T:2752365312 DEBUG: CPythonInvoker(6, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py): the source file to load is "/storage/.kodi/addons/service.upnext/resources/lib/service_entry.py"
  941. 2021-07-13 17:11:33.774 T:2752365312 DEBUG: CPythonInvoker(6, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py): setting the Python path to /storage/.kodi/addons/service.upnext/resources/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  942. 2021-07-13 17:11:33.775 T:2752365312 DEBUG: CPythonInvoker(6, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py): entering source directory /storage/.kodi/addons/service.upnext/resources/lib
  943. 2021-07-13 17:11:33.792 T:2752365312 DEBUG: CPythonInvoker(6, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py): instantiating addon using automatically obtained id of "service.upnext" dependent on version 2.25.0 of the xbmc.python api
  944. 2021-07-13 17:11:33.805 T:2836841216 DEBUG: Thread Timer 2836841216 terminating
  945. 2021-07-13 17:11:33.805 T:2559103744 DEBUG: Thread Timer start, auto delete: false
  946. 2021-07-13 17:11:33.807 T:2718532352 DEBUG: -->Python Interpreter Initialized<--
  947. 2021-07-13 17:11:33.807 T:2718532352 DEBUG: CPythonInvoker(10, /storage/.kodi/addons/script.tv.show.next.aired/service.py): the source file to load is "/storage/.kodi/addons/script.tv.show.next.aired/service.py"
  948. 2021-07-13 17:11:33.808 T:2769150720 DEBUG: -->Python Interpreter Initialized<--
  949. 2021-07-13 17:11:33.808 T:2769150720 DEBUG: CPythonInvoker(4, /storage/.kodi/addons/plugin.video.amazon-test/service.py): the source file to load is "/storage/.kodi/addons/plugin.video.amazon-test/service.py"
  950. 2021-07-13 17:11:33.821 T:2862019328 DEBUG: Skin Helper Simplecache --> Closed
  951. 2021-07-13 17:11:33.821 T:2862019328 DEBUG: Previous line repeats 1 times.
  952. 2021-07-13 17:11:33.821 T:2862019328 INFO: CPythonInvoker(1, /storage/.kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  953. 2021-07-13 17:11:33.821 T:2862019328 DEBUG: onExecutionDone(1, /storage/.kodi/addons/script.skin.helper.service/plugin.py)
  954. 2021-07-13 17:11:33.834 T:2862019328 INFO: Python interpreter stopped
  955. 2021-07-13 17:11:33.834 T:2862019328 DEBUG: Thread LanguageInvoker 2862019328 terminating
  956. 2021-07-13 17:11:33.856 T:2684961536 DEBUG: -->Python Interpreter Initialized<--
  957. 2021-07-13 17:11:33.857 T:2684961536 DEBUG: CPythonInvoker(14, /storage/.kodi/addons/script.skin.helper.widgets/service.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.widgets/service.py"
  958. 2021-07-13 17:11:33.859 T:2668176128 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  959. 2021-07-13 17:11:33.865 T:3010648576 DEBUG: ------ Window Deinit (Pointer.xml) ------
  960. 2021-07-13 17:11:33.964 T:2701746944 DEBUG: CPythonInvoker(12, /storage/.kodi/addons/service.rom.collection.browser/default.py): setting the Python path to /storage/.kodi/addons/service.rom.collection.browser:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  961. 2021-07-13 17:11:33.964 T:2701746944 DEBUG: CPythonInvoker(12, /storage/.kodi/addons/service.rom.collection.browser/default.py): entering source directory /storage/.kodi/addons/service.rom.collection.browser
  962. 2021-07-13 17:11:33.965 T:2718532352 DEBUG: CPythonInvoker(10, /storage/.kodi/addons/script.tv.show.next.aired/service.py): setting the Python path to /storage/.kodi/addons/script.tv.show.next.aired:/storage/.kodi/addons/script.module.simplejson/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  963. 2021-07-13 17:11:33.965 T:2718532352 DEBUG: CPythonInvoker(10, /storage/.kodi/addons/script.tv.show.next.aired/service.py): entering source directory /storage/.kodi/addons/script.tv.show.next.aired
  964. 2021-07-13 17:11:33.965 T:2701746944 DEBUG: CPythonInvoker(12, /storage/.kodi/addons/service.rom.collection.browser/default.py): instantiating addon using automatically obtained id of "service.rom.collection.browser" dependent on version 2.1.0 of the xbmc.python api
  965. 2021-07-13 17:11:33.967 T:2752365312 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  966. 2021-07-13 17:11:33.967 T:2752365312 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  967. 2021-07-13 17:11:33.969 T:2752365312 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  968. 2021-07-13 17:11:33.969 T:2752365312 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  969. 2021-07-13 17:11:33.970 T:2684961536 DEBUG: CPythonInvoker(14, /storage/.kodi/addons/script.skin.helper.widgets/service.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.widgets:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  970. 2021-07-13 17:11:33.970 T:2684961536 DEBUG: CPythonInvoker(14, /storage/.kodi/addons/script.skin.helper.widgets/service.py): entering source directory /storage/.kodi/addons/script.skin.helper.widgets
  971. 2021-07-13 17:11:33.970 T:2718532352 DEBUG: CPythonInvoker(10, /storage/.kodi/addons/script.tv.show.next.aired/service.py): instantiating addon using automatically obtained id of "script.tv.show.next.aired" dependent on version 2.1.0 of the xbmc.python api
  972. 2021-07-13 17:11:33.970 T:2684961536 DEBUG: CPythonInvoker(14, /storage/.kodi/addons/script.skin.helper.widgets/service.py): instantiating addon using automatically obtained id of "script.skin.helper.widgets" dependent on version 2.24.0 of the xbmc.python api
  973. 2021-07-13 17:11:33.971 T:2870412032 DEBUG: CPythonInvoker(2, /storage/.kodi/addons/script.favourites/default.py): setting the Python path to /storage/.kodi/addons/script.favourites:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  974. 2021-07-13 17:11:33.971 T:2870412032 DEBUG: CPythonInvoker(2, /storage/.kodi/addons/script.favourites/default.py): entering source directory /storage/.kodi/addons/script.favourites
  975. 2021-07-13 17:11:33.972 T:2752365312 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  976. 2021-07-13 17:11:33.972 T:2752365312 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  977. 2021-07-13 17:11:33.973 T:2752365312 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  978. 2021-07-13 17:11:33.974 T:2752365312 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  979. 2021-07-13 17:11:33.975 T:2752365312 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  980. 2021-07-13 17:11:33.975 T:2752365312 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  981. 2021-07-13 17:11:33.976 T:2752365312 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  982. 2021-07-13 17:11:33.976 T:2752365312 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  983. 2021-07-13 17:11:33.977 T:2870412032 DEBUG: CPythonInvoker(2, /storage/.kodi/addons/script.favourites/default.py): instantiating addon using automatically obtained id of "script.favourites" dependent on version 2.25.0 of the xbmc.python api
  984. 2021-07-13 17:11:33.982 T:2752365312 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  985. 2021-07-13 17:11:33.982 T:2752365312 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  986. 2021-07-13 17:11:33.983 T:2676568832 DEBUG: -->Python Interpreter Initialized<--
  987. 2021-07-13 17:11:33.983 T:2676568832 DEBUG: CPythonInvoker(15, /storage/.kodi/addons/plugin.video.netflix/service.py): the source file to load is "/storage/.kodi/addons/plugin.video.netflix/service.py"
  988. 2021-07-13 17:11:33.985 T:2693354240 DEBUG: -->Python Interpreter Initialized<--
  989. 2021-07-13 17:11:33.985 T:2693354240 DEBUG: CPythonInvoker(13, /storage/.kodi/addons/script.skin.helper.skinbackup/service.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.skinbackup/service.py"
  990. 2021-07-13 17:11:33.985 T:2743972608 DEBUG: -->Python Interpreter Initialized<--
  991. 2021-07-13 17:11:33.985 T:2743972608 DEBUG: CPythonInvoker(7, /storage/.kodi/addons/script.skin.helper.service/service.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/service.py"
  992. 2021-07-13 17:11:33.988 T:2668176128 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  993. 2021-07-13 17:11:34.101 T:2760758016 DEBUG: Previous line repeats 3 times.
  994. 2021-07-13 17:11:34.101 T:2760758016 DEBUG: -->Python Interpreter Initialized<--
  995. 2021-07-13 17:11:34.101 T:2760758016 DEBUG: CPythonInvoker(5, /storage/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): the source file to load is "/storage/.kodi/addons/plugin.video.youtube/resources/lib/startup.py"
  996. 2021-07-13 17:11:34.109 T:2887197440 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/4/4a606129.jpg
  997. 2021-07-13 17:11:34.113 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/2/2c2d89e9.jpg
  998. 2021-07-13 17:11:34.118 T:2853626624 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/7/7f124f58.jpg
  999. 2021-07-13 17:11:34.129 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1000. 2021-07-13 17:11:34.130 T:2853626624 DEBUG: ffmpeg[AA16E300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1001. 2021-07-13 17:11:34.131 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/2/2c2d89e9.jpg
  1002. 2021-07-13 17:11:34.131 T:2853626624 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/7/7f124f58.jpg
  1003. 2021-07-13 17:11:34.133 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/8/8ac72fb0.jpg
  1004. 2021-07-13 17:11:34.134 T:2887197440 DEBUG: ffmpeg[AC172300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1005. 2021-07-13 17:11:34.136 T:2887197440 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/4/4a606129.jpg
  1006. 2021-07-13 17:11:34.139 T:2853626624 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/8/8be2b3e0.jpg
  1007. 2021-07-13 17:11:34.141 T:2887197440 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/c/c9c52e0d.jpg
  1008. 2021-07-13 17:11:34.142 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1009. 2021-07-13 17:11:34.146 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/8/8ac72fb0.jpg
  1010. 2021-07-13 17:11:34.152 T:2887197440 DEBUG: ffmpeg[AC172300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1011. 2021-07-13 17:11:34.153 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/b/b2376e7f.jpg
  1012. 2021-07-13 17:11:34.154 T:2887197440 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/c/c9c52e0d.jpg
  1013. 2021-07-13 17:11:34.157 T:2853626624 DEBUG: ffmpeg[AA16E300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1014. 2021-07-13 17:11:34.159 T:2887197440 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/c/cdb37605.jpg
  1015. 2021-07-13 17:11:34.160 T:2853626624 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/8/8be2b3e0.jpg
  1016. 2021-07-13 17:11:34.165 T:2853626624 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/9/9dd89659.jpg
  1017. 2021-07-13 17:11:34.167 T:3010648576 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'deu'
  1018. 2021-07-13 17:11:34.168 T:2794590976 DEBUG: Previous line repeats 1 times.
  1019. 2021-07-13 17:11:34.169 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1020. 2021-07-13 17:11:34.172 T:2887197440 DEBUG: ffmpeg[AC172300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1021. 2021-07-13 17:11:34.174 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/b/b2376e7f.jpg
  1022. 2021-07-13 17:11:34.174 T:2718532352 DEBUG: CAddonSettings[script.tv.show.next.aired]: loading setting definitions
  1023. 2021-07-13 17:11:34.174 T:2718532352 DEBUG: CAddonSettings[script.tv.show.next.aired]: trying to load setting definitions from old format...
  1024. 2021-07-13 17:11:34.176 T:2718532352 DEBUG: script.tv.show.next.aired: ### params: {'service': 'true'}
  1025. 2021-07-13 17:11:34.176 T:2718532352 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.15)
  1026. 2021-07-13 17:11:34.176 T:2693354240 DEBUG: CPythonInvoker(13, /storage/.kodi/addons/script.skin.helper.skinbackup/service.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.skinbackup:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1027. 2021-07-13 17:11:34.176 T:2693354240 DEBUG: CPythonInvoker(13, /storage/.kodi/addons/script.skin.helper.skinbackup/service.py): entering source directory /storage/.kodi/addons/script.skin.helper.skinbackup
  1028. 2021-07-13 17:11:34.177 T:2743972608 DEBUG: CPythonInvoker(7, /storage/.kodi/addons/script.skin.helper.service/service.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1029. 2021-07-13 17:11:34.177 T:2743972608 DEBUG: CPythonInvoker(7, /storage/.kodi/addons/script.skin.helper.service/service.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  1030. 2021-07-13 17:11:34.177 T:2693354240 DEBUG: CPythonInvoker(13, /storage/.kodi/addons/script.skin.helper.skinbackup/service.py): instantiating addon using automatically obtained id of "script.skin.helper.skinbackup" dependent on version 2.13.0 of the xbmc.python api
  1031. 2021-07-13 17:11:34.178 T:2743972608 DEBUG: CPythonInvoker(7, /storage/.kodi/addons/script.skin.helper.service/service.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1032. 2021-07-13 17:11:34.179 T:2760758016 DEBUG: CPythonInvoker(5, /storage/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): setting the Python path to /storage/.kodi/addons/plugin.video.youtube/resources/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.inputstreamhelper/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1033. 2021-07-13 17:11:34.179 T:2760758016 DEBUG: CPythonInvoker(5, /storage/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): entering source directory /storage/.kodi/addons/plugin.video.youtube/resources/lib
  1034. 2021-07-13 17:11:34.179 T:2726925056 DEBUG: -->Python Interpreter Initialized<--
  1035. 2021-07-13 17:11:34.179 T:2726925056 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.embuary.helper/service.py): the source file to load is "/storage/.kodi/addons/script.embuary.helper/service.py"
  1036. 2021-07-13 17:11:34.180 T:2760758016 DEBUG: CPythonInvoker(5, /storage/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 2.20.0 of the xbmc.python api
  1037. 2021-07-13 17:11:34.180 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/2/2d9a3358.jpg
  1038. 2021-07-13 17:11:34.180 T:2710139648 DEBUG: -->Python Interpreter Initialized<--
  1039. 2021-07-13 17:11:34.180 T:2710139648 DEBUG: CPythonInvoker(11, /storage/.kodi/addons/script.cu.lrclyrics/default.py): the source file to load is "/storage/.kodi/addons/script.cu.lrclyrics/default.py"
  1040. 2021-07-13 17:11:34.182 T:2887197440 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/c/cdb37605.jpg
  1041. 2021-07-13 17:11:34.186 T:2853626624 DEBUG: ffmpeg[AA16E300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1042. 2021-07-13 17:11:34.187 T:2887197440 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/8/87e5c9ae.jpg
  1043. 2021-07-13 17:11:34.191 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1044. 2021-07-13 17:11:34.192 T:2853626624 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/9/9dd89659.jpg
  1045. 2021-07-13 17:11:34.195 T:2853626624 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/9/985a0ed9.jpg
  1046. 2021-07-13 17:11:34.196 T:2684961536 NOTICE: Skin Helper Widgets --> Backgroundservice started
  1047. 2021-07-13 17:11:34.197 T:2769150720 DEBUG: CPythonInvoker(4, /storage/.kodi/addons/plugin.video.amazon-test/service.py): setting the Python path to /storage/.kodi/addons/plugin.video.amazon-test:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup4/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.inputstreamhelper/lib:/storage/.kodi/addons/script.module.kodi-six/libs:/storage/.kodi/addons/script.module.mechanicalsoup/lib:/storage/.kodi/addons/script.module.pyautogui/lib:/storage/.kodi/addons/script.module.pyxbmct/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.soupsieve/lib/:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1048. 2021-07-13 17:11:34.197 T:2769150720 DEBUG: CPythonInvoker(4, /storage/.kodi/addons/plugin.video.amazon-test/service.py): entering source directory /storage/.kodi/addons/plugin.video.amazon-test
  1049. 2021-07-13 17:11:34.197 T:2769150720 DEBUG: CPythonInvoker(4, /storage/.kodi/addons/plugin.video.amazon-test/service.py): instantiating addon using automatically obtained id of "plugin.video.amazon-test" dependent on version 2.24.0 of the xbmc.python api
  1050. 2021-07-13 17:11:34.200 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/2/2d9a3358.jpg
  1051. 2021-07-13 17:11:34.201 T:2794590976 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  1052. 2021-07-13 17:11:34.201 T:2794590976 DEBUG: GetImageHash - unable to stat url resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  1053. 2021-07-13 17:11:34.204 T:2887197440 DEBUG: ffmpeg[AC172300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1054. 2021-07-13 17:11:34.205 T:2887197440 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/8/87e5c9ae.jpg
  1055. 2021-07-13 17:11:34.207 T:2853626624 DEBUG: ffmpeg[AA16E300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1056. 2021-07-13 17:11:34.208 T:2853626624 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/9/985a0ed9.jpg
  1057. 2021-07-13 17:11:34.268 T:2777543424 DEBUG: -->Python Interpreter Initialized<--
  1058. 2021-07-13 17:11:34.268 T:2777543424 DEBUG: CPythonInvoker(3, /usr/share/kodi/addons/service.libreelec.settings/service.py): the source file to load is "/usr/share/kodi/addons/service.libreelec.settings/service.py"
  1059. 2021-07-13 17:11:34.268 T:2777543424 DEBUG: CPythonInvoker(3, /usr/share/kodi/addons/service.libreelec.settings/service.py): setting the Python path to /usr/share/kodi/addons/service.libreelec.settings:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1060. 2021-07-13 17:11:34.268 T:2777543424 DEBUG: CPythonInvoker(3, /usr/share/kodi/addons/service.libreelec.settings/service.py): entering source directory /usr/share/kodi/addons/service.libreelec.settings
  1061. 2021-07-13 17:11:34.268 T:2701746944 DEBUG: RCB Service: Start
  1062. 2021-07-13 17:11:34.269 T:2701746944 DEBUG: CAddonSettings[script.games.rom.collection.browser]: loading setting definitions
  1063. 2021-07-13 17:11:34.269 T:2701746944 DEBUG: CAddonSettings[script.games.rom.collection.browser]: trying to load setting definitions from old format...
  1064. 2021-07-13 17:11:34.270 T:2701746944 DEBUG: RCB Service: launch RCB on startup = false
  1065. 2021-07-13 17:11:34.270 T:2701746944 DEBUG: RCB Service: scrape games on startup = false
  1066. 2021-07-13 17:11:34.271 T:2701746944 DEBUG: RCB Service: Done
  1067. 2021-07-13 17:11:34.271 T:2701746944 INFO: CPythonInvoker(12, /storage/.kodi/addons/service.rom.collection.browser/default.py): script successfully run
  1068. 2021-07-13 17:11:34.271 T:2701746944 DEBUG: onExecutionDone(12, /storage/.kodi/addons/service.rom.collection.browser/default.py)
  1069. 2021-07-13 17:11:34.271 T:2676568832 DEBUG: CPythonInvoker(15, /storage/.kodi/addons/plugin.video.netflix/service.py): setting the Python path to /storage/.kodi/addons/plugin.video.netflix:/storage/.kodi/addons/script.module.addon.signals/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.future/libs:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.inputstreamhelper/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/share/kodi/addons/script.module.pycryptodome/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1070. 2021-07-13 17:11:34.271 T:2676568832 DEBUG: CPythonInvoker(15, /storage/.kodi/addons/plugin.video.netflix/service.py): entering source directory /storage/.kodi/addons/plugin.video.netflix
  1071. 2021-07-13 17:11:34.271 T:2777543424 DEBUG: CPythonInvoker(3, /usr/share/kodi/addons/service.libreelec.settings/service.py): instantiating addon using automatically obtained id of "service.libreelec.settings" dependent on version 2.1.0 of the xbmc.python api
  1072. 2021-07-13 17:11:34.278 T:2701746944 INFO: Python interpreter stopped
  1073. 2021-07-13 17:11:34.278 T:2676568832 DEBUG: CPythonInvoker(15, /storage/.kodi/addons/plugin.video.netflix/service.py): instantiating addon using automatically obtained id of "plugin.video.netflix" dependent on version 2.26.0 of the xbmc.python api
  1074. 2021-07-13 17:11:34.278 T:2701746944 DEBUG: Thread LanguageInvoker 2701746944 terminating
  1075. 2021-07-13 17:11:34.281 T:2870412032 DEBUG: script.favourites: script version 7.1.3 started
  1076. 2021-07-13 17:11:34.282 T:2870412032 DEBUG: script.favourites: ### params: {}
  1077. 2021-07-13 17:11:34.328 T:2559103744 DEBUG: Thread Timer 2559103744 terminating
  1078. 2021-07-13 17:11:34.459 T:2595934976 DEBUG: OpenConnection - connection to the CEC adapter opened
  1079. 2021-07-13 17:11:34.459 T:2595934976 DEBUG: SetConfigurationFromLibCEC - settings updated by libCEC
  1080. 2021-07-13 17:11:34.459 T:2559103744 DEBUG: Thread CECAdapterUpdate start, auto delete: false
  1081. 2021-07-13 17:11:34.761 T:2559103744 DEBUG: UpdateMenuLanguage - using TV menu language is disabled
  1082. 2021-07-13 17:11:34.880 T:2726925056 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.embuary.helper/service.py): setting the Python path to /storage/.kodi/addons/script.embuary.helper:/usr/share/kodi/addons/script.module.pil/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1083. 2021-07-13 17:11:34.880 T:2726925056 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.embuary.helper/service.py): entering source directory /storage/.kodi/addons/script.embuary.helper
  1084. 2021-07-13 17:11:34.910 T:2726925056 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.embuary.helper/service.py): instantiating addon using automatically obtained id of "script.embuary.helper" dependent on version 2.26.0 of the xbmc.python api
  1085. 2021-07-13 17:11:34.915 T:2743972608 DEBUG: Skin Helper Simplecache --> Initialized
  1086. 2021-07-13 17:11:34.916 T:2743972608 DEBUG: CAddonSettings[script.module.metadatautils]: loading setting definitions
  1087. 2021-07-13 17:11:34.916 T:2743972608 DEBUG: CAddonSettings[script.module.metadatautils]: trying to load setting definitions from old format...
  1088. 2021-07-13 17:11:34.918 T:2743972608 DEBUG: Skin Helper Simplecache --> Initialized
  1089. 2021-07-13 17:11:34.918 T:2743972608 DEBUG: script.module.thetvdb --> Initialized
  1090. 2021-07-13 17:11:35.446 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting definitions
  1091. 2021-07-13 17:11:35.446 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: trying to load setting definitions from old format...
  1092. 2021-07-13 17:11:35.449 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting values
  1093. 2021-07-13 17:11:35.451 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.api.enable) was not found.
  1094. 2021-07-13 17:11:35.451 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.api.enable. Creating a setting on-the-fly...
  1095. 2021-07-13 17:11:35.452 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.api.key.switch) was not found.
  1096. 2021-07-13 17:11:35.452 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.api.key.switch. Creating a setting on-the-fly...
  1097. 2021-07-13 17:11:35.452 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.get.watch_later.playlist.id) was not found.
  1098. 2021-07-13 17:11:35.452 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.get.watch_later.playlist.id. Creating a setting on-the-fly...
  1099. 2021-07-13 17:11:35.452 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.search.remote.friendly) was not found.
  1100. 2021-07-13 17:11:35.452 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.search.remote.friendly. Creating a setting on-the-fly...
  1101. 2021-07-13 17:11:35.453 T:2760758016 DEBUG: [plugin.video.youtube] send_notification: |check_settings| -> |{"httpd_address": "0.0.0.0", "use_httpd": false, "whitelist": "", "httpd_port": 50152}|
  1102. 2021-07-13 17:11:35.454 T:2760758016 DEBUG: [plugin.video.youtube] JSONStore Load |/storage/.kodi/userdata/addon_data/plugin.video.youtube/api_keys.json|
  1103. 2021-07-13 17:11:35.456 T:2760758016 DEBUG: [plugin.video.youtube] JSONStore Load |/storage/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
  1104. 2021-07-13 17:11:35.457 T:2760758016 DEBUG: [plugin.video.youtube] User: |0| Using API key set: |own|
  1105. 2021-07-13 17:11:35.471 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender plugin.video.youtube - method: Other.check_settings - data: ["%7B%22httpd_address%22%3A%20%220.0.0.0%22%2C%20%22use_httpd%22%3A%20false%2C%20%22whitelist%22%3A%20%22%22%2C%20%22httpd_port%22%3A%2050152%7D"]
  1106. 2021-07-13 17:11:35.480 T:2710139648 DEBUG: CPythonInvoker(11, /storage/.kodi/addons/script.cu.lrclyrics/default.py): setting the Python path to /storage/.kodi/addons/script.cu.lrclyrics:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup4/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.soupsieve/lib/:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1107. 2021-07-13 17:11:35.480 T:2710139648 DEBUG: CPythonInvoker(11, /storage/.kodi/addons/script.cu.lrclyrics/default.py): entering source directory /storage/.kodi/addons/script.cu.lrclyrics
  1108. 2021-07-13 17:11:35.482 T:2710139648 DEBUG: CPythonInvoker(11, /storage/.kodi/addons/script.cu.lrclyrics/default.py): instantiating addon using automatically obtained id of "script.cu.lrclyrics" dependent on version 2.25.0 of the xbmc.python api
  1109. 2021-07-13 17:11:35.483 T:2578883328 DEBUG: -->Python Interpreter Initialized<--
  1110. 2021-07-13 17:11:35.484 T:2578883328 DEBUG: CPythonInvoker(16, /storage/.kodi/addons/weather.openweathermap.extended/default.py): the source file to load is "/storage/.kodi/addons/weather.openweathermap.extended/default.py"
  1111. 2021-07-13 17:11:35.508 T:2760758016 DEBUG: [plugin.video.youtube] YouTube service initialization...
  1112. 2021-07-13 17:11:35.510 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting definitions
  1113. 2021-07-13 17:11:35.510 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: trying to load setting definitions from old format...
  1114. 2021-07-13 17:11:35.514 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting values
  1115. 2021-07-13 17:11:35.516 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.api.enable) was not found.
  1116. 2021-07-13 17:11:35.516 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.api.enable. Creating a setting on-the-fly...
  1117. 2021-07-13 17:11:35.516 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.api.key.switch) was not found.
  1118. 2021-07-13 17:11:35.516 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.api.key.switch. Creating a setting on-the-fly...
  1119. 2021-07-13 17:11:35.516 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.get.watch_later.playlist.id) was not found.
  1120. 2021-07-13 17:11:35.517 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.get.watch_later.playlist.id. Creating a setting on-the-fly...
  1121. 2021-07-13 17:11:35.517 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.search.remote.friendly) was not found.
  1122. 2021-07-13 17:11:35.517 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.search.remote.friendly. Creating a setting on-the-fly...
  1123. 2021-07-13 17:11:35.553 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting definitions
  1124. 2021-07-13 17:11:35.553 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: trying to load setting definitions from old format...
  1125. 2021-07-13 17:11:35.556 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: loading setting values
  1126. 2021-07-13 17:11:35.558 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.api.enable) was not found.
  1127. 2021-07-13 17:11:35.558 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.api.enable. Creating a setting on-the-fly...
  1128. 2021-07-13 17:11:35.558 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.api.key.switch) was not found.
  1129. 2021-07-13 17:11:35.558 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.api.key.switch. Creating a setting on-the-fly...
  1130. 2021-07-13 17:11:35.558 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.get.watch_later.playlist.id) was not found.
  1131. 2021-07-13 17:11:35.558 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.get.watch_later.playlist.id. Creating a setting on-the-fly...
  1132. 2021-07-13 17:11:35.558 T:2760758016 DEBUG: CSettingsManager: requested setting (youtube.search.remote.friendly) was not found.
  1133. 2021-07-13 17:11:35.558 T:2760758016 DEBUG: CAddonSettings[plugin.video.youtube]: failed to find definition for setting youtube.search.remote.friendly. Creating a setting on-the-fly...
  1134. 2021-07-13 17:11:35.932 T:2743972608 DEBUG: Skin Helper Simplecache --> Initialized
  1135. 2021-07-13 17:11:36.044 T:2777543424 DEBUG: ## LibreELEC Addon ## 9.0.0
  1136. 2021-07-13 17:11:36.128 T:2693354240 DEBUG: Skin Helper Backup --> Service started
  1137. 2021-07-13 17:11:36.209 T:2726925056 DEBUG: CAddonSettings[script.embuary.helper]: loading setting definitions
  1138. 2021-07-13 17:11:36.210 T:2726925056 DEBUG: CAddonSettings[script.embuary.helper]: trying to load setting definitions from old format...
  1139. 2021-07-13 17:11:36.214 T:2743972608 DEBUG: Skin Helper Simplecache --> Initialized
  1140. 2021-07-13 17:11:36.295 T:2718532352 NOTICE: script.tv.show.next.aired: ### starting data update
  1141. 2021-07-13 17:11:36.295 T:2718532352 NOTICE: script.tv.show.next.aired: ### grabbing a new country mapping list
  1142. 2021-07-13 17:11:36.405 T:2752365312 DEBUG: [service.upnext] DemoOverlay -> initialized
  1143. 2021-07-13 17:11:36.406 T:2752365312 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  1144. 2021-07-13 17:11:36.406 T:2752365312 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  1145. 2021-07-13 17:11:36.424 T:2743972608 DEBUG: CAddonSettings[script.module.metadatautils]: loading setting definitions
  1146. 2021-07-13 17:11:36.424 T:2743972608 DEBUG: CAddonSettings[script.module.metadatautils]: trying to load setting definitions from old format...
  1147. 2021-07-13 17:11:36.531 T:2735579904 DEBUG: Library Data Provider: service version 0.3.2 started
  1148. 2021-07-13 17:11:36.533 T:2578883328 DEBUG: CPythonInvoker(16, /storage/.kodi/addons/weather.openweathermap.extended/default.py): setting the Python path to /storage/.kodi/addons/weather.openweathermap.extended:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1149. 2021-07-13 17:11:36.533 T:2578883328 DEBUG: CPythonInvoker(16, /storage/.kodi/addons/weather.openweathermap.extended/default.py): entering source directory /storage/.kodi/addons/weather.openweathermap.extended
  1150. 2021-07-13 17:11:36.533 T:2578883328 DEBUG: CPythonInvoker(16, /storage/.kodi/addons/weather.openweathermap.extended/default.py): instantiating addon using automatically obtained id of "weather.openweathermap.extended" dependent on version 2.25.0 of the xbmc.python api
  1151. 2021-07-13 17:11:36.558 T:2870412032 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  1152. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  1153. Error Type: <type 'exceptions.IOError'>
  1154. Error Contents: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/favourites.xml'
  1155. Traceback (most recent call last):
  1156. File "/storage/.kodi/addons/script.favourites/default.py", line 146, in <module>
  1157. Main()
  1158. File "/storage/.kodi/addons/script.favourites/default.py", line 22, in __init__
  1159. found, favourites = self._read_file()
  1160. File "/storage/.kodi/addons/script.favourites/default.py", line 46, in _read_file
  1161. self.doc = parse(self.fav_file)
  1162. File "/usr/lib/python2.7/xml/dom/minidom.py", line 1918, in parse
  1163. File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 922, in parse
  1164. IOError: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/favourites.xml'
  1165. -->End of Python script error report<--
  1166. 2021-07-13 17:11:36.558 T:2870412032 DEBUG: onExecutionDone(2, /storage/.kodi/addons/script.favourites/default.py)
  1167. 2021-07-13 17:11:36.568 T:2693354240 DEBUG: CAddonSettings[script.skin.helper.skinbackup]: loading setting definitions
  1168. 2021-07-13 17:11:36.568 T:2693354240 DEBUG: CAddonSettings[script.skin.helper.skinbackup]: trying to load setting definitions from old format...
  1169. 2021-07-13 17:11:36.576 T:2743972608 DEBUG: Skin Helper Simplecache --> Initialized
  1170. 2021-07-13 17:11:36.576 T:2743972608 DEBUG: Metadata and Artwork module --> Initialized
  1171. 2021-07-13 17:11:36.670 T:2870412032 INFO: Python interpreter stopped
  1172. 2021-07-13 17:11:36.670 T:2870412032 DEBUG: Thread LanguageInvoker 2870412032 terminating
  1173. 2021-07-13 17:11:36.681 T:2743972608 DEBUG: Skin Helper Simplecache --> Initialized
  1174. 2021-07-13 17:11:36.682 T:2752365312 DEBUG: [service.upnext] UpNextMonitor -> Service started
  1175. 2021-07-13 17:11:36.691 T:2870412032 DEBUG: Skin Helper Service --> ListItemMonitor - started
  1176. 2021-07-13 17:11:36.701 T:2701746944 NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
  1177. 2021-07-13 17:11:36.836 T:2743972608 NOTICE: Skin Helper Service --> Skin Helper Service version 1.1.3 started
  1178. 2021-07-13 17:11:36.837 T:2726925056 NOTICE: [ script.embuary.helper ] Service: Started
  1179. 2021-07-13 17:11:36.837 T:2726925056 NOTICE: [ script.embuary.helper ] Service: Player monitor started
  1180. 2021-07-13 17:11:36.838 T:2726925056 DEBUG: [ script.embuary.helper ] Start new fanart grabber process
  1181. 2021-07-13 17:11:37.011 T:2726925056 DEBUG: GetArtistsByWhereJSON query: SELECT a1.*, art.art_id AS idArt, art.type AS artType, art.url AS artURL FROM (SELECT artist.idArtist, strArtist FROM artist WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artist.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artist.idArtist)) AND (artist.strArtist != '') ORDER BY RAND() LIMIT 40) AS a1 LEFT JOIN art ON art.media_id = a1.idArtist AND art.media_type = 'artist' GROUP BY a1.idArtist, art.art_id ORDER BY a1.idArtist, arttype
  1182. 2021-07-13 17:11:37.026 T:2726925056 DEBUG: GetArtistsByWhereJSON - query took 15 ms
  1183. 2021-07-13 17:11:37.116 T:2735579904 DEBUG: GetSongsByWhereJSON query: SELECT sv.*, song_artist.idArtist AS idArtist, songartist.strArtist AS strArtist FROM (SELECT song.idSong, strTitle, song.strGenres, song.iYear, iTimesPlayed, lastPlayed, rating, CONCAT(path.strPath, strFilename) AS strPathFile, album.strAlbum AS strAlbum FROM song JOIN album ON album.idAlbum = song.idAlbum JOIN path ON path.idPath = song.idPath WHERE ((CAST(song.iTimesPlayed as DECIMAL(5,1)) < 1)) ORDER BY RAND() LIMIT 20) AS sv JOIN song_artist ON song_artist.idSong = sv.idSong AND song_artist.idRole = 1 JOIN artist AS songartist ON songartist.idArtist = song_artist.idArtist GROUP BY sv.idSong, song_artist.idArtist ORDER BY sv.idSong, song_artist.iOrder
  1184. 2021-07-13 17:11:37.117 T:2559103744 DEBUG: UpdateAudioSystemStatus - no CEC capable amplifier found
  1185. 2021-07-13 17:11:37.173 T:2735579904 DEBUG: GetSongsByWhereJSON - query took 56 ms
  1186. 2021-07-13 17:11:37.262 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1187. 2021-07-13 17:11:37.304 T:2634605312 DEBUG: Previous line repeats 1 times.
  1188. 2021-07-13 17:11:37.304 T:2634605312 DEBUG: JSONRPC Server: New connection detected
  1189. 2021-07-13 17:11:37.304 T:2634605312 INFO: JSONRPC Server: New connection added
  1190. 2021-07-13 17:11:37.313 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1191. 2021-07-13 17:11:37.336 T:2735579904 DEBUG: Previous line repeats 1 times.
  1192. 2021-07-13 17:11:37.336 T:2735579904 DEBUG: GetAlbumsByWhereJSON query: SELECT a1.*, album_artist.idArtist AS idArtist, artist.strArtist AS strArtist FROM (SELECT albumview.idAlbum, strAlbum, strReview, strGenres, strThemes, strMoods, strStyles, strType, strLabel, fRating, iYear, iTimesPlayed, art.url AS thumbnail FROM albumview LEFT JOIN art ON art.media_id = idAlbum AND art.media_type = 'album' AND art.type = 'thumb' WHERE albumview.strReleaseType = 'album' ORDER BY RAND() LIMIT 20) AS a1 JOIN album_artist ON album_artist.idAlbum = a1.idAlbum JOIN artist ON artist.idArtist = album_artist.idArtist GROUP BY a1.idAlbum, album_artist.idArtist ORDER BY a1.idAlbum, album_artist.iOrder
  1193. 2021-07-13 17:11:37.364 T:2735579904 DEBUG: GetAlbumsByWhereJSON - query took 28 ms
  1194. 2021-07-13 17:11:37.820 T:2710139648 DEBUG: CAddonSettings[script.cu.lrclyrics]: loading setting definitions
  1195. 2021-07-13 17:11:37.820 T:2710139648 DEBUG: CAddonSettings[script.cu.lrclyrics]: trying to load setting definitions from old format...
  1196. 2021-07-13 17:11:37.821 T:2710139648 DEBUG: CAddonSettings[script.cu.lrclyrics]: loading setting values
  1197. 2021-07-13 17:11:37.825 T:2676568832 DEBUG: CAddonSettings[plugin.video.netflix]: loading setting definitions
  1198. 2021-07-13 17:11:37.825 T:2676568832 DEBUG: CAddonSettings[plugin.video.netflix]: trying to load setting definitions from old format...
  1199. 2021-07-13 17:11:37.830 T:2676568832 DEBUG: CAddonSettings[plugin.video.netflix]: loading setting values
  1200. 2021-07-13 17:11:37.833 T:2676568832 INFO: [plugin.video.netflix (0)] The debug logging level is set as "Disabled"
  1201. 2021-07-13 17:11:37.940 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting definitions
  1202. 2021-07-13 17:11:37.941 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: trying to load setting definitions from old format...
  1203. 2021-07-13 17:11:37.942 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting values
  1204. 2021-07-13 17:11:37.942 T:2578883328 DEBUG: CSettingsManager: requested setting (Location1deg) was not found.
  1205. 2021-07-13 17:11:37.942 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location1deg. Creating a setting on-the-fly...
  1206. 2021-07-13 17:11:37.942 T:2578883328 DEBUG: CSettingsManager: requested setting (Location2deg) was not found.
  1207. 2021-07-13 17:11:37.942 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location2deg. Creating a setting on-the-fly...
  1208. 2021-07-13 17:11:37.942 T:2578883328 DEBUG: CSettingsManager: requested setting (Location3deg) was not found.
  1209. 2021-07-13 17:11:37.942 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location3deg. Creating a setting on-the-fly...
  1210. 2021-07-13 17:11:37.942 T:2578883328 DEBUG: CSettingsManager: requested setting (Location4deg) was not found.
  1211. 2021-07-13 17:11:37.942 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location4deg. Creating a setting on-the-fly...
  1212. 2021-07-13 17:11:37.943 T:2578883328 DEBUG: CSettingsManager: requested setting (Location5deg) was not found.
  1213. 2021-07-13 17:11:37.943 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location5deg. Creating a setting on-the-fly...
  1214. 2021-07-13 17:11:38.024 T:2440549120 DEBUG: Thread LanguageInvoker start, auto delete: false
  1215. 2021-07-13 17:11:38.025 T:2440549120 INFO: initializing python engine.
  1216. 2021-07-13 17:11:38.025 T:2440549120 DEBUG: CPythonInvoker(17, /storage/.kodi/addons/script.openweathermap.maps/default.py): start processing
  1217. 2021-07-13 17:11:38.138 T:2440549120 DEBUG: -->Python Interpreter Initialized<--
  1218. 2021-07-13 17:11:38.138 T:2440549120 DEBUG: CPythonInvoker(17, /storage/.kodi/addons/script.openweathermap.maps/default.py): the source file to load is "/storage/.kodi/addons/script.openweathermap.maps/default.py"
  1219. 2021-07-13 17:11:38.138 T:2440549120 DEBUG: CPythonInvoker(17, /storage/.kodi/addons/script.openweathermap.maps/default.py): setting the Python path to /storage/.kodi/addons/script.openweathermap.maps:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/share/kodi/addons/script.module.pil/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1220. 2021-07-13 17:11:38.139 T:2440549120 DEBUG: CPythonInvoker(17, /storage/.kodi/addons/script.openweathermap.maps/default.py): entering source directory /storage/.kodi/addons/script.openweathermap.maps
  1221. 2021-07-13 17:11:38.139 T:2440549120 DEBUG: CPythonInvoker(17, /storage/.kodi/addons/script.openweathermap.maps/default.py): instantiating addon using automatically obtained id of "script.openweathermap.maps" dependent on version 2.25.0 of the xbmc.python api
  1222. 2021-07-13 17:11:38.204 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1223. 2021-07-13 17:11:38.285 T:2735579904 DEBUG: Previous line repeats 2 times.
  1224. 2021-07-13 17:11:38.285 T:2735579904 DEBUG: GetAlbumsByWhereJSON query: SELECT a1.*, album_artist.idArtist AS idArtist, artist.strArtist AS strArtist FROM (SELECT albumview.idAlbum, strAlbum, strReview, strGenres, strThemes, strMoods, strStyles, strType, strLabel, fRating, iYear, iTimesPlayed, dateAdded, art.url AS thumbnail FROM albumview LEFT JOIN art ON art.media_id = idAlbum AND art.media_type = 'album' AND art.type = 'thumb' WHERE albumview.strReleaseType = 'album' ORDER BY dateAdded DESC, albumview.idAlbum DESC LIMIT 20) AS a1 JOIN album_artist ON album_artist.idAlbum = a1.idAlbum JOIN artist ON artist.idArtist = album_artist.idArtist GROUP BY a1.idAlbum, album_artist.idArtist ORDER BY dateAdded DESC, a1.idAlbum DESC, album_artist.iOrder
  1225. 2021-07-13 17:11:38.311 T:2735579904 DEBUG: GetAlbumsByWhereJSON - query took 26 ms
  1226. 2021-07-13 17:11:38.633 T:2735579904 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 31
  1227. 2021-07-13 17:11:38.696 T:2769150720 DEBUG: CAddonSettings[plugin.video.amazon-test]: loading setting definitions
  1228. 2021-07-13 17:11:38.696 T:2769150720 DEBUG: CAddonSettings[plugin.video.amazon-test]: trying to load setting definitions from old format...
  1229. 2021-07-13 17:11:38.699 T:2769150720 DEBUG: CAddonSettings[plugin.video.amazon-test]: loading setting values
  1230. 2021-07-13 17:11:38.700 T:2769150720 DEBUG: CSettingsManager: requested setting (drm_check) was not found.
  1231. 2021-07-13 17:11:38.700 T:2769150720 DEBUG: CAddonSettings[plugin.video.amazon-test]: failed to find definition for setting drm_check. Creating a setting on-the-fly...
  1232. 2021-07-13 17:11:38.700 T:2769150720 DEBUG: CSettingsManager: requested setting (fallback_method) was not found.
  1233. 2021-07-13 17:11:38.700 T:2769150720 DEBUG: CAddonSettings[plugin.video.amazon-test]: failed to find definition for setting fallback_method. Creating a setting on-the-fly...
  1234. 2021-07-13 17:11:38.701 T:2769150720 NOTICE: [Amazon VOD] Service: Proxy bound to 127.0.0.1:58717
  1235. 2021-07-13 17:11:38.701 T:2735579904 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 31
  1236. 2021-07-13 17:11:38.796 T:2735579904 DEBUG: GetAlbumsByWhereJSON query: SELECT a1.*, album_artist.idArtist AS idArtist, artist.strArtist AS strArtist FROM (SELECT albumview.idAlbum, strAlbum, strReview, strGenres, strThemes, strMoods, strStyles, strType, strLabel, fRating, iYear, strArtists, iTimesPlayed, art.url AS thumbnail FROM albumview LEFT JOIN art ON art.media_id = idAlbum AND art.media_type = 'album' AND art.type = 'thumb' WHERE albumview.strReleaseType = 'album' ORDER BY iTimesPlayed DESC, CASE WHEN CAST(strAlbum AS INTEGER) = 0 THEN 100000000 ELSE CAST(strAlbum AS INTEGER) END DESC, strAlbum DESC, CASE WHEN CAST(strArtists AS INTEGER) = 0 THEN 100000000 ELSE CAST(strArtists AS INTEGER) END DESC, strArtists DESC, albumview.idAlbum DESC LIMIT 20) AS a1 JOIN album_artist ON album_artist.idAlbum = a1.idAlbum JOIN artist ON artist.idArtist = album_artist.idArtist GROUP BY a1.idAlbum, album_artist.idArtist ORDER BY iTimesPlayed DESC, CASE WHEN CAST(strAlbum AS INTEGER) = 0 THEN 100000000 ELSE CAST(strAlbum AS INTEGER) END DESC, strAlbum DESC, CASE WHEN CAST(strArtists AS INTEGER) = 0 THEN 100000000 ELSE CAST(strArtists AS INTEGER) END DESC, strArtists DESC, a1.idAlbum DESC, album_artist.iOrder
  1237. 2021-07-13 17:11:38.812 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1238. 2021-07-13 17:11:38.823 T:2735579904 DEBUG: Previous line repeats 1 times.
  1239. 2021-07-13 17:11:38.824 T:2735579904 DEBUG: GetAlbumsByWhereJSON - query took 27 ms
  1240. 2021-07-13 17:11:38.832 T:2836841216 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1241. 2021-07-13 17:11:38.971 T:2578883328 DEBUG: Previous line repeats 1 times.
  1242. 2021-07-13 17:11:38.971 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting definitions
  1243. 2021-07-13 17:11:38.971 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: trying to load setting definitions from old format...
  1244. 2021-07-13 17:11:38.972 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting values
  1245. 2021-07-13 17:11:38.973 T:2578883328 DEBUG: CSettingsManager: requested setting (Location1deg) was not found.
  1246. 2021-07-13 17:11:38.973 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location1deg. Creating a setting on-the-fly...
  1247. 2021-07-13 17:11:38.973 T:2578883328 DEBUG: CSettingsManager: requested setting (Location2deg) was not found.
  1248. 2021-07-13 17:11:38.973 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location2deg. Creating a setting on-the-fly...
  1249. 2021-07-13 17:11:38.973 T:2578883328 DEBUG: CSettingsManager: requested setting (Location3deg) was not found.
  1250. 2021-07-13 17:11:38.973 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location3deg. Creating a setting on-the-fly...
  1251. 2021-07-13 17:11:38.973 T:2578883328 DEBUG: CSettingsManager: requested setting (Location4deg) was not found.
  1252. 2021-07-13 17:11:38.973 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location4deg. Creating a setting on-the-fly...
  1253. 2021-07-13 17:11:38.973 T:2578883328 DEBUG: CSettingsManager: requested setting (Location5deg) was not found.
  1254. 2021-07-13 17:11:38.973 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location5deg. Creating a setting on-the-fly...
  1255. 2021-07-13 17:11:38.977 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting definitions
  1256. 2021-07-13 17:11:38.977 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: trying to load setting definitions from old format...
  1257. 2021-07-13 17:11:38.978 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting values
  1258. 2021-07-13 17:11:38.979 T:2578883328 DEBUG: CSettingsManager: requested setting (Location1deg) was not found.
  1259. 2021-07-13 17:11:38.979 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location1deg. Creating a setting on-the-fly...
  1260. 2021-07-13 17:11:38.979 T:2578883328 DEBUG: CSettingsManager: requested setting (Location2deg) was not found.
  1261. 2021-07-13 17:11:38.979 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location2deg. Creating a setting on-the-fly...
  1262. 2021-07-13 17:11:38.979 T:2578883328 DEBUG: CSettingsManager: requested setting (Location3deg) was not found.
  1263. 2021-07-13 17:11:38.979 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location3deg. Creating a setting on-the-fly...
  1264. 2021-07-13 17:11:38.979 T:2578883328 DEBUG: CSettingsManager: requested setting (Location4deg) was not found.
  1265. 2021-07-13 17:11:38.979 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location4deg. Creating a setting on-the-fly...
  1266. 2021-07-13 17:11:38.979 T:2578883328 DEBUG: CSettingsManager: requested setting (Location5deg) was not found.
  1267. 2021-07-13 17:11:38.979 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location5deg. Creating a setting on-the-fly...
  1268. 2021-07-13 17:11:39.029 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting definitions
  1269. 2021-07-13 17:11:39.029 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: trying to load setting definitions from old format...
  1270. 2021-07-13 17:11:39.031 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting values
  1271. 2021-07-13 17:11:39.032 T:2578883328 DEBUG: CSettingsManager: requested setting (Location1deg) was not found.
  1272. 2021-07-13 17:11:39.032 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location1deg. Creating a setting on-the-fly...
  1273. 2021-07-13 17:11:39.032 T:2578883328 DEBUG: CSettingsManager: requested setting (Location2deg) was not found.
  1274. 2021-07-13 17:11:39.032 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location2deg. Creating a setting on-the-fly...
  1275. 2021-07-13 17:11:39.032 T:2578883328 DEBUG: CSettingsManager: requested setting (Location3deg) was not found.
  1276. 2021-07-13 17:11:39.032 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location3deg. Creating a setting on-the-fly...
  1277. 2021-07-13 17:11:39.032 T:2578883328 DEBUG: CSettingsManager: requested setting (Location4deg) was not found.
  1278. 2021-07-13 17:11:39.032 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location4deg. Creating a setting on-the-fly...
  1279. 2021-07-13 17:11:39.032 T:2578883328 DEBUG: CSettingsManager: requested setting (Location5deg) was not found.
  1280. 2021-07-13 17:11:39.032 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location5deg. Creating a setting on-the-fly...
  1281. 2021-07-13 17:11:39.115 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting definitions
  1282. 2021-07-13 17:11:39.115 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: trying to load setting definitions from old format...
  1283. 2021-07-13 17:11:39.117 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting values
  1284. 2021-07-13 17:11:39.117 T:2578883328 DEBUG: CSettingsManager: requested setting (Location1deg) was not found.
  1285. 2021-07-13 17:11:39.118 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location1deg. Creating a setting on-the-fly...
  1286. 2021-07-13 17:11:39.118 T:2578883328 DEBUG: CSettingsManager: requested setting (Location2deg) was not found.
  1287. 2021-07-13 17:11:39.118 T:2735579904 DEBUG: Library Data Provider: Total time needed for all queries: 0:00:02.586006
  1288. 2021-07-13 17:11:39.118 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location2deg. Creating a setting on-the-fly...
  1289. 2021-07-13 17:11:39.118 T:2578883328 DEBUG: CSettingsManager: requested setting (Location3deg) was not found.
  1290. 2021-07-13 17:11:39.118 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location3deg. Creating a setting on-the-fly...
  1291. 2021-07-13 17:11:39.118 T:2578883328 DEBUG: CSettingsManager: requested setting (Location4deg) was not found.
  1292. 2021-07-13 17:11:39.118 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location4deg. Creating a setting on-the-fly...
  1293. 2021-07-13 17:11:39.118 T:2578883328 DEBUG: CSettingsManager: requested setting (Location5deg) was not found.
  1294. 2021-07-13 17:11:39.118 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location5deg. Creating a setting on-the-fly...
  1295. 2021-07-13 17:11:39.131 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting definitions
  1296. 2021-07-13 17:11:39.131 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: trying to load setting definitions from old format...
  1297. 2021-07-13 17:11:39.132 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting values
  1298. 2021-07-13 17:11:39.133 T:2578883328 DEBUG: CSettingsManager: requested setting (Location1deg) was not found.
  1299. 2021-07-13 17:11:39.133 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location1deg. Creating a setting on-the-fly...
  1300. 2021-07-13 17:11:39.133 T:2578883328 DEBUG: CSettingsManager: requested setting (Location2deg) was not found.
  1301. 2021-07-13 17:11:39.133 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location2deg. Creating a setting on-the-fly...
  1302. 2021-07-13 17:11:39.133 T:2578883328 DEBUG: CSettingsManager: requested setting (Location3deg) was not found.
  1303. 2021-07-13 17:11:39.133 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location3deg. Creating a setting on-the-fly...
  1304. 2021-07-13 17:11:39.133 T:2578883328 DEBUG: CSettingsManager: requested setting (Location4deg) was not found.
  1305. 2021-07-13 17:11:39.133 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location4deg. Creating a setting on-the-fly...
  1306. 2021-07-13 17:11:39.133 T:2578883328 DEBUG: CSettingsManager: requested setting (Location5deg) was not found.
  1307. 2021-07-13 17:11:39.133 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location5deg. Creating a setting on-the-fly...
  1308. 2021-07-13 17:11:39.137 T:2769150720 NOTICE: [Amazon VOD] Service: Proxy server started
  1309. 2021-07-13 17:11:39.138 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting definitions
  1310. 2021-07-13 17:11:39.138 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: trying to load setting definitions from old format...
  1311. 2021-07-13 17:11:39.139 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: loading setting values
  1312. 2021-07-13 17:11:39.139 T:2578883328 DEBUG: CSettingsManager: requested setting (Location1deg) was not found.
  1313. 2021-07-13 17:11:39.139 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location1deg. Creating a setting on-the-fly...
  1314. 2021-07-13 17:11:39.139 T:2578883328 DEBUG: CSettingsManager: requested setting (Location2deg) was not found.
  1315. 2021-07-13 17:11:39.139 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location2deg. Creating a setting on-the-fly...
  1316. 2021-07-13 17:11:39.139 T:2578883328 DEBUG: CSettingsManager: requested setting (Location3deg) was not found.
  1317. 2021-07-13 17:11:39.139 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location3deg. Creating a setting on-the-fly...
  1318. 2021-07-13 17:11:39.139 T:2578883328 DEBUG: CSettingsManager: requested setting (Location4deg) was not found.
  1319. 2021-07-13 17:11:39.140 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location4deg. Creating a setting on-the-fly...
  1320. 2021-07-13 17:11:39.140 T:2578883328 DEBUG: CSettingsManager: requested setting (Location5deg) was not found.
  1321. 2021-07-13 17:11:39.140 T:2578883328 DEBUG: CAddonSettings[weather.openweathermap.extended]: failed to find definition for setting Location5deg. Creating a setting on-the-fly...
  1322. 2021-07-13 17:11:39.148 T:2578883328 INFO: CPythonInvoker(16, /storage/.kodi/addons/weather.openweathermap.extended/default.py): script successfully run
  1323. 2021-07-13 17:11:39.148 T:2578883328 DEBUG: onExecutionDone(16, /storage/.kodi/addons/weather.openweathermap.extended/default.py)
  1324. 2021-07-13 17:11:39.148 T:2769150720 NOTICE: [Amazon VOD] Service started
  1325. 2021-07-13 17:11:39.295 T:2578883328 INFO: Python interpreter stopped
  1326. 2021-07-13 17:11:39.295 T:2578883328 DEBUG: Thread LanguageInvoker 2578883328 terminating
  1327. 2021-07-13 17:11:39.332 T:2777543424 INFO: ## LibreELEC Addon ## system::set_hostname ## Raspi-Schlafzimmer
  1328. 2021-07-13 17:11:39.350 T:2617635584 DEBUG: POParser: loaded 130 weather tokens
  1329. 2021-07-13 17:11:39.352 T:2777543424 INFO: ## LibreELEC Addon ## system::set_keyboard_layout ## de
  1330. 2021-07-13 17:11:39.352 T:2777543424 INFO: ## LibreELEC Addon ## system::set_keyboard_layout ## loadkmap < `ls -1 /usr/lib/keymaps/*/de.bmap`
  1331. 2021-07-13 17:11:40.180 T:2718532352 DEBUG: script.tv.show.next.aired: ### search language = "en"
  1332. 2021-07-13 17:11:40.181 T:2718532352 DEBUG: script.tv.show.next.aired: ### Update period: day (222 mins)
  1333. 2021-07-13 17:11:40.342 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1334. 2021-07-13 17:11:40.830 T:2642998016 DEBUG: Previous line repeats 1 times.
  1335. 2021-07-13 17:11:40.830 T:2642998016 DEBUG: EventClient: button code 0 pressed
  1336. 2021-07-13 17:11:40.842 T:3010648576 DEBUG: HandleKey: 166 (0xa6, obc89) pressed, action is Up
  1337. 2021-07-13 17:11:40.883 T:2578883328 DEBUG: Thread Timer start, auto delete: false
  1338. 2021-07-13 17:11:40.909 T:2578883328 DEBUG: Thread Timer 2578883328 terminating
  1339. 2021-07-13 17:11:40.909 T:2492740352 DEBUG: Thread Timer start, auto delete: false
  1340. 2021-07-13 17:11:40.922 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/1/1c685117.png
  1341. 2021-07-13 17:11:41.004 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/1/1c685117.png
  1342. 2021-07-13 17:11:41.005 T:2617635584 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','2','?action=extrafanart&fanarts=%5Bu%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-2-5e59a4d08d1e4.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-2-5e5f1cdedc75f.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-2-5ed0a2ff62a10.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-2-5e6aa81e2eab2.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-2-5edc59a8bc410.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-2-5e6b98af70219.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-part-ii-60dd99263af73.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-part-ii-60dd99277eb02.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-2-5dfc4e5178a7a.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-2-5e5982fa4eb34.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F520763%2Fmoviebackground%2Fa-quiet-place-part-ii-60dd99282e74b.jpg%27%5D','resume:false')
  1343. 2021-07-13 17:11:41.005 T:2578883328 DEBUG: Thread LanguageInvoker start, auto delete: false
  1344. 2021-07-13 17:11:41.005 T:2578883328 INFO: initializing python engine.
  1345. 2021-07-13 17:11:41.005 T:2578883328 DEBUG: CPythonInvoker(18, /storage/.kodi/addons/script.skin.helper.service/plugin.py): start processing
  1346. 2021-07-13 17:11:41.401 T:3010648576 DEBUG: CDirectoryProvider[plugin://script.skin.helper.service/?action=getcast&movie=A Quiet Place 2&downloadthumbs=true]: refreshing..
  1347. 2021-07-13 17:11:41.402 T:2887197440 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','3','?action=getcast&movie=A Quiet Place 2&downloadthumbs=true','resume:false')
  1348. 2021-07-13 17:11:41.403 T:2501133056 DEBUG: Thread LanguageInvoker start, auto delete: false
  1349. 2021-07-13 17:11:41.403 T:2501133056 INFO: initializing python engine.
  1350. 2021-07-13 17:11:41.403 T:2501133056 DEBUG: CPythonInvoker(19, /storage/.kodi/addons/script.skin.helper.service/plugin.py): start processing
  1351. 2021-07-13 17:11:41.443 T:2853626624 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  1352. 2021-07-13 17:11:41.443 T:2853626624 DEBUG: GetImageHash - unable to stat url resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  1353. 2021-07-13 17:11:41.455 T:2492740352 DEBUG: Thread Timer 2492740352 terminating
  1354. 2021-07-13 17:11:41.793 T:2578883328 DEBUG: -->Python Interpreter Initialized<--
  1355. 2021-07-13 17:11:41.793 T:2578883328 DEBUG: CPythonInvoker(18, /storage/.kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/plugin.py"
  1356. 2021-07-13 17:11:41.808 T:2501133056 DEBUG: -->Python Interpreter Initialized<--
  1357. 2021-07-13 17:11:41.809 T:2501133056 DEBUG: CPythonInvoker(19, /storage/.kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/plugin.py"
  1358. 2021-07-13 17:11:41.813 T:2578883328 DEBUG: CPythonInvoker(18, /storage/.kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1359. 2021-07-13 17:11:41.813 T:2578883328 DEBUG: CPythonInvoker(18, /storage/.kodi/addons/script.skin.helper.service/plugin.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  1360. 2021-07-13 17:11:41.813 T:2578883328 DEBUG: CPythonInvoker(18, /storage/.kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1361. 2021-07-13 17:11:41.882 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1362. 2021-07-13 17:11:41.891 T:2642998016 DEBUG: Previous line repeats 1 times.
  1363. 2021-07-13 17:11:41.891 T:2642998016 DEBUG: EventClient: button code 0 pressed
  1364. 2021-07-13 17:11:41.902 T:3010648576 DEBUG: HandleKey: 168 (0xa8, obc87) pressed, action is Right
  1365. 2021-07-13 17:11:41.904 T:2794590976 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/CAPCOM / Constantin Film / Impact Pictures / Screen Gems / Sony Pictures / Tencent Pictures / Toho Co..png
  1366. 2021-07-13 17:11:41.904 T:2794590976 DEBUG: GetImageHash - unable to stat url resource://resource.images.studios.white/CAPCOM / Constantin Film / Impact Pictures / Screen Gems / Sony Pictures / Tencent Pictures / Toho Co..png
  1367. 2021-07-13 17:11:41.907 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/b/b3befc3e.png
  1368. 2021-07-13 17:11:41.911 T:3010648576 DEBUG: CDirectoryProvider[plugin://script.skin.helper.service/?action=getcast&movie=Monster Hunter&downloadthumbs=true]: refreshing..
  1369. 2021-07-13 17:11:41.973 T:2853626624 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/3/3bb10eed.jpg
  1370. 2021-07-13 17:11:42.030 T:2853626624 DEBUG: ffmpeg[AA16E300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1371. 2021-07-13 17:11:42.044 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/b/b3befc3e.png
  1372. 2021-07-13 17:11:42.044 T:2794590976 DEBUG: DoWork - took 139 ms to load special://masterprofile/Thumbnails/b/b3befc3e.png
  1373. 2021-07-13 17:11:42.049 T:2853626624 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/3/3bb10eed.jpg
  1374. 2021-07-13 17:11:42.049 T:2853626624 DEBUG: DoWork - took 104 ms to load special://masterprofile/Thumbnails/3/3bb10eed.jpg
  1375. 2021-07-13 17:11:42.050 T:2853626624 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','4','?action=getcast&movie=Monster Hunter&downloadthumbs=true','resume:false')
  1376. 2021-07-13 17:11:42.051 T:2431632128 DEBUG: Thread LanguageInvoker start, auto delete: false
  1377. 2021-07-13 17:11:42.051 T:2431632128 INFO: initializing python engine.
  1378. 2021-07-13 17:11:42.051 T:2431632128 DEBUG: CPythonInvoker(20, /storage/.kodi/addons/script.skin.helper.service/plugin.py): start processing
  1379. 2021-07-13 17:11:42.468 T:2501133056 DEBUG: CPythonInvoker(19, /storage/.kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1380. 2021-07-13 17:11:42.468 T:2501133056 DEBUG: CPythonInvoker(19, /storage/.kodi/addons/script.skin.helper.service/plugin.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  1381. 2021-07-13 17:11:42.468 T:2501133056 DEBUG: CPythonInvoker(19, /storage/.kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1382. 2021-07-13 17:11:42.469 T:2578883328 DEBUG: Skin Helper Simplecache --> Initialized
  1383. 2021-07-13 17:11:42.700 T:2718532352 ERROR: script.tv.show.next.aired: ### ERROR retreiving updates from thetvdb.com: File is not a zip file
  1384. 2021-07-13 17:11:42.774 T:2642998016 DEBUG: EventClient: button code 0 pressed
  1385. 2021-07-13 17:11:42.782 T:3010648576 DEBUG: HandleKey: 168 (0xa8, obc87) pressed, action is Right
  1386. 2021-07-13 17:11:42.789 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/6/688ec85c.jpg
  1387. 2021-07-13 17:11:42.793 T:3010648576 DEBUG: CDirectoryProvider[plugin://script.skin.helper.service/?action=getcast&movie=Black Widow&downloadthumbs=true]: refreshing..
  1388. 2021-07-13 17:11:42.832 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1389. 2021-07-13 17:11:42.837 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/6/688ec85c.jpg
  1390. 2021-07-13 17:11:42.841 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/5/511bef07.png
  1391. 2021-07-13 17:11:42.878 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/5/511bef07.png
  1392. 2021-07-13 17:11:42.993 T:3010648576 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
  1393. 2021-07-13 17:11:43.182 T:2501133056 DEBUG: Skin Helper Simplecache --> Initialized
  1394. 2021-07-13 17:11:43.194 T:2501133056 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'getcast', u'movie': u'a quiet place 2', u'downloadthumbs': u'true'}
  1395. 2021-07-13 17:11:43.227 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/c/c60663ab.jpg
  1396. 2021-07-13 17:11:43.246 T:2578883328 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'extrafanart', u'fanarts': u"[u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-2-5e59a4d08d1e4.jpg', u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-2-5e5f1cdedc75f.jpg', u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-2-5ed0a2ff62a10.jpg', u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-2-5e6aa81e2eab2.jpg', u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-2-5edc59a8bc410.jpg', u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-2-5e6b98af70219.jpg', u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-part-ii-60dd99263af73.jpg', u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-part-ii-60dd99277eb02.jpg', u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-2-5dfc4e5178a7a.jpg', u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-2-5e5982fa4eb34.jpg', u'https://assets.fanart.tv/fanart/movies/520763/moviebackground/a-quiet-place-part-ii-60dd99282e74b.jpg']"}
  1397. 2021-07-13 17:11:43.251 T:2501133056 DEBUG: Skin Helper Simplecache --> Initialized
  1398. 2021-07-13 17:11:43.256 T:2431632128 DEBUG: -->Python Interpreter Initialized<--
  1399. 2021-07-13 17:11:43.256 T:2431632128 DEBUG: CPythonInvoker(20, /storage/.kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/plugin.py"
  1400. 2021-07-13 17:11:43.258 T:2431632128 DEBUG: CPythonInvoker(20, /storage/.kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1401. 2021-07-13 17:11:43.259 T:2431632128 DEBUG: CPythonInvoker(20, /storage/.kodi/addons/script.skin.helper.service/plugin.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  1402. 2021-07-13 17:11:43.270 T:2431632128 DEBUG: CPythonInvoker(20, /storage/.kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1403. 2021-07-13 17:11:43.312 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1404. 2021-07-13 17:11:43.314 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/c/c60663ab.jpg
  1405. 2021-07-13 17:11:43.405 T:2501133056 DEBUG: Skin Helper Simplecache --> Closed
  1406. 2021-07-13 17:11:43.406 T:2501133056 DEBUG: Previous line repeats 1 times.
  1407. 2021-07-13 17:11:43.406 T:2501133056 INFO: CPythonInvoker(19, /storage/.kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1408. 2021-07-13 17:11:43.406 T:2501133056 DEBUG: onExecutionDone(19, /storage/.kodi/addons/script.skin.helper.service/plugin.py)
  1409. 2021-07-13 17:11:43.408 T:2617635584 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','5','?action=getcast&movie=Black Widow&downloadthumbs=true','resume:false')
  1410. 2021-07-13 17:11:43.411 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1411. 2021-07-13 17:11:43.412 T:2324558592 DEBUG: Thread LanguageInvoker start, auto delete: false
  1412. 2021-07-13 17:11:43.412 T:2324558592 INFO: initializing python engine.
  1413. 2021-07-13 17:11:43.412 T:2324558592 DEBUG: CPythonInvoker(21, /storage/.kodi/addons/script.skin.helper.service/plugin.py): start processing
  1414. 2021-07-13 17:11:43.417 T:2501133056 INFO: Python interpreter stopped
  1415. 2021-07-13 17:11:43.417 T:2578883328 DEBUG: Skin Helper Simplecache --> Closed
  1416. 2021-07-13 17:11:43.417 T:2501133056 DEBUG: Thread LanguageInvoker 2501133056 terminating
  1417. 2021-07-13 17:11:43.425 T:2578883328 INFO: CPythonInvoker(18, /storage/.kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1418. 2021-07-13 17:11:43.425 T:2578883328 DEBUG: onExecutionDone(18, /storage/.kodi/addons/script.skin.helper.service/plugin.py)
  1419. 2021-07-13 17:11:43.429 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1420. 2021-07-13 17:11:43.441 T:2578883328 INFO: Python interpreter stopped
  1421. 2021-07-13 17:11:43.441 T:2578883328 DEBUG: Thread LanguageInvoker 2578883328 terminating
  1422. 2021-07-13 17:11:43.446 T:2718532352 NOTICE: script.tv.show.next.aired: ### data update finished
  1423. 2021-07-13 17:11:43.919 T:2431632128 DEBUG: Skin Helper Simplecache --> Initialized
  1424. 2021-07-13 17:11:43.919 T:2431632128 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'getcast', u'movie': u'monster hunter', u'downloadthumbs': u'true'}
  1425. 2021-07-13 17:11:43.936 T:2431632128 DEBUG: Skin Helper Simplecache --> Initialized
  1426. 2021-07-13 17:11:43.982 T:2324558592 DEBUG: -->Python Interpreter Initialized<--
  1427. 2021-07-13 17:11:43.982 T:2324558592 DEBUG: CPythonInvoker(21, /storage/.kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/plugin.py"
  1428. 2021-07-13 17:11:43.985 T:2324558592 DEBUG: CPythonInvoker(21, /storage/.kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1429. 2021-07-13 17:11:43.985 T:2324558592 DEBUG: CPythonInvoker(21, /storage/.kodi/addons/script.skin.helper.service/plugin.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  1430. 2021-07-13 17:11:43.990 T:2324558592 DEBUG: CPythonInvoker(21, /storage/.kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1431. 2021-07-13 17:11:44.517 T:2642998016 DEBUG: EventClient: button code 0 pressed
  1432. 2021-07-13 17:11:44.542 T:3010648576 DEBUG: HandleKey: 11 (0x0b, obc244) pressed, action is Select
  1433. 2021-07-13 17:11:44.550 T:3010648576 DEBUG: CAddonSettings[metadata.themoviedb.org]: loading setting definitions
  1434. 2021-07-13 17:11:44.551 T:3010648576 DEBUG: CAddonSettings[metadata.themoviedb.org]: trying to load setting definitions from old format...
  1435. 2021-07-13 17:11:44.551 T:3010648576 DEBUG: CAddonSettings[metadata.themoviedb.org]: loading setting values
  1436. 2021-07-13 17:11:44.568 T:3010648576 DEBUG: NFS: Context for 192.168.1.48/mnt/media2 not open - get a new context.
  1437. 2021-07-13 17:11:44.577 T:3010648576 DEBUG: NFS: Connected to server 192.168.1.48 and export /mnt/media2
  1438. 2021-07-13 17:11:44.577 T:3010648576 DEBUG: NFS: chunks: r/w 1048576/1048576
  1439. 2021-07-13 17:11:44.594 T:3010648576 DEBUG: ------ Window Init (DialogVideoInfo.xml) ------
  1440. 2021-07-13 17:11:44.594 T:3010648576 INFO: Loading skin file: DialogVideoInfo.xml, load type: KEEP_IN_MEMORY
  1441. 2021-07-13 17:11:44.713 T:3010648576 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/audiocodec/'
  1442. 2021-07-13 17:11:44.719 T:3010648576 DEBUG: Previous line repeats 1 times.
  1443. 2021-07-13 17:11:44.719 T:3010648576 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/studios/Marvel Studios.png'
  1444. 2021-07-13 17:11:44.720 T:2887197440 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','6','?action=extrafanart&fanarts=%5Bu%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5df6d882db224.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e24f98e6c3b3.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5de6dc470c0ee.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e38a0f2c7819.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e9796b451883.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e24f97386e81.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e38a23053d87.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e695c53e80e0.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e794c5b276ad.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e41c8ed72038.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e2349a183985.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e2349d431b48.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5f51a4294a45a.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e6ecd216ff9c.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-6028522eceab7.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e6c693ba0232.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5f1bb81a2b908.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e7e7b292d6a0.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5fdf9c8fdff6c.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-602854dfecc54.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-602854f23df4b.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5f128bf2cd4a3.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e5924f80427c.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e6d51ed27c09.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5fe33b3af1c2d.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-605b4a5420ba4.jpg%27%5D','resume:false')
  1445. 2021-07-13 17:11:44.722 T:2450514688 DEBUG: Thread LanguageInvoker start, auto delete: false
  1446. 2021-07-13 17:11:44.722 T:2450514688 INFO: initializing python engine.
  1447. 2021-07-13 17:11:44.722 T:2450514688 DEBUG: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): start processing
  1448. 2021-07-13 17:11:44.726 T:2794590976 DEBUG: NFS: Refreshing context for 192.168.1.48/home/vdr/kodi/userdata, old: 14454, new: 15877
  1449. 2021-07-13 17:11:44.726 T:2794590976 DEBUG: NFS: Using cached context.
  1450. 2021-07-13 17:11:44.728 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/6/62d6fa83.png
  1451. 2021-07-13 17:11:44.741 T:2324558592 DEBUG: Skin Helper Simplecache --> Initialized
  1452. 2021-07-13 17:11:44.741 T:2324558592 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'getcast', u'movie': u'black widow', u'downloadthumbs': u'true'}
  1453. 2021-07-13 17:11:44.810 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/6/62d6fa83.png
  1454. 2021-07-13 17:11:44.814 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/9/9c407d34.jpg
  1455. 2021-07-13 17:11:44.817 T:2450514688 DEBUG: -->Python Interpreter Initialized<--
  1456. 2021-07-13 17:11:44.817 T:2450514688 DEBUG: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/plugin.py"
  1457. 2021-07-13 17:11:44.821 T:2324558592 DEBUG: Skin Helper Simplecache --> Initialized
  1458. 2021-07-13 17:11:44.828 T:2450514688 DEBUG: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1459. 2021-07-13 17:11:44.828 T:2450514688 DEBUG: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  1460. 2021-07-13 17:11:44.837 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1461. 2021-07-13 17:11:44.838 T:2450514688 DEBUG: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1462. 2021-07-13 17:11:44.851 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/9/9c407d34.jpg
  1463. 2021-07-13 17:11:44.856 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/5/5d4808f8.jpg
  1464. 2021-07-13 17:11:44.866 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1465. 2021-07-13 17:11:44.869 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/5/5d4808f8.jpg
  1466. 2021-07-13 17:11:44.871 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/7/7399eda9.jpg
  1467. 2021-07-13 17:11:44.881 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1468. 2021-07-13 17:11:44.884 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/7/7399eda9.jpg
  1469. 2021-07-13 17:11:44.886 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/3/36929f34.jpg
  1470. 2021-07-13 17:11:44.898 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1471. 2021-07-13 17:11:44.901 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/3/36929f34.jpg
  1472. 2021-07-13 17:11:44.903 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/c/cd429591.jpg
  1473. 2021-07-13 17:11:44.912 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1474. 2021-07-13 17:11:44.913 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/c/cd429591.jpg
  1475. 2021-07-13 17:11:44.922 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/f/f88ac9f0.jpg
  1476. 2021-07-13 17:11:44.934 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1477. 2021-07-13 17:11:44.937 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/f/f88ac9f0.jpg
  1478. 2021-07-13 17:11:44.940 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/3/3bb5befd.jpg
  1479. 2021-07-13 17:11:44.942 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1480. 2021-07-13 17:11:44.954 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1481. 2021-07-13 17:11:44.956 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1482. 2021-07-13 17:11:44.957 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/3/3bb5befd.jpg
  1483. 2021-07-13 17:11:44.975 T:2431632128 DEBUG: Skin Helper Simplecache --> Closed
  1484. 2021-07-13 17:11:44.975 T:2431632128 DEBUG: Previous line repeats 1 times.
  1485. 2021-07-13 17:11:44.975 T:2431632128 INFO: CPythonInvoker(20, /storage/.kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1486. 2021-07-13 17:11:44.975 T:2431632128 DEBUG: onExecutionDone(20, /storage/.kodi/addons/script.skin.helper.service/plugin.py)
  1487. 2021-07-13 17:11:45.009 T:2431632128 INFO: Python interpreter stopped
  1488. 2021-07-13 17:11:45.009 T:2431632128 DEBUG: Thread LanguageInvoker 2431632128 terminating
  1489. 2021-07-13 17:11:45.747 T:2450514688 DEBUG: Skin Helper Simplecache --> Initialized
  1490. 2021-07-13 17:11:45.818 T:2450514688 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'extrafanart', u'fanarts': u"[u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5df6d882db224.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e24f98e6c3b3.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5de6dc470c0ee.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e38a0f2c7819.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e9796b451883.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e24f97386e81.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e38a23053d87.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e695c53e80e0.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e794c5b276ad.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e41c8ed72038.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e2349a183985.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e2349d431b48.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5f51a4294a45a.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e6ecd216ff9c.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-6028522eceab7.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e6c693ba0232.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5f1bb81a2b908.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e7e7b292d6a0.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5fdf9c8fdff6c.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-602854dfecc54.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-602854f23df4b.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5f128bf2cd4a3.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e5924f80427c.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e6d51ed27c09.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5fe33b3af1c2d.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-605b4a5420ba4.jpg']"}
  1491. 2021-07-13 17:11:45.848 T:2450514688 DEBUG: Skin Helper Simplecache --> Closed
  1492. 2021-07-13 17:11:45.848 T:2450514688 INFO: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1493. 2021-07-13 17:11:45.848 T:2450514688 DEBUG: onExecutionDone(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py)
  1494. 2021-07-13 17:11:45.863 T:2450514688 INFO: Python interpreter stopped
  1495. 2021-07-13 17:11:45.863 T:2450514688 DEBUG: Thread LanguageInvoker 2450514688 terminating
  1496. 2021-07-13 17:11:45.872 T:2777543424 INFO: ## LibreELEC Addon ## updates::updateThread ## Started
  1497. 2021-07-13 17:11:45.874 T:2777543424 INFO: ## LibreELEC Addon ## updates::set_auto_update ## manual
  1498. 2021-07-13 17:11:46.015 T:2307773184 INFO: ## LibreELEC Addon ## _service_::run ## WAITING:
  1499. 2021-07-13 17:11:46.021 T:2853626624 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','7','?action=extrafanart&fanarts=%5Bu%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5df6d882db224.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e24f98e6c3b3.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5de6dc470c0ee.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e38a0f2c7819.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e9796b451883.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e24f97386e81.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e38a23053d87.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e695c53e80e0.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e794c5b276ad.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e41c8ed72038.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e2349a183985.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e2349d431b48.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5f51a4294a45a.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e6ecd216ff9c.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-6028522eceab7.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e6c693ba0232.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5f1bb81a2b908.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e7e7b292d6a0.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5fdf9c8fdff6c.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-602854dfecc54.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-602854f23df4b.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5f128bf2cd4a3.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e5924f80427c.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e6d51ed27c09.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5fe33b3af1c2d.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-605b4a5420ba4.jpg%27%5D','resume:false')
  1500. 2021-07-13 17:11:46.022 T:2431632128 DEBUG: Thread LanguageInvoker start, auto delete: false
  1501. 2021-07-13 17:11:46.022 T:2431632128 INFO: initializing python engine.
  1502. 2021-07-13 17:11:46.022 T:2431632128 DEBUG: CPythonInvoker(23, /storage/.kodi/addons/script.skin.helper.service/plugin.py): start processing
  1503. 2021-07-13 17:11:46.024 T:2324558592 DEBUG: Skin Helper Simplecache --> Closed
  1504. 2021-07-13 17:11:46.026 T:2324558592 DEBUG: Previous line repeats 1 times.
  1505. 2021-07-13 17:11:46.026 T:2324558592 INFO: CPythonInvoker(21, /storage/.kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1506. 2021-07-13 17:11:46.026 T:2324558592 DEBUG: onExecutionDone(21, /storage/.kodi/addons/script.skin.helper.service/plugin.py)
  1507. 2021-07-13 17:11:46.042 T:2324558592 INFO: Python interpreter stopped
  1508. 2021-07-13 17:11:46.042 T:2324558592 DEBUG: Thread LanguageInvoker 2324558592 terminating
  1509. 2021-07-13 17:11:46.101 T:2431632128 DEBUG: -->Python Interpreter Initialized<--
  1510. 2021-07-13 17:11:46.101 T:2431632128 DEBUG: CPythonInvoker(23, /storage/.kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/plugin.py"
  1511. 2021-07-13 17:11:46.104 T:2431632128 DEBUG: CPythonInvoker(23, /storage/.kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1512. 2021-07-13 17:11:46.104 T:2431632128 DEBUG: CPythonInvoker(23, /storage/.kodi/addons/script.skin.helper.service/plugin.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  1513. 2021-07-13 17:11:46.106 T:2431632128 DEBUG: CPythonInvoker(23, /storage/.kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1514. 2021-07-13 17:11:46.136 T:2316165888 INFO: ## LibreELEC Addon ## xdbus Monitor started. ##
  1515. 2021-07-13 17:11:46.461 T:2642998016 DEBUG: EventClient: button code 0 pressed
  1516. 2021-07-13 17:11:46.468 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1517. 2021-07-13 17:11:46.482 T:3010648576 DEBUG: Previous line repeats 1 times.
  1518. 2021-07-13 17:11:46.482 T:3010648576 DEBUG: HandleKey: 11 (0x0b, obc244) pressed, action is Select
  1519. 2021-07-13 17:11:46.483 T:3010648576 DEBUG: ------ Window Deinit (DialogVideoInfo.xml) ------
  1520. 2021-07-13 17:11:46.483 T:3010648576 DEBUG: FreeVisualisation() done
  1521. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerCoreFactory::GetPlayers(nfs://192.168.1.48/mnt/media2/Black Widow (2021)/Black Widow (2021).mkv)
  1522. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  1523. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  1524. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
  1525. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  1526. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
  1527. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  1528. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  1529. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  1530. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  1531. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  1532. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  1533. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
  1534. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  1535. 2021-07-13 17:11:46.507 T:3010648576 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
  1536. 2021-07-13 17:11:46.508 T:3010648576 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  1537. 2021-07-13 17:11:46.508 T:3010648576 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  1538. 2021-07-13 17:11:46.508 T:3010648576 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  1539. 2021-07-13 17:11:46.510 T:3010648576 DEBUG: CMMALPool::CMMALPool Created pool 0x5deb410 of size 26 x 0 for port vc.ril.video_decode:out:0(I420)
  1540. 2021-07-13 17:11:46.512 T:3010648576 DEBUG: Radio UECP (RDS) Processor - new CDVDRadioRDSData
  1541. 2021-07-13 17:11:46.512 T:3010648576 NOTICE: VideoPlayer::OpenFile: nfs://192.168.1.48/mnt/media2/Black Widow (2021)/Black Widow (2021).mkv
  1542. 2021-07-13 17:11:46.512 T:3010648576 DEBUG: CMMALRenderer::CMMALRenderer
  1543. 2021-07-13 17:11:46.513 T:3010648576 DEBUG: OnPlayBackStarted: CApplication::OnPlayBackStarted
  1544. 2021-07-13 17:11:46.520 T:2484347648 DEBUG: Thread VideoPlayer start, auto delete: false
  1545. 2021-07-13 17:11:46.520 T:2458907392 DEBUG: Thread MMALProcess start, auto delete: false
  1546. 2021-07-13 17:11:46.520 T:2458907392 DEBUG: CMMALRenderer::Run - starting
  1547. 2021-07-13 17:11:46.521 T:2484347648 NOTICE: Creating InputStream
  1548. 2021-07-13 17:11:46.522 T:2484347648 DEBUG: NFS: Refreshing context for 192.168.1.48/mnt/media2, old: 15719, new: 17672
  1549. 2021-07-13 17:11:46.522 T:2484347648 DEBUG: NFS: Using cached context.
  1550. 2021-07-13 17:11:46.525 T:2794590976 DEBUG: Loading settings for nfs://192.168.1.48/mnt/media2/Black Widow (2021)/Black Widow (2021).mkv
  1551. 2021-07-13 17:11:46.527 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: Playlist.OnAdd - data: {"item":{"id":1073,"type":"movie"},"playlistid":1,"position":0}
  1552. 2021-07-13 17:11:46.530 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Playlist.OnAdd - data: {"item":{"id":1073,"type":"movie"},"playlistid":1,"position":0}
  1553. 2021-07-13 17:11:46.551 T:2484347648 DEBUG: CNFSFile::Open - opened mnt/media2/Black Widow (2021)/Black Widow (2021).mkv
  1554. 2021-07-13 17:11:46.555 T:2484347648 DEBUG: ScanForExternalSubtitles: Searching for subtitles...
  1555. 2021-07-13 17:11:46.561 T:2484347648 DEBUG: ScanForExternalSubtitles: END (total time: 6 ms)
  1556. 2021-07-13 17:11:46.561 T:2484347648 NOTICE: Creating Demuxer
  1557. 2021-07-13 17:11:46.564 T:3010648576 DEBUG: CDirectoryProvider[videodb://recentlyaddedmovies/]: refreshing..
  1558. 2021-07-13 17:11:46.646 T:2484347648 DEBUG: Open - probing detected format [matroska,webm]
  1559. 2021-07-13 17:11:46.657 T:2484347648 DEBUG: Open - avformat_find_stream_info starting
  1560. 2021-07-13 17:11:46.742 T:3010648576 DEBUG: CVideoGUIInfo::InitCurrentItem(nfs://192.168.1.48/mnt/media2/Black Widow (2021)/Black Widow (2021).mkv)
  1561. 2021-07-13 17:11:46.763 T:3010648576 DEBUG: CPlayerGUIInfo::InitCurrentItem(nfs://192.168.1.48/mnt/media2/Black Widow (2021)/Black Widow (2021).mkv)
  1562. 2021-07-13 17:11:46.838 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Info.OnChanged - data: null
  1563. 2021-07-13 17:11:46.838 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Player.OnPlay - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  1564. 2021-07-13 17:11:46.864 T:3010648576 DEBUG: ------ Window Init (DialogBusy.xml) ------
  1565. 2021-07-13 17:11:46.872 T:2726925056 DEBUG: NFS: Refreshing context for 192.168.1.48/home/vdr/kodi/userdata, old: 16101, new: 18023
  1566. 2021-07-13 17:11:46.873 T:2726925056 DEBUG: NFS: Using cached context.
  1567. 2021-07-13 17:11:46.876 T:3010648576 DEBUG: CDirectoryProvider[plugin://script.skin.helper.service/?action=getcast&movie=Black Widow&downloadthumbs=true]: refreshing..
  1568. 2021-07-13 17:11:46.877 T:3010648576 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/audiocodec/'
  1569. 2021-07-13 17:11:46.877 T:2887197440 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','8','?action=getcast&movie=Black Widow&downloadthumbs=true','resume:false')
  1570. 2021-07-13 17:11:46.877 T:3010648576 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/audiocodec/'
  1571. 2021-07-13 17:11:46.886 T:2282595072 DEBUG: Thread LanguageInvoker start, auto delete: false
  1572. 2021-07-13 17:11:46.886 T:2282595072 INFO: initializing python engine.
  1573. 2021-07-13 17:11:46.886 T:2282595072 DEBUG: CPythonInvoker(24, /storage/.kodi/addons/script.skin.helper.service/plugin.py): start processing
  1574. 2021-07-13 17:11:46.900 T:2726925056 WARNING: [ script.embuary.helper ] Image error: Could not open cached image --> [Errno 2] No such file or directory: '/storage/.kodi/userdata/Thumbnails/7/7f124f58.jpg'
  1575. 2021-07-13 17:11:46.918 T:2726925056 WARNING: Previous line repeats 1 times.
  1576. 2021-07-13 17:11:46.918 T:2726925056 DEBUG: NFS: Refreshing context for 192.168.1.48/mnt/media2, old: 17858, new: 18069
  1577. 2021-07-13 17:11:46.918 T:2726925056 DEBUG: NFS: Using cached context.
  1578. 2021-07-13 17:11:46.919 T:2726925056 DEBUG: CNFSFile::Open - opened mnt/media2/Black Widow (2021)/Black Widow (2021)-poster.jpg
  1579. 2021-07-13 17:11:46.940 T:2440549120 INFO: CPythonInvoker(17, /storage/.kodi/addons/script.openweathermap.maps/default.py): script successfully run
  1580. 2021-07-13 17:11:46.940 T:2440549120 DEBUG: onExecutionDone(17, /storage/.kodi/addons/script.openweathermap.maps/default.py)
  1581. 2021-07-13 17:11:46.941 T:2617635584 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','9','?action=extrafanart&fanarts=%5Bu%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5df6d882db224.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e24f98e6c3b3.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5de6dc470c0ee.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e38a0f2c7819.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e9796b451883.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e24f97386e81.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e38a23053d87.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e695c53e80e0.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e794c5b276ad.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e41c8ed72038.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e2349a183985.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e2349d431b48.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5f51a4294a45a.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e6ecd216ff9c.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-6028522eceab7.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e6c693ba0232.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5f1bb81a2b908.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e7e7b292d6a0.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5fdf9c8fdff6c.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-602854dfecc54.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-602854f23df4b.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5f128bf2cd4a3.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e5924f80427c.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5e6d51ed27c09.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-5fe33b3af1c2d.jpg%27%2C+u%27https%3A%2F%2Fassets.fanart.tv%2Ffanart%2Fmovies%2F497698%2Fmoviebackground%2Fblack-widow-605b4a5420ba4.jpg%27%5D','resume:false')
  1582. 2021-07-13 17:11:46.943 T:2406454016 DEBUG: Thread LanguageInvoker start, auto delete: false
  1583. 2021-07-13 17:11:46.943 T:2406454016 INFO: initializing python engine.
  1584. 2021-07-13 17:11:46.944 T:2406454016 DEBUG: CPythonInvoker(25, /storage/.kodi/addons/script.skin.helper.service/plugin.py): start processing
  1585. 2021-07-13 17:11:46.946 T:2726925056 DEBUG: CNFSFile::Close closing file mnt/media2/Black Widow (2021)/Black Widow (2021)-poster.jpg
  1586. 2021-07-13 17:11:47.082 T:2431632128 DEBUG: Skin Helper Simplecache --> Initialized
  1587. 2021-07-13 17:11:47.085 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: Info.OnChanged - data: null
  1588. 2021-07-13 17:11:47.085 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: Player.OnPlay - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  1589. 2021-07-13 17:11:47.334 T:2440549120 INFO: Python interpreter stopped
  1590. 2021-07-13 17:11:47.334 T:2440549120 DEBUG: Thread LanguageInvoker 2440549120 terminating
  1591. 2021-07-13 17:11:47.335 T:2431632128 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'extrafanart', u'fanarts': u"[u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5df6d882db224.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e24f98e6c3b3.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5de6dc470c0ee.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e38a0f2c7819.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e9796b451883.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e24f97386e81.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e38a23053d87.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e695c53e80e0.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e794c5b276ad.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e41c8ed72038.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e2349a183985.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e2349d431b48.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5f51a4294a45a.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e6ecd216ff9c.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-6028522eceab7.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e6c693ba0232.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5f1bb81a2b908.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e7e7b292d6a0.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5fdf9c8fdff6c.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-602854dfecc54.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-602854f23df4b.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5f128bf2cd4a3.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e5924f80427c.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e6d51ed27c09.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5fe33b3af1c2d.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-605b4a5420ba4.jpg']"}
  1592. 2021-07-13 17:11:47.366 T:2282595072 DEBUG: -->Python Interpreter Initialized<--
  1593. 2021-07-13 17:11:47.366 T:2282595072 DEBUG: CPythonInvoker(24, /storage/.kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/plugin.py"
  1594. 2021-07-13 17:11:47.369 T:2282595072 DEBUG: CPythonInvoker(24, /storage/.kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1595. 2021-07-13 17:11:47.369 T:2282595072 DEBUG: CPythonInvoker(24, /storage/.kodi/addons/script.skin.helper.service/plugin.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  1596. 2021-07-13 17:11:47.369 T:2282595072 DEBUG: CPythonInvoker(24, /storage/.kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1597. 2021-07-13 17:11:47.733 T:2484347648 DEBUG: Open - av_find_stream_info finished
  1598. 2021-07-13 17:11:47.733 T:2484347648 INFO: ffmpeg[94142300]: Input #0, matroska,webm, from 'nfs://192.168.1.48/mnt/media2/Heimat (2021)/Heimat (2021).mkv':
  1599. 2021-07-13 17:11:47.733 T:2484347648 INFO: ffmpeg[94142300]: Metadata:
  1600. 2021-07-13 17:11:47.733 T:2484347648 INFO: ffmpeg[94142300]: encoder : libebml v1.4.2 + libmatroska v1.6.4
  1601. 2021-07-13 17:11:47.733 T:2484347648 INFO: ffmpeg[94142300]: creation_time : 2021-07-13T09:05:35.000000Z
  1602. 2021-07-13 17:11:47.733 T:2484347648 INFO: ffmpeg[94142300]: Duration: 02:13:46.77, start: 0.000000, bitrate: 13186 kb/s
  1603. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: Stream #0:0: Video: h264 (High), yuv420p(tv, bt2020nc/bt2020/smpte2084, progressive), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
  1604. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: Metadata:
  1605. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: BPS : 13036160
  1606. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: DURATION : 02:13:46.769000000
  1607. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_FRAMES: 192450
  1608. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_BYTES : 13079781399
  1609. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_APP: mkvmerge v56.1.0 ('My Friend') 64-bit
  1610. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_DATE_UTC: 2021-07-13 09:05:35
  1611. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1612. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: Stream #0:1(ger): Audio: aac (LC), 48000 Hz, 5.1, fltp
  1613. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: Metadata:
  1614. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: BPS : 147193
  1615. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: DURATION : 02:13:46.752000000
  1616. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_FRAMES: 376254
  1617. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_BYTES : 147685219
  1618. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_APP: mkvmerge v56.1.0 ('My Friend') 64-bit
  1619. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_DATE_UTC: 2021-07-13 09:05:35
  1620. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1621. 2021-07-13 17:11:47.734 T:2484347648 INFO: ffmpeg[94142300]: Stream #0:2(ger): Subtitle: subrip (forced)
  1622. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: Metadata:
  1623. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: title : de_Forced
  1624. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: BPS : 1
  1625. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: DURATION : 01:51:16.051000000
  1626. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_FRAMES: 40
  1627. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_BYTES : 1049
  1628. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_APP: mkvmerge v56.1.0 ('My Friend') 64-bit
  1629. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_DATE_UTC: 2021-07-13 09:05:35
  1630. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1631. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: Stream #0:3(ger): Subtitle: subrip
  1632. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: Metadata:
  1633. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: title : de_Full
  1634. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: BPS : 35
  1635. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: DURATION : 02:12:01.505000000
  1636. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_FRAMES: 1204
  1637. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_BYTES : 35621
  1638. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_APP: mkvmerge v56.1.0 ('My Friend') 64-bit
  1639. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_DATE_UTC: 2021-07-13 09:05:35
  1640. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1641. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: Stream #0:4(ger): Subtitle: subrip
  1642. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: Metadata:
  1643. 2021-07-13 17:11:47.735 T:2484347648 INFO: ffmpeg[94142300]: title : de_Full
  1644. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: BPS : 50
  1645. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: DURATION : 02:13:28.175000000
  1646. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_FRAMES: 1502
  1647. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_BYTES : 50567
  1648. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_APP: mkvmerge v56.1.0 ('My Friend') 64-bit
  1649. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_DATE_UTC: 2021-07-13 09:05:35
  1650. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1651. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: Stream #0:5(eng): Subtitle: subrip
  1652. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: Metadata:
  1653. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: title : en_Full
  1654. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: BPS : 46
  1655. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: DURATION : 02:13:27.466000000
  1656. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_FRAMES: 1630
  1657. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: NUMBER_OF_BYTES : 46838
  1658. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_APP: mkvmerge v56.1.0 ('My Friend') 64-bit
  1659. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_WRITING_DATE_UTC: 2021-07-13 09:05:35
  1660. 2021-07-13 17:11:47.736 T:2484347648 INFO: ffmpeg[94142300]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1661. 2021-07-13 17:11:47.736 T:2484347648 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 0
  1662. 2021-07-13 17:11:47.736 T:2484347648 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 1
  1663. 2021-07-13 17:11:47.736 T:2484347648 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 2
  1664. 2021-07-13 17:11:47.736 T:2484347648 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 3
  1665. 2021-07-13 17:11:47.736 T:2484347648 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 4
  1666. 2021-07-13 17:11:47.736 T:2484347648 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 5
  1667. 2021-07-13 17:11:47.737 T:2484347648 NOTICE: Opening stream: 0 source: 256
  1668. 2021-07-13 17:11:47.737 T:2484347648 NOTICE: Whitelist search for: width: 3840, height: 2160, fps: 23.976, 3D: false
  1669. 2021-07-13 17:11:47.737 T:2484347648 DEBUG: Whitelist is empty using default one
  1670. 2021-07-13 17:11:47.737 T:2484347648 DEBUG: Trying to find exact refresh rate
  1671. 2021-07-13 17:11:47.737 T:2484347648 DEBUG: Matched exact whitelisted Resolution 4096x2160 @ 23.976025 Hz (21)
  1672. 2021-07-13 17:11:47.737 T:2484347648 NOTICE: Display resolution ADJUST : 4096x2160 @ 23.976025 Hz (21) (weight: 0.000)
  1673. 2021-07-13 17:11:47.743 T:3010648576 DEBUG: CWinSystemGbmGLESContext::SetFullScreen - resolution changed, creating a new window
  1674. 2021-07-13 17:11:47.743 T:3010648576 DEBUG: OnLostDevice - notify display change event
  1675. 2021-07-13 17:11:47.851 T:2983113472 DEBUG: CAESinkPi:Drain delay:100ms now:0ms
  1676. 2021-07-13 17:11:47.851 T:2983113472 DEBUG: CAESinkPi:Deinitialize
  1677. 2021-07-13 17:11:47.851 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
  1678. 2021-07-13 17:11:47.863 T:2983113472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0x2436c00
  1679. 2021-07-13 17:11:47.863 T:3010648576 NOTICE: VideoPlayer: OnLostDisplay received
  1680. 2021-07-13 17:11:47.863 T:3010648576 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
  1681. 2021-07-13 17:11:47.863 T:3010648576 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED
  1682. 2021-07-13 17:11:47.863 T:3010648576 DEBUG: Flush - flushing renderer
  1683. 2021-07-13 17:11:47.863 T:3010648576 DEBUG: CMMALRenderer::Flush
  1684. 2021-07-13 17:11:47.864 T:3010648576 DEBUG: CDRMUtils::DrmFbDestroyCallback - removing framebuffer: 81
  1685. 2021-07-13 17:11:47.882 T:3010648576 DEBUG: CDRMUtils::DrmFbDestroyCallback - removing framebuffer: 94
  1686. 2021-07-13 17:11:47.882 T:3010648576 DEBUG: CWinSystemGbmEGLContext::DestroyWindow - deinitialized GBM
  1687. 2021-07-13 17:11:47.914 T:3010648576 DEBUG: CDRMUtils::SetMode - found crtc mode: 4096x2160 @ 24 Hz
  1688. 2021-07-13 17:11:47.914 T:3010648576 DEBUG: CGBMUtils::CreateSurface - created surface with size 4096x2160
  1689. 2021-07-13 17:11:47.977 T:3010648576 DEBUG: CWinSystemGbmEGLContext::CreateNewWindow - initialized GBM
  1690. 2021-07-13 17:11:47.977 T:3010648576 DEBUG: OnLostDevice - notify display change event
  1691. 2021-07-13 17:11:47.977 T:3010648576 NOTICE: VideoPlayer: OnLostDisplay received
  1692. 2021-07-13 17:11:47.977 T:3010648576 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
  1693. 2021-07-13 17:11:47.978 T:3010648576 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED
  1694. 2021-07-13 17:11:47.978 T:3010648576 DEBUG: Flush - flushing renderer
  1695. 2021-07-13 17:11:47.978 T:3010648576 DEBUG: CMMALRenderer::Flush
  1696. 2021-07-13 17:11:47.987 T:2406454016 DEBUG: -->Python Interpreter Initialized<--
  1697. 2021-07-13 17:11:47.987 T:2406454016 DEBUG: CPythonInvoker(25, /storage/.kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/plugin.py"
  1698. 2021-07-13 17:11:47.993 T:2406454016 DEBUG: CPythonInvoker(25, /storage/.kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  1699. 2021-07-13 17:11:47.993 T:2406454016 DEBUG: CPythonInvoker(25, /storage/.kodi/addons/script.skin.helper.service/plugin.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  1700. 2021-07-13 17:11:47.993 T:2406454016 DEBUG: CPythonInvoker(25, /storage/.kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1701. 2021-07-13 17:11:48.006 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1702. 2021-07-13 17:11:48.008 T:3010648576 DEBUG: CDRMUtils::SetMode - found crtc mode: 4096x2160 @ 24 Hz
  1703. 2021-07-13 17:11:48.008 T:3010648576 INFO: GLES: Maximum texture width: 4096
  1704. 2021-07-13 17:11:48.008 T:3010648576 NOTICE: VideoPlayer: OnResetDisplay received
  1705. 2021-07-13 17:11:48.008 T:2991506176 DEBUG: CActiveAE - display reset event
  1706. 2021-07-13 17:11:48.008 T:3010648576 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
  1707. 2021-07-13 17:11:48.008 T:2983113472 INFO: CActiveAESink::OpenSink - initialize sink
  1708. 2021-07-13 17:11:48.008 T:2983113472 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
  1709. 2021-07-13 17:11:48.008 T:2983113472 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
  1710. 2021-07-13 17:11:48.008 T:3010648576 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED
  1711. 2021-07-13 17:11:48.008 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
  1712. 2021-07-13 17:11:48.009 T:2983113472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x2436c00
  1713. 2021-07-13 17:11:48.011 T:2983113472 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
  1714. 2021-07-13 17:11:48.011 T:2983113472 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
  1715. 2021-07-13 17:11:48.011 T:2983113472 DEBUG: Output Device : HDMI
  1716. 2021-07-13 17:11:48.011 T:2983113472 DEBUG: Sample Rate : 44100
  1717. 2021-07-13 17:11:48.011 T:2983113472 DEBUG: Sample Format : AE_FMT_FLOAT
  1718. 2021-07-13 17:11:48.011 T:2983113472 DEBUG: Channel Count : 2
  1719. 2021-07-13 17:11:48.012 T:2983113472 DEBUG: Channel Layout: FL, FR
  1720. 2021-07-13 17:11:48.012 T:2983113472 DEBUG: Frames : 2205
  1721. 2021-07-13 17:11:48.012 T:2983113472 DEBUG: Frame Size : 8
  1722. 2021-07-13 17:11:48.013 T:2991506176 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1723. 2021-07-13 17:11:48.161 T:2484347648 NOTICE: Creating video codec with codec id: 27
  1724. 2021-07-13 17:11:48.161 T:2484347648 DEBUG: CSettingsManager: requested setting (videoplayer.supportmvc) was not found.
  1725. 2021-07-13 17:11:48.162 T:2282595072 DEBUG: Skin Helper Simplecache --> Initialized
  1726. 2021-07-13 17:11:48.163 T:2282595072 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'getcast', u'movie': u'black widow', u'downloadthumbs': u'true'}
  1727. 2021-07-13 17:11:48.164 T:2431632128 DEBUG: Skin Helper Simplecache --> Closed
  1728. 2021-07-13 17:11:48.164 T:2431632128 INFO: CPythonInvoker(23, /storage/.kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1729. 2021-07-13 17:11:48.165 T:2431632128 DEBUG: onExecutionDone(23, /storage/.kodi/addons/script.skin.helper.service/plugin.py)
  1730. 2021-07-13 17:11:48.166 T:2484347648 DEBUG: CMMALPool::CMMALPool Created pool 0x5c0cbf0 of size 26 x 128 for port vc.ril.video_decode:out:0(OPQV)
  1731. 2021-07-13 17:11:48.167 T:2484347648 ERROR: CMMALVideo::Open Failed to commit format for decoder input port vc.ril.video_decode:in:0(H264) (status=3 EINVAL)
  1732. 2021-07-13 17:11:48.167 T:2484347648 DEBUG: CMMALPool::~CMMALPool Destroying pool 0x5c0cbf0 for port vc.ril.video_decode:out:0(OPQV)
  1733. 2021-07-13 17:11:48.170 T:2484347648 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
  1734. 2021-07-13 17:11:48.170 T:2484347648 DEBUG: CDVDVideoCodecFFmpeg - Updated codec: ff-h264
  1735. 2021-07-13 17:11:48.170 T:2484347648 DEBUG: CVideoPlayerVideo::OpenStream - open stream with codec id: 27
  1736. 2021-07-13 17:11:48.172 T:2484347648 DEBUG: CMMALPool::CMMALPool Created pool 0x5dbfc30 of size 26 x 0 for port vc.ril.video_decode:out:0(I420)
  1737. 2021-07-13 17:11:48.172 T:2484347648 DEBUG: CMMALPool::~CMMALPool Destroying pool 0x5deb410 for port vc.ril.video_decode:out:0(I420)
  1738. 2021-07-13 17:11:48.172 T:2484347648 NOTICE: Creating video thread
  1739. 2021-07-13 17:11:48.173 T:2484347648 DEBUG: ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: nfs://192.168.1.48/mnt/media2/Heimat (2021)/Heimat (2021).mkv
  1740. 2021-07-13 17:11:48.173 T:2484347648 NOTICE: Opening stream: 1 source: 256
  1741. 2021-07-13 17:11:48.173 T:2484347648 NOTICE: Finding audio codec for: 86018
  1742. 2021-07-13 17:11:48.176 T:2484347648 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
  1743. 2021-07-13 17:11:48.176 T:2324558592 DEBUG: Thread VideoPlayerVideo start, auto delete: false
  1744. 2021-07-13 17:11:48.176 T:2484347648 NOTICE: Creating audio thread
  1745. 2021-07-13 17:11:48.176 T:2324558592 NOTICE: running thread: video_thread
  1746. 2021-07-13 17:11:48.176 T:2324558592 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_PAUSE: 0
  1747. 2021-07-13 17:11:48.176 T:2484347648 NOTICE: Opening stream: 2 source: 256
  1748. 2021-07-13 17:11:48.177 T:2484347648 DEBUG: Prepare - Start position set to last stopped position: 474000
  1749. 2021-07-13 17:11:48.179 T:2431632128 INFO: Python interpreter stopped
  1750. 2021-07-13 17:11:48.179 T:2431632128 DEBUG: Thread LanguageInvoker 2431632128 terminating
  1751. 2021-07-13 17:11:48.179 T:2423239424 DEBUG: Thread VideoPlayerAudio start, auto delete: false
  1752. 2021-07-13 17:11:48.179 T:2423239424 NOTICE: running thread: CVideoPlayerAudio::Process()
  1753. 2021-07-13 17:11:48.179 T:2423239424 DEBUG: CVideoPlayerAudio - CDVDMsg::GENERAL_PAUSE: 0
  1754. 2021-07-13 17:11:48.182 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1755. 2021-07-13 17:11:48.192 T:2726925056 DEBUG: NFS: Refreshing context for 192.168.1.48/home/vdr/kodi/userdata, old: 18023, new: 19343
  1756. 2021-07-13 17:11:48.192 T:2726925056 DEBUG: NFS: Using cached context.
  1757. 2021-07-13 17:11:48.194 T:2726925056 WARNING: [ script.embuary.helper ] Image error: Could not open cached image --> [Errno 2] No such file or directory: '/storage/.kodi/userdata/Thumbnails/7/7f124f58.jpg'
  1758. 2021-07-13 17:11:48.201 T:2484347648 DEBUG: SeekTime - seek ended up on time 470470
  1759. 2021-07-13 17:11:48.201 T:2484347648 DEBUG: CVideoPlayer::FlushBuffers - flushing buffers
  1760. 2021-07-13 17:11:48.210 T:2423239424 DEBUG: CDVDAudio::Pause - pausing audio stream
  1761. 2021-07-13 17:11:48.210 T:2423239424 DEBUG: CVideoPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
  1762. 2021-07-13 17:11:48.210 T:2324558592 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  1763. 2021-07-13 17:11:48.210 T:2484347648 DEBUG: CVideoPlayer::SetCaching - caching state 2
  1764. 2021-07-13 17:11:48.210 T:2484347648 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
  1765. 2021-07-13 17:11:48.210 T:2484347648 DEBUG: Prepare - starting demuxer from: 474000
  1766. 2021-07-13 17:11:48.210 T:2484347648 DEBUG: CVideoPlayer::HandleMessages - player 2 reported state: 0
  1767. 2021-07-13 17:11:48.210 T:2853626624 DEBUG: OnAVChange: CApplication::OnAVChange
  1768. 2021-07-13 17:11:48.210 T:2484347648 DEBUG: CVideoPlayer::HandleMessages - player 1 reported state: 0
  1769. 2021-07-13 17:11:48.220 T:2423239424 DEBUG: CDVDAudio::Pause - pausing audio stream
  1770. 2021-07-13 17:11:48.231 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  1771. 2021-07-13 17:11:48.250 T:2484347648 DEBUG: Previous line repeats 2 times.
  1772. 2021-07-13 17:11:48.250 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470470000.000000 to get to start point at 474000000.000000
  1773. 2021-07-13 17:11:48.250 T:2324558592 INFO: CVideoPlayerVideo - Stillframe left, switching to normal playback
  1774. 2021-07-13 17:11:48.250 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470484000.000000 to get to start point at 474000000.000000
  1775. 2021-07-13 17:11:48.250 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470505000.000000 to get to start point at 474000000.000000
  1776. 2021-07-13 17:11:48.251 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470526000.000000 to get to start point at 474000000.000000
  1777. 2021-07-13 17:11:48.251 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470547000.000000 to get to start point at 474000000.000000
  1778. 2021-07-13 17:11:48.251 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470569000.000000 to get to start point at 474000000.000000
  1779. 2021-07-13 17:11:48.251 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470590000.000000 to get to start point at 474000000.000000
  1780. 2021-07-13 17:11:48.251 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470611000.000000 to get to start point at 474000000.000000
  1781. 2021-07-13 17:11:48.251 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470632000.000000 to get to start point at 474000000.000000
  1782. 2021-07-13 17:11:48.252 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470470000.000000 to get to start point at 474000000.000000
  1783. 2021-07-13 17:11:48.252 T:2324558592 NOTICE: CDecoder::Open - fmt:0
  1784. 2021-07-13 17:11:48.252 T:2324558592 DEBUG: CDecoder::Open MMAL - source requires 3 references
  1785. 2021-07-13 17:11:48.252 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470512000.000000 to get to start point at 474000000.000000
  1786. 2021-07-13 17:11:48.252 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470553000.000000 to get to start point at 474000000.000000
  1787. 2021-07-13 17:11:48.253 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470595000.000000 to get to start point at 474000000.000000
  1788. 2021-07-13 17:11:48.253 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470655000.000000 to get to start point at 474000000.000000
  1789. 2021-07-13 17:11:48.253 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470676000.000000 to get to start point at 474000000.000000
  1790. 2021-07-13 17:11:48.253 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470697000.000000 to get to start point at 474000000.000000
  1791. 2021-07-13 17:11:48.253 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470718000.000000 to get to start point at 474000000.000000
  1792. 2021-07-13 17:11:48.253 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470740000.000000 to get to start point at 474000000.000000
  1793. 2021-07-13 17:11:48.253 T:2324558592 DEBUG: CMMALPool::CMMALPool Created pool 0x5c05eb0 of size 26 x 0 for port vc.ril.video_decode:out:0(I420)
  1794. 2021-07-13 17:11:48.253 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470761000.000000 to get to start point at 474000000.000000
  1795. 2021-07-13 17:11:48.253 T:2324558592 DEBUG: CDVDVideoCodecFFmpeg - Updated codec: ff-h264-mmal
  1796. 2021-07-13 17:11:48.253 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470782000.000000 to get to start point at 474000000.000000
  1797. 2021-07-13 17:11:48.254 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470803000.000000 to get to start point at 474000000.000000
  1798. 2021-07-13 17:11:48.254 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470637000.000000 to get to start point at 474000000.000000
  1799. 2021-07-13 17:11:48.254 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470679000.000000 to get to start point at 474000000.000000
  1800. 2021-07-13 17:11:48.254 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470720000.000000 to get to start point at 474000000.000000
  1801. 2021-07-13 17:11:48.254 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470762000.000000 to get to start point at 474000000.000000
  1802. 2021-07-13 17:11:48.254 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470825000.000000 to get to start point at 474000000.000000
  1803. 2021-07-13 17:11:48.254 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470846000.000000 to get to start point at 474000000.000000
  1804. 2021-07-13 17:11:48.254 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470867000.000000 to get to start point at 474000000.000000
  1805. 2021-07-13 17:11:48.254 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470888000.000000 to get to start point at 474000000.000000
  1806. 2021-07-13 17:11:48.255 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470910000.000000 to get to start point at 474000000.000000
  1807. 2021-07-13 17:11:48.255 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470931000.000000 to get to start point at 474000000.000000
  1808. 2021-07-13 17:11:48.255 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470952000.000000 to get to start point at 474000000.000000
  1809. 2021-07-13 17:11:48.255 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470973000.000000 to get to start point at 474000000.000000
  1810. 2021-07-13 17:11:48.255 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470804000.000000 to get to start point at 474000000.000000
  1811. 2021-07-13 17:11:48.255 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470845000.000000 to get to start point at 474000000.000000
  1812. 2021-07-13 17:11:48.255 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470887000.000000 to get to start point at 474000000.000000
  1813. 2021-07-13 17:11:48.256 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470929000.000000 to get to start point at 474000000.000000
  1814. 2021-07-13 17:11:48.256 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:470996000.000000 to get to start point at 474000000.000000
  1815. 2021-07-13 17:11:48.256 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471017000.000000 to get to start point at 474000000.000000
  1816. 2021-07-13 17:11:48.256 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471038000.000000 to get to start point at 474000000.000000
  1817. 2021-07-13 17:11:48.256 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471059000.000000 to get to start point at 474000000.000000
  1818. 2021-07-13 17:11:48.256 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471081000.000000 to get to start point at 474000000.000000
  1819. 2021-07-13 17:11:48.256 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471102000.000000 to get to start point at 474000000.000000
  1820. 2021-07-13 17:11:48.256 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471123000.000000 to get to start point at 474000000.000000
  1821. 2021-07-13 17:11:48.256 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471144000.000000 to get to start point at 474000000.000000
  1822. 2021-07-13 17:11:48.256 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:470970000.000000 to get to start point at 474000000.000000
  1823. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471012000.000000 to get to start point at 474000000.000000
  1824. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471054000.000000 to get to start point at 474000000.000000
  1825. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471096000.000000 to get to start point at 474000000.000000
  1826. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471167000.000000 to get to start point at 474000000.000000
  1827. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471188000.000000 to get to start point at 474000000.000000
  1828. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471209000.000000 to get to start point at 474000000.000000
  1829. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471230000.000000 to get to start point at 474000000.000000
  1830. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471252000.000000 to get to start point at 474000000.000000
  1831. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471273000.000000 to get to start point at 474000000.000000
  1832. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471294000.000000 to get to start point at 474000000.000000
  1833. 2021-07-13 17:11:48.257 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471315000.000000 to get to start point at 474000000.000000
  1834. 2021-07-13 17:11:48.258 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471137000.000000 to get to start point at 474000000.000000
  1835. 2021-07-13 17:11:48.258 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471179000.000000 to get to start point at 474000000.000000
  1836. 2021-07-13 17:11:48.258 T:2324558592 DEBUG: CMMALPool::Configure pool:0x5c05eb0 3840x2160 (4096x2192) pix:0 size:0 fmt:I420
  1837. 2021-07-13 17:11:48.259 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471221000.000000 to get to start point at 474000000.000000
  1838. 2021-07-13 17:11:48.260 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: Player.OnAVChange - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  1839. 2021-07-13 17:11:48.260 T:2726925056 WARNING: [ script.embuary.helper ] Image error: Could not open cached image --> [Errno 2] No such file or directory: '/storage/.kodi/userdata/Thumbnails/7/7f124f58.jpg'
  1840. 2021-07-13 17:11:48.265 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471262000.000000 to get to start point at 474000000.000000
  1841. 2021-07-13 17:11:48.265 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471337000.000000 to get to start point at 474000000.000000
  1842. 2021-07-13 17:11:48.266 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471358000.000000 to get to start point at 474000000.000000
  1843. 2021-07-13 17:11:48.266 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471379000.000000 to get to start point at 474000000.000000
  1844. 2021-07-13 17:11:48.266 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471400000.000000 to get to start point at 474000000.000000
  1845. 2021-07-13 17:11:48.266 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471422000.000000 to get to start point at 474000000.000000
  1846. 2021-07-13 17:11:48.266 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471443000.000000 to get to start point at 474000000.000000
  1847. 2021-07-13 17:11:48.266 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471464000.000000 to get to start point at 474000000.000000
  1848. 2021-07-13 17:11:48.266 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471485000.000000 to get to start point at 474000000.000000
  1849. 2021-07-13 17:11:48.267 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471304000.000000 to get to start point at 474000000.000000
  1850. 2021-07-13 17:11:48.268 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471346000.000000 to get to start point at 474000000.000000
  1851. 2021-07-13 17:11:48.268 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471388000.000000 to get to start point at 474000000.000000
  1852. 2021-07-13 17:11:48.283 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Player.OnAVChange - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  1853. 2021-07-13 17:11:48.291 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471429000.000000 to get to start point at 474000000.000000
  1854. 2021-07-13 17:11:48.291 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471508000.000000 to get to start point at 474000000.000000
  1855. 2021-07-13 17:11:48.292 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471529000.000000 to get to start point at 474000000.000000
  1856. 2021-07-13 17:11:48.292 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471550000.000000 to get to start point at 474000000.000000
  1857. 2021-07-13 17:11:48.292 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471571000.000000 to get to start point at 474000000.000000
  1858. 2021-07-13 17:11:48.292 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471593000.000000 to get to start point at 474000000.000000
  1859. 2021-07-13 17:11:48.292 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471614000.000000 to get to start point at 474000000.000000
  1860. 2021-07-13 17:11:48.292 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471635000.000000 to get to start point at 474000000.000000
  1861. 2021-07-13 17:11:48.292 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471656000.000000 to get to start point at 474000000.000000
  1862. 2021-07-13 17:11:48.293 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471471000.000000 to get to start point at 474000000.000000
  1863. 2021-07-13 17:11:48.293 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471513000.000000 to get to start point at 474000000.000000
  1864. 2021-07-13 17:11:48.294 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471554000.000000 to get to start point at 474000000.000000
  1865. 2021-07-13 17:11:48.294 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471596000.000000 to get to start point at 474000000.000000
  1866. 2021-07-13 17:11:48.294 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471679000.000000 to get to start point at 474000000.000000
  1867. 2021-07-13 17:11:48.294 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471700000.000000 to get to start point at 474000000.000000
  1868. 2021-07-13 17:11:48.294 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471721000.000000 to get to start point at 474000000.000000
  1869. 2021-07-13 17:11:48.294 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471742000.000000 to get to start point at 474000000.000000
  1870. 2021-07-13 17:11:48.295 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471764000.000000 to get to start point at 474000000.000000
  1871. 2021-07-13 17:11:48.295 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471785000.000000 to get to start point at 474000000.000000
  1872. 2021-07-13 17:11:48.295 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471806000.000000 to get to start point at 474000000.000000
  1873. 2021-07-13 17:11:48.295 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471827000.000000 to get to start point at 474000000.000000
  1874. 2021-07-13 17:11:48.295 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471638000.000000 to get to start point at 474000000.000000
  1875. 2021-07-13 17:11:48.296 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471680000.000000 to get to start point at 474000000.000000
  1876. 2021-07-13 17:11:48.296 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471721000.000000 to get to start point at 474000000.000000
  1877. 2021-07-13 17:11:48.297 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471763000.000000 to get to start point at 474000000.000000
  1878. 2021-07-13 17:11:48.297 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471849000.000000 to get to start point at 474000000.000000
  1879. 2021-07-13 17:11:48.298 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471870000.000000 to get to start point at 474000000.000000
  1880. 2021-07-13 17:11:48.298 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471891000.000000 to get to start point at 474000000.000000
  1881. 2021-07-13 17:11:48.298 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471912000.000000 to get to start point at 474000000.000000
  1882. 2021-07-13 17:11:48.298 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471933000.000000 to get to start point at 474000000.000000
  1883. 2021-07-13 17:11:48.298 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471954000.000000 to get to start point at 474000000.000000
  1884. 2021-07-13 17:11:48.298 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471805000.000000 to get to start point at 474000000.000000
  1885. 2021-07-13 17:11:48.299 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471846000.000000 to get to start point at 474000000.000000
  1886. 2021-07-13 17:11:48.300 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471888000.000000 to get to start point at 474000000.000000
  1887. 2021-07-13 17:11:48.301 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471930000.000000 to get to start point at 474000000.000000
  1888. 2021-07-13 17:11:48.301 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471977000.000000 to get to start point at 474000000.000000
  1889. 2021-07-13 17:11:48.301 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:471998000.000000 to get to start point at 474000000.000000
  1890. 2021-07-13 17:11:48.301 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472019000.000000 to get to start point at 474000000.000000
  1891. 2021-07-13 17:11:48.301 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472040000.000000 to get to start point at 474000000.000000
  1892. 2021-07-13 17:11:48.301 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472062000.000000 to get to start point at 474000000.000000
  1893. 2021-07-13 17:11:48.301 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472083000.000000 to get to start point at 474000000.000000
  1894. 2021-07-13 17:11:48.302 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472104000.000000 to get to start point at 474000000.000000
  1895. 2021-07-13 17:11:48.302 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472125000.000000 to get to start point at 474000000.000000
  1896. 2021-07-13 17:11:48.302 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:471971000.000000 to get to start point at 474000000.000000
  1897. 2021-07-13 17:11:48.303 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472013000.000000 to get to start point at 474000000.000000
  1898. 2021-07-13 17:11:48.304 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472055000.000000 to get to start point at 474000000.000000
  1899. 2021-07-13 17:11:48.304 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472097000.000000 to get to start point at 474000000.000000
  1900. 2021-07-13 17:11:48.304 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472148000.000000 to get to start point at 474000000.000000
  1901. 2021-07-13 17:11:48.305 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472169000.000000 to get to start point at 474000000.000000
  1902. 2021-07-13 17:11:48.305 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472190000.000000 to get to start point at 474000000.000000
  1903. 2021-07-13 17:11:48.305 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472211000.000000 to get to start point at 474000000.000000
  1904. 2021-07-13 17:11:48.305 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472233000.000000 to get to start point at 474000000.000000
  1905. 2021-07-13 17:11:48.305 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472254000.000000 to get to start point at 474000000.000000
  1906. 2021-07-13 17:11:48.305 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472275000.000000 to get to start point at 474000000.000000
  1907. 2021-07-13 17:11:48.305 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472296000.000000 to get to start point at 474000000.000000
  1908. 2021-07-13 17:11:48.305 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472138000.000000 to get to start point at 474000000.000000
  1909. 2021-07-13 17:11:48.306 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472180000.000000 to get to start point at 474000000.000000
  1910. 2021-07-13 17:11:48.307 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472222000.000000 to get to start point at 474000000.000000
  1911. 2021-07-13 17:11:48.307 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472263000.000000 to get to start point at 474000000.000000
  1912. 2021-07-13 17:11:48.343 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472319000.000000 to get to start point at 474000000.000000
  1913. 2021-07-13 17:11:48.344 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472340000.000000 to get to start point at 474000000.000000
  1914. 2021-07-13 17:11:48.344 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472361000.000000 to get to start point at 474000000.000000
  1915. 2021-07-13 17:11:48.344 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472382000.000000 to get to start point at 474000000.000000
  1916. 2021-07-13 17:11:48.344 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472404000.000000 to get to start point at 474000000.000000
  1917. 2021-07-13 17:11:48.344 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472425000.000000 to get to start point at 474000000.000000
  1918. 2021-07-13 17:11:48.344 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472446000.000000 to get to start point at 474000000.000000
  1919. 2021-07-13 17:11:48.344 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472467000.000000 to get to start point at 474000000.000000
  1920. 2021-07-13 17:11:48.344 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472305000.000000 to get to start point at 474000000.000000
  1921. 2021-07-13 17:11:48.345 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472347000.000000 to get to start point at 474000000.000000
  1922. 2021-07-13 17:11:48.345 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472389000.000000 to get to start point at 474000000.000000
  1923. 2021-07-13 17:11:48.346 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472430000.000000 to get to start point at 474000000.000000
  1924. 2021-07-13 17:11:48.346 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472489000.000000 to get to start point at 474000000.000000
  1925. 2021-07-13 17:11:48.346 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472510000.000000 to get to start point at 474000000.000000
  1926. 2021-07-13 17:11:48.346 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472531000.000000 to get to start point at 474000000.000000
  1927. 2021-07-13 17:11:48.346 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472552000.000000 to get to start point at 474000000.000000
  1928. 2021-07-13 17:11:48.347 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472574000.000000 to get to start point at 474000000.000000
  1929. 2021-07-13 17:11:48.347 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472595000.000000 to get to start point at 474000000.000000
  1930. 2021-07-13 17:11:48.347 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472616000.000000 to get to start point at 474000000.000000
  1931. 2021-07-13 17:11:48.347 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472637000.000000 to get to start point at 474000000.000000
  1932. 2021-07-13 17:11:48.347 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472472000.000000 to get to start point at 474000000.000000
  1933. 2021-07-13 17:11:48.348 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472514000.000000 to get to start point at 474000000.000000
  1934. 2021-07-13 17:11:48.348 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472555000.000000 to get to start point at 474000000.000000
  1935. 2021-07-13 17:11:48.349 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472597000.000000 to get to start point at 474000000.000000
  1936. 2021-07-13 17:11:48.349 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472660000.000000 to get to start point at 474000000.000000
  1937. 2021-07-13 17:11:48.349 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472681000.000000 to get to start point at 474000000.000000
  1938. 2021-07-13 17:11:48.349 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472702000.000000 to get to start point at 474000000.000000
  1939. 2021-07-13 17:11:48.349 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472723000.000000 to get to start point at 474000000.000000
  1940. 2021-07-13 17:11:48.349 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472745000.000000 to get to start point at 474000000.000000
  1941. 2021-07-13 17:11:48.349 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472766000.000000 to get to start point at 474000000.000000
  1942. 2021-07-13 17:11:48.350 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472787000.000000 to get to start point at 474000000.000000
  1943. 2021-07-13 17:11:48.350 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472808000.000000 to get to start point at 474000000.000000
  1944. 2021-07-13 17:11:48.350 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472639000.000000 to get to start point at 474000000.000000
  1945. 2021-07-13 17:11:48.351 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472681000.000000 to get to start point at 474000000.000000
  1946. 2021-07-13 17:11:48.351 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472722000.000000 to get to start point at 474000000.000000
  1947. 2021-07-13 17:11:48.352 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472764000.000000 to get to start point at 474000000.000000
  1948. 2021-07-13 17:11:48.352 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472831000.000000 to get to start point at 474000000.000000
  1949. 2021-07-13 17:11:48.352 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472852000.000000 to get to start point at 474000000.000000
  1950. 2021-07-13 17:11:48.352 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472873000.000000 to get to start point at 474000000.000000
  1951. 2021-07-13 17:11:48.352 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472894000.000000 to get to start point at 474000000.000000
  1952. 2021-07-13 17:11:48.352 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472916000.000000 to get to start point at 474000000.000000
  1953. 2021-07-13 17:11:48.352 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472937000.000000 to get to start point at 474000000.000000
  1954. 2021-07-13 17:11:48.352 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472958000.000000 to get to start point at 474000000.000000
  1955. 2021-07-13 17:11:48.352 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:472979000.000000 to get to start point at 474000000.000000
  1956. 2021-07-13 17:11:48.353 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472806000.000000 to get to start point at 474000000.000000
  1957. 2021-07-13 17:11:48.353 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472847000.000000 to get to start point at 474000000.000000
  1958. 2021-07-13 17:11:48.354 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472889000.000000 to get to start point at 474000000.000000
  1959. 2021-07-13 17:11:48.354 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472931000.000000 to get to start point at 474000000.000000
  1960. 2021-07-13 17:11:48.354 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473001000.000000 to get to start point at 474000000.000000
  1961. 2021-07-13 17:11:48.354 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473022000.000000 to get to start point at 474000000.000000
  1962. 2021-07-13 17:11:48.355 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473043000.000000 to get to start point at 474000000.000000
  1963. 2021-07-13 17:11:48.355 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473064000.000000 to get to start point at 474000000.000000
  1964. 2021-07-13 17:11:48.355 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473086000.000000 to get to start point at 474000000.000000
  1965. 2021-07-13 17:11:48.355 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473107000.000000 to get to start point at 474000000.000000
  1966. 2021-07-13 17:11:48.355 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473128000.000000 to get to start point at 474000000.000000
  1967. 2021-07-13 17:11:48.355 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473149000.000000 to get to start point at 474000000.000000
  1968. 2021-07-13 17:11:48.355 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:472972000.000000 to get to start point at 474000000.000000
  1969. 2021-07-13 17:11:48.356 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473014000.000000 to get to start point at 474000000.000000
  1970. 2021-07-13 17:11:48.356 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473056000.000000 to get to start point at 474000000.000000
  1971. 2021-07-13 17:11:48.357 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473098000.000000 to get to start point at 474000000.000000
  1972. 2021-07-13 17:11:48.357 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473172000.000000 to get to start point at 474000000.000000
  1973. 2021-07-13 17:11:48.357 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473193000.000000 to get to start point at 474000000.000000
  1974. 2021-07-13 17:11:48.357 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473214000.000000 to get to start point at 474000000.000000
  1975. 2021-07-13 17:11:48.357 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473235000.000000 to get to start point at 474000000.000000
  1976. 2021-07-13 17:11:48.357 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473257000.000000 to get to start point at 474000000.000000
  1977. 2021-07-13 17:11:48.357 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473278000.000000 to get to start point at 474000000.000000
  1978. 2021-07-13 17:11:48.357 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473299000.000000 to get to start point at 474000000.000000
  1979. 2021-07-13 17:11:48.358 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473139000.000000 to get to start point at 474000000.000000
  1980. 2021-07-13 17:11:48.358 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473181000.000000 to get to start point at 474000000.000000
  1981. 2021-07-13 17:11:48.358 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473223000.000000 to get to start point at 474000000.000000
  1982. 2021-07-13 17:11:48.359 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473264000.000000 to get to start point at 474000000.000000
  1983. 2021-07-13 17:11:48.359 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473321000.000000 to get to start point at 474000000.000000
  1984. 2021-07-13 17:11:48.359 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473342000.000000 to get to start point at 474000000.000000
  1985. 2021-07-13 17:11:48.359 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473363000.000000 to get to start point at 474000000.000000
  1986. 2021-07-13 17:11:48.359 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473384000.000000 to get to start point at 474000000.000000
  1987. 2021-07-13 17:11:48.359 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473406000.000000 to get to start point at 474000000.000000
  1988. 2021-07-13 17:11:48.359 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473427000.000000 to get to start point at 474000000.000000
  1989. 2021-07-13 17:11:48.360 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473448000.000000 to get to start point at 474000000.000000
  1990. 2021-07-13 17:11:48.360 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473469000.000000 to get to start point at 474000000.000000
  1991. 2021-07-13 17:11:48.383 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473306000.000000 to get to start point at 474000000.000000
  1992. 2021-07-13 17:11:48.384 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473348000.000000 to get to start point at 474000000.000000
  1993. 2021-07-13 17:11:48.384 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473390000.000000 to get to start point at 474000000.000000
  1994. 2021-07-13 17:11:48.384 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473431000.000000 to get to start point at 474000000.000000
  1995. 2021-07-13 17:11:48.384 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473492000.000000 to get to start point at 474000000.000000
  1996. 2021-07-13 17:11:48.384 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473513000.000000 to get to start point at 474000000.000000
  1997. 2021-07-13 17:11:48.384 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473534000.000000 to get to start point at 474000000.000000
  1998. 2021-07-13 17:11:48.385 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473555000.000000 to get to start point at 474000000.000000
  1999. 2021-07-13 17:11:48.385 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473577000.000000 to get to start point at 474000000.000000
  2000. 2021-07-13 17:11:48.385 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473598000.000000 to get to start point at 474000000.000000
  2001. 2021-07-13 17:11:48.385 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473619000.000000 to get to start point at 474000000.000000
  2002. 2021-07-13 17:11:48.385 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473640000.000000 to get to start point at 474000000.000000
  2003. 2021-07-13 17:11:48.385 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473473000.000000 to get to start point at 474000000.000000
  2004. 2021-07-13 17:11:48.385 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473515000.000000 to get to start point at 474000000.000000
  2005. 2021-07-13 17:11:48.386 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473556000.000000 to get to start point at 474000000.000000
  2006. 2021-07-13 17:11:48.386 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473598000.000000 to get to start point at 474000000.000000
  2007. 2021-07-13 17:11:48.386 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473663000.000000 to get to start point at 474000000.000000
  2008. 2021-07-13 17:11:48.386 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473684000.000000 to get to start point at 474000000.000000
  2009. 2021-07-13 17:11:48.386 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473705000.000000 to get to start point at 474000000.000000
  2010. 2021-07-13 17:11:48.386 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473726000.000000 to get to start point at 474000000.000000
  2011. 2021-07-13 17:11:48.386 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473748000.000000 to get to start point at 474000000.000000
  2012. 2021-07-13 17:11:48.386 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473769000.000000 to get to start point at 474000000.000000
  2013. 2021-07-13 17:11:48.387 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473790000.000000 to get to start point at 474000000.000000
  2014. 2021-07-13 17:11:48.387 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473811000.000000 to get to start point at 474000000.000000
  2015. 2021-07-13 17:11:48.387 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473640000.000000 to get to start point at 474000000.000000
  2016. 2021-07-13 17:11:48.387 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473682000.000000 to get to start point at 474000000.000000
  2017. 2021-07-13 17:11:48.387 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473723000.000000 to get to start point at 474000000.000000
  2018. 2021-07-13 17:11:48.387 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473765000.000000 to get to start point at 474000000.000000
  2019. 2021-07-13 17:11:48.388 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473833000.000000 to get to start point at 474000000.000000
  2020. 2021-07-13 17:11:48.388 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473854000.000000 to get to start point at 474000000.000000
  2021. 2021-07-13 17:11:48.388 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473875000.000000 to get to start point at 474000000.000000
  2022. 2021-07-13 17:11:48.388 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473896000.000000 to get to start point at 474000000.000000
  2023. 2021-07-13 17:11:48.388 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473918000.000000 to get to start point at 474000000.000000
  2024. 2021-07-13 17:11:48.388 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473939000.000000 to get to start point at 474000000.000000
  2025. 2021-07-13 17:11:48.388 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473960000.000000 to get to start point at 474000000.000000
  2026. 2021-07-13 17:11:48.388 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:1 dts:473981000.000000 to get to start point at 474000000.000000
  2027. 2021-07-13 17:11:48.389 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473807000.000000 to get to start point at 474000000.000000
  2028. 2021-07-13 17:11:48.389 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473848000.000000 to get to start point at 474000000.000000
  2029. 2021-07-13 17:11:48.390 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473890000.000000 to get to start point at 474000000.000000
  2030. 2021-07-13 17:11:48.390 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473932000.000000 to get to start point at 474000000.000000
  2031. 2021-07-13 17:11:48.390 T:2484347648 DEBUG: CVideoPlayer::SetCaching - caching state 1
  2032. 2021-07-13 17:11:48.390 T:2484347648 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
  2033. 2021-07-13 17:11:48.391 T:2484347648 DEBUG: CheckPlayerInit - dropping packet type:2 dts:473973000.000000 to get to start point at 474000000.000000
  2034. 2021-07-13 17:11:48.393 T:2423239424 DEBUG: CDVDAudio::Pause - pausing audio stream
  2035. 2021-07-13 17:11:48.393 T:2423239424 NOTICE: Creating audio stream (codec id: 86018, channels: 6, sample rate: 48000, no pass-through)
  2036. 2021-07-13 17:11:48.394 T:2423239424 DEBUG: CVideoPlayerAudio:: synctype set to 0: clock feedback
  2037. 2021-07-13 17:11:48.414 T:2983113472 INFO: CActiveAESink::OpenSink - initialize sink
  2038. 2021-07-13 17:11:48.467 T:3010648576 DEBUG: EGL Debugging:
  2039. Error: EGL_BAD_SURFACE
  2040. Command: eglSwapBuffers
  2041. Type: EGL_DEBUG_MSG_ERROR_KHR
  2042. Message: dri2_swap_buffers
  2043. 2021-07-13 17:11:48.468 T:3010648576 DEBUG: CRBP::CloseDisplay display:10000020 m_display:10000020
  2044. 2021-07-13 17:11:48.502 T:2324558592 DEBUG: CRenderManager::Configure - change configuration. 3840x2160. display: 3840x2160. framerate: 23.98.
  2045. 2021-07-13 17:11:48.513 T:2983113472 DEBUG: CAESinkPi:Drain delay:99ms now:0ms
  2046. 2021-07-13 17:11:48.513 T:2983113472 DEBUG: CAESinkPi:Deinitialize
  2047. 2021-07-13 17:11:48.513 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
  2048. 2021-07-13 17:11:48.522 T:2484347648 DEBUG: CVideoPlayer::SetCaching - caching state 2
  2049. 2021-07-13 17:11:48.522 T:2484347648 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
  2050. 2021-07-13 17:11:48.525 T:2983113472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0x2436c00
  2051. 2021-07-13 17:11:48.525 T:2983113472 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
  2052. 2021-07-13 17:11:48.525 T:2983113472 DEBUG: CAESinkPi:Initialize Format:24 Channels:2 Samplerate:48000 framesize:8 bufsize:19200 bytes/s=384000.00 dest=PI:HDMI
  2053. 2021-07-13 17:11:48.525 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
  2054. 2021-07-13 17:11:48.526 T:2983113472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x2436de0
  2055. 2021-07-13 17:11:48.527 T:2983113472 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(19200), nBufferAlignment(16)
  2056. 2021-07-13 17:11:48.528 T:2983113472 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
  2057. 2021-07-13 17:11:48.528 T:2983113472 DEBUG: Output Device : HDMI
  2058. 2021-07-13 17:11:48.528 T:2983113472 DEBUG: Sample Rate : 48000
  2059. 2021-07-13 17:11:48.528 T:2983113472 DEBUG: Sample Format : AE_FMT_FLOATP
  2060. 2021-07-13 17:11:48.528 T:2983113472 DEBUG: Channel Count : 2
  2061. 2021-07-13 17:11:48.528 T:2983113472 DEBUG: Channel Layout: FL, FR
  2062. 2021-07-13 17:11:48.528 T:2983113472 DEBUG: Frames : 2400
  2063. 2021-07-13 17:11:48.528 T:2983113472 DEBUG: Frame Size : 8
  2064. 2021-07-13 17:11:48.530 T:2991506176 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  2065. 2021-07-13 17:11:48.530 T:2423239424 DEBUG: Previous line repeats 1 times.
  2066. 2021-07-13 17:11:48.530 T:2423239424 DEBUG: CDVDAudio::Pause - pausing audio stream
  2067. 2021-07-13 17:11:48.542 T:2484347648 DEBUG: CVideoPlayer::HandleMessages - player started 1
  2068. 2021-07-13 17:11:48.542 T:2794590976 DEBUG: OnAVChange: CApplication::OnAVChange
  2069. 2021-07-13 17:11:48.604 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: Player.OnAVChange - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  2070. 2021-07-13 17:11:48.625 T:2282595072 DEBUG: Skin Helper Simplecache --> Initialized
  2071. 2021-07-13 17:11:48.632 T:2406454016 DEBUG: Previous line repeats 1 times.
  2072. 2021-07-13 17:11:48.632 T:2406454016 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'extrafanart', u'fanarts': u"[u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5df6d882db224.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e24f98e6c3b3.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5de6dc470c0ee.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e38a0f2c7819.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e9796b451883.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e24f97386e81.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e38a23053d87.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e695c53e80e0.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e794c5b276ad.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e41c8ed72038.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e2349a183985.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e2349d431b48.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5f51a4294a45a.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e6ecd216ff9c.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-6028522eceab7.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e6c693ba0232.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5f1bb81a2b908.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e7e7b292d6a0.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5fdf9c8fdff6c.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-602854dfecc54.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-602854f23df4b.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5f128bf2cd4a3.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e5924f80427c.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e6d51ed27c09.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5fe33b3af1c2d.jpg', u'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-605b4a5420ba4.jpg']"}
  2073. 2021-07-13 17:11:48.661 T:3010648576 DEBUG: CRBP::OpenDisplay device:0 m_display:10000040 (0)
  2074. 2021-07-13 17:11:48.670 T:2406454016 DEBUG: Skin Helper Simplecache --> Closed
  2075. 2021-07-13 17:11:48.671 T:2406454016 INFO: CPythonInvoker(25, /storage/.kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  2076. 2021-07-13 17:11:48.671 T:2406454016 DEBUG: onExecutionDone(25, /storage/.kodi/addons/script.skin.helper.service/plugin.py)
  2077. 2021-07-13 17:11:48.679 T:2853626624 INFO: easy_acquire - Created session to https://assets.fanart.tv
  2078. 2021-07-13 17:11:48.685 T:3010648576 DEBUG: DeleteRenderer - deleting renderer
  2079. 2021-07-13 17:11:48.685 T:3010648576 DEBUG: CMMALRenderer::~CMMALRenderer
  2080. 2021-07-13 17:11:48.685 T:3010648576 DEBUG: CMMALRenderer::UnInitMMAL
  2081. 2021-07-13 17:11:48.685 T:2458907392 DEBUG: CMMALRenderer::Run - stopping
  2082. 2021-07-13 17:11:48.685 T:2458907392 DEBUG: Thread MMALProcess 2458907392 terminating
  2083. 2021-07-13 17:11:48.685 T:3010648576 DEBUG: CMMALRenderer::CMMALRenderer
  2084. 2021-07-13 17:11:48.685 T:2274202368 DEBUG: Thread MMALProcess start, auto delete: false
  2085. 2021-07-13 17:11:48.686 T:3010648576 DEBUG: CMMALRenderer::Configure - 3840x2160->3840x2160@23.98 flags:1c5 format:-1 orient:0
  2086. 2021-07-13 17:11:48.686 T:2274202368 DEBUG: CMMALRenderer::Run - starting
  2087. 2021-07-13 17:11:48.686 T:3010648576 DEBUG: CRenderManager::Configure - 6
  2088. 2021-07-13 17:11:48.686 T:2324558592 DEBUG: OutputPicture - dropped in output
  2089. 2021-07-13 17:11:48.687 T:2406454016 INFO: Python interpreter stopped
  2090. 2021-07-13 17:11:48.687 T:2406454016 DEBUG: Thread LanguageInvoker 2406454016 terminating
  2091. 2021-07-13 17:11:48.694 T:2617635584 DEBUG: OnAVChange: CApplication::OnAVChange
  2092. 2021-07-13 17:11:48.705 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: Player.OnAVChange - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  2093. 2021-07-13 17:11:48.757 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2094. 2021-07-13 17:11:48.777 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync -1 (+874)
  2095. 2021-07-13 17:11:48.802 T:2853626624 DEBUG: CCurlFile::GetMimeType - https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e695c53e80e0.jpg -> image/jpeg
  2096. 2021-07-13 17:11:48.802 T:2853626624 DEBUG: CurlFile::Open(0x6659960) https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e695c53e80e0.jpg
  2097. 2021-07-13 17:11:48.836 T:2617635584 DEBUG: NFS: Refreshing context for 192.168.1.48/mnt/media2, old: 19669, new: 19987
  2098. 2021-07-13 17:11:48.836 T:2617635584 DEBUG: NFS: Using cached context.
  2099. 2021-07-13 17:11:48.850 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2100. 2021-07-13 17:11:48.851 T:3010648576 DEBUG: CDRMUtils::DrmFbDestroyCallback - removing framebuffer: 81
  2101. 2021-07-13 17:11:48.905 T:2617635584 DEBUG: NFS: Refreshing context for 192.168.1.48/home/vdr/kodi/userdata, old: 19343, new: 20056
  2102. 2021-07-13 17:11:48.905 T:2617635584 DEBUG: NFS: Using cached context.
  2103. 2021-07-13 17:11:48.907 T:2617635584 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/3/32f887e1.jpg
  2104. 2021-07-13 17:11:48.942 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2105. 2021-07-13 17:11:48.942 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 875 (+1)
  2106. 2021-07-13 17:11:48.946 T:2617635584 DEBUG: ffmpeg[9C05F300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2107. 2021-07-13 17:11:48.950 T:2617635584 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/3/32f887e1.jpg
  2108. 2021-07-13 17:11:48.989 T:2794590976 DEBUG: NFS: Refreshing context for 192.168.1.48/mnt/media2, old: 19987, new: 20140
  2109. 2021-07-13 17:11:48.989 T:2794590976 DEBUG: NFS: Using cached context.
  2110. 2021-07-13 17:11:48.993 T:2794590976 DEBUG: CNFSFile::Open - opened mnt/media2/Heimat (2021)/../extrafanart/AfdGF0wbkBNZAPyhYpJY86J57B4.jpg
  2111. 2021-07-13 17:11:49.018 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Player.OnAVChange - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  2112. 2021-07-13 17:11:49.034 T:3010648576 DEBUG: Previous line repeats 1 times.
  2113. 2021-07-13 17:11:49.034 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2114. 2021-07-13 17:11:49.034 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 877 (+2)
  2115. 2021-07-13 17:11:49.075 T:2853626624 DEBUG: ffmpeg[AA16E300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2116. 2021-07-13 17:11:49.084 T:2853626624 DEBUG: Caching image 'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e695c53e80e0.jpg' to '0/079c6ed9.jpg':
  2117. 2021-07-13 17:11:49.100 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2118. 2021-07-13 17:11:49.106 T:2794590976 DEBUG: CNFSFile::Close closing file mnt/media2/Heimat (2021)/../extrafanart/AfdGF0wbkBNZAPyhYpJY86J57B4.jpg
  2119. 2021-07-13 17:11:49.106 T:2794590976 DEBUG: Caching image 'nfs://192.168.1.48/mnt/media2/Heimat (2021)/../extrafanart/AfdGF0wbkBNZAPyhYpJY86J57B4.jpg' to '6/6b5b26f6.jpg':
  2120. 2021-07-13 17:11:49.107 T:2324558592 DEBUG: OutputPicture - dropped in output
  2121. 2021-07-13 17:11:49.129 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2122. 2021-07-13 17:11:49.129 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 880 (+1)
  2123. 2021-07-13 17:11:49.203 T:2265809664 DEBUG: Skin Helper Service --> Started Background worker...
  2124. 2021-07-13 17:11:49.214 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2125. 2021-07-13 17:11:49.214 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 882 (+1)
  2126. 2021-07-13 17:11:49.292 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2127. 2021-07-13 17:11:49.292 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 884 (+1)
  2128. 2021-07-13 17:11:49.298 T:2324558592 DEBUG: OutputPicture - dropped in output
  2129. 2021-07-13 17:11:49.348 T:2853626624 DEBUG: cached image 'special://masterprofile/Thumbnails/0/079c6ed9.jpg' size 1280x720
  2130. 2021-07-13 17:11:49.374 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2131. 2021-07-13 17:11:49.375 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 886 (+1)
  2132. 2021-07-13 17:11:49.397 T:2794590976 DEBUG: cached image 'special://masterprofile/Thumbnails/6/6b5b26f6.jpg' size 1280x720
  2133. 2021-07-13 17:11:49.438 T:2324558592 DEBUG: OutputPicture - dropped in output
  2134. 2021-07-13 17:11:49.457 T:2853626624 DEBUG: NFS: Refreshing context for 192.168.1.48/home/vdr/kodi/userdata, old: 20064, new: 20608
  2135. 2021-07-13 17:11:49.458 T:2853626624 DEBUG: NFS: Using cached context.
  2136. 2021-07-13 17:11:49.458 T:2853626624 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - //Thumbnails/0/079c6ed9.jpg
  2137. 2021-07-13 17:11:49.459 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2138. 2021-07-13 17:11:49.459 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 888 (+1)
  2139. 2021-07-13 17:11:49.532 T:2794590976 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - //Thumbnails/6/6b5b26f6.jpg
  2140. 2021-07-13 17:11:49.557 T:2324558592 DEBUG: OutputPicture - dropped in output
  2141. 2021-07-13 17:11:49.569 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2142. 2021-07-13 17:11:49.569 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 890 (+2)
  2143. 2021-07-13 17:11:49.606 T:2853626624 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/0/079c6ed9.jpg
  2144. 2021-07-13 17:11:49.623 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2145. 2021-07-13 17:11:49.642 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/6/6b5b26f6.jpg
  2146. 2021-07-13 17:11:49.676 T:2617635584 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/a/aa94313e.png
  2147. 2021-07-13 17:11:49.694 T:2324558592 DEBUG: OutputPicture - dropped in output
  2148. 2021-07-13 17:11:49.710 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2149. 2021-07-13 17:11:49.743 T:2617635584 DEBUG: Previous line repeats 2 times.
  2150. 2021-07-13 17:11:49.743 T:2617635584 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/a/aa94313e.png
  2151. 2021-07-13 17:11:49.743 T:2617635584 DEBUG: DoWork - took 195 ms to load special://masterprofile/Thumbnails/a/aa94313e.png
  2152. 2021-07-13 17:11:49.760 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2153. 2021-07-13 17:11:49.792 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2154. 2021-07-13 17:11:49.792 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 894 (+3)
  2155. 2021-07-13 17:11:49.850 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2156. 2021-07-13 17:11:49.862 T:2324558592 DEBUG: Previous line repeats 1 times.
  2157. 2021-07-13 17:11:49.862 T:2324558592 DEBUG: OutputPicture - dropped in output
  2158. 2021-07-13 17:11:49.866 T:2862019328 DEBUG: CWebServer[8080]: request received for /image/image%3A%2F%2Fnfs%253a%252f%252f192.168.1.48%252fmnt%252fmedia2%252fBlack%2520Widow%2520(2021)%252fBlack%2520Widow%2520(2021)-poster.jpg%2F
  2159. 2021-07-13 17:11:49.873 T:2862019328 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/7/7f124f58.jpg
  2160. 2021-07-13 17:11:49.875 T:2862019328 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/7/7f124f58.jpg
  2161. 2021-07-13 17:11:49.878 T:2862019328 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/7/7f124f58.jpg
  2162. 2021-07-13 17:11:49.888 T:2836841216 DEBUG: CWebServer[8080]: request received for /image/image%3A%2F%2Fnfs%253a%252f%252f192.168.1.48%252fmnt%252fmedia2%252fBlack%2520Widow%2520(2021)%252fBlack%2520Widow%2520(2021)-poster.jpg%2F
  2163. 2021-07-13 17:11:49.896 T:2836841216 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/7/7f124f58.jpg
  2164. 2021-07-13 17:11:49.898 T:2836841216 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/7/7f124f58.jpg
  2165. 2021-07-13 17:11:49.901 T:2836841216 DEBUG: Previous line repeats 1 times.
  2166. 2021-07-13 17:11:49.901 T:2836841216 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/7/7f124f58.jpg
  2167. 2021-07-13 17:11:49.917 T:2836841216 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/7/7f124f58.jpg
  2168. 2021-07-13 17:11:49.967 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2169. 2021-07-13 17:11:49.967 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 898 (+3)
  2170. 2021-07-13 17:11:50.009 T:2324558592 DEBUG: OutputPicture - dropped in output
  2171. 2021-07-13 17:11:50.045 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2172. 2021-07-13 17:11:50.045 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 902 (+1)
  2173. 2021-07-13 17:11:50.123 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2174. 2021-07-13 17:11:50.124 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 904 (+1)
  2175. 2021-07-13 17:11:50.132 T:2324558592 DEBUG: OutputPicture - dropped in output
  2176. 2021-07-13 17:11:50.212 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2177. 2021-07-13 17:11:50.212 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 906 (+1)
  2178. 2021-07-13 17:11:50.274 T:2324558592 DEBUG: OutputPicture - dropped in output
  2179. 2021-07-13 17:11:50.293 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2180. 2021-07-13 17:11:50.293 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 908 (+1)
  2181. 2021-07-13 17:11:50.375 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2182. 2021-07-13 17:11:50.375 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 910 (+1)
  2183. 2021-07-13 17:11:50.423 T:2324558592 DEBUG: OutputPicture - dropped in output
  2184. 2021-07-13 17:11:50.458 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2185. 2021-07-13 17:11:50.458 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 912 (+1)
  2186. 2021-07-13 17:11:50.542 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2187. 2021-07-13 17:11:50.542 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 914 (+1)
  2188. 2021-07-13 17:11:50.566 T:2324558592 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: calculated diff time: 41727
  2189. 2021-07-13 17:11:50.567 T:2324558592 DEBUG: OutputPicture - dropped in output
  2190. 2021-07-13 17:11:50.625 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2191. 2021-07-13 17:11:50.625 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 916 (+1)
  2192. 2021-07-13 17:11:50.690 T:2324558592 DEBUG: OutputPicture - dropped in output
  2193. 2021-07-13 17:11:50.709 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2194. 2021-07-13 17:11:50.709 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 918 (+1)
  2195. 2021-07-13 17:11:50.795 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2196. 2021-07-13 17:11:50.795 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 920 (+1)
  2197. 2021-07-13 17:11:50.838 T:2324558592 DEBUG: OutputPicture - dropped in output
  2198. 2021-07-13 17:11:50.875 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2199. 2021-07-13 17:11:50.875 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 922 (+1)
  2200. 2021-07-13 17:11:50.958 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2201. 2021-07-13 17:11:50.958 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 924 (+1)
  2202. 2021-07-13 17:11:50.983 T:2324558592 DEBUG: OutputPicture - dropped in output
  2203. 2021-07-13 17:11:51.043 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2204. 2021-07-13 17:11:51.043 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 926 (+1)
  2205. 2021-07-13 17:11:51.126 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2206. 2021-07-13 17:11:51.126 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 928 (+1)
  2207. 2021-07-13 17:11:51.128 T:2324558592 DEBUG: OutputPicture - dropped in output
  2208. 2021-07-13 17:11:51.181 T:2862019328 DEBUG: CWebServer[8080]: request received for /image/image%3A%2F%2Fnfs%253a%252f%252f192.168.1.48%252fmnt%252fmedia2%252fBlack%2520Widow%2520(2021)%252fBlack%2520Widow%2520(2021)-fanart.jpg%2F
  2209. 2021-07-13 17:11:51.187 T:2862019328 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/6/688ec85c.jpg
  2210. 2021-07-13 17:11:51.188 T:2862019328 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/6/688ec85c.jpg
  2211. 2021-07-13 17:11:51.191 T:2862019328 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/6/688ec85c.jpg
  2212. 2021-07-13 17:11:51.213 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2213. 2021-07-13 17:11:51.213 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 930 (+1)
  2214. 2021-07-13 17:11:51.232 T:2862019328 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/6/688ec85c.jpg
  2215. 2021-07-13 17:11:51.264 T:2324558592 DEBUG: OutputPicture - dropped in output
  2216. 2021-07-13 17:11:51.294 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2217. 2021-07-13 17:11:51.294 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 932 (+1)
  2218. 2021-07-13 17:11:51.337 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2219. 2021-07-13 17:11:51.382 T:3010648576 DEBUG: Previous line repeats 3 times.
  2220. 2021-07-13 17:11:51.382 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2221. 2021-07-13 17:11:51.382 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 934 (+1)
  2222. 2021-07-13 17:11:51.414 T:2324558592 DEBUG: OutputPicture - dropped in output
  2223. 2021-07-13 17:11:51.461 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2224. 2021-07-13 17:11:51.461 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 936 (+1)
  2225. 2021-07-13 17:11:51.544 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2226. 2021-07-13 17:11:51.544 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 938 (+1)
  2227. 2021-07-13 17:11:51.564 T:2324558592 DEBUG: OutputPicture - dropped in output
  2228. 2021-07-13 17:11:51.627 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2229. 2021-07-13 17:11:51.627 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 940 (+1)
  2230. 2021-07-13 17:11:51.713 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2231. 2021-07-13 17:11:51.713 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 942 (+1)
  2232. 2021-07-13 17:11:51.716 T:2324558592 DEBUG: OutputPicture - dropped in output
  2233. 2021-07-13 17:11:51.797 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2234. 2021-07-13 17:11:51.797 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 944 (+1)
  2235. 2021-07-13 17:11:51.854 T:2324558592 DEBUG: OutputPicture - dropped in output
  2236. 2021-07-13 17:11:51.874 T:2282595072 DEBUG: Skin Helper Simplecache --> Closed
  2237. 2021-07-13 17:11:51.875 T:2282595072 DEBUG: Previous line repeats 1 times.
  2238. 2021-07-13 17:11:51.875 T:2282595072 INFO: CPythonInvoker(24, /storage/.kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  2239. 2021-07-13 17:11:51.875 T:2282595072 DEBUG: onExecutionDone(24, /storage/.kodi/addons/script.skin.helper.service/plugin.py)
  2240. 2021-07-13 17:11:51.891 T:2282595072 INFO: Python interpreter stopped
  2241. 2021-07-13 17:11:51.891 T:2282595072 DEBUG: Thread LanguageInvoker 2282595072 terminating
  2242. 2021-07-13 17:11:51.914 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2243. 2021-07-13 17:11:51.914 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 946 (+2)
  2244. 2021-07-13 17:11:52.005 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2245. 2021-07-13 17:11:52.005 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 949 (+1)
  2246. 2021-07-13 17:11:52.017 T:2324558592 DEBUG: OutputPicture - dropped in output
  2247. 2021-07-13 17:11:52.087 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2248. 2021-07-13 17:11:52.087 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 951 (+1)
  2249. 2021-07-13 17:11:52.170 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2250. 2021-07-13 17:11:52.170 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 953 (+1)
  2251. 2021-07-13 17:11:52.179 T:2324558592 DEBUG: OutputPicture - dropped in output
  2252. 2021-07-13 17:11:52.253 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2253. 2021-07-13 17:11:52.253 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 955 (+1)
  2254. 2021-07-13 17:11:52.337 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2255. 2021-07-13 17:11:52.337 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 957 (+1)
  2256. 2021-07-13 17:11:52.340 T:2324558592 DEBUG: OutputPicture - dropped in output
  2257. 2021-07-13 17:11:52.445 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2258. 2021-07-13 17:11:52.445 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 959 (+1)
  2259. 2021-07-13 17:11:52.500 T:2324558592 DEBUG: OutputPicture - dropped in output
  2260. 2021-07-13 17:11:52.505 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2261. 2021-07-13 17:11:52.505 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 961 (+1)
  2262. 2021-07-13 17:11:52.590 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2263. 2021-07-13 17:11:52.590 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 963 (+1)
  2264. 2021-07-13 17:11:52.657 T:2324558592 DEBUG: OutputPicture - dropped in output
  2265. 2021-07-13 17:11:52.671 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2266. 2021-07-13 17:11:52.671 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 965 (+1)
  2267. 2021-07-13 17:11:52.753 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2268. 2021-07-13 17:11:52.753 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 967 (+1)
  2269. 2021-07-13 17:11:52.809 T:2324558592 DEBUG: OutputPicture - dropped in output
  2270. 2021-07-13 17:11:52.841 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2271. 2021-07-13 17:11:52.841 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 969 (+1)
  2272. 2021-07-13 17:11:52.920 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2273. 2021-07-13 17:11:52.920 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 971 (+1)
  2274. 2021-07-13 17:11:52.925 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2275. 2021-07-13 17:11:52.957 T:2324558592 DEBUG: Previous line repeats 2 times.
  2276. 2021-07-13 17:11:52.957 T:2324558592 DEBUG: OutputPicture - dropped in output
  2277. 2021-07-13 17:11:52.958 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2278. 2021-07-13 17:11:53.003 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2279. 2021-07-13 17:11:53.003 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 973 (+1)
  2280. 2021-07-13 17:11:53.087 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2281. 2021-07-13 17:11:53.087 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 975 (+1)
  2282. 2021-07-13 17:11:53.091 T:2324558592 DEBUG: OutputPicture - dropped in output
  2283. 2021-07-13 17:11:53.170 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2284. 2021-07-13 17:11:53.170 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 977 (+1)
  2285. 2021-07-13 17:11:53.252 T:2324558592 DEBUG: OutputPicture - dropped in output
  2286. 2021-07-13 17:11:53.255 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2287. 2021-07-13 17:11:53.256 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 979 (+1)
  2288. 2021-07-13 17:11:53.344 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2289. 2021-07-13 17:11:53.344 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 981 (+1)
  2290. 2021-07-13 17:11:53.421 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2291. 2021-07-13 17:11:53.421 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 983 (+1)
  2292. 2021-07-13 17:11:53.429 T:2324558592 DEBUG: OutputPicture - dropped in output
  2293. 2021-07-13 17:11:53.507 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2294. 2021-07-13 17:11:53.507 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 985 (+1)
  2295. 2021-07-13 17:11:53.528 T:2484347648 DEBUG: CVideoPlayer::SetCaching - caching state 0
  2296. 2021-07-13 17:11:53.528 T:2484347648 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
  2297. 2021-07-13 17:11:53.575 T:3010648576 DEBUG: ------ Window Init (DialogNotification.xml) ------
  2298. 2021-07-13 17:11:53.582 T:2324558592 DEBUG: OutputPicture - dropped in output
  2299. 2021-07-13 17:11:53.590 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2300. 2021-07-13 17:11:53.590 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 987 (+1)
  2301. 2021-07-13 17:11:53.670 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2302. 2021-07-13 17:11:53.670 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 989 (+1)
  2303. 2021-07-13 17:11:53.716 T:2324558592 DEBUG: OutputPicture - dropped in output
  2304. 2021-07-13 17:11:53.754 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2305. 2021-07-13 17:11:53.754 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 991 (+1)
  2306. 2021-07-13 17:11:53.840 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2307. 2021-07-13 17:11:53.840 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 993 (+1)
  2308. 2021-07-13 17:11:53.870 T:2324558592 DEBUG: OutputPicture - dropped in output
  2309. 2021-07-13 17:11:53.920 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2310. 2021-07-13 17:11:53.920 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 995 (+1)
  2311. 2021-07-13 17:11:54.009 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2312. 2021-07-13 17:11:54.009 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 997 (+1)
  2313. 2021-07-13 17:11:54.017 T:2324558592 DEBUG: OutputPicture - dropped in output
  2314. 2021-07-13 17:11:54.101 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2315. 2021-07-13 17:11:54.101 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 999 (+1)
  2316. 2021-07-13 17:11:54.112 T:2853626624 DEBUG: CCurlFile::GetMimeType - https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e24f97386e81.jpg -> image/jpeg
  2317. 2021-07-13 17:11:54.112 T:2853626624 DEBUG: CurlFile::Open(0x7174fc0) https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e24f97386e81.jpg
  2318. 2021-07-13 17:11:54.175 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2319. 2021-07-13 17:11:54.175 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1001 (+1)
  2320. 2021-07-13 17:11:54.176 T:2324558592 DEBUG: OutputPicture - dropped in output
  2321. 2021-07-13 17:11:54.209 T:2853626624 DEBUG: ffmpeg[AA16E300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2322. 2021-07-13 17:11:54.226 T:2853626624 DEBUG: Caching image 'https://assets.fanart.tv/fanart/movies/497698/moviebackground/black-widow-5e24f97386e81.jpg' to '4/40403b21.jpg':
  2323. 2021-07-13 17:11:54.256 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2324. 2021-07-13 17:11:54.256 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1003 (+1)
  2325. 2021-07-13 17:11:54.326 T:2324558592 DEBUG: OutputPicture - dropped in output
  2326. 2021-07-13 17:11:54.330 T:2887197440 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/e/eca9e4be.jpg
  2327. 2021-07-13 17:11:54.345 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2328. 2021-07-13 17:11:54.345 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1005 (+1)
  2329. 2021-07-13 17:11:54.417 T:2794590976 DEBUG: NFS: Refreshing context for 192.168.1.48/mnt/media2, old: 23034, new: 25568
  2330. 2021-07-13 17:11:54.417 T:2794590976 DEBUG: NFS: Using cached context.
  2331. 2021-07-13 17:11:54.420 T:2794590976 DEBUG: CNFSFile::Open - opened mnt/media2/Heimat (2021)/../extrafanart/42hzH0rnuLF0MjKX9XNzOQooyxq.jpg
  2332. 2021-07-13 17:11:54.427 T:2887197440 DEBUG: ffmpeg[AC172300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2333. 2021-07-13 17:11:54.437 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2334. 2021-07-13 17:11:54.437 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1007 (+1)
  2335. 2021-07-13 17:11:54.455 T:2887197440 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/e/eca9e4be.jpg
  2336. 2021-07-13 17:11:54.464 T:2887197440 DEBUG: DoWork - took 136 ms to load special://masterprofile/Thumbnails/e/eca9e4be.jpg
  2337. 2021-07-13 17:11:54.469 T:2853626624 DEBUG: cached image 'special://masterprofile/Thumbnails/4/40403b21.jpg' size 1280x720
  2338. 2021-07-13 17:11:54.523 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2339. 2021-07-13 17:11:54.523 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1009 (+1)
  2340. 2021-07-13 17:11:54.530 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2341. 2021-07-13 17:11:54.546 T:2324558592 DEBUG: OutputPicture - dropped in output
  2342. 2021-07-13 17:11:54.550 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2343. 2021-07-13 17:11:54.556 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2344. 2021-07-13 17:11:54.563 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2345. 2021-07-13 17:11:54.576 T:2853626624 DEBUG: NFS: Refreshing context for 192.168.1.48/home/vdr/kodi/userdata, old: 25544, new: 25727
  2346. 2021-07-13 17:11:54.576 T:2853626624 DEBUG: NFS: Using cached context.
  2347. 2021-07-13 17:11:54.576 T:2853626624 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - //Thumbnails/4/40403b21.jpg
  2348. 2021-07-13 17:11:54.580 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2349. 2021-07-13 17:11:54.594 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2350. 2021-07-13 17:11:54.594 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1011 (+1)
  2351. 2021-07-13 17:11:54.614 T:2794590976 DEBUG: CNFSFile::Close closing file mnt/media2/Heimat (2021)/../extrafanart/42hzH0rnuLF0MjKX9XNzOQooyxq.jpg
  2352. 2021-07-13 17:11:54.616 T:2853626624 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/4/40403b21.jpg
  2353. 2021-07-13 17:11:54.657 T:2794590976 DEBUG: Caching image 'nfs://192.168.1.48/mnt/media2/Heimat (2021)/../extrafanart/42hzH0rnuLF0MjKX9XNzOQooyxq.jpg' to '1/1f82f966.jpg':
  2354. 2021-07-13 17:11:54.673 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2355. 2021-07-13 17:11:54.673 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1013 (+1)
  2356. 2021-07-13 17:11:54.726 T:2324558592 DEBUG: OutputPicture - dropped in output
  2357. 2021-07-13 17:11:54.828 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2358. 2021-07-13 17:11:54.828 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1015 (+3)
  2359. 2021-07-13 17:11:54.885 T:2794590976 DEBUG: cached image 'special://masterprofile/Thumbnails/1/1f82f966.jpg' size 1280x720
  2360. 2021-07-13 17:11:54.901 T:2324558592 DEBUG: OutputPicture - dropped in output
  2361. 2021-07-13 17:11:54.927 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2362. 2021-07-13 17:11:54.927 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1019 (+1)
  2363. 2021-07-13 17:11:54.982 T:2794590976 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - //Thumbnails/1/1f82f966.jpg
  2364. 2021-07-13 17:11:55.005 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2365. 2021-07-13 17:11:55.005 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1021 (+1)
  2366. 2021-07-13 17:11:55.049 T:2324558592 DEBUG: OutputPicture - dropped in output
  2367. 2021-07-13 17:11:55.060 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/1/1f82f966.jpg
  2368. 2021-07-13 17:11:55.089 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2369. 2021-07-13 17:11:55.089 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1023 (+1)
  2370. 2021-07-13 17:11:55.204 T:2324558592 DEBUG: OutputPicture - dropped in output
  2371. 2021-07-13 17:11:55.239 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2372. 2021-07-13 17:11:55.239 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1025 (+2)
  2373. 2021-07-13 17:11:55.298 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2374. 2021-07-13 17:11:55.298 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1028 (+1)
  2375. 2021-07-13 17:11:55.369 T:2324558592 DEBUG: OutputPicture - dropped in output
  2376. 2021-07-13 17:11:55.382 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2377. 2021-07-13 17:11:55.382 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1030 (+1)
  2378. 2021-07-13 17:11:55.464 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2379. 2021-07-13 17:11:55.465 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1032 (+1)
  2380. 2021-07-13 17:11:55.530 T:2324558592 DEBUG: OutputPicture - dropped in output
  2381. 2021-07-13 17:11:55.549 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2382. 2021-07-13 17:11:55.549 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1034 (+1)
  2383. 2021-07-13 17:11:55.631 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2384. 2021-07-13 17:11:55.631 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1036 (+1)
  2385. 2021-07-13 17:11:55.666 T:2324558592 DEBUG: OutputPicture - dropped in output
  2386. 2021-07-13 17:11:55.715 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2387. 2021-07-13 17:11:55.715 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1038 (+1)
  2388. 2021-07-13 17:11:55.797 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2389. 2021-07-13 17:11:55.797 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1040 (+1)
  2390. 2021-07-13 17:11:55.819 T:2324558592 DEBUG: OutputPicture - dropped in output
  2391. 2021-07-13 17:11:55.881 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2392. 2021-07-13 17:11:55.881 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1042 (+1)
  2393. 2021-07-13 17:11:55.968 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2394. 2021-07-13 17:11:55.968 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1044 (+1)
  2395. 2021-07-13 17:11:55.971 T:2324558592 DEBUG: OutputPicture - dropped in output
  2396. 2021-07-13 17:11:56.051 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2397. 2021-07-13 17:11:56.051 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1046 (+1)
  2398. 2021-07-13 17:11:56.124 T:2324558592 DEBUG: OutputPicture - dropped in output
  2399. 2021-07-13 17:11:56.134 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2400. 2021-07-13 17:11:56.134 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1048 (+1)
  2401. 2021-07-13 17:11:56.165 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2402. 2021-07-13 17:11:56.216 T:3010648576 DEBUG: Previous line repeats 3 times.
  2403. 2021-07-13 17:11:56.216 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2404. 2021-07-13 17:11:56.217 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1050 (+1)
  2405. 2021-07-13 17:11:56.261 T:2324558592 DEBUG: OutputPicture - dropped in output
  2406. 2021-07-13 17:11:56.298 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2407. 2021-07-13 17:11:56.298 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1052 (+1)
  2408. 2021-07-13 17:11:56.383 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2409. 2021-07-13 17:11:56.383 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1054 (+1)
  2410. 2021-07-13 17:11:56.414 T:2324558592 DEBUG: OutputPicture - dropped in output
  2411. 2021-07-13 17:11:56.466 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2412. 2021-07-13 17:11:56.466 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1056 (+1)
  2413. 2021-07-13 17:11:56.549 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2414. 2021-07-13 17:11:56.549 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1058 (+1)
  2415. 2021-07-13 17:11:56.566 T:2324558592 DEBUG: OutputPicture - dropped in output
  2416. 2021-07-13 17:11:56.632 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2417. 2021-07-13 17:11:56.632 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1060 (+1)
  2418. 2021-07-13 17:11:56.709 T:2265809664 DEBUG: Skin Helper Service --> Ended Background worker...
  2419. 2021-07-13 17:11:56.714 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2420. 2021-07-13 17:11:56.714 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1062 (+1)
  2421. 2021-07-13 17:11:56.716 T:2324558592 DEBUG: OutputPicture - dropped in output
  2422. 2021-07-13 17:11:56.799 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2423. 2021-07-13 17:11:56.799 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1064 (+1)
  2424. 2021-07-13 17:11:56.843 T:2324558592 DEBUG: OutputPicture - dropped in output
  2425. 2021-07-13 17:11:56.880 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2426. 2021-07-13 17:11:56.880 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1066 (+1)
  2427. 2021-07-13 17:11:56.964 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2428. 2021-07-13 17:11:56.964 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1068 (+1)
  2429. 2021-07-13 17:11:56.985 T:2324558592 DEBUG: OutputPicture - dropped in output
  2430. 2021-07-13 17:11:57.049 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2431. 2021-07-13 17:11:57.049 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1070 (+1)
  2432. 2021-07-13 17:11:57.124 T:2324558592 DEBUG: OutputPicture - dropped in output
  2433. 2021-07-13 17:11:57.131 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2434. 2021-07-13 17:11:57.131 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1072 (+1)
  2435. 2021-07-13 17:11:57.214 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2436. 2021-07-13 17:11:57.214 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1074 (+1)
  2437. 2021-07-13 17:11:57.257 T:2324558592 DEBUG: OutputPicture - dropped in output
  2438. 2021-07-13 17:11:57.297 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2439. 2021-07-13 17:11:57.297 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1076 (+1)
  2440. 2021-07-13 17:11:57.381 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2441. 2021-07-13 17:11:57.381 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1078 (+1)
  2442. 2021-07-13 17:11:57.382 T:2324558592 DEBUG: OutputPicture - dropped in output
  2443. 2021-07-13 17:11:57.464 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2444. 2021-07-13 17:11:57.464 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1080 (+1)
  2445. 2021-07-13 17:11:57.517 T:2324558592 DEBUG: OutputPicture - dropped in output
  2446. 2021-07-13 17:11:57.549 T:3010648576 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
  2447. 2021-07-13 17:11:57.549 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2448. 2021-07-13 17:11:57.549 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1082 (+1)
  2449. 2021-07-13 17:11:57.631 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2450. 2021-07-13 17:11:57.631 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1084 (+1)
  2451. 2021-07-13 17:11:57.657 T:2324558592 DEBUG: OutputPicture - dropped in output
  2452. 2021-07-13 17:11:57.714 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2453. 2021-07-13 17:11:57.714 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1086 (+1)
  2454. 2021-07-13 17:11:57.788 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2455. 2021-07-13 17:11:57.793 T:2324558592 DEBUG: OutputPicture - dropped in output
  2456. 2021-07-13 17:11:57.800 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2457. 2021-07-13 17:11:57.800 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1088 (+1)
  2458. 2021-07-13 17:11:57.804 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2459. 2021-07-13 17:11:57.881 T:3010648576 DEBUG: Previous line repeats 2 times.
  2460. 2021-07-13 17:11:57.881 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2461. 2021-07-13 17:11:57.881 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1090 (+1)
  2462. 2021-07-13 17:11:57.922 T:2324558592 DEBUG: OutputPicture - dropped in output
  2463. 2021-07-13 17:11:57.965 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2464. 2021-07-13 17:11:57.965 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1092 (+1)
  2465. 2021-07-13 17:11:58.050 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2466. 2021-07-13 17:11:58.050 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1094 (+1)
  2467. 2021-07-13 17:11:58.059 T:2324558592 DEBUG: OutputPicture - dropped in output
  2468. 2021-07-13 17:11:58.134 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2469. 2021-07-13 17:11:58.134 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1096 (+1)
  2470. 2021-07-13 17:11:58.198 T:2324558592 DEBUG: OutputPicture - dropped in output
  2471. 2021-07-13 17:11:58.215 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2472. 2021-07-13 17:11:58.215 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1098 (+1)
  2473. 2021-07-13 17:11:58.256 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2474. 2021-07-13 17:11:58.298 T:3010648576 DEBUG: Previous line repeats 2 times.
  2475. 2021-07-13 17:11:58.298 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2476. 2021-07-13 17:11:58.298 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1100 (+1)
  2477. 2021-07-13 17:11:58.331 T:2324558592 DEBUG: OutputPicture - dropped in output
  2478. 2021-07-13 17:11:58.381 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2479. 2021-07-13 17:11:58.381 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1102 (+1)
  2480. 2021-07-13 17:11:58.455 T:2324558592 DEBUG: OutputPicture - dropped in output
  2481. 2021-07-13 17:11:58.466 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2482. 2021-07-13 17:11:58.466 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1104 (+1)
  2483. 2021-07-13 17:11:58.548 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2484. 2021-07-13 17:11:58.548 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1106 (+1)
  2485. 2021-07-13 17:11:58.588 T:2324558592 DEBUG: OutputPicture - dropped in output
  2486. 2021-07-13 17:11:58.632 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2487. 2021-07-13 17:11:58.632 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1108 (+1)
  2488. 2021-07-13 17:11:58.716 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2489. 2021-07-13 17:11:58.716 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1110 (+1)
  2490. 2021-07-13 17:11:58.723 T:2324558592 DEBUG: OutputPicture - dropped in output
  2491. 2021-07-13 17:11:58.801 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2492. 2021-07-13 17:11:58.801 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1112 (+1)
  2493. 2021-07-13 17:11:58.862 T:2324558592 DEBUG: OutputPicture - dropped in output
  2494. 2021-07-13 17:11:58.882 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2495. 2021-07-13 17:11:58.882 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1114 (+1)
  2496. 2021-07-13 17:11:58.965 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2497. 2021-07-13 17:11:58.965 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1116 (+1)
  2498. 2021-07-13 17:11:58.989 T:2324558592 DEBUG: OutputPicture - dropped in output
  2499. 2021-07-13 17:11:59.049 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2500. 2021-07-13 17:11:59.049 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1118 (+1)
  2501. 2021-07-13 17:11:59.128 T:2324558592 DEBUG: OutputPicture - dropped in output
  2502. 2021-07-13 17:11:59.135 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2503. 2021-07-13 17:11:59.135 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1120 (+1)
  2504. 2021-07-13 17:11:59.216 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2505. 2021-07-13 17:11:59.216 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1122 (+1)
  2506. 2021-07-13 17:11:59.270 T:2324558592 DEBUG: OutputPicture - dropped in output
  2507. 2021-07-13 17:11:59.299 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2508. 2021-07-13 17:11:59.299 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1124 (+1)
  2509. 2021-07-13 17:11:59.383 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2510. 2021-07-13 17:11:59.383 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1126 (+1)
  2511. 2021-07-13 17:11:59.406 T:2324558592 DEBUG: OutputPicture - dropped in output
  2512. 2021-07-13 17:11:59.411 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2513. 2021-07-13 17:11:59.460 T:2617635584 DEBUG: Previous line repeats 2 times.
  2514. 2021-07-13 17:11:59.460 T:2617635584 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/f/fbb96c8b.jpg
  2515. 2021-07-13 17:11:59.465 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2516. 2021-07-13 17:11:59.470 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2517. 2021-07-13 17:11:59.470 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1128 (+1)
  2518. 2021-07-13 17:11:59.535 T:2836841216 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2519. 2021-07-13 17:11:59.536 T:2324558592 DEBUG: OutputPicture - dropped in output
  2520. 2021-07-13 17:11:59.536 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2521. 2021-07-13 17:11:59.551 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2522. 2021-07-13 17:11:59.551 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1130 (+1)
  2523. 2021-07-13 17:11:59.580 T:2617635584 DEBUG: ffmpeg[9C05F300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2524. 2021-07-13 17:11:59.585 T:2617635584 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/f/fbb96c8b.jpg
  2525. 2021-07-13 17:11:59.585 T:2617635584 DEBUG: DoWork - took 127 ms to load special://masterprofile/Thumbnails/f/fbb96c8b.jpg
  2526. 2021-07-13 17:11:59.661 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2527. 2021-07-13 17:11:59.661 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1132 (+1)
  2528. 2021-07-13 17:11:59.679 T:2324558592 DEBUG: OutputPicture - dropped in output
  2529. 2021-07-13 17:11:59.709 T:2887197440 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/4/468623f4.jpg
  2530. 2021-07-13 17:11:59.738 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2531. 2021-07-13 17:11:59.738 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1134 (+1)
  2532. 2021-07-13 17:11:59.741 T:2887197440 DEBUG: ffmpeg[AC172300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2533. 2021-07-13 17:11:59.745 T:2887197440 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/4/468623f4.jpg
  2534. 2021-07-13 17:11:59.791 T:2794590976 DEBUG: NFS: Refreshing context for 192.168.1.48/mnt/media2, old: 28695, new: 30942
  2535. 2021-07-13 17:11:59.791 T:2794590976 DEBUG: NFS: Using cached context.
  2536. 2021-07-13 17:11:59.794 T:2794590976 DEBUG: CNFSFile::Open - opened mnt/media2/Heimat (2021)/../extrafanart/jCaIELiZmAmYFbqlD1Sfg5AJe91.jpg
  2537. 2021-07-13 17:11:59.832 T:2324558592 DEBUG: OutputPicture - dropped in output
  2538. 2021-07-13 17:11:59.837 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2539. 2021-07-13 17:11:59.837 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1136 (+2)
  2540. 2021-07-13 17:11:59.926 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2541. 2021-07-13 17:11:59.926 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1139 (+1)
  2542. 2021-07-13 17:11:59.996 T:2324558592 DEBUG: OutputPicture - dropped in output
  2543. 2021-07-13 17:12:00.008 T:2794590976 DEBUG: CNFSFile::Close closing file mnt/media2/Heimat (2021)/../extrafanart/jCaIELiZmAmYFbqlD1Sfg5AJe91.jpg
  2544. 2021-07-13 17:12:00.008 T:2794590976 DEBUG: Caching image 'nfs://192.168.1.48/mnt/media2/Heimat (2021)/../extrafanart/jCaIELiZmAmYFbqlD1Sfg5AJe91.jpg' to '4/47fc9af9.jpg':
  2545. 2021-07-13 17:12:00.010 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2546. 2021-07-13 17:12:00.010 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1141 (+1)
  2547. 2021-07-13 17:12:00.095 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2548. 2021-07-13 17:12:00.095 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1143 (+1)
  2549. 2021-07-13 17:12:00.132 T:2324558592 DEBUG: OutputPicture - dropped in output
  2550. 2021-07-13 17:12:00.178 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2551. 2021-07-13 17:12:00.179 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1145 (+1)
  2552. 2021-07-13 17:12:00.237 T:2794590976 DEBUG: cached image 'special://masterprofile/Thumbnails/4/47fc9af9.jpg' size 1280x720
  2553. 2021-07-13 17:12:00.259 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2554. 2021-07-13 17:12:00.260 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1147 (+1)
  2555. 2021-07-13 17:12:00.284 T:2324558592 DEBUG: OutputPicture - dropped in output
  2556. 2021-07-13 17:12:00.346 T:2794590976 DEBUG: NFS: Refreshing context for 192.168.1.48/home/vdr/kodi/userdata, old: 30867, new: 31497
  2557. 2021-07-13 17:12:00.346 T:2794590976 DEBUG: NFS: Using cached context.
  2558. 2021-07-13 17:12:00.346 T:2794590976 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - //Thumbnails/4/47fc9af9.jpg
  2559. 2021-07-13 17:12:00.348 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2560. 2021-07-13 17:12:00.348 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1149 (+1)
  2561. 2021-07-13 17:12:00.427 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2562. 2021-07-13 17:12:00.427 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1151 (+1)
  2563. 2021-07-13 17:12:00.430 T:2324558592 DEBUG: OutputPicture - dropped in output
  2564. 2021-07-13 17:12:00.434 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/4/47fc9af9.jpg
  2565. 2021-07-13 17:12:00.572 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2566. 2021-07-13 17:12:00.572 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1153 (+2)
  2567. 2021-07-13 17:12:00.577 T:2324558592 DEBUG: OutputPicture - dropped in output
  2568. 2021-07-13 17:12:00.634 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2569. 2021-07-13 17:12:00.634 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1156 (+1)
  2570. 2021-07-13 17:12:00.704 T:2324558592 DEBUG: OutputPicture - dropped in output
  2571. 2021-07-13 17:12:00.719 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2572. 2021-07-13 17:12:00.719 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1158 (+1)
  2573. 2021-07-13 17:12:00.801 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2574. 2021-07-13 17:12:00.801 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1160 (+1)
  2575. 2021-07-13 17:12:00.850 T:2324558592 DEBUG: OutputPicture - dropped in output
  2576. 2021-07-13 17:12:00.884 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2577. 2021-07-13 17:12:00.884 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1162 (+1)
  2578. 2021-07-13 17:12:00.967 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2579. 2021-07-13 17:12:00.968 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1164 (+1)
  2580. 2021-07-13 17:12:00.994 T:2324558592 DEBUG: OutputPicture - dropped in output
  2581. 2021-07-13 17:12:01.042 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2582. 2021-07-13 17:12:01.051 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2583. 2021-07-13 17:12:01.051 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1166 (+1)
  2584. 2021-07-13 17:12:01.066 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2585. 2021-07-13 17:12:01.134 T:2324558592 DEBUG: Previous line repeats 2 times.
  2586. 2021-07-13 17:12:01.134 T:2324558592 DEBUG: OutputPicture - dropped in output
  2587. 2021-07-13 17:12:01.136 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2588. 2021-07-13 17:12:01.136 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1168 (+1)
  2589. 2021-07-13 17:12:01.219 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2590. 2021-07-13 17:12:01.220 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1170 (+1)
  2591. 2021-07-13 17:12:01.261 T:2324558592 DEBUG: OutputPicture - dropped in output
  2592. 2021-07-13 17:12:01.301 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2593. 2021-07-13 17:12:01.301 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1172 (+1)
  2594. 2021-07-13 17:12:01.385 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2595. 2021-07-13 17:12:01.385 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1174 (+1)
  2596. 2021-07-13 17:12:01.467 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1176 (+1)
  2597. 2021-07-13 17:12:01.469 T:2274202368 DEBUG: CMMALRenderer::CheckConfigurationVout Changing Vout dimensions from 0x0 (0x0) to 3840x2160 (4096x2192) I420
  2598. 2021-07-13 17:12:01.472 T:2484347648 DEBUG: CVideoPlayer::HandleMessages - player started 2
  2599. 2021-07-13 17:12:01.472 T:2484347648 DEBUG: VideoPlayer::Sync - Audio - pts: 474302000.000000, cache: 416185.737785, totalcache: 699999.988079
  2600. 2021-07-13 17:12:01.472 T:2484347648 DEBUG: VideoPlayer::Sync - Video - pts: 474056708.333333, cache: 50000.000000, totalcache: 100000.000000
  2601. 2021-07-13 17:12:01.472 T:2324558592 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_RESYNC(473885814.262215)
  2602. 2021-07-13 17:12:01.472 T:2423239424 DEBUG: CVideoPlayerAudio - CDVDMsg::GENERAL_RESYNC(473885814.262215), level: 98, cache: 379028.015119
  2603. 2021-07-13 17:12:01.472 T:2423239424 DEBUG: CDVDAudio::Resume - resume audio stream
  2604. 2021-07-13 17:12:01.473 T:2853626624 DEBUG: OnAVStarted: CApplication::OnAVStarted
  2605. 2021-07-13 17:12:01.474 T:2274202368 DEBUG: CMMALRenderer::SetVideoRect 0,0,3840,2160 -> 0,0,0,0 (o:0 v:0 d:0 i:0)
  2606. 2021-07-13 17:12:01.474 T:2274202368 DEBUG: CMMALRenderer::SetVideoRect 0,0,3840,2160 -> 0,0,0,0 t:100000
  2607. 2021-07-13 17:12:01.475 T:2458907392 DEBUG: Thread MMALRenderer start, auto delete: false
  2608. 2021-07-13 17:12:01.475 T:2458907392 DEBUG: CMMALRenderer::Process - starting
  2609. 2021-07-13 17:12:01.475 T:2991506176 DEBUG: ActiveAE - start sync of audio stream
  2610. 2021-07-13 17:12:01.524 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Player.OnAVStart - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  2611. 2021-07-13 17:12:01.527 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: Player.OnAVStart - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  2612. 2021-07-13 17:12:01.541 T:3010648576 DEBUG: Activating window ID: 12005
  2613. 2021-07-13 17:12:01.541 T:3010648576 DEBUG: ------ Window Deinit (Home.xml) ------
  2614. 2021-07-13 17:12:01.542 T:2222187264 DEBUG: Thread Timer start, auto delete: false
  2615. 2021-07-13 17:12:01.553 T:3010648576 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  2616. 2021-07-13 17:12:01.553 T:3010648576 INFO: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
  2617. 2021-07-13 17:12:01.557 T:3010648576 NOTICE: Whitelist search for: width: 3840, height: 2160, fps: 23.976, 3D: false
  2618. 2021-07-13 17:12:01.557 T:3010648576 DEBUG: Whitelist is empty using default one
  2619. 2021-07-13 17:12:01.557 T:3010648576 DEBUG: Trying to find exact refresh rate
  2620. 2021-07-13 17:12:01.557 T:3010648576 DEBUG: Matched exact whitelisted Resolution 4096x2160 @ 23.976025 Hz (21)
  2621. 2021-07-13 17:12:01.557 T:3010648576 NOTICE: Display resolution ADJUST : 4096x2160 @ 23.976025 Hz (21) (weight: 0.000)
  2622. 2021-07-13 17:12:01.558 T:3010648576 DEBUG: CMMALRenderer::SetVideoRect 0,0,3840,2160 -> 64,0,1984,1080 (o:0 v:0 d:0 i:0)
  2623. 2021-07-13 17:12:01.558 T:3010648576 DEBUG: CMMALRenderer::SetVideoRect 0,0,3840,2160 -> 64,0,1920,1080 t:100000
  2624. 2021-07-13 17:12:01.558 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 1178 (+1)
  2625. 2021-07-13 17:12:01.564 T:2617635584 DEBUG: OnAVChange: CApplication::OnAVChange
  2626. 2021-07-13 17:12:01.582 T:3010648576 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  2627. 2021-07-13 17:12:01.582 T:2991506176 DEBUG: ActiveAE::SyncStream - average error of 38.085819, start adjusting
  2628. 2021-07-13 17:12:01.582 T:2991506176 DEBUG: ActiveAE::SyncStream - average error 0.085819 below threshold of 30.000000
  2629. 2021-07-13 17:12:01.625 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Player.OnAVChange - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  2630. 2021-07-13 17:12:01.628 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: Player.OnAVChange - data: {"item":{"id":1073,"type":"movie"},"player":{"playerid":1,"speed":1}}
  2631. 2021-07-13 17:12:02.067 T:2222187264 DEBUG: Thread Timer 2222187264 terminating
  2632. 2021-07-13 17:12:02.620 T:2423239424 DEBUG: CDVDClock::ErrorAdjust - CVideoPlayerAudio::OutputPacket - error:-30185.719215, adjusted:-30185.719215
  2633. 2021-07-13 17:12:02.668 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2634. 2021-07-13 17:12:06.430 T:2324558592 DEBUG: Previous line repeats 11 times.
  2635. 2021-07-13 17:12:06.430 T:2324558592 DEBUG: CPtsTracker: detected pattern of length 1: 41708.33, frameduration: 41708.333333
  2636. 2021-07-13 17:12:06.721 T:2423239424 DEBUG: CDVDClock::ErrorAdjust - CVideoPlayerAudio::OutputPacket - error:30252.663065, adjusted:41708.333333
  2637. 2021-07-13 17:12:07.488 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2638. 2021-07-13 17:12:09.523 T:2324558592 DEBUG: Previous line repeats 12 times.
  2639. 2021-07-13 17:12:09.524 T:2324558592 DEBUG: CPtsTracker: pattern lost on diff 167000.000000, number of losses 1
  2640. 2021-07-13 17:12:10.744 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2641. 2021-07-13 17:12:24.229 T:3010648576 DEBUG: Previous line repeats 40 times.
  2642. 2021-07-13 17:12:24.229 T:3010648576 INFO: CheckIdle - Closing session to https://assets.fanart.tv (easy=0x6351000, multi=0x7a29040)
  2643. 2021-07-13 17:12:25.323 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2644. 2021-07-13 17:12:31.570 T:2853626624 DEBUG: Previous line repeats 20 times.
  2645. 2021-07-13 17:12:31.570 T:2853626624 DEBUG: Thread JobWorker 2853626624 terminating (autodelete)
  2646. 2021-07-13 17:12:31.570 T:2617635584 DEBUG: Thread JobWorker 2617635584 terminating (autodelete)
  2647. 2021-07-13 17:12:31.570 T:2794590976 DEBUG: Thread JobWorker 2794590976 terminating (autodelete)
  2648. 2021-07-13 17:12:31.571 T:2887197440 DEBUG: Thread JobWorker 2887197440 terminating (autodelete)
  2649. 2021-07-13 17:12:31.779 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2650. 2021-07-13 17:12:47.522 T:2642998016 DEBUG: Previous line repeats 44 times.
  2651. 2021-07-13 17:12:47.522 T:2642998016 NOTICE: ES: Client from ::ffff:192.168.1.152 timed out
  2652. 2021-07-13 17:12:47.966 T:2862019328 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2653. 2021-07-13 17:14:01.239 T:2634605312 DEBUG: Previous line repeats 180 times.
  2654. 2021-07-13 17:14:01.239 T:2634605312 INFO: JSONRPC Server: Disconnection detected
  2655. 2021-07-13 17:14:01.932 T:2634605312 DEBUG: JSONRPC Server: New connection detected
  2656. 2021-07-13 17:14:01.932 T:2634605312 INFO: JSONRPC Server: New connection added
  2657. 2021-07-13 17:14:02.362 T:2887197440 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2658. 2021-07-13 17:14:02.369 T:3010648576 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  2659. 2021-07-13 17:14:02.370 T:3010648576 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  2660. 2021-07-13 17:14:02.378 T:3010648576 DEBUG: CWinSystemGbmGLESContext::SetFullScreen - resolution changed, creating a new window
  2661. 2021-07-13 17:14:02.378 T:3010648576 DEBUG: OnLostDevice - notify display change event
  2662. 2021-07-13 17:14:02.484 T:2983113472 DEBUG: CAESinkPi:Drain delay:99ms now:0ms
  2663. 2021-07-13 17:14:02.484 T:2983113472 DEBUG: CAESinkPi:Deinitialize
  2664. 2021-07-13 17:14:02.484 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
  2665. 2021-07-13 17:14:02.488 T:2983113472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0x2436de0
  2666. 2021-07-13 17:14:02.488 T:3010648576 NOTICE: VideoPlayer: OnLostDisplay received
  2667. 2021-07-13 17:14:02.488 T:3010648576 DEBUG: Flush - flushing renderer
  2668. 2021-07-13 17:14:02.489 T:3010648576 DEBUG: CMMALRenderer::Flush
  2669. 2021-07-13 17:14:02.494 T:3010648576 DEBUG: CDRMUtils::DrmFbDestroyCallback - removing framebuffer: 95
  2670. 2021-07-13 17:14:02.494 T:3010648576 DEBUG: CDRMUtils::DrmFbDestroyCallback - removing framebuffer: 81
  2671. 2021-07-13 17:14:02.536 T:3010648576 DEBUG: CWinSystemGbmEGLContext::DestroyWindow - deinitialized GBM
  2672. 2021-07-13 17:14:02.566 T:3010648576 DEBUG: CDRMUtils::SetMode - found crtc mode: 1920x1080 @ 50 Hz
  2673. 2021-07-13 17:14:02.566 T:3010648576 DEBUG: CGBMUtils::CreateSurface - created surface with size 1920x1080
  2674. 2021-07-13 17:14:02.568 T:2324558592 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_PAUSE: 1
  2675. 2021-07-13 17:14:02.583 T:3010648576 DEBUG: CWinSystemGbmEGLContext::CreateNewWindow - initialized GBM
  2676. 2021-07-13 17:14:02.583 T:3010648576 DEBUG: OnLostDevice - notify display change event
  2677. 2021-07-13 17:14:02.584 T:3010648576 NOTICE: VideoPlayer: OnLostDisplay received
  2678. 2021-07-13 17:14:02.584 T:3010648576 DEBUG: Flush - flushing renderer
  2679. 2021-07-13 17:14:02.584 T:2324558592 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_PAUSE: 1
  2680. 2021-07-13 17:14:02.584 T:3010648576 DEBUG: CMMALRenderer::Flush
  2681. 2021-07-13 17:14:02.614 T:3010648576 DEBUG: CDRMUtils::SetMode - found crtc mode: 1920x1080 @ 50 Hz
  2682. 2021-07-13 17:14:02.614 T:3010648576 INFO: GLES: Maximum texture width: 4096
  2683. 2021-07-13 17:14:02.614 T:3010648576 NOTICE: VideoPlayer: OnResetDisplay received
  2684. 2021-07-13 17:14:02.614 T:2991506176 DEBUG: CActiveAE - display reset event
  2685. 2021-07-13 17:14:02.614 T:2324558592 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_PAUSE: 0
  2686. 2021-07-13 17:14:02.614 T:2983113472 INFO: CActiveAESink::OpenSink - initialize sink
  2687. 2021-07-13 17:14:02.614 T:2983113472 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
  2688. 2021-07-13 17:14:02.614 T:2983113472 DEBUG: CAESinkPi:Initialize Format:24 Channels:2 Samplerate:48000 framesize:8 bufsize:19200 bytes/s=384000.00 dest=PI:HDMI
  2689. 2021-07-13 17:14:02.615 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
  2690. 2021-07-13 17:14:02.616 T:2983113472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x2436de0
  2691. 2021-07-13 17:14:02.617 T:2983113472 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(19200), nBufferAlignment(16)
  2692. 2021-07-13 17:14:02.618 T:2983113472 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
  2693. 2021-07-13 17:14:02.618 T:2983113472 DEBUG: Output Device : HDMI
  2694. 2021-07-13 17:14:02.618 T:2983113472 DEBUG: Sample Rate : 48000
  2695. 2021-07-13 17:14:02.618 T:2983113472 DEBUG: Sample Format : AE_FMT_FLOATP
  2696. 2021-07-13 17:14:02.618 T:2983113472 DEBUG: Channel Count : 2
  2697. 2021-07-13 17:14:02.618 T:2983113472 DEBUG: Channel Layout: FL, FR
  2698. 2021-07-13 17:14:02.618 T:2983113472 DEBUG: Frames : 2400
  2699. 2021-07-13 17:14:02.618 T:2983113472 DEBUG: Frame Size : 8
  2700. 2021-07-13 17:14:02.621 T:2991506176 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  2701. 2021-07-13 17:14:02.622 T:2423239424 DEBUG: Previous line repeats 2 times.
  2702. 2021-07-13 17:14:02.622 T:2423239424 DEBUG: CVideoPlayerAudio - CDVDMsg::GENERAL_PAUSE: 1
  2703. 2021-07-13 17:14:02.622 T:2423239424 DEBUG: Previous line repeats 1 times.
  2704. 2021-07-13 17:14:02.622 T:2423239424 DEBUG: CVideoPlayerAudio - CDVDMsg::GENERAL_PAUSE: 0
  2705. 2021-07-13 17:14:02.728 T:2887197440 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2706. 2021-07-13 17:14:02.766 T:3010648576 DEBUG: Previous line repeats 1 times.
  2707. 2021-07-13 17:14:02.766 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - MMAL: No buffer to update clear:0 flags:0 alpha:255 source:0 omvb:(nil) mmal:(nil)
  2708. 2021-07-13 17:14:02.766 T:3010648576 DEBUG: CMMALRenderer::RenderUpdate - vsync 4076 (+9)
  2709. 2021-07-13 17:14:02.767 T:3010648576 DEBUG: EGL Debugging:
  2710. Error: EGL_BAD_SURFACE
  2711. Command: eglSwapBuffers
  2712. Type: EGL_DEBUG_MSG_ERROR_KHR
  2713. Message: dri2_swap_buffers
  2714. 2021-07-13 17:14:02.767 T:3010648576 DEBUG: CRBP::CloseDisplay display:10000040 m_display:10000040
  2715. 2021-07-13 17:14:02.786 T:2887197440 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2716. 2021-07-13 17:14:02.794 T:2458907392 DEBUG: CRBP::WaitVsync no vsync 4085/4086 display:0 delay:0
  2717. 2021-07-13 17:14:02.797 T:2887197440 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2718. 2021-07-13 17:14:02.845 T:2458907392 DEBUG: Previous line repeats 1 times.
  2719. 2021-07-13 17:14:02.845 T:2458907392 DEBUG: CRBP::WaitVsync no vsync 4085/4086 display:0 delay:0
  2720. 2021-07-13 17:14:02.959 T:3010648576 DEBUG: Previous line repeats 2 times.
  2721. 2021-07-13 17:14:02.959 T:3010648576 DEBUG: CRBP::OpenDisplay device:0 m_display:10000060 (0)
  2722. 2021-07-13 17:14:02.959 T:3010648576 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  2723. 2021-07-13 17:14:02.959 T:3010648576 DEBUG: ------ Window Init (Home.xml) ------
  2724. 2021-07-13 17:14:02.960 T:3010648576 DEBUG: CDirectoryProvider[videodb://recentlyaddedmovies/]: refreshing..
  2725. 2021-07-13 17:14:02.960 T:2836841216 DEBUG: Thread JobWorker start, auto delete: true
  2726. 2021-07-13 17:14:02.960 T:3010648576 DEBUG: CDirectoryProvider[videodb://recentlyaddedmovies/]: refreshing..
  2727. 2021-07-13 17:14:02.961 T:2794590976 DEBUG: Previous line repeats 18 times.
  2728. 2021-07-13 17:14:02.961 T:2794590976 DEBUG: Thread JobWorker start, auto delete: true
  2729. 2021-07-13 17:14:02.961 T:3010648576 DEBUG: CDirectoryProvider[videodb://recentlyaddedmovies/]: refreshing..
  2730. 2021-07-13 17:14:02.962 T:2853626624 DEBUG: Thread JobWorker start, auto delete: true
  2731. 2021-07-13 17:14:02.972 T:2414846720 DEBUG: Thread Timer start, auto delete: false
  2732. 2021-07-13 17:14:02.974 T:2617635584 DEBUG: Thread LanguageInvoker start, auto delete: false
  2733. 2021-07-13 17:14:02.975 T:2617635584 INFO: initializing python engine.
  2734. 2021-07-13 17:14:02.975 T:2617635584 DEBUG: CPythonInvoker(26, /storage/.kodi/addons/script.favourites/default.py): start processing
  2735. 2021-07-13 17:14:02.981 T:2414846720 DEBUG: Thread Timer 2414846720 terminating
  2736. 2021-07-13 17:14:02.982 T:2384593664 DEBUG: Thread Timer start, auto delete: false
  2737. 2021-07-13 17:14:02.991 T:2384593664 DEBUG: Thread Timer 2384593664 terminating
  2738. 2021-07-13 17:14:03.005 T:2617635584 DEBUG: -->Python Interpreter Initialized<--
  2739. 2021-07-13 17:14:03.006 T:2617635584 DEBUG: CPythonInvoker(26, /storage/.kodi/addons/script.favourites/default.py): the source file to load is "/storage/.kodi/addons/script.favourites/default.py"
  2740. 2021-07-13 17:14:03.006 T:2617635584 DEBUG: CPythonInvoker(26, /storage/.kodi/addons/script.favourites/default.py): setting the Python path to /storage/.kodi/addons/script.favourites:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  2741. 2021-07-13 17:14:03.006 T:2617635584 DEBUG: CPythonInvoker(26, /storage/.kodi/addons/script.favourites/default.py): entering source directory /storage/.kodi/addons/script.favourites
  2742. 2021-07-13 17:14:03.006 T:2384593664 DEBUG: Thread Timer start, auto delete: false
  2743. 2021-07-13 17:14:03.006 T:2617635584 DEBUG: CPythonInvoker(26, /storage/.kodi/addons/script.favourites/default.py): instantiating addon using automatically obtained id of "script.favourites" dependent on version 2.25.0 of the xbmc.python api
  2744. 2021-07-13 17:14:03.012 T:2384593664 DEBUG: Thread Timer 2384593664 terminating
  2745. 2021-07-13 17:14:03.020 T:2414846720 DEBUG: Thread Timer start, auto delete: false
  2746. 2021-07-13 17:14:03.028 T:3010648576 NOTICE: CVideoPlayer::CloseFile()
  2747. 2021-07-13 17:14:03.028 T:3010648576 DEBUG: DeleteRenderer - deleting renderer
  2748. 2021-07-13 17:14:03.028 T:3010648576 DEBUG: CMMALRenderer::~CMMALRenderer
  2749. 2021-07-13 17:14:03.028 T:3010648576 DEBUG: CMMALRenderer::UnInitMMAL
  2750. 2021-07-13 17:14:03.035 T:2484347648 NOTICE: CVideoPlayer::OnExit()
  2751. 2021-07-13 17:14:03.035 T:2484347648 NOTICE: Closing stream player 1
  2752. 2021-07-13 17:14:03.035 T:2484347648 NOTICE: Waiting for audio thread to exit
  2753. 2021-07-13 17:14:03.039 T:2617635584 DEBUG: script.favourites: script version 7.1.3 started
  2754. 2021-07-13 17:14:03.039 T:2617635584 DEBUG: script.favourites: ### params: {}
  2755. 2021-07-13 17:14:03.045 T:2617635584 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2756. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  2757. Error Type: <type 'exceptions.IOError'>
  2758. Error Contents: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/favourites.xml'
  2759. Traceback (most recent call last):
  2760. File "/storage/.kodi/addons/script.favourites/default.py", line 146, in <module>
  2761. Main()
  2762. File "/storage/.kodi/addons/script.favourites/default.py", line 22, in __init__
  2763. found, favourites = self._read_file()
  2764. File "/storage/.kodi/addons/script.favourites/default.py", line 46, in _read_file
  2765. self.doc = parse(self.fav_file)
  2766. File "/usr/lib/python2.7/xml/dom/minidom.py", line 1918, in parse
  2767. File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 922, in parse
  2768. IOError: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/favourites.xml'
  2769. -->End of Python script error report<--
  2770. 2021-07-13 17:14:03.045 T:2617635584 DEBUG: onExecutionDone(26, /storage/.kodi/addons/script.favourites/default.py)
  2771. 2021-07-13 17:14:03.059 T:2458907392 DEBUG: CMMALRenderer::Process - stopping
  2772. 2021-07-13 17:14:03.059 T:2458907392 DEBUG: Thread MMALRenderer 2458907392 terminating
  2773. 2021-07-13 17:14:03.062 T:2274202368 DEBUG: CMMALRenderer::Run - stopping
  2774. 2021-07-13 17:14:03.062 T:2274202368 DEBUG: Thread MMALProcess 2274202368 terminating
  2775. 2021-07-13 17:14:03.062 T:3010648576 NOTICE: VideoPlayer: waiting for threads to exit
  2776. 2021-07-13 17:14:03.070 T:2423239424 NOTICE: thread end: CVideoPlayerAudio::OnExit()
  2777. 2021-07-13 17:14:03.070 T:2423239424 DEBUG: Thread VideoPlayerAudio 2423239424 terminating
  2778. 2021-07-13 17:14:03.071 T:2484347648 NOTICE: Closing audio device
  2779. 2021-07-13 17:14:03.120 T:2484347648 DEBUG: CDVDAudio::Flush - flush audio stream
  2780. 2021-07-13 17:14:03.120 T:2991506176 DEBUG: CActiveAE::DiscardStream - audio stream deleted
  2781. 2021-07-13 17:14:03.120 T:2991506176 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  2782. 2021-07-13 17:14:03.121 T:2983113472 DEBUG: Previous line repeats 2 times.
  2783. 2021-07-13 17:14:03.121 T:2983113472 INFO: CActiveAESink::OpenSink - initialize sink
  2784. 2021-07-13 17:14:03.121 T:2484347648 NOTICE: Deleting audio codec
  2785. 2021-07-13 17:14:03.122 T:2484347648 NOTICE: Closing stream player 2
  2786. 2021-07-13 17:14:03.122 T:2484347648 NOTICE: waiting for video thread to exit
  2787. 2021-07-13 17:14:03.220 T:2983113472 DEBUG: CAESinkPi:Drain delay:99ms now:0ms
  2788. 2021-07-13 17:14:03.220 T:2983113472 DEBUG: CAESinkPi:Deinitialize
  2789. 2021-07-13 17:14:03.221 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
  2790. 2021-07-13 17:14:03.229 T:2983113472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0x2436de0
  2791. 2021-07-13 17:14:03.229 T:2983113472 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
  2792. 2021-07-13 17:14:03.229 T:2983113472 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
  2793. 2021-07-13 17:14:03.229 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
  2794. 2021-07-13 17:14:03.231 T:2983113472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x7d87aa0
  2795. 2021-07-13 17:14:03.232 T:2983113472 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
  2796. 2021-07-13 17:14:03.233 T:2983113472 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
  2797. 2021-07-13 17:14:03.233 T:2983113472 DEBUG: Output Device : HDMI
  2798. 2021-07-13 17:14:03.233 T:2983113472 DEBUG: Sample Rate : 44100
  2799. 2021-07-13 17:14:03.233 T:2983113472 DEBUG: Sample Format : AE_FMT_FLOAT
  2800. 2021-07-13 17:14:03.233 T:2983113472 DEBUG: Channel Count : 2
  2801. 2021-07-13 17:14:03.233 T:2983113472 DEBUG: Channel Layout: FL, FR
  2802. 2021-07-13 17:14:03.233 T:2983113472 DEBUG: Frames : 2205
  2803. 2021-07-13 17:14:03.233 T:2983113472 DEBUG: Frame Size : 8
  2804. 2021-07-13 17:14:03.234 T:2991506176 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  2805. 2021-07-13 17:14:03.245 T:2324558592 DEBUG: Previous line repeats 1 times.
  2806. 2021-07-13 17:14:03.245 T:2324558592 NOTICE: thread end: video_thread
  2807. 2021-07-13 17:14:03.245 T:2324558592 DEBUG: Thread VideoPlayerVideo 2324558592 terminating
  2808. 2021-07-13 17:14:03.245 T:2484347648 NOTICE: deleting video codec
  2809. 2021-07-13 17:14:03.246 T:2484347648 DEBUG: CMMALPool::~CMMALPool Destroying pool 0x5c05eb0 for port vc.ril.video_decode:out:0(I420)
  2810. 2021-07-13 17:14:03.256 T:2484347648 NOTICE: Closing stream player 3
  2811. 2021-07-13 17:14:03.257 T:2431632128 DEBUG: Thread JobWorker start, auto delete: true
  2812. 2021-07-13 17:14:03.258 T:2484347648 DEBUG: CNFSFile::Close closing file mnt/media2/Heimat (2021)/Heimat (2021).mkv
  2813. 2021-07-13 17:14:03.258 T:2484347648 DEBUG: Thread VideoPlayer 2484347648 terminating
  2814. 2021-07-13 17:14:03.258 T:3010648576 NOTICE: VideoPlayer: finished waiting
  2815. 2021-07-13 17:14:03.258 T:3010648576 NOTICE: CVideoPlayer::CloseFile()
  2816. 2021-07-13 17:14:03.258 T:3010648576 NOTICE: VideoPlayer: waiting for threads to exit
  2817. 2021-07-13 17:14:03.258 T:3010648576 NOTICE: VideoPlayer: finished waiting
  2818. 2021-07-13 17:14:03.261 T:2431632128 INFO: Deleting settings information for files nfs://192.168.1.48/mnt/media2/Heimat (2021)/Heimat (2021).mkv
  2819. 2021-07-13 17:14:03.261 T:2431632128 DEBUG: Mysql execute: DELETE FROM settings WHERE idFile=1647
  2820. 2021-07-13 17:14:03.262 T:2836841216 DEBUG: DoWork - Saving file state for video item nfs://192.168.1.48/mnt/media2/Heimat (2021)/Heimat (2021).mkv
  2821. 2021-07-13 17:14:03.263 T:3010648576 DEBUG: Radio UECP (RDS) Processor - delete ~CDVDRadioRDSData
  2822. 2021-07-13 17:14:03.266 T:2836841216 DEBUG: Mysql execute: update files set playCount=NULL,lastPlayed='2021-07-13 17:14:03' where idFile=1647
  2823. 2021-07-13 17:14:03.302 T:2617635584 INFO: Python interpreter stopped
  2824. 2021-07-13 17:14:03.302 T:2617635584 DEBUG: Thread LanguageInvoker 2617635584 terminating
  2825. 2021-07-13 17:14:03.333 T:2836841216 DEBUG: Mysql execute: update bookmark set timeInSeconds = 595.171414, totalTimeInSeconds = 8026.772000, thumbNailImage = '', player = 'VideoPlayer', playerState = '' where idBookmark = 86
  2826. 2021-07-13 17:14:03.369 T:2431632128 DEBUG: OnPlayBackStopped: CApplication::OnPlayBackStopped
  2827. 2021-07-13 17:14:03.374 T:3010648576 DEBUG: CMMALPool::~CMMALPool Destroying pool 0x5dbfc30 for port vc.ril.video_decode:out:0(I420)
  2828. 2021-07-13 17:14:03.376 T:3010648576 DEBUG: ------ Window Init (DialogNotification.xml) ------
  2829. 2021-07-13 17:14:03.379 T:2836841216 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  2830. 2021-07-13 17:14:03.379 T:2836841216 DEBUG: GetImageHash - unable to stat url resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  2831. 2021-07-13 17:14:03.380 T:3010648576 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'deu'
  2832. 2021-07-13 17:14:03.381 T:2836841216 DEBUG: Previous line repeats 1 times.
  2833. 2021-07-13 17:14:03.381 T:2836841216 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
  2834. 2021-07-13 17:14:03.389 T:3010648576 DEBUG: CDirectoryProvider[videodb://recentlyaddedmovies/]: refreshing..
  2835. 2021-07-13 17:14:03.407 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/4/468623f4.jpg
  2836. 2021-07-13 17:14:03.414 T:2853626624 DEBUG: NFS: Refreshing context for 192.168.1.48/mnt/media2, old: 153931, new: 154565
  2837. 2021-07-13 17:14:03.414 T:2853626624 DEBUG: NFS: Using cached context.
  2838. 2021-07-13 17:14:03.427 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnUpdate - data: {"item":{"id":1073,"type":"movie"}}
  2839. 2021-07-13 17:14:03.427 T:2684961536 DEBUG: Skin Helper Widgets --> Video database changed - type: movie - refreshing widgets....
  2840. 2021-07-13 17:14:03.428 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnUpdate - data: {"item":{"id":1073,"type":"movie"}}
  2841. 2021-07-13 17:14:03.433 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnUpdate - data: {"id":1073,"type":"movie"}
  2842. 2021-07-13 17:14:03.433 T:2684961536 DEBUG: Skin Helper Widgets --> Video database changed - type: movie - refreshing widgets....
  2843. 2021-07-13 17:14:03.433 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: Player.OnStop - data: {"end":false,"item":{"id":1073,"type":"movie"}}
  2844. 2021-07-13 17:14:03.433 T:2684961536 DEBUG: Skin Helper Widgets --> Video database changed - type: movie - refreshing widgets....
  2845. 2021-07-13 17:14:03.441 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2846. 2021-07-13 17:14:03.449 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/4/468623f4.jpg
  2847. 2021-07-13 17:14:03.452 T:2794590976 DEBUG: NFS: Refreshing context for 192.168.1.48/home/vdr/kodi/userdata, old: 154566, new: 154603
  2848. 2021-07-13 17:14:03.452 T:2794590976 DEBUG: NFS: Using cached context.
  2849. 2021-07-13 17:14:03.454 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/4/47fc9af9.jpg
  2850. 2021-07-13 17:14:03.497 T:2431632128 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/2/2c2d89e9.jpg
  2851. 2021-07-13 17:14:03.501 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2852. 2021-07-13 17:14:03.503 T:2726925056 DEBUG: [ script.embuary.helper ] Force widgets to refresh (VideoLibrary.OnUpdate)
  2853. 2021-07-13 17:14:03.503 T:2726925056 DEBUG: [ script.embuary.helper ] Execute: AlarmClock(WidgetRefresh,SetProperty(EmbuaryWidgetUpdate,20210713151403,home),00:10,silent)
  2854. 2021-07-13 17:14:03.511 T:2431632128 DEBUG: ffmpeg[90EFC300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2855. 2021-07-13 17:14:03.512 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/4/47fc9af9.jpg
  2856. 2021-07-13 17:14:03.512 T:2431632128 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/2/2c2d89e9.jpg
  2857. 2021-07-13 17:14:03.521 T:2726925056 DEBUG: [ script.embuary.helper ] Force widgets to refresh (VideoLibrary.OnUpdate)
  2858. 2021-07-13 17:14:03.522 T:2726925056 DEBUG: [ script.embuary.helper ] Execute: AlarmClock(WidgetRefresh,SetProperty(EmbuaryWidgetUpdate,20210713151403,home),00:10,silent)
  2859. 2021-07-13 17:14:03.551 T:2414846720 DEBUG: Thread Timer 2414846720 terminating
  2860. 2021-07-13 17:14:03.552 T:2381275904 DEBUG: Thread Timer start, auto delete: false
  2861. 2021-07-13 17:14:03.561 T:3010648576 DEBUG: started alarm with name: widgetrefresh
  2862. 2021-07-13 17:14:03.563 T:2743972608 DEBUG: Previous line repeats 1 times.
  2863. 2021-07-13 17:14:03.563 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnUpdate - data: {"id":1073,"type":"movie"}
  2864. 2021-07-13 17:14:03.569 T:2853626624 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  2865. 2021-07-13 17:14:03.570 T:2853626624 DEBUG: GetImageHash - unable to stat url resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  2866. 2021-07-13 17:14:03.570 T:3010648576 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'deu'
  2867. 2021-07-13 17:14:03.571 T:2853626624 DEBUG: Previous line repeats 1 times.
  2868. 2021-07-13 17:14:03.571 T:2853626624 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
  2869. 2021-07-13 17:14:03.625 T:2836841216 DEBUG: DoWork - took 242 ms to load special://skin/backgrounds/movies.jpg
  2870. 2021-07-13 17:14:03.625 T:2836841216 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'extrafanart/'
  2871. 2021-07-13 17:14:03.635 T:2752365312 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  2872. 2021-07-13 17:14:03.635 T:2752365312 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  2873. 2021-07-13 17:14:03.638 T:2752365312 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  2874. 2021-07-13 17:14:03.638 T:2752365312 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  2875. 2021-07-13 17:14:03.649 T:2760758016 DEBUG: [plugin.video.youtube] PlaybackMonitor active threads: ||
  2876. 2021-07-13 17:14:03.692 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Player.OnStop - data: {"end":false,"item":{"id":1073,"type":"movie"}}
  2877. 2021-07-13 17:14:03.693 T:3010648576 DEBUG: CDRMUtils::DrmFbDestroyCallback - removing framebuffer: 81
  2878. 2021-07-13 17:14:03.723 T:2853626624 DEBUG: DoWork - took 151 ms to load special://skin/backgrounds/movies.jpg
  2879. 2021-07-13 17:14:03.875 T:2853626624 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  2880. 2021-07-13 17:14:03.884 T:2853626624 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.*, songartistview.* FROM (SELECT idAlbum FROM album ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY songview.idAlbum DESC, songview.idSong, songartistview.idRole, songartistview.iOrder
  2881. 2021-07-13 17:14:03.913 T:2853626624 DEBUG: GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
  2882. 2021-07-13 17:14:03.925 T:2853626624 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  2883. 2021-07-13 17:14:03.983 T:2794590976 DEBUG: CNFSFile::Open - opened home/vdr/kodi/userdata/Thumbnails/4/4a606129.jpg
  2884. 2021-07-13 17:14:03.991 T:2794590976 DEBUG: ffmpeg[A6921300]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  2885. 2021-07-13 17:14:03.992 T:2794590976 DEBUG: CNFSFile::Close closing file home/vdr/kodi/userdata/Thumbnails/4/4a606129.jpg
  2886. 2021-07-13 17:14:03.996 T:2836841216 DEBUG: DoWork - trying to extract filestream details from video file nfs://192.168.1.48/mnt/media4/TV-Serien/Your Honor/your.honor.s01e08.german.dl.720p.web.h264-wvf.mkv
  2887. 2021-07-13 17:14:03.997 T:2836841216 DEBUG: NFS: Context for 192.168.1.48/mnt/media4/TV-Serien not open - get a new context.
  2888. 2021-07-13 17:14:04.004 T:2836841216 DEBUG: NFS: Connected to server 192.168.1.48 and export /mnt/media4/TV-Serien
  2889. 2021-07-13 17:14:04.004 T:2836841216 DEBUG: NFS: chunks: r/w 1048576/1048576
  2890. 2021-07-13 17:14:04.005 T:2836841216 DEBUG: CNFSFile::Open - opened mnt/media4/TV-Serien/Your Honor/your.honor.s01e08.german.dl.720p.web.h264-wvf.mkv
  2891. 2021-07-13 17:14:04.013 T:2853626624 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  2892. 2021-07-13 17:14:04.017 T:2853626624 DEBUG: GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')
  2893. 2021-07-13 17:14:04.074 T:2381275904 DEBUG: Thread Timer 2381275904 terminating
  2894. 2021-07-13 17:14:04.395 T:2887197440 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2895. 2021-07-13 17:14:04.604 T:2836841216 DEBUG: Previous line repeats 1 times.
  2896. 2021-07-13 17:14:04.604 T:2836841216 DEBUG: Open - probing detected format [matroska,webm]
  2897. 2021-07-13 17:14:04.608 T:2836841216 DEBUG: Open - avformat_find_stream_info starting
  2898. 2021-07-13 17:14:04.635 T:2836841216 DEBUG: Open - av_find_stream_info finished
  2899. 2021-07-13 17:14:04.635 T:2836841216 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 0
  2900. 2021-07-13 17:14:04.635 T:2836841216 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 1
  2901. 2021-07-13 17:14:04.636 T:2836841216 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 2
  2902. 2021-07-13 17:14:04.636 T:2836841216 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 3
  2903. 2021-07-13 17:14:04.636 T:2836841216 DEBUG: CNFSFile::Close closing file mnt/media4/TV-Serien/Your Honor/your.honor.s01e08.german.dl.720p.web.h264-wvf.mkv
  2904. 2021-07-13 17:14:04.641 T:2836841216 DEBUG: Mysql Start transaction
  2905. 2021-07-13 17:14:04.641 T:2836841216 DEBUG: Mysql execute: DELETE FROM streamdetails WHERE idFile = 1642
  2906. 2021-07-13 17:14:04.641 T:2836841216 DEBUG: Mysql execute: INSERT INTO streamdetails (idFile, iStreamType, strVideoCodec, fVideoAspect, iVideoWidth, iVideoHeight, iVideoDuration, strStereoMode, strVideoLanguage) VALUES (1642,0,'h264',1.777778,1280,720,3312,'','')
  2907. 2021-07-13 17:14:04.642 T:2836841216 DEBUG: Mysql execute: INSERT INTO streamdetails (idFile, iStreamType, strAudioCodec, iAudioChannels, strAudioLanguage) VALUES (1642,1,'aac',2,'ger')
  2908. 2021-07-13 17:14:04.642 T:2836841216 DEBUG: Mysql execute: INSERT INTO streamdetails (idFile, iStreamType, strSubtitleLanguage) VALUES (1642,2,'ger')
  2909. 2021-07-13 17:14:04.642 T:2836841216 DEBUG: Mysql execute: INSERT INTO streamdetails (idFile, iStreamType, strSubtitleLanguage) VALUES (1642,2,'eng')
  2910. 2021-07-13 17:14:04.643 T:2836841216 DEBUG: Mysql execute: update movie set c11=3312 where idFile=1642 and c11=''
  2911. 2021-07-13 17:14:04.643 T:2836841216 DEBUG: Mysql execute: update episode set c09=3312 where idFile=1642 and c09=''
  2912. 2021-07-13 17:14:04.643 T:2836841216 DEBUG: Mysql execute: update musicvideo set c04=3312 where idFile=1642 and c04=''
  2913. 2021-07-13 17:14:04.719 T:2836841216 DEBUG: Mysql commit transaction
  2914. 2021-07-13 17:14:04.721 T:2836841216 DEBUG: Mysql Start transaction
  2915. 2021-07-13 17:14:04.721 T:2836841216 DEBUG: Mysql execute: UPDATE files SET dateAdded='2021-06-29 10:06:03' WHERE idFile=1642
  2916. 2021-07-13 17:14:04.722 T:2836841216 DEBUG: This query part contains a like, we will double backslash in the next field: select actor_id from actor where name like '
  2917. 2021-07-13 17:14:04.771 T:2836841216 DEBUG: Previous line repeats 1 times.
  2918. 2021-07-13 17:14:04.771 T:2836841216 DEBUG: Mysql execute: UPDATE rating SET rating = 7.000000, votes = 1 WHERE rating_id = 1510
  2919. 2021-07-13 17:14:04.771 T:2836841216 DEBUG: Mysql execute: DELETE FROM uniqueid WHERE media_id=320 AND media_type='episode'
  2920. 2021-07-13 17:14:04.772 T:2836841216 DEBUG: Mysql execute: INSERT INTO uniqueid (media_id, media_type, value, type) VALUES (320, 'episode', '2546480', 'tmdb')
  2921. 2021-07-13 17:14:04.773 T:2836841216 DEBUG: Mysql Start transaction
  2922. 2021-07-13 17:14:04.773 T:2836841216 DEBUG: Mysql execute: DELETE FROM streamdetails WHERE idFile = 1642
  2923. 2021-07-13 17:14:04.774 T:2836841216 DEBUG: Mysql execute: INSERT INTO streamdetails (idFile, iStreamType, strVideoCodec, fVideoAspect, iVideoWidth, iVideoHeight, iVideoDuration, strStereoMode, strVideoLanguage) VALUES (1642,0,'h264',1.777778,1280,720,3312,'','')
  2924. 2021-07-13 17:14:04.774 T:2836841216 DEBUG: Mysql execute: INSERT INTO streamdetails (idFile, iStreamType, strAudioCodec, iAudioChannels, strAudioLanguage) VALUES (1642,1,'aac',2,'ger')
  2925. 2021-07-13 17:14:04.774 T:2836841216 DEBUG: Mysql execute: INSERT INTO streamdetails (idFile, iStreamType, strSubtitleLanguage) VALUES (1642,2,'ger')
  2926. 2021-07-13 17:14:04.775 T:2836841216 DEBUG: Mysql execute: INSERT INTO streamdetails (idFile, iStreamType, strSubtitleLanguage) VALUES (1642,2,'eng')
  2927. 2021-07-13 17:14:04.775 T:2836841216 DEBUG: Mysql execute: update movie set c11=3312 where idFile=1642 and c11=''
  2928. 2021-07-13 17:14:04.775 T:2836841216 DEBUG: Mysql execute: update episode set c09=3312 where idFile=1642 and c09=''
  2929. 2021-07-13 17:14:04.776 T:2836841216 DEBUG: Mysql execute: update musicvideo set c04=3312 where idFile=1642 and c04=''
  2930. 2021-07-13 17:14:04.830 T:2836841216 DEBUG: Mysql commit transaction
  2931. 2021-07-13 17:14:04.833 T:2836841216 DEBUG: Mysql execute: UPDATE episode SET c00='Part Eight',c01='Jimmy puts pressure on Michael over Carlo’s trial. At a family dinner, Adam announces his future plans. Nancy and Lee discover some cops aren’t what they seem.',c03='1510',c04='Frank Baldwin',c05='2021-01-31',c06='<thumb>https://image.tmdb.org/t/p/original/wws8e2upfRBUSYJOiqEYdynbm5W.jpg</thumb><thumb>https://image.tmdb.org/t/p/original/wLXUNUTB983b6NOCD4ropntPJdr.jpg</thumb><thumb>https://image.tmdb.org/t/p/original/bbzRPAUPyQoaXPMZbiuwT7F5sU2.jpg</thumb><thumb>https://image.tmdb.org/t/p/original/zTaiS8MwcgdV6agWULPRZEqiuAk.jpg</thumb><thumb>https://image.tmdb.org/t/p/original/u1PvntTB0ILj20hh6Fkkk1hkX2q.jpg</thumb><thumb>https://image.tmdb.org/t/p/original/xcX2vCU5t4KN50F6Kio0ZnL0yV6.jpg</thumb><thumb>https://image.tmdb.org/t/p/original/uYvPcpusIo3OA1HuopyVEERbxqg.jpg</thumb><thumb>https://image.tmdb.org/t/p/original/q7zZV8DIBFqF4ILcEYLCjUcqDao.jpg</thumb><thumb>https://image.tmdb.org/t/p/original/A2NhU8aaOqgHGc3PPJyFkVF4VUd.jpg</thumb><thumb>https://image.tmdb.org/t/p/original/qo5j5HBJAZtAYSlBkKZR4DDBRi7.jpg</thumb>',c07='',c09='3312',c10='Eva Sørhaug',c11='',c12='1',c13='8',c14='',c15='-1',c16='-1',c17='-1',c18='nfs://192.168.1.48/mnt/media4/TV-Serien/Your Honor/your.honor.s01e08.german.dl.720p.web.h264-wvf.mkv',c19='1268',c20='3436', userrating = NULL, idSeason = 64 where idEpisode=320
  2932. 2021-07-13 17:14:04.875 T:2836841216 DEBUG: Mysql commit transaction
  2933. 2021-07-13 17:14:05.970 T:2887197440 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2934. 2021-07-13 17:14:08.370 T:3010648576 DEBUG: Previous line repeats 3 times.
  2935. 2021-07-13 17:14:08.370 T:3010648576 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
  2936. 2021-07-13 17:14:09.082 T:2887197440 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2937. 2021-07-13 17:14:34.582 T:2853626624 DEBUG: Previous line repeats 44 times.
  2938. 2021-07-13 17:14:34.582 T:2853626624 DEBUG: Thread JobWorker 2853626624 terminating (autodelete)
  2939. 2021-07-13 17:14:34.582 T:2794590976 DEBUG: Thread JobWorker 2794590976 terminating (autodelete)
  2940. 2021-07-13 17:14:34.583 T:2431632128 DEBUG: Thread JobWorker 2431632128 terminating (autodelete)
  2941. 2021-07-13 17:14:34.877 T:2836841216 DEBUG: Thread JobWorker 2836841216 terminating (autodelete)
  2942. 2021-07-13 17:14:35.030 T:2887197440 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2943. 2021-07-13 17:15:03.342 T:2983113472 DEBUG: Previous line repeats 51 times.
  2944. 2021-07-13 17:15:03.342 T:2983113472 DEBUG: CAESinkPi:Drain delay:100ms now:0ms
  2945. 2021-07-13 17:15:04.348 T:2836841216 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2946. 2021-07-13 17:15:10.860 T:2726925056 DEBUG: Previous line repeats 9 times.
  2947. 2021-07-13 17:15:10.860 T:2726925056 DEBUG: [ script.embuary.helper ] Start new fanart grabber process
  2948. 2021-07-13 17:15:11.046 T:2726925056 DEBUG: GetArtistsByWhereJSON query: SELECT a1.*, art.art_id AS idArt, art.type AS artType, art.url AS artURL FROM (SELECT artist.idArtist, strArtist FROM artist WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artist.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artist.idArtist)) AND (artist.strArtist != '') ORDER BY RAND() LIMIT 40) AS a1 LEFT JOIN art ON art.media_id = a1.idArtist AND art.media_type = 'artist' GROUP BY a1.idArtist, art.art_id ORDER BY a1.idArtist, arttype
  2949. 2021-07-13 17:15:11.061 T:2726925056 DEBUG: GetArtistsByWhereJSON - query took 15 ms
  2950. 2021-07-13 17:15:11.075 T:2836841216 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2951. 2021-07-13 17:15:13.343 T:2983113472 DEBUG: Previous line repeats 6 times.
  2952. 2021-07-13 17:15:13.343 T:2983113472 DEBUG: CAESinkPi:Deinitialize
  2953. 2021-07-13 17:15:13.343 T:2983113472 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
  2954. 2021-07-13 17:15:13.345 T:2983113472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0x7d87aa0
  2955. 2021-07-13 17:15:13.613 T:2836841216 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2956. 2021-07-13 17:15:42.979 T:3010648576 DEBUG: Previous line repeats 53 times.
  2957. 2021-07-13 17:15:42.979 T:3010648576 NOTICE: NFS is idle. Closing the remaining connections.
  2958. 2021-07-13 17:15:42.993 T:2836841216 DEBUG: CWebServer[8080]: request received for /jsonrpc
  2959. 2021-07-13 17:16:45.900 T:2718532352 DEBUG: Previous line repeats 55 times.
  2960. 2021-07-13 17:16:45.901 T:2718532352 NOTICE: script.tv.show.next.aired: ### starting data update
  2961. 2021-07-13 17:16:45.901 T:2718532352 NOTICE: script.tv.show.next.aired: ### grabbing a new country mapping list
  2962. 2021-07-13 17:16:46.778 T:2718532352 DEBUG: script.tv.show.next.aired: ### search language = "en"
  2963. 2021-07-13 17:16:46.778 T:2718532352 DEBUG: script.tv.show.next.aired: ### Update period: day (228 mins)
  2964. 2021-07-13 17:16:47.017 T:2718532352 ERROR: script.tv.show.next.aired: ### ERROR retreiving updates from thetvdb.com: File is not a zip file
  2965. 2021-07-13 17:16:47.062 T:2718532352 NOTICE: script.tv.show.next.aired: ### data update finished
  2966. 2021-07-13 17:17:03.147 T:2743972608 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: GUI.OnScreensaverActivated - data: null
  2967. 2021-07-13 17:17:03.151 T:3010648576 DEBUG: CAddonSettings[screensaver.xbmc.builtin.dim]: loading setting definitions
  2968. 2021-07-13 17:17:03.151 T:3010648576 DEBUG: CAddonSettings[screensaver.xbmc.builtin.dim]: trying to load setting definitions from old format...
  2969. 2021-07-13 17:17:03.152 T:3010648576 DEBUG: ------ Window Init () ------
  2970. 2021-07-13 17:17:03.232 T:2684961536 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: GUI.OnScreensaverActivated - data: null
  2971.  
  2972. ################################################################################
  2973. # ... output of cat /storage/.kodi/temp/kodi.old.log
  2974. # LibreELEC release: RPi4.arm-9.2.7
  2975. #
  2976. ################################################################################
  2977. 2021-07-13 17:06:05.125 T:3010750976 NOTICE: -----------------------------------------------------------------------
  2978. 2021-07-13 17:06:05.125 T:3010750976 NOTICE: Starting Kodi (18.9 (18.9.0) Git:leia_pi4_18.9-Leia). Platform: Linux ARM 32-bit
  2979. 2021-07-13 17:06:05.125 T:3010750976 NOTICE: Using Release Kodi x32 build
  2980. 2021-07-13 17:06:05.125 T:3010750976 NOTICE: Kodi compiled 2021-05-27 by GCC 8.3.0 for Linux ARM 32-bit version 4.19.127 (267135)
  2981. 2021-07-13 17:06:05.125 T:3010750976 NOTICE: Running on LibreELEC (widevine): 9.2.7, kernel: Linux ARM 32-bit version 4.19.127
  2982. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: FFmpeg version/source: 4.0.4-Kodi
  2983. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: Host CPU: ARMv7 Processor rev 3 (v7l), 4 cores available
  2984. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: ARM Features: Neon enabled
  2985. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi/
  2986. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
  2987. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
  2988. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata
  2989. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: special://envhome/ is mapped to: /storage
  2990. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: special://home/ is mapped to: /storage/.kodi
  2991. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: special://temp/ is mapped to: /storage/.kodi/temp
  2992. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: special://logpath/ is mapped to: /storage/.kodi/temp
  2993. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
  2994. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: Local hostname: Raspi-Schlafzimmer
  2995. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: Log File is located: /storage/.kodi/temp/kodi.log
  2996. 2021-07-13 17:06:05.126 T:3010750976 NOTICE: -----------------------------------------------------------------------
  2997. 2021-07-13 17:06:05.135 T:3010750976 INFO: loading settings
  2998. 2021-07-13 17:06:05.137 T:3010750976 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2999. 2021-07-13 17:06:05.157 T:3010750976 DEBUG: CSkinSettings: no <skinsettings> tag found
  3000. 2021-07-13 17:06:05.158 T:3010750976 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
  3001. 2021-07-13 17:06:05.158 T:3010750976 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
  3002. <?xml version="1.0" encoding="utf-8" ?>
  3003. <advancedsettings>
  3004. <cputempcommand>/usr/bin/cputemp</cputempcommand>
  3005. <gputempcommand>/usr/bin/gputemp</gputempcommand>
  3006. <showexitbutton>false</showexitbutton>
  3007. <remotedelay>1</remotedelay>
  3008. <samba>
  3009. <clienttimeout>30</clienttimeout>
  3010. </samba>
  3011. <fanartres>720</fanartres>
  3012. <imageres>540</imageres>
  3013. </advancedsettings>
  3014. 2021-07-13 17:06:05.158 T:3010750976 WARNING: CSettingsManager: missing version attribute
  3015. 2021-07-13 17:06:05.160 T:3010750976 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  3016. 2021-07-13 17:06:05.160 T:3010750976 NOTICE: Contents of special://profile/advancedsettings.xml are...
  3017. <advancedsettings>
  3018. <videodatabase>
  3019. <type>mysql</type>
  3020. <host>192.168.1.48</host>
  3021. <port>3306</port>
  3022. <user>kodi</user>
  3023. <pass>*****</pass>
  3024. </videodatabase>
  3025. <musicdatabase>
  3026. <type>mysql</type>
  3027. <host>192.168.1.48</host>
  3028. <port>3306</port>
  3029. <user>kodi</user>
  3030. <pass>*****</pass>
  3031. </musicdatabase>
  3032. <videolibrary>
  3033. <importwatchedstate>true</importwatchedstate>
  3034. <importresumepoint>true</importresumepoint>
  3035. </videolibrary>
  3036. <pathsubstitution>
  3037. <substitute>
  3038. <from>special://masterprofile/Thumbnails</from>
  3039. <to>nfs://192.168.1.48/home/vdr/kodi/userdata/Thumbnails</to>
  3040. </substitute>
  3041. <substitute>
  3042. <from>special://masterprofile/favourites.xml</from>
  3043. <to>nfs://192.168.1.48/home/vdr/kodi/userdata/favourites.xml</to>
  3044. </substitute>
  3045. </pathsubstitution>
  3046. </advancedsettings>
  3047. 2021-07-13 17:06:05.160 T:3010750976 DEBUG: Configuring path substitutions
  3048. 2021-07-13 17:06:05.160 T:3010750976 DEBUG: Registering substitution pair:
  3049. 2021-07-13 17:06:05.160 T:3010750976 DEBUG: From: [/storage/.kodi/userdata/Thumbnails]
  3050. 2021-07-13 17:06:05.160 T:3010750976 DEBUG: To: [nfs://192.168.1.48/home/vdr/kodi/userdata/Thumbnails]
  3051. 2021-07-13 17:06:05.160 T:3010750976 DEBUG: Registering substitution pair:
  3052. 2021-07-13 17:06:05.160 T:3010750976 DEBUG: From: [/storage/.kodi/userdata/favourites.xml]
  3053. 2021-07-13 17:06:05.160 T:3010750976 DEBUG: To: [nfs://192.168.1.48/home/vdr/kodi/userdata/favourites.xml]
  3054. 2021-07-13 17:06:05.160 T:3010750976 WARNING: VIDEO database configuration is experimental.
  3055. 2021-07-13 17:06:05.160 T:3010750976 WARNING: CSettingsManager: missing version attribute
  3056. 2021-07-13 17:06:05.161 T:3010750976 NOTICE: Default Video Player: VideoPlayer
  3057. 2021-07-13 17:06:05.161 T:3010750976 NOTICE: Default Audio Player: paplayer
  3058. 2021-07-13 17:06:05.161 T:3010750976 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  3059. 2021-07-13 17:06:05.161 T:3010750976 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
  3060. 2021-07-13 17:06:05.161 T:3010750976 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  3061. 2021-07-13 17:06:05.280 T:3010750976 NOTICE: PulseAudio: Server found running - will try to use Pulse
  3062. 2021-07-13 17:06:05.295 T:3010750976 NOTICE: Running database version Addons27
  3063. 2021-07-13 17:06:05.430 T:3010750976 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
  3064. 2021-07-13 17:06:05.430 T:3010750976 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
  3065. 2021-07-13 17:06:05.430 T:3010750976 NOTICE: ADDON: context.extendedinfo.dialog v1.0.3 installed
  3066. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: driver.dvb.crazycat v9.2.0.0 installed
  3067. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: driver.dvb.dvb-latest v9.2.0.0 installed
  3068. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: game.controller.default v1.0.8 installed
  3069. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: game.controller.snes v1.0.8 installed
  3070. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: inputstream.adaptive v2.4.7.1 installed
  3071. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
  3072. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
  3073. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
  3074. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
  3075. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
  3076. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
  3077. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
  3078. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
  3079. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
  3080. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
  3081. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
  3082. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
  3083. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
  3084. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
  3085. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
  3086. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
  3087. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
  3088. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: kodi.resource v1.0.0 installed
  3089. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.album.universal v3.1.4 installed
  3090. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.artists.universal v4.3.3 installed
  3091. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.common.allmusic.com v3.2.2 installed
  3092. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed
  3093. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.common.imdb.com v3.2.3 installed
  3094. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.4 installed
  3095. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
  3096. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.common.themoviedb.org v3.2.17 installed
  3097. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.local v1.0.0 installed
  3098. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.themoviedb.org v5.2.6 installed
  3099. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.13 installed
  3100. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: os.libreelec.tv v9.2 installed
  3101. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: os.openelec.tv v9.2 installed
  3102. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: peripheral.joystick v1.4.9 installed
  3103. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: plugin.program.autocompletion v1.0.1 installed
  3104. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: plugin.video.amazon-test v0.9.4 installed
  3105. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: plugin.video.netflix v1.12.5 installed
  3106. 2021-07-13 17:06:05.431 T:3010750976 NOTICE: ADDON: plugin.video.youtube v6.8.15 installed
  3107. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: repository.castagnait v1.0.1 installed
  3108. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: repository.kodi.game v1.0.0 installed
  3109. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: repository.libreelec.tv v9.2.0 installed
  3110. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: repository.sandmann79.plugins v1.0.3 installed
  3111. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
  3112. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.aspectratio.color v1.0.0 installed
  3113. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.audiochannels.color v1.0.0 installed
  3114. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.audiocodec.color v1.0.0 installed
  3115. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.extras.color v1.0.1 installed
  3116. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.moviegenreicons.xzener-flat v0.0.3 installed
  3117. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.mpaa.color v1.0.2 installed
  3118. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.musiccodec.color v1.0.0 installed
  3119. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.musicgenreicons.text v0.1.0 installed
  3120. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.recordlabels.white v0.0.7 installed
  3121. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.resolution.color v1.0.0 installed
  3122. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.skinthemes.aeonmq v1.0.0 installed
  3123. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.studios.coloured v0.0.20 installed
  3124. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.studios.white v0.0.28 installed
  3125. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.videocodec.color v1.0.0 installed
  3126. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.weathericons.animated v0.0.6 installed
  3127. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
  3128. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.language.de_de v9.0.21 installed
  3129. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
  3130. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.uisounds.aeonmq6 v1.0.0 installed
  3131. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
  3132. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
  3133. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
  3134. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.artistslideshow v3.3.0 installed
  3135. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.artworkorganizer v6.0.0 installed
  3136. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.cu.lrclyrics v5.8.3 installed
  3137. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.embuary.helper v1.5.0 installed
  3138. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.extendedinfo v5.6.0 installed
  3139. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.favourites v7.1.3 installed
  3140. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.games.rom.collection.browser v2.1.3 installed
  3141. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.globalsearch v8.0.13 installed
  3142. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.image.resource.select v2.0.4 installed
  3143. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.module.addon.signals v0.0.6 installed
  3144. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.module.arrow v0.15.5 installed
  3145. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.module.autocompletion v1.1.2 installed
  3146. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.module.backports.functools_lru_cache v1.6.1 installed
  3147. 2021-07-13 17:06:05.432 T:3010750976 NOTICE: ADDON: script.module.beautifulsoup v3.2.1 installed
  3148. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.beautifulsoup4 v4.9.3 installed
  3149. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.certifi v2019.9.11 installed
  3150. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.chardet v3.0.4 installed
  3151. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.dateutil v2.8.1 installed
  3152. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.defusedxml v0.6.0 installed
  3153. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.future v0.17.1 installed
  3154. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.idna v2.8 installed
  3155. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.inputstreamhelper v0.5.7 installed
  3156. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.kodi-six v0.1.3 installed
  3157. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.kodi65 v1.2.1 installed
  3158. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.mechanicalsoup v1.0.0 installed
  3159. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.metadatautils v1.0.0 installed
  3160. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.musicbrainz v0.6.0 installed
  3161. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.pil v1.1.7 installed
  3162. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.pyautogui v0.9.51 installed
  3163. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
  3164. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.pydes v2.0.1 installed
  3165. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.pyxbmct v1.3.1 installed
  3166. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.requests v2.22.0 installed
  3167. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.routing v0.2.3 installed
  3168. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.simplecache v1.0.20 installed
  3169. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.simplejson v3.16.1 installed
  3170. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.six v1.15.0 installed
  3171. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.soupsieve v1.9.6+leia.1 installed
  3172. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.thetvdb v1.0.12 installed
  3173. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.urllib3 v1.25.6 installed
  3174. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.module.youtube.dl v21.303.0 installed
  3175. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.openweathermap.maps v0.3.1 installed
  3176. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.program.driverselect v0.1.6 installed
  3177. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.randomandlastitems v2.2.2 installed
  3178. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.skin.helper.colorpicker v1.0.13 installed
  3179. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.skin.helper.service v1.1.3 installed
  3180. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.skin.helper.skinbackup v1.0.12 installed
  3181. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.skin.helper.widgets v1.0.22 installed
  3182. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: script.tv.show.next.aired v6.0.15 installed
  3183. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: service.library.data.provider v0.3.2 installed
  3184. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: service.libreelec.settings v9.0.0 installed
  3185. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: service.rom.collection.browser v1.0.1 installed
  3186. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: service.upnext v1.1.5 installed
  3187. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: skin.ace2 v1.6.0 installed
  3188. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: skin.aeonmq8 v2.9.0 installed
  3189. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: skin.estuary v2.0.27 installed
  3190. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: virtual.rpi-tools v9.2.0.107 installed
  3191. 2021-07-13 17:06:05.433 T:3010750976 NOTICE: ADDON: virtual.system-tools v9.2.0.111 installed
  3192. 2021-07-13 17:06:05.434 T:3010750976 NOTICE: ADDON: weather.openweathermap.extended v5.0.2 installed
  3193. 2021-07-13 17:06:05.434 T:3010750976 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
  3194. 2021-07-13 17:06:05.434 T:3010750976 NOTICE: ADDON: xbmc.addon v18.9 installed
  3195. 2021-07-13 17:06:05.434 T:3010750976 NOTICE: ADDON: xbmc.core v0.1.0 installed
  3196. 2021-07-13 17:06:05.434 T:3010750976 NOTICE: ADDON: xbmc.gui v5.14.0 installed
  3197. 2021-07-13 17:06:05.434 T:3010750976 NOTICE: ADDON: xbmc.json v10.3.0 installed
  3198. 2021-07-13 17:06:05.434 T:3010750976 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
  3199. 2021-07-13 17:06:05.434 T:3010750976 NOTICE: ADDON: xbmc.python v2.26.0 installed
  3200. 2021-07-13 17:06:05.434 T:3010750976 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
  3201. 2021-07-13 17:06:05.475 T:3010750976 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
  3202. 2021-07-13 17:06:05.506 T:2991608576 WARNING: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
  3203. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: Found 2 Lists of Devices
  3204. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: Enumerated PI devices:
  3205. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: Device 1
  3206. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_deviceName : HDMI
  3207. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_displayName : HDMI
  3208. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_displayNameExtra:
  3209. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  3210. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_channels : FL, FR
  3211. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
  3212. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
  3213. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
  3214. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: Device 2
  3215. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_deviceName : Analogue
  3216. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_displayName : Analogue
  3217. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_displayNameExtra:
  3218. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  3219. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_channels : FL, FR
  3220. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_sampleRates : 48000
  3221. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
  3222. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: m_streamTypes : No passthrough capabilities
  3223. 2021-07-13 17:06:05.507 T:2991608576 NOTICE: Device 3
  3224. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_deviceName : Both
  3225. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_displayName : HDMI and Analogue
  3226. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_displayNameExtra:
  3227. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  3228. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_channels : FL, FR
  3229. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_sampleRates : 48000
  3230. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
  3231. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_streamTypes : No passthrough capabilities
  3232. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: Enumerated PULSE devices:
  3233. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: Device 1
  3234. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_deviceName : Default
  3235. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_displayName : Default
  3236. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
  3237. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  3238. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_channels : FL, FR
  3239. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
  3240. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
  3241. 2021-07-13 17:06:05.508 T:2991608576 NOTICE: m_streamTypes : No passthrough capabilities
  3242. 2021-07-13 17:06:05.552 T:3010750976 NOTICE: Raspberry PI firmware version: Jun 26 2020 14:49:28
  3243. Copyright (c) 2012 Broadcom
  3244. version b078012603a6a094178f959805996ad225a0d83b (clean) (release) (start_x)
  3245. 2021-07-13 17:06:05.552 T:3010750976 NOTICE: ARM mem: 703MB GPU mem: 320MB MPG2:0 WVC1:0
  3246. 2021-07-13 17:06:05.553 T:3010750976 NOTICE: Config:
  3247. arm_freq=1500
  3248. audio_pwm_mode=514
  3249. config_hdmi_boost=5
  3250. core_freq=500
  3251. core_freq_min=200
  3252. disable_commandline_tags=2
  3253. disable_l2cache=1
  3254. disable_overscan=1
  3255. display_hdmi_rotate=-1
  3256. display_lcd_rotate=-1
  3257. enable_gic=1
  3258. enable_uart=1
  3259. force_eeprom_read=1
  3260. force_pwm_open=1
  3261. framebuffer_ignore_alpha=1
  3262. framebuffer_swap=1
  3263. gpu_freq=500
  3264. gpu_freq_min=250
  3265. hdmi_channel_map=8
  3266. init_uart_clock=0x2dc6c00
  3267. lcd_framerate=60
  3268. mask_gpu_interrupt0=1024
  3269. mask_gpu_interrupt1=0x10000
  3270. over_voltage_avs=-11250
  3271. pause_burst_frames=1
  3272. program_serial_random=1
  3273. total_mem=4096
  3274. hdmi_force_cec_address:0=65535
  3275. hdmi_force_cec_address:1=65535
  3276. hdmi_ignore_cec_init:0=1
  3277. hdmi_pixel_freq_limit:0=0x11e1a300
  3278. hdmi_pixel_freq_limit:1=0x11e1a300
  3279. 2021-07-13 17:06:05.553 T:3010750976 NOTICE: Config:
  3280. device_tree=-
  3281. overlay_prefix=overlays/
  3282. hdmi_cvt:0=
  3283. hdmi_cvt:1=
  3284. hdmi_edid_filename:0=
  3285. hdmi_edid_filename:1=
  3286. hdmi_timings:0=
  3287. hdmi_timings:1=
  3288. 2021-07-13 17:06:05.871 T:3010750976 WARNING: CDRMUtils::FindPlane - could not find plane
  3289. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 3840x2160 with 3840x2160 @ 30.000000 Hz
  3290. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 4096x2160 with 4096x2160 @ 30.000000 Hz
  3291. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 4096x2160 with 4096x2160 @ 29.970032 Hz
  3292. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 4096x2160 with 4096x2160 @ 24.000000 Hz
  3293. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 4096x2160 with 4096x2160 @ 23.976025 Hz
  3294. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 3840x2160 with 3840x2160 @ 29.970032 Hz
  3295. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 3840x2160 with 3840x2160 @ 25.000000 Hz
  3296. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 3840x2160 with 3840x2160 @ 24.000000 Hz
  3297. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 3840x2160 with 3840x2160 @ 23.976025 Hz
  3298. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 2560x1440 with 2560x1440 @ 60.000000 Hz
  3299. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
  3300. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
  3301. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 50.000000 Hz
  3302. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 30.000000 Hz
  3303. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 29.970032 Hz
  3304. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 25.000000 Hz
  3305. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz
  3306. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz
  3307. 2021-07-13 17:06:05.960 T:3010750976 NOTICE: Found resolution 1680x1050 with 1680x1050 @ 60.000000 Hz
  3308. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1600x900 with 1600x900 @ 60.000000 Hz
  3309. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1280x1024 with 1280x1024 @ 75.000000 Hz
  3310. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1280x1024 with 1280x1024 @ 60.000000 Hz
  3311. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1440x900 with 1440x900 @ 60.000000 Hz
  3312. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1280x800 with 1280x800 @ 60.000000 Hz
  3313. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1152x864 with 1152x864 @ 75.000000 Hz
  3314. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
  3315. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
  3316. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1280x720 with 1280x720 @ 50.000000 Hz
  3317. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1024x768 with 1024x768 @ 75.000000 Hz
  3318. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1024x768 with 1024x768 @ 70.000000 Hz
  3319. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz
  3320. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 832x624 with 832x624 @ 74.925079 Hz
  3321. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 800x600 with 800x600 @ 75.000000 Hz
  3322. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 800x600 with 800x600 @ 72.000000 Hz
  3323. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 800x600 with 800x600 @ 60.000000 Hz
  3324. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 720x576 with 720x576 @ 50.000000 Hz
  3325. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 720x480 with 720x480 @ 59.940063 Hz
  3326. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 720x480 with 720x480 @ 60.000000 Hz
  3327. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 640x480 with 640x480 @ 75.000000 Hz
  3328. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 640x480 with 640x480 @ 73.000000 Hz
  3329. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 640x480 with 640x480 @ 67.000000 Hz
  3330. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 640x480 with 640x480 @ 60.000000 Hz
  3331. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Previous line repeats 1 times.
  3332. 2021-07-13 17:06:05.961 T:3010750976 NOTICE: Found resolution 720x400 with 720x400 @ 70.000000 Hz
  3333. 2021-07-13 17:06:05.963 T:3010750976 NOTICE: EGL_VERSION = 1.4
  3334. 2021-07-13 17:06:05.963 T:3010750976 NOTICE: EGL_VENDOR = Mesa Project
  3335. 2021-07-13 17:06:05.963 T:3010750976 NOTICE: EGL_EXTENSIONS = EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export
  3336. 2021-07-13 17:06:05.963 T:3010750976 NOTICE: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_MESA_platform_gbm
  3337. 2021-07-13 17:06:05.967 T:3010750976 NOTICE: Checking resolution 29
  3338. 2021-07-13 17:06:06.088 T:3010750976 WARNING: CGBMUtils::DestroySurface - surface already destroyed
  3339. 2021-07-13 17:06:06.135 T:3010750976 NOTICE: GL_VENDOR = Broadcom
  3340. 2021-07-13 17:06:06.135 T:3010750976 NOTICE: GL_RENDERER = V3D 4.2
  3341. 2021-07-13 17:06:06.135 T:3010750976 NOTICE: GL_VERSION = OpenGL ES 3.0 Mesa 19.1.7
  3342. 2021-07-13 17:06:06.135 T:3010750976 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.00
  3343. 2021-07-13 17:06:06.135 T:3010750976 NOTICE: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_draw_elements_base_vertex GL_EXT_texture_border_clamp GL_KHR_context_flush_control GL_OES_draw_elements_base_vertex GL_OES_texture_border_clamp GL_OES_texture_stencil8 GL_EXT_float_blend GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_MESA_shader_integer_functions GL_KHR_parallel_shader_compile GL_EXT_texture_query_lod
  3344. 2021-07-13 17:06:07.578 T:2887299840 NOTICE: Running database version Addons27
  3345. 2021-07-13 17:06:07.579 T:2887299840 NOTICE: Running database version ViewModes6
  3346. 2021-07-13 17:06:07.606 T:2887299840 NOTICE: Running database version Textures13
  3347. 2021-07-13 17:06:07.609 T:2887299840 NOTICE: MYSQL: Connected to version 10.3.29-MariaDB-0ubuntu0.20.04.1
  3348. 2021-07-13 17:06:07.613 T:2887299840 NOTICE: Running database version MyMusic72
  3349. 2021-07-13 17:06:07.617 T:2887299840 NOTICE: Running database version MyVideos116
  3350. 2021-07-13 17:06:07.619 T:2887299840 NOTICE: Running database version TV32
  3351. 2021-07-13 17:06:07.620 T:2887299840 NOTICE: Running database version Epg12
  3352. 2021-07-13 17:06:07.648 T:3010750976 NOTICE: start dvd mediatype detection
  3353. 2021-07-13 17:06:07.731 T:3010750976 NOTICE: load skin from: /storage/.kodi/addons/skin.aeonmq8 (version: 2.9.0)
  3354. 2021-07-13 17:06:08.826 T:3010750976 WARNING: Trying to add unsupported control type 1
  3355. 2021-07-13 17:06:09.055 T:3010750976 WARNING: Previous line repeats 3 times.
  3356. 2021-07-13 17:06:09.055 T:3010750976 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  3357. 2021-07-13 17:06:09.096 T:3010750976 NOTICE: Register - new keyboard device registered on application->keyboard: Tastatur (0000:0000)
  3358. 2021-07-13 17:06:09.097 T:3010750976 NOTICE: Register - new mouse device registered on application->mouse: Maus (0000:0000)
  3359. 2021-07-13 17:06:09.104 T:3010750976 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  3360. 2021-07-13 17:06:09.104 T:3010750976 NOTICE: Loaded playercorefactory configuration
  3361. 2021-07-13 17:06:09.104 T:3010750976 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  3362. 2021-07-13 17:06:09.105 T:3010750976 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  3363. 2021-07-13 17:06:09.146 T:3010750976 NOTICE: initialize done
  3364. 2021-07-13 17:06:09.146 T:3010750976 NOTICE: Running the application...
  3365. 2021-07-13 17:06:09.153 T:3010750976 NOTICE: starting zeroconf publishing
  3366. 2021-07-13 17:06:09.154 T:3010750976 NOTICE: CWebServer[8080]: Started
  3367. 2021-07-13 17:06:09.155 T:2643362560 NOTICE: ES: Starting UDP Event server on port 9777
  3368. 2021-07-13 17:06:09.157 T:2643362560 NOTICE: UDP: Listening on port 9777 (ipv6 : true)
  3369. 2021-07-13 17:06:09.187 T:2794693376 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/
  3370. 2021-07-13 17:06:09.194 T:2617737984 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
  3371. 2021-07-13 17:06:09.461 T:2819871488 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
  3372. 2021-07-13 17:06:10.469 T:2887299840 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  3373. 2021-07-13 17:06:10.631 T:2718896896 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.15)
  3374. 2021-07-13 17:06:10.898 T:2870514432 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - //Thumbnails/4/4a606129.jpg
  3375. 2021-07-13 17:06:11.621 T:2727289600 NOTICE: [ script.embuary.helper ] Service: Started
  3376. 2021-07-13 17:06:11.621 T:2727289600 NOTICE: [ script.embuary.helper ] Service: Player monitor started
  3377. 2021-07-13 17:06:12.928 T:2718896896 NOTICE: script.tv.show.next.aired: ### starting data update
  3378. 2021-07-13 17:06:12.928 T:2718896896 NOTICE: script.tv.show.next.aired: ### grabbing a new country mapping list
  3379. 2021-07-13 17:06:13.879 T:2853729024 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3380. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3381. Error Type: <type 'exceptions.IOError'>
  3382. Error Contents: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/favourites.xml'
  3383. Traceback (most recent call last):
  3384. File "/storage/.kodi/addons/script.favourites/default.py", line 146, in <module>
  3385. Main()
  3386. File "/storage/.kodi/addons/script.favourites/default.py", line 22, in __init__
  3387. found, favourites = self._read_file()
  3388. File "/storage/.kodi/addons/script.favourites/default.py", line 46, in _read_file
  3389. self.doc = parse(self.fav_file)
  3390. File "/usr/lib/python2.7/xml/dom/minidom.py", line 1918, in parse
  3391. File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 922, in parse
  3392. IOError: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/favourites.xml'
  3393. -->End of Python script error report<--
  3394. 2021-07-13 17:06:14.027 T:2853729024 NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
  3395. 2021-07-13 17:06:14.046 T:2744075008 NOTICE: Skin Helper Service --> Skin Helper Service version 1.1.3 started
  3396. 2021-07-13 17:06:14.193 T:2685326080 NOTICE: Skin Helper Widgets --> Backgroundservice started
  3397. 2021-07-13 17:06:14.363 T:2752467712 NOTICE: [service.upnext] UpNextMonitor -> Service started
  3398. 2021-07-13 17:06:14.526 T:2769253120 NOTICE: [Amazon VOD] Service: Proxy bound to 127.0.0.1:41823
  3399. 2021-07-13 17:06:14.955 T:2769253120 NOTICE: [Amazon VOD] Service: Proxy server started
  3400. 2021-07-13 17:06:14.959 T:2769253120 NOTICE: [Amazon VOD] Service started
  3401. 2021-07-13 17:06:23.764 T:2718896896 ERROR: script.tv.show.next.aired: ### ERROR retreiving updates from thetvdb.com: File is not a zip file
  3402. 2021-07-13 17:06:23.830 T:2718896896 NOTICE: script.tv.show.next.aired: ### data update finished
  3403. 2021-07-13 17:07:51.169 T:3010750976 NOTICE: NFS is idle. Closing the remaining connections.
  3404. 2021-07-13 17:09:58.409 T:2870514432 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - //Thumbnails/1/1c685117.png
  3405. 2021-07-13 17:09:58.518 T:2365444864 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  3406. 2021-07-13 17:10:00.049 T:2365444864 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - //Thumbnails/a/a786d075.jpg
  3407. 2021-07-13 17:10:04.524 T:2365444864 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/
  3408. 2021-07-13 17:10:04.629 T:2453005056 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  3409. 2021-07-13 17:10:07.209 T:2453005056 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/
  3410. 2021-07-13 17:10:08.229 T:2453005056 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Paramount / Platinum Dunes / Sunday Night.png
  3411. 2021-07-13 17:10:08.389 T:2373837568 ERROR: NEWADDON Unknown Video Info Key "progress"
  3412. 2021-07-13 17:10:09.030 T:2365444864 ERROR: Previous line repeats 3 times.
  3413. 2021-07-13 17:10:09.030 T:2365444864 ERROR: DoWork - Direct texture file loading failed for special://skin/backgrounds/weather.jpg
  3414. 2021-07-13 17:10:10.570 T:2424193792 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/
  3415. 2021-07-13 17:10:30.389 T:3010750976 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  3416. 2021-07-13 17:10:30.389 T:3010750976 NOTICE: Enabled debug logging due to GUI setting. Level 2.
  3417. 2021-07-13 17:10:30.390 T:3010750976 DEBUG: ------ Window Init () ------
  3418. 2021-07-13 17:10:31.340 T:2617737984 DEBUG: CWebServer[8080]: request received for /jsonrpc
  3419. 2021-07-13 17:10:41.197 T:2643362560 DEBUG: Previous line repeats 14 times.
  3420. 2021-07-13 17:10:41.197 T:2643362560 DEBUG: EventClient: button code 0 pressed
  3421. 2021-07-13 17:10:41.229 T:3010750976 DEBUG: HandleKey: menu (0xd8) pressed, action is PreviousMenu
  3422. 2021-07-13 17:10:41.246 T:3010750976 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  3423. 2021-07-13 17:10:41.536 T:3010750976 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
  3424. 2021-07-13 17:10:41.568 T:3010750976 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  3425. 2021-07-13 17:10:41.568 T:3010750976 DEBUG: ------ Window Init (Settings.xml) ------
  3426. 2021-07-13 17:10:41.863 T:2424193792 DEBUG: DoWork - took 199 ms to load special://skin/backgrounds/extras/settings_system.jpg
  3427. 2021-07-13 17:10:42.119 T:2617737984 DEBUG: CWebServer[8080]: request received for /jsonrpc
  3428. 2021-07-13 17:10:42.805 T:2643362560 DEBUG: Previous line repeats 2 times.
  3429. 2021-07-13 17:10:42.805 T:2643362560 DEBUG: EventClient: button code 0 pressed
  3430. 2021-07-13 17:10:42.849 T:3010750976 DEBUG: HandleKey: menu (0xd8) pressed, action is PreviousMenu
  3431. 2021-07-13 17:10:42.849 T:3010750976 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  3432. 2021-07-13 17:10:43.154 T:3010750976 DEBUG: ------ Window Deinit (Settings.xml) ------
  3433. 2021-07-13 17:10:43.168 T:3010750976 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  3434. 2021-07-13 17:10:43.168 T:3010750976 DEBUG: ------ Window Init (Home.xml) ------
  3435. 2021-07-13 17:10:43.171 T:3010750976 DEBUG: CDirectoryProvider[plugin://script.skin.helper.service/?action=getcast&movie=&downloadthumbs=true]: refreshing..
  3436. 2021-07-13 17:10:43.173 T:2870514432 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','6','?action=getcast&movie=&downloadthumbs=true','resume:false')
  3437. 2021-07-13 17:10:43.173 T:2302558976 DEBUG: Thread LanguageInvoker start, auto delete: false
  3438. 2021-07-13 17:10:43.173 T:2302558976 INFO: initializing python engine.
  3439. 2021-07-13 17:10:43.173 T:2302558976 DEBUG: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): start processing
  3440. 2021-07-13 17:10:43.197 T:2302558976 DEBUG: -->Python Interpreter Initialized<--
  3441. 2021-07-13 17:10:43.197 T:2302558976 DEBUG: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/storage/.kodi/addons/script.skin.helper.service/plugin.py"
  3442. 2021-07-13 17:10:43.200 T:2444612352 DEBUG: Thread LanguageInvoker start, auto delete: false
  3443. 2021-07-13 17:10:43.200 T:2444612352 INFO: initializing python engine.
  3444. 2021-07-13 17:10:43.200 T:2444612352 DEBUG: CPythonInvoker(23, /storage/.kodi/addons/script.favourites/default.py): start processing
  3445. 2021-07-13 17:10:43.201 T:2285773568 DEBUG: Thread Timer start, auto delete: false
  3446. 2021-07-13 17:10:43.202 T:2302558976 DEBUG: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /storage/.kodi/addons/script.skin.helper.service:/storage/.kodi/addons/script.module.arrow/lib:/storage/.kodi/addons/script.module.backports.functools_lru_cache/lib:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.dateutil/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.metadatautils/lib:/storage/.kodi/addons/script.module.musicbrainz/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.simplecache/lib:/storage/.kodi/addons/script.module.simplejson/lib:/storage/.kodi/addons/script.module.six/lib:/storage/.kodi/addons/script.module.thetvdb/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  3447. 2021-07-13 17:10:43.203 T:2302558976 DEBUG: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): entering source directory /storage/.kodi/addons/script.skin.helper.service
  3448. 2021-07-13 17:10:43.213 T:2285773568 DEBUG: Thread Timer 2285773568 terminating
  3449. 2021-07-13 17:10:43.213 T:2317161216 DEBUG: Thread Timer start, auto delete: false
  3450. 2021-07-13 17:10:43.220 T:2302558976 DEBUG: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  3451. 2021-07-13 17:10:43.224 T:2317161216 DEBUG: Thread Timer 2317161216 terminating
  3452. 2021-07-13 17:10:43.225 T:2285773568 DEBUG: Thread Timer start, auto delete: false
  3453. 2021-07-13 17:10:43.236 T:2285773568 DEBUG: Thread Timer 2285773568 terminating
  3454. 2021-07-13 17:10:43.237 T:2317161216 DEBUG: Thread Timer start, auto delete: false
  3455. 2021-07-13 17:10:43.248 T:2424193792 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  3456. 2021-07-13 17:10:43.259 T:2424193792 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.*, songartistview.* FROM (SELECT idAlbum FROM album ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY songview.idAlbum DESC, songview.idSong, songartistview.idRole, songartistview.iOrder
  3457. 2021-07-13 17:10:43.298 T:2424193792 DEBUG: GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
  3458. 2021-07-13 17:10:43.316 T:2424193792 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  3459. 2021-07-13 17:10:43.329 T:2365444864 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/
  3460. 2021-07-13 17:10:43.329 T:3010750976 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/resolution/'
  3461. 2021-07-13 17:10:43.329 T:3010750976 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/aspectratio/'
  3462. 2021-07-13 17:10:43.330 T:3010750976 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/audiocodec/'
  3463. 2021-07-13 17:10:43.330 T:2453005056 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
  3464. 2021-07-13 17:10:43.369 T:2317161216 DEBUG: Thread Timer 2317161216 terminating
  3465. 2021-07-13 17:10:43.369 T:2317161216 DEBUG: Thread Timer start, auto delete: false
  3466. 2021-07-13 17:10:43.425 T:2424193792 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  3467. 2021-07-13 17:10:43.432 T:2424193792 DEBUG: GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')
  3468. 2021-07-13 17:10:43.675 T:2617737984 DEBUG: CWebServer[8080]: request received for /jsonrpc
  3469. 2021-07-13 17:10:43.749 T:2444612352 DEBUG: Previous line repeats 1 times.
  3470. 2021-07-13 17:10:43.749 T:2444612352 DEBUG: -->Python Interpreter Initialized<--
  3471. 2021-07-13 17:10:43.749 T:2444612352 DEBUG: CPythonInvoker(23, /storage/.kodi/addons/script.favourites/default.py): the source file to load is "/storage/.kodi/addons/script.favourites/default.py"
  3472. 2021-07-13 17:10:43.749 T:2444612352 DEBUG: CPythonInvoker(23, /storage/.kodi/addons/script.favourites/default.py): setting the Python path to /storage/.kodi/addons/script.favourites:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  3473. 2021-07-13 17:10:43.749 T:2444612352 DEBUG: CPythonInvoker(23, /storage/.kodi/addons/script.favourites/default.py): entering source directory /storage/.kodi/addons/script.favourites
  3474. 2021-07-13 17:10:43.749 T:2444612352 DEBUG: CPythonInvoker(23, /storage/.kodi/addons/script.favourites/default.py): instantiating addon using automatically obtained id of "script.favourites" dependent on version 2.25.0 of the xbmc.python api
  3475. 2021-07-13 17:10:43.765 T:2444612352 DEBUG: script.favourites: script version 7.1.3 started
  3476. 2021-07-13 17:10:43.765 T:2444612352 DEBUG: script.favourites: ### params: {}
  3477. 2021-07-13 17:10:43.765 T:2302558976 DEBUG: Skin Helper Simplecache --> Initialized
  3478. 2021-07-13 17:10:43.765 T:2302558976 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'getcast', u'downloadthumbs': u'true'}
  3479. 2021-07-13 17:10:43.766 T:2302558976 DEBUG: Skin Helper Simplecache --> Initialized
  3480. 2021-07-13 17:10:43.769 T:2444612352 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3481. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3482. Error Type: <type 'exceptions.IOError'>
  3483. Error Contents: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/favourites.xml'
  3484. Traceback (most recent call last):
  3485. File "/storage/.kodi/addons/script.favourites/default.py", line 146, in <module>
  3486. Main()
  3487. File "/storage/.kodi/addons/script.favourites/default.py", line 22, in __init__
  3488. found, favourites = self._read_file()
  3489. File "/storage/.kodi/addons/script.favourites/default.py", line 46, in _read_file
  3490. self.doc = parse(self.fav_file)
  3491. File "/usr/lib/python2.7/xml/dom/minidom.py", line 1918, in parse
  3492. File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 922, in parse
  3493. IOError: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/favourites.xml'
  3494. -->End of Python script error report<--
  3495. 2021-07-13 17:10:43.772 T:2444612352 DEBUG: onExecutionDone(23, /storage/.kodi/addons/script.favourites/default.py)
  3496. 2021-07-13 17:10:43.789 T:3010750976 DEBUG: ------ Window Init (DialogNotification.xml) ------
  3497. 2021-07-13 17:10:43.893 T:2317161216 DEBUG: Thread Timer 2317161216 terminating
  3498. 2021-07-13 17:10:43.925 T:2444612352 INFO: Python interpreter stopped
  3499. 2021-07-13 17:10:43.925 T:2444612352 DEBUG: Thread LanguageInvoker 2444612352 terminating
  3500. 2021-07-13 17:10:43.926 T:2302558976 DEBUG: Skin Helper Simplecache --> Closed
  3501. 2021-07-13 17:10:43.926 T:2302558976 DEBUG: Previous line repeats 1 times.
  3502. 2021-07-13 17:10:43.926 T:2302558976 INFO: CPythonInvoker(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  3503. 2021-07-13 17:10:43.926 T:2302558976 DEBUG: onExecutionDone(22, /storage/.kodi/addons/script.skin.helper.service/plugin.py)
  3504. 2021-07-13 17:10:43.938 T:2302558976 INFO: Python interpreter stopped
  3505. 2021-07-13 17:10:43.939 T:2302558976 DEBUG: Thread LanguageInvoker 2302558976 terminating
  3506. 2021-07-13 17:10:45.210 T:2617737984 DEBUG: CWebServer[8080]: request received for /jsonrpc
  3507. 2021-07-13 17:10:49.658 T:3010750976 DEBUG: Previous line repeats 5 times.
  3508. 2021-07-13 17:10:49.658 T:3010750976 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
  3509. 2021-07-13 17:10:49.834 T:2302558976 DEBUG: CWebServer[8080]: request received for /jsonrpc
  3510. 2021-07-13 17:10:55.248 T:3010750976 DEBUG: Previous line repeats 11 times.
  3511. 2021-07-13 17:10:55.249 T:3010750976 INFO: Saving exitCode 66
  3512. 2021-07-13 17:10:55.327 T:3010750976 DEBUG: ------ Window Init (DialogBusy.xml) ------
  3513. 2021-07-13 17:10:55.335 T:2744075008 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: System.OnRestart - data: null
  3514. 2021-07-13 17:10:55.389 T:3010750976 NOTICE: Quitting due to POSIX signal
  3515. 2021-07-13 17:10:55.399 T:2685326080 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: System.OnRestart - data: null
  3516. 2021-07-13 17:10:55.408 T:3010750976 NOTICE: Stopping player
  3517. 2021-07-13 17:10:55.409 T:3010750976 NOTICE: Storing total System Uptime
  3518. 2021-07-13 17:10:55.409 T:2878907136 DEBUG: Thread AlarmClock 2878907136 terminating
  3519. 2021-07-13 17:10:55.409 T:3010750976 NOTICE: Saving settings
  3520. 2021-07-13 17:10:55.417 T:3010750976 NOTICE: Saving skin settings
  3521. 2021-07-13 17:10:55.436 T:2744075008 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: System.OnQuit - data: {"exitcode":66}
  3522. 2021-07-13 17:10:55.439 T:3010750976 NOTICE: Stopping all
  3523. 2021-07-13 17:10:55.439 T:2365444864 DEBUG: Thread JobWorker 2365444864 terminating (autodelete)
  3524. 2021-07-13 17:10:55.439 T:2424193792 DEBUG: Thread JobWorker 2424193792 terminating (autodelete)
  3525. 2021-07-13 17:10:55.439 T:2870514432 DEBUG: Thread JobWorker 2870514432 terminating (autodelete)
  3526. 2021-07-13 17:10:55.440 T:3010750976 DEBUG: NetworkMessage - Signaling network services to stop
  3527. 2021-07-13 17:10:55.440 T:3010750976 NOTICE: ES: Stopping event server
  3528. 2021-07-13 17:10:55.440 T:2453005056 DEBUG: Thread JobWorker 2453005056 terminating (autodelete)
  3529. 2021-07-13 17:10:55.469 T:2836943616 DEBUG: Thread CECAdapterUpdate 2836943616 terminating
  3530. 2021-07-13 17:10:55.499 T:2685326080 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: System.OnQuit - data: {"exitcode":66}
  3531. 2021-07-13 17:10:55.504 T:2586157824 DEBUG: Process - CEC adapter processor thread ended
  3532. 2021-07-13 17:10:55.504 T:2586157824 DEBUG: Thread CECAdapter 2586157824 terminating
  3533. 2021-07-13 17:10:55.818 T:2643362560 NOTICE: ES: UDP Event server stopped
  3534. 2021-07-13 17:10:55.818 T:2643362560 DEBUG: Thread EventServer 2643362560 terminating
  3535. 2021-07-13 17:10:55.842 T:3010750976 DEBUG: CZeroconfAvahi::doRemoveService named: servers.airtunes
  3536. 2021-07-13 17:10:55.843 T:3010750976 DEBUG: NetworkMessage - Waiting for network services to stop
  3537. 2021-07-13 17:10:55.843 T:3010750976 NOTICE: stopping zeroconf publishing
  3538. 2021-07-13 17:10:55.845 T:3010750976 NOTICE: CWebServer[8080]: Stopped
  3539. 2021-07-13 17:10:56.362 T:2634969856 DEBUG: Thread TCPServer 2634969856 terminating
  3540. 2021-07-13 17:10:56.362 T:3010750976 NOTICE: stop dvd detect media
  3541. 2021-07-13 17:10:56.362 T:3010750976 DEBUG: CServiceAddonManager: stopping plugin.video.amazon-test.
  3542. 2021-07-13 17:10:56.362 T:3010750976 DEBUG: CPythonInvoker(4, /storage/.kodi/addons/plugin.video.amazon-test/service.py): trigger Monitor abort request
  3543. 2021-07-13 17:10:56.441 T:2769253120 NOTICE: [Amazon VOD] Service: Proxy server stopped
  3544. 2021-07-13 17:10:56.442 T:2769253120 NOTICE: [Amazon VOD] Service stopped
  3545. 2021-07-13 17:10:56.442 T:2769253120 INFO: CPythonInvoker(4, /storage/.kodi/addons/plugin.video.amazon-test/service.py): script successfully run
  3546. 2021-07-13 17:10:56.442 T:2769253120 DEBUG: onExecutionDone(4, /storage/.kodi/addons/plugin.video.amazon-test/service.py)
  3547. 2021-07-13 17:10:56.458 T:2769253120 WARNING: CPythonInvoker(4, /storage/.kodi/addons/plugin.video.amazon-test/service.py): the python script "/storage/.kodi/addons/plugin.video.amazon-test/service.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui6DialogE,N14PythonBindings31XBMCAddon_xbmc_Monitor_DirectorE,N9XBMCAddon9xbmcaddon5AddonE
  3548. 2021-07-13 17:10:56.458 T:2769253120 INFO: Python interpreter interrupted by user
  3549. 2021-07-13 17:10:56.459 T:3010750976 DEBUG: CPythonInvoker(4, /storage/.kodi/addons/plugin.video.amazon-test/service.py): script termination took 96ms
  3550. 2021-07-13 17:10:56.459 T:3010750976 DEBUG: CServiceAddonManager: stopping plugin.video.netflix.
  3551. 2021-07-13 17:10:56.459 T:2769253120 DEBUG: Thread LanguageInvoker 2769253120 terminating
  3552. 2021-07-13 17:10:56.459 T:3010750976 DEBUG: CPythonInvoker(15, /storage/.kodi/addons/plugin.video.netflix/service.py): trigger Monitor abort request
  3553. 2021-07-13 17:10:56.941 T:2676933376 INFO: CPythonInvoker(15, /storage/.kodi/addons/plugin.video.netflix/service.py): script successfully run
  3554. 2021-07-13 17:10:56.942 T:2676933376 DEBUG: onExecutionDone(15, /storage/.kodi/addons/plugin.video.netflix/service.py)
  3555. 2021-07-13 17:10:56.986 T:2676933376 INFO: Python interpreter interrupted by user
  3556. 2021-07-13 17:10:56.987 T:3010750976 DEBUG: CPythonInvoker(15, /storage/.kodi/addons/plugin.video.netflix/service.py): script termination took 527ms
  3557. 2021-07-13 17:10:56.987 T:3010750976 DEBUG: CServiceAddonManager: stopping plugin.video.youtube.
  3558. 2021-07-13 17:10:56.987 T:2676933376 DEBUG: Thread LanguageInvoker 2676933376 terminating
  3559. 2021-07-13 17:10:56.987 T:3010750976 DEBUG: CPythonInvoker(5, /storage/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): trigger Monitor abort request
  3560. 2021-07-13 17:10:56.987 T:2760860416 DEBUG: [plugin.video.youtube] PlaybackMonitor active threads: ||
  3561. 2021-07-13 17:10:56.989 T:2760860416 INFO: CPythonInvoker(5, /storage/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): script successfully run
  3562. 2021-07-13 17:10:56.989 T:2760860416 DEBUG: onExecutionDone(5, /storage/.kodi/addons/plugin.video.youtube/resources/lib/startup.py)
  3563. 2021-07-13 17:10:57.013 T:2760860416 INFO: Python interpreter interrupted by user
  3564. 2021-07-13 17:10:57.013 T:3010750976 DEBUG: CPythonInvoker(5, /storage/.kodi/addons/plugin.video.youtube/resources/lib/startup.py): script termination took 26ms
  3565. 2021-07-13 17:10:57.013 T:3010750976 DEBUG: CServiceAddonManager: stopping script.cu.lrclyrics.
  3566. 2021-07-13 17:10:57.013 T:2760860416 DEBUG: Thread LanguageInvoker 2760860416 terminating
  3567. 2021-07-13 17:10:57.013 T:3010750976 DEBUG: CPythonInvoker(11, /storage/.kodi/addons/script.cu.lrclyrics/default.py): trigger Monitor abort request
  3568. 2021-07-13 17:10:57.031 T:2710504192 INFO: CPythonInvoker(11, /storage/.kodi/addons/script.cu.lrclyrics/default.py): script successfully run
  3569. 2021-07-13 17:10:57.031 T:2710504192 DEBUG: onExecutionDone(11, /storage/.kodi/addons/script.cu.lrclyrics/default.py)
  3570. 2021-07-13 17:10:57.050 T:2710504192 INFO: Python interpreter interrupted by user
  3571. 2021-07-13 17:10:57.050 T:3010750976 DEBUG: CPythonInvoker(11, /storage/.kodi/addons/script.cu.lrclyrics/default.py): script termination took 37ms
  3572. 2021-07-13 17:10:57.050 T:3010750976 DEBUG: CServiceAddonManager: stopping script.embuary.helper.
  3573. 2021-07-13 17:10:57.050 T:2710504192 DEBUG: Thread LanguageInvoker 2710504192 terminating
  3574. 2021-07-13 17:10:57.050 T:3010750976 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.embuary.helper/service.py): trigger Monitor abort request
  3575. 2021-07-13 17:10:57.051 T:2727289600 NOTICE: [ script.embuary.helper ] Service: Player monitor stopped
  3576. 2021-07-13 17:10:57.051 T:2727289600 NOTICE: [ script.embuary.helper ] Service: Stopped
  3577. 2021-07-13 17:10:57.051 T:2727289600 INFO: CPythonInvoker(9, /storage/.kodi/addons/script.embuary.helper/service.py): script successfully run
  3578. 2021-07-13 17:10:57.051 T:2727289600 DEBUG: onExecutionDone(9, /storage/.kodi/addons/script.embuary.helper/service.py)
  3579. 2021-07-13 17:10:57.060 T:2727289600 INFO: Python interpreter interrupted by user
  3580. 2021-07-13 17:10:57.060 T:3010750976 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.embuary.helper/service.py): script termination took 10ms
  3581. 2021-07-13 17:10:57.060 T:3010750976 DEBUG: CServiceAddonManager: stopping script.skin.helper.service.
  3582. 2021-07-13 17:10:57.060 T:2727289600 DEBUG: Thread LanguageInvoker 2727289600 terminating
  3583. 2021-07-13 17:10:57.060 T:3010750976 DEBUG: CPythonInvoker(7, /storage/.kodi/addons/script.skin.helper.service/service.py): trigger Monitor abort request
  3584. 2021-07-13 17:10:57.061 T:2744075008 NOTICE: Skin Helper Service --> Shutdown requested !
  3585. 2021-07-13 17:10:57.061 T:2744075008 DEBUG: Skin Helper Service --> ListItemMonitor - stop called
  3586. 2021-07-13 17:10:57.061 T:2744075008 DEBUG: Skin Helper Service --> WebService - stop called
  3587. 2021-07-13 17:10:57.063 T:2853729024 DEBUG: Skin Helper Service --> Webservice --> [13/Jul/2021 17:10:57] "QUIT / HTTP/1.1" 200 -
  3588. 2021-07-13 17:10:57.066 T:2744075008 DEBUG: Skin Helper Simplecache --> Closed
  3589. 2021-07-13 17:10:57.067 T:2744075008 DEBUG: Previous line repeats 4 times.
  3590. 2021-07-13 17:10:57.067 T:2744075008 DEBUG: Metadata and Artwork module --> Exited
  3591. 2021-07-13 17:10:57.067 T:2744075008 NOTICE: Skin Helper Service --> Skin Helper Service version 1.1.3 stopped
  3592. 2021-07-13 17:10:57.067 T:2744075008 DEBUG: Skin Helper Simplecache --> Closed
  3593. 2021-07-13 17:10:57.067 T:2744075008 INFO: CPythonInvoker(7, /storage/.kodi/addons/script.skin.helper.service/service.py): script successfully run
  3594. 2021-07-13 17:10:57.067 T:2744075008 DEBUG: onExecutionDone(7, /storage/.kodi/addons/script.skin.helper.service/service.py)
  3595. 2021-07-13 17:10:57.088 T:2744075008 INFO: Python interpreter interrupted by user
  3596. 2021-07-13 17:10:57.088 T:3010750976 DEBUG: CPythonInvoker(7, /storage/.kodi/addons/script.skin.helper.service/service.py): script termination took 28ms
  3597. 2021-07-13 17:10:57.088 T:3010750976 DEBUG: CServiceAddonManager: stopping script.skin.helper.skinbackup.
  3598. 2021-07-13 17:10:57.088 T:2744075008 DEBUG: Thread LanguageInvoker 2744075008 terminating
  3599. 2021-07-13 17:10:57.088 T:3010750976 DEBUG: CPythonInvoker(13, /storage/.kodi/addons/script.skin.helper.skinbackup/service.py): trigger Monitor abort request
  3600. 2021-07-13 17:10:57.089 T:2693718784 DEBUG: Skin Helper Backup --> Service stopped
  3601. 2021-07-13 17:10:57.089 T:2693718784 INFO: CPythonInvoker(13, /storage/.kodi/addons/script.skin.helper.skinbackup/service.py): script successfully run
  3602. 2021-07-13 17:10:57.089 T:2693718784 DEBUG: onExecutionDone(13, /storage/.kodi/addons/script.skin.helper.skinbackup/service.py)
  3603. 2021-07-13 17:10:57.095 T:2693718784 INFO: Python interpreter interrupted by user
  3604. 2021-07-13 17:10:57.096 T:3010750976 DEBUG: CPythonInvoker(13, /storage/.kodi/addons/script.skin.helper.skinbackup/service.py): script termination took 7ms
  3605. 2021-07-13 17:10:57.096 T:3010750976 DEBUG: CServiceAddonManager: stopping script.skin.helper.widgets.
  3606. 2021-07-13 17:10:57.096 T:2693718784 DEBUG: Thread LanguageInvoker 2693718784 terminating
  3607. 2021-07-13 17:10:57.096 T:3010750976 DEBUG: CPythonInvoker(14, /storage/.kodi/addons/script.skin.helper.widgets/service.py): trigger Monitor abort request
  3608. 2021-07-13 17:10:57.096 T:2685326080 NOTICE: Skin Helper Widgets --> Backgroundservice stopped
  3609. 2021-07-13 17:10:57.096 T:2685326080 INFO: CPythonInvoker(14, /storage/.kodi/addons/script.skin.helper.widgets/service.py): script successfully run
  3610. 2021-07-13 17:10:57.096 T:2685326080 DEBUG: onExecutionDone(14, /storage/.kodi/addons/script.skin.helper.widgets/service.py)
  3611. 2021-07-13 17:10:57.102 T:2685326080 INFO: Python interpreter interrupted by user
  3612. 2021-07-13 17:10:57.102 T:3010750976 DEBUG: CPythonInvoker(14, /storage/.kodi/addons/script.skin.helper.widgets/service.py): script termination took 6ms
  3613. 2021-07-13 17:10:57.102 T:3010750976 DEBUG: CServiceAddonManager: stopping script.tv.show.next.aired.
  3614. 2021-07-13 17:10:57.102 T:2685326080 DEBUG: Thread LanguageInvoker 2685326080 terminating
  3615. 2021-07-13 17:10:57.102 T:3010750976 DEBUG: CPythonInvoker(10, /storage/.kodi/addons/script.tv.show.next.aired/service.py): trigger Monitor abort request
  3616. 2021-07-13 17:10:57.928 T:2718896896 NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
  3617. 2021-07-13 17:10:57.928 T:2718896896 INFO: CPythonInvoker(10, /storage/.kodi/addons/script.tv.show.next.aired/service.py): script aborted
  3618. 2021-07-13 17:10:57.928 T:2718896896 DEBUG: onExecutionDone(10, /storage/.kodi/addons/script.tv.show.next.aired/service.py)
  3619. 2021-07-13 17:10:57.941 T:2718896896 INFO: Python interpreter interrupted by user
  3620. 2021-07-13 17:10:57.941 T:3010750976 DEBUG: CPythonInvoker(10, /storage/.kodi/addons/script.tv.show.next.aired/service.py): script termination took 839ms
  3621. 2021-07-13 17:10:57.941 T:3010750976 DEBUG: CServiceAddonManager: stopping service.library.data.provider.
  3622. 2021-07-13 17:10:57.941 T:3010750976 DEBUG: CPythonInvoker(8, /storage/.kodi/addons/service.library.data.provider/service.py): trigger Monitor abort request
  3623. 2021-07-13 17:10:57.942 T:2735682304 DEBUG: Library Data Provider: service version 0.3.2 stopped
  3624. 2021-07-13 17:10:57.942 T:2735682304 INFO: CPythonInvoker(8, /storage/.kodi/addons/service.library.data.provider/service.py): script successfully run
  3625. 2021-07-13 17:10:57.942 T:2735682304 DEBUG: onExecutionDone(8, /storage/.kodi/addons/service.library.data.provider/service.py)
  3626. 2021-07-13 17:10:57.948 T:2735682304 INFO: Python interpreter interrupted by user
  3627. 2021-07-13 17:10:57.949 T:3010750976 DEBUG: CPythonInvoker(8, /storage/.kodi/addons/service.library.data.provider/service.py): script termination took 2ms
  3628. 2021-07-13 17:10:57.949 T:3010750976 DEBUG: CServiceAddonManager: stopping service.libreelec.settings.
  3629. 2021-07-13 17:10:57.949 T:2718896896 DEBUG: Thread LanguageInvoker 2718896896 terminating
  3630. 2021-07-13 17:10:57.949 T:2735682304 DEBUG: Thread LanguageInvoker 2735682304 terminating
  3631. 2021-07-13 17:10:57.949 T:3010750976 DEBUG: CPythonInvoker(3, /usr/share/kodi/addons/service.libreelec.settings/service.py): trigger Monitor abort request
  3632. 2021-07-13 17:10:57.950 T:2382230272 INFO: ## LibreELEC Addon ## xdbus Monitor stopped. ##
  3633. 2021-07-13 17:10:57.966 T:2777645824 DEBUG: ## LibreELEC Addon ## STOP SERVICE DONE !
  3634. 2021-07-13 17:10:57.967 T:2777645824 INFO: CPythonInvoker(3, /usr/share/kodi/addons/service.libreelec.settings/service.py): script successfully run
  3635. 2021-07-13 17:10:57.967 T:2777645824 INFO: CPythonInvoker(3, /usr/share/kodi/addons/service.libreelec.settings/service.py): waiting on thread 18446744071813600000
  3636. 2021-07-13 17:10:57.967 T:2399015680 INFO: ## LibreELEC Addon ## _service_::run ## MESSAGE:'exit'
  3637. 2021-07-13 17:10:58.004 T:2492121856 INFO: ## LibreELEC Addon ## updates::updateThread ## Stopped
  3638. 2021-07-13 17:10:58.067 T:2777645824 DEBUG: onExecutionDone(3, /usr/share/kodi/addons/service.libreelec.settings/service.py)
  3639. 2021-07-13 17:10:58.084 T:2777645824 INFO: Python interpreter interrupted by user
  3640. 2021-07-13 17:10:58.084 T:3010750976 DEBUG: CPythonInvoker(3, /usr/share/kodi/addons/service.libreelec.settings/service.py): script termination took 135ms
  3641. 2021-07-13 17:10:58.085 T:3010750976 DEBUG: CServiceAddonManager: stopping service.rom.collection.browser.
  3642. 2021-07-13 17:10:58.085 T:2777645824 DEBUG: Thread LanguageInvoker 2777645824 terminating
  3643. 2021-07-13 17:10:58.085 T:3010750976 INFO: CServiceAddonManager: failed to stop service.rom.collection.browser (may have ended)
  3644. 2021-07-13 17:10:58.085 T:3010750976 DEBUG: CServiceAddonManager: stopping service.upnext.
  3645. 2021-07-13 17:10:58.085 T:3010750976 DEBUG: CPythonInvoker(6, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py): trigger Monitor abort request
  3646. 2021-07-13 17:10:58.086 T:2752467712 DEBUG: CAddonSettings[service.upnext]: loading setting definitions
  3647. 2021-07-13 17:10:58.087 T:2752467712 DEBUG: CAddonSettings[service.upnext]: trying to load setting definitions from old format...
  3648. 2021-07-13 17:10:58.088 T:2752467712 DEBUG: [service.upnext] UpNextMonitor -> Service stopped
  3649. 2021-07-13 17:10:58.089 T:2752467712 INFO: CPythonInvoker(6, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py): script successfully run
  3650. 2021-07-13 17:10:58.089 T:2752467712 DEBUG: onExecutionDone(6, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py)
  3651. 2021-07-13 17:10:58.094 T:2752467712 INFO: Python interpreter interrupted by user
  3652. 2021-07-13 17:10:58.094 T:3010750976 DEBUG: CPythonInvoker(6, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py): script termination took 6ms
  3653. 2021-07-13 17:10:58.095 T:2752467712 DEBUG: Thread LanguageInvoker 2752467712 terminating
  3654. 2021-07-13 17:10:58.095 T:2991608576 DEBUG: Thread ActiveAE 2991608576 terminating
  3655. 2021-07-13 17:10:58.095 T:2983215872 DEBUG: Thread AESink 2983215872 terminating
  3656. 2021-07-13 17:10:58.096 T:3010750976 NOTICE: Application stopped
  3657. 2021-07-13 17:10:58.296 T:3010750976 NOTICE: XBApplicationEx: destroying...
  3658. 2021-07-13 17:10:58.297 T:2803086080 DEBUG: Thread PeripEventScanner 2803086080 terminating
  3659. 2021-07-13 17:10:58.367 T:2828264192 DEBUG: Thread PeripBusUSBUdev 2828264192 terminating
  3660. 2021-07-13 17:10:58.506 T:2811478784 DEBUG: Thread PeripBusAddon 2811478784 terminating
  3661. 2021-07-13 17:10:58.647 T:3010750976 INFO: AddOnLog: Joystick Support: Disabling joystick interface "linux"
  3662. 2021-07-13 17:10:58.648 T:3010750976 DEBUG: SECTION:UnloadDll(/usr/lib/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.4.9)
  3663. 2021-07-13 17:10:58.649 T:3010750976 INFO: ADDON: Dll Destroyed - Joystick Support
  3664. 2021-07-13 17:10:58.649 T:3010750976 NOTICE: unload skin
  3665. 2021-07-13 17:10:58.649 T:3010750976 INFO: Unloading old skin ...
  3666. 2021-07-13 17:10:58.700 T:3010750976 DEBUG: ------ Window Deinit () ------
  3667. 2021-07-13 17:10:58.704 T:3010750976 DEBUG: ------ Window Deinit (Home.xml) ------
  3668. 2021-07-13 17:10:58.704 T:2845336320 DEBUG: Thread Timer start, auto delete: false
  3669. 2021-07-13 17:10:58.718 T:3010750976 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  3670. 2021-07-13 17:10:58.721 T:3010750976 DEBUG: CloseBundle - Closed bundle
  3671. 2021-07-13 17:10:58.750 T:3010750976 DEBUG: CDRMUtils::DrmFbDestroyCallback - removing framebuffer: 81
  3672. 2021-07-13 17:10:58.768 T:3010750976 DEBUG: CDRMUtils::DrmFbDestroyCallback - removing framebuffer: 94
  3673. 2021-07-13 17:10:58.769 T:3010750976 DEBUG: CWinSystemGbmEGLContext::DestroyWindow - deinitialized GBM
  3674. 2021-07-13 17:10:58.771 T:3010750976 NOTICE: unload sections
  3675. 2021-07-13 17:10:58.776 T:3010750976 DEBUG: LogindUPowerSyscall - delay lock sleep released
  3676. 2021-07-13 17:10:58.777 T:2786038528 DEBUG: Thread Timer 2786038528 terminating
  3677. 2021-07-13 17:10:58.779 T:3010750976 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2dfb480 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  3678. 2021-07-13 17:10:58.779 T:3010750976 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2dfbd00 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  3679. 2021-07-13 17:10:58.779 T:3010750976 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2e1a680 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  3680. 2021-07-13 17:10:58.779 T:3010750976 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2e1a980 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  3681. 2021-07-13 17:10:58.779 T:3010750976 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2dfad40 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  3682. 2021-07-13 17:10:58.779 T:3010750976 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2e1a240 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  3683. 2021-07-13 17:10:58.779 T:3010750976 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2e1af40 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  3684. 2021-07-13 17:10:58.779 T:3010750976 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2e1b540 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  3685. 2021-07-13 17:10:58.779 T:3010750976 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2e1b940 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  3686. 2021-07-13 17:10:58.780 T:3010750976 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x2e1bd40 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  3687. 2021-07-13 17:10:58.780 T:3010750976 DEBUG: object 0 --> 0 instances
  3688. 2021-07-13 17:10:58.780 T:3010750976 DEBUG: object 1 --> 0 instances
  3689. 2021-07-13 17:10:58.780 T:3010750976 DEBUG: object 2 --> 0 instances
  3690. 2021-07-13 17:10:58.780 T:3010750976 DEBUG: object 3 --> 0 instances
  3691. 2021-07-13 17:10:58.780 T:3010750976 DEBUG: object 4 --> 0 instances
  3692. 2021-07-13 17:10:58.780 T:3010750976 DEBUG: object 5 --> 0 instances
  3693. 2021-07-13 17:10:58.780 T:3010750976 DEBUG: object 6 --> 0 instances
  3694. 2021-07-13 17:10:58.780 T:3010750976 DEBUG: object 7 --> 0 instances
  3695. 2021-07-13 17:10:58.780 T:3010750976 DEBUG: object 8 --> 0 instances
  3696. 2021-07-13 17:10:58.780 T:3010750976 DEBUG: object 9 --> 0 instances
  3697. 2021-07-13 17:10:58.930 T:3010750976 DEBUG: CWinSystemGbm::DestroyWindowSystem - deinitialized DRM
  3698. 2021-07-13 17:10:59.056 T:3002237696 DEBUG: Thread libinput 3002237696 terminating
  3699. 2021-07-13 17:10:59.056 T:2935128832 DEBUG: Thread Lirc 2935128832 terminating
  3700. 2021-07-13 17:10:59.217 T:3010750976 DEBUG: CDRMUtils::RestoreOriginalMode - set original crtc mode
  3701.  
  3702.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement