Advertisement
Guest User

Untitled

a guest
Mar 9th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 193.75 KB | None | 0 0
  1. 2019-03-09 14:21:14.683 T:1917477472 NOTICE: -----------------------------------------------------------------------
  2. 2019-03-09 14:21:14.683 T:1917477472 NOTICE: Starting Kodi (18.2-RC1). Platform: Linux ARM (Thumb) 32-bit
  3. 2019-03-09 14:21:14.683 T:1917477472 NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
  4. 2019-03-09 14:21:14.683 T:1917477472 NOTICE: Kodi compiled 2019-03-06 by GCC 6.3.0 for Linux ARM (Thumb) 32-bit version 4.9.110 (264558)
  5. 2019-03-09 14:21:14.683 T:1917477472 NOTICE: Running on Open Source Media Center 2018.12-1, kernel: Linux ARM 32-bit version 4.14.78-4-osmc
  6. 2019-03-09 14:21:14.728 T:1917477472 NOTICE: FFmpeg version/source: 4.0.3-Kodi
  7. 2019-03-09 14:21:14.728 T:1917477472 NOTICE: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available
  8. 2019-03-09 14:21:14.728 T:1917477472 NOTICE: ARM Features: Neon disabled
  9. 2019-03-09 14:21:14.728 T:1917477472 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
  10. 2019-03-09 14:21:14.728 T:1917477472 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
  11. 2019-03-09 14:21:14.729 T:1917477472 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
  12. 2019-03-09 14:21:14.729 T:1917477472 NOTICE: special://masterprofile/ is mapped to: /home/osmc/.kodi/userdata
  13. 2019-03-09 14:21:14.729 T:1917477472 NOTICE: special://envhome/ is mapped to: /home/osmc
  14. 2019-03-09 14:21:14.729 T:1917477472 NOTICE: special://home/ is mapped to: /home/osmc/.kodi
  15. 2019-03-09 14:21:14.729 T:1917477472 NOTICE: special://temp/ is mapped to: /home/osmc/.kodi/temp
  16. 2019-03-09 14:21:14.729 T:1917477472 NOTICE: special://logpath/ is mapped to: /home/osmc/.kodi/temp
  17. 2019-03-09 14:21:14.729 T:1917477472 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
  18. 2019-03-09 14:21:14.729 T:1917477472 NOTICE: Local hostname: osmc
  19. 2019-03-09 14:21:14.729 T:1917477472 NOTICE: Log File is located: /home/osmc/.kodi/temp/kodi.log
  20. 2019-03-09 14:21:14.729 T:1917477472 NOTICE: -----------------------------------------------------------------------
  21. 2019-03-09 14:21:14.729 T:1917477472 INFO: loading settings
  22. 2019-03-09 14:21:14.730 T:1917477472 NOTICE: special://profile/ is mapped to: special://masterprofile/
  23. 2019-03-09 14:21:14.757 T:1917477472 DEBUG: CSkinSettings: no <skinsettings> tag found
  24. 2019-03-09 14:21:14.757 T:1917477472 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  25. 2019-03-09 14:21:14.761 T:1917477472 DEBUG: CMediaSourceSettings: <programs> tag is missing or sources.xml is malformed
  26. 2019-03-09 14:21:14.762 T:1917477472 DEBUG: CMediaSourceSettings: <games> tag is missing or sources.xml is malformed
  27. 2019-03-09 14:21:14.864 T:1917477472 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
  28. 2019-03-09 14:21:14.864 T:1917477472 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
  29. <?xml version="1.0" encoding="UTF-8" ?>
  30. <!-- Do not modify! These are OSMC Optimised Settings for your device !-->
  31. <!-- If you wish to override any of these values, then create a file in /home/osmc/.kodi/userdata/advancedsettings.xml !-->
  32. <!-- It will override these settings, and your settings will be preserved across OSMC updates !-->
  33. <advancedsettings>
  34. <imageres>540</imageres>
  35. <fanartres>720</fanartres>
  36. <splash>false</splash>
  37. <handlemounting>0</handlemounting>
  38. <samba>
  39. <clienttimeout>30</clienttimeout>
  40. </samba>
  41. <gamesgeneral>
  42. <enable>true</enable>
  43. </gamesgeneral>
  44. </advancedsettings>
  45. 2019-03-09 14:21:14.864 T:1917477472 WARNING: CSettingsManager: missing version attribute
  46. 2019-03-09 14:21:14.867 T:1917477472 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  47. 2019-03-09 14:21:14.867 T:1917477472 NOTICE: Contents of special://profile/advancedsettings.xml are...
  48. <?xml version="1.0" encoding="utf-8" ?>
  49. <advancedsettings>
  50. <musicdatabase>
  51. <name>mymusic</name>
  52. <host>192.168.42.43</host>
  53. <user>kodi</user>
  54. <pass>*****</pass>
  55. <type>mysql</type>
  56. <port>3306</port>
  57. </musicdatabase>
  58. <videolibrary>
  59. <importwatchedstate>true</importwatchedstate>
  60. <importresumepoint>true</importresumepoint>
  61. </videolibrary>
  62. <videodatabase>
  63. <name>myvideos</name>
  64. <host>192.168.42.43</host>
  65. <user>kodi</user>
  66. <pass>*****</pass>
  67. <type>mysql</type>
  68. <port>3306</port>
  69. </videodatabase>
  70. </advancedsettings>
  71. 2019-03-09 14:21:14.867 T:1917477472 WARNING: VIDEO database configuration is experimental.
  72. 2019-03-09 14:21:14.867 T:1917477472 WARNING: CSettingsManager: missing version attribute
  73. 2019-03-09 14:21:14.868 T:1917477472 NOTICE: Default Video Player: VideoPlayer
  74. 2019-03-09 14:21:14.868 T:1917477472 NOTICE: Default Audio Player: paplayer
  75. 2019-03-09 14:21:14.868 T:1917477472 NOTICE: Enabled debug logging due to GUI setting (2)
  76. 2019-03-09 14:21:14.868 T:1917477472 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  77. 2019-03-09 14:21:14.883 T:1917477472 INFO: creating subdirectories
  78. 2019-03-09 14:21:14.883 T:1917477472 INFO: userdata folder: special://masterprofile/
  79. 2019-03-09 14:21:14.883 T:1917477472 INFO: recording folder:
  80. 2019-03-09 14:21:14.883 T:1917477472 INFO: screenshots folder:
  81. 2019-03-09 14:21:14.975 T:1917477472 DEBUG: DllBcm: Using omx system library
  82. 2019-03-09 14:21:14.975 T:1917477472 DEBUG: Unbind vtcon0 to save resources
  83. 2019-03-09 14:21:14.975 T:1917477472 DEBUG: Reducing framebuffer resolution with fbset to save resources
  84. 2019-03-09 14:21:14.984 T:1907356400 DEBUG: Thread Lirc start, auto delete: false
  85. 2019-03-09 14:21:14.984 T:1896870640 DEBUG: Thread libinput start, auto delete: false
  86. 2019-03-09 14:21:14.984 T:1907356400 INFO: Loading special://xbmc/system/Lircmap.xml
  87. 2019-03-09 14:21:14.991 T:1907356400 INFO: * Adding remote mapping for device 'mceusb'
  88. 2019-03-09 14:21:14.992 T:1917477472 NOTICE: Running database version Addons27
  89. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Adding remote mapping for device 'XboxDVDDongle'
  90. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Adding remote mapping for device 'Microsoft_Xbox'
  91. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
  92. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Adding remote mapping for device 'anysee'
  93. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Adding remote mapping for device 'iMON-PAD'
  94. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
  95. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Adding remote mapping for device 'MCE_via_iMON'
  96. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Adding remote mapping for device 'TwinHanRemote'
  97. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Adding remote mapping for device 'linux-input-layer'
  98. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
  99. 2019-03-09 14:21:14.992 T:1907356400 INFO: * Adding remote mapping for device 'mediacenter'
  100. 2019-03-09 14:21:14.993 T:1907356400 INFO: * Adding remote mapping for device 'devinput'
  101. 2019-03-09 14:21:14.993 T:1907356400 INFO: * Adding remote mapping for device 'devinput-32'
  102. 2019-03-09 14:21:14.993 T:1907356400 INFO: * Adding remote mapping for device 'devinput-64'
  103. 2019-03-09 14:21:14.993 T:1907356400 DEBUG: CIRTranslator::Load - no userdata Lircmap.xml found, skipping
  104. 2019-03-09 14:21:15.404 T:1917477472 DEBUG: ADDON: cpluff: 'Suspicious plug-in descriptor content in /usr/share/kodi/addons/skin.osmc/addon.xml, line 19, column 2 (ignoring unexpected element assets and its contents).'
  105. 2019-03-09 14:21:15.647 T:1917477472 INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/kodi/addons: No such file or directory'
  106. 2019-03-09 14:21:15.649 T:1917477472 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  107. 2019-03-09 14:21:15.649 T:1917477472 NOTICE: ADDON: audioencoder.flac v2.0.1 installed
  108. 2019-03-09 14:21:15.649 T:1917477472 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
  109. 2019-03-09 14:21:15.649 T:1917477472 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
  110. 2019-03-09 14:21:15.649 T:1917477472 NOTICE: ADDON: audioencoder.lame v2.0.1 installed
  111. 2019-03-09 14:21:15.649 T:1917477472 NOTICE: ADDON: audioencoder.vorbis v2.0.1 installed
  112. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: audioencoder.wav v2.0.1 installed
  113. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.controller.default v1.0.8 installed
  114. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.controller.snes v1.0.8 installed
  115. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro v1.1.0 installed
  116. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.2048 v1.0.0.105 installed
  117. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.beetle-bsnes v0.9.26.3 installed
  118. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.beetle-gba v0.9.36.2 installed
  119. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.beetle-pce-fast v0.9.38.2 installed
  120. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.bluemsx v0.0.1.5 installed
  121. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.bnes v0.83.0.3 installed
  122. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.bsnes-mercury-balanced v0.94.0.2 installed
  123. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.dosbox v0.74.0.3 installed
  124. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.fceumm v0.0.1.9 installed
  125. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.gambatte v0.5.0.5 installed
  126. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.genplus v1.7.4.4 installed
  127. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.gw v1.6.3.2 installed
  128. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.mame2000 v0.37.0.4 installed
  129. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.mame2003 v0.78.0.11 installed
  130. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.mame2003_plus v0.0.1.19 installed
  131. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.meteor v1.4.0.1 installed
  132. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.mgba v0.7.0.5 installed
  133. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.nestopia v1.50.0.3 installed
  134. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.quicknes v1.0.0.5 installed
  135. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.scummvm v2.0.0.4 installed
  136. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.snes9x v1.58.0.6 installed
  137. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.stella v3.9.3.4 installed
  138. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.vba-next v1.0.2.1 installed
  139. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.vbam v2.1.0.4 installed
  140. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.vecx v1.2.0.3 installed
  141. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: game.libretro.yabause v0.9.14.1 installed
  142. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: imagedecoder.raw v2.0.1 installed
  143. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: inputstream.adaptive v2.3.15 installed
  144. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: inputstream.rtmp v2.0.5 installed
  145. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
  146. 2019-03-09 14:21:15.650 T:1917477472 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
  147. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
  148. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
  149. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
  150. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
  151. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
  152. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
  153. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
  154. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
  155. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
  156. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
  157. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
  158. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
  159. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
  160. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
  161. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
  162. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: kodi.resource v1.0.0 installed
  163. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.album.universal v3.1.1 installed
  164. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.artists.universal v4.2.1 installed
  165. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.common.allmusic.com v3.2.0 installed
  166. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.common.fanart.tv v3.6.0 installed
  167. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.common.imdb.com v3.1.4 installed
  168. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.1 installed
  169. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.1 installed
  170. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.common.themoviedb.org v3.1.9 installed
  171. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.local v1.0.0 installed
  172. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.themoviedb.org v5.1.5 installed
  173. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.tvdb.com v3.0.14 installed
  174. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.1.0 installed
  175. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: peripheral.joystick v1.4.7 installed
  176. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: peripheral.steamcontroller v0.10.0 installed
  177. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: plugin.video.amazon-test v0.7.0-ter installed
  178. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.argustv v3.5.4 installed
  179. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.demo v3.6.1 installed
  180. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.dvblink v4.7.2 installed
  181. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.dvbviewer v3.7.12 installed
  182. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.filmon v2.4.4 installed
  183. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.hdhomerun v3.5.0 installed
  184. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.hts v4.4.16 installed
  185. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.iptvsimple v3.5.7 installed
  186. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.mediaportal.tvserver v3.5.17 installed
  187. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.mythtv v5.10.6 installed
  188. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.nextpvr v3.3.12 installed
  189. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.njoy v3.4.2 installed
  190. 2019-03-09 14:21:15.651 T:1917477472 NOTICE: ADDON: pvr.octonet v0.7.0 installed
  191. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: pvr.pctv v2.4.5 installed
  192. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: pvr.sledovanitv.cz v1.4.9 installed
  193. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: pvr.stalker v3.4.9 installed
  194. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: pvr.teleboy v18.0.24 installed
  195. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: pvr.vbox v4.4.8 installed
  196. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: pvr.vdr.vnsi v3.6.2 installed
  197. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: pvr.vuplus v3.17.0 installed
  198. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: pvr.wmc v2.4.4 installed
  199. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: pvr.zattoo v18.0.63 installed
  200. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: repository.sandmann79.plugins v1.0.2 installed
  201. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: repository.xbmc.org v9.9.10 installed
  202. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.images.recordlabels.white v0.0.7 installed
  203. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.images.studios.white v0.0.19 installed
  204. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
  205. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.af_za v9.0.8 installed
  206. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.am_et v9.0.7 installed
  207. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.ar_sa v9.0.6 installed
  208. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.az_az v9.0.3 installed
  209. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.be_by v9.0.11 installed
  210. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.bg_bg v9.0.18 installed
  211. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.bs_ba v9.0.5 installed
  212. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.ca_es v9.0.9 installed
  213. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.cs_cz v9.0.19 installed
  214. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.cy_gb v9.0.8 installed
  215. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.da_dk v9.0.17 installed
  216. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.de_de v9.0.17 installed
  217. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.el_gr v9.0.12 installed
  218. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.en_au v9.0.6 installed
  219. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
  220. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.en_nz v9.0.7 installed
  221. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.en_us v9.0.12 installed
  222. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.eo v9.0.4 installed
  223. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.es_ar v9.0.6 installed
  224. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.es_es v9.0.19 installed
  225. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.es_mx v9.0.8 installed
  226. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.et_ee v9.0.6 installed
  227. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.eu_es v9.0.11 installed
  228. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.fa_af v9.0.4 installed
  229. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.fa_ir v9.0.6 installed
  230. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.fi_fi v9.0.20 installed
  231. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.fo_fo v9.0.5 installed
  232. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.fr_ca v9.0.18 installed
  233. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.fr_fr v9.0.21 installed
  234. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.gl_es v9.0.10 installed
  235. 2019-03-09 14:21:15.652 T:1917477472 NOTICE: ADDON: resource.language.he_il v9.0.7 installed
  236. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.hi_in v9.0.3 installed
  237. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.hr_hr v9.0.14 installed
  238. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.hu_hu v9.0.16 installed
  239. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.hy_am v9.0.4 installed
  240. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.id_id v9.0.9 installed
  241. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.is_is v9.0.12 installed
  242. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.it_it v9.0.14 installed
  243. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.ja_jp v9.0.6 installed
  244. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.ko_kr v9.0.7 installed
  245. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.lt_lt v9.0.19 installed
  246. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.lv_lv v9.0.9 installed
  247. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.mi v9.0.5 installed
  248. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.mk_mk v9.0.7 installed
  249. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.ml_in v9.0.1 installed
  250. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.mn_mn v9.0.4 installed
  251. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.ms_my v9.0.10 installed
  252. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.mt_mt v9.0.5 installed
  253. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.my_mm v9.0.5 installed
  254. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.nb_no v9.0.10 installed
  255. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.nl_nl v9.0.16 installed
  256. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.os_os v1.0.2 installed
  257. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.pl_pl v9.0.13 installed
  258. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.pt_br v9.0.20 installed
  259. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.pt_pt v9.0.10 installed
  260. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.ro_ro v9.0.11 installed
  261. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.ru_ru v9.0.16 installed
  262. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.si_lk v9.0.4 installed
  263. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.sk_sk v9.0.16 installed
  264. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.sl_si v9.0.9 installed
  265. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.sq_al v9.0.6 installed
  266. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.sr_rs v9.0.9 installed
  267. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.sr_rs@latin v9.0.6 installed
  268. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.sv_se v9.0.18 installed
  269. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.szl v9.0.6 installed
  270. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.ta_in v9.0.7 installed
  271. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.te_in v9.0.2 installed
  272. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.tg_tj v9.0.5 installed
  273. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.th_th v9.0.6 installed
  274. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.uk_ua v9.0.9 installed
  275. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.uz_uz v9.0.4 installed
  276. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.vi_vn v9.0.6 installed
  277. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.zh_cn v9.0.14 installed
  278. 2019-03-09 14:21:15.653 T:1917477472 NOTICE: ADDON: resource.language.zh_tw v9.0.20 installed
  279. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
  280. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.32 installed
  281. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.53 installed
  282. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.grab.fanart v0.14.1 installed
  283. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.beautifulsoup v3.2.1 installed
  284. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.certifi v2017.07.27.1 installed
  285. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.chardet v3.0.4 installed
  286. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.elementtree v1.2.8 installed
  287. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.future v0.16.0.4 installed
  288. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.idna v2.6 installed
  289. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.inputstreamhelper v0.3.3 installed
  290. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.kodi-six v0.0.3 installed
  291. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.mechanize v0.2.6 installed
  292. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.osmccommon v0.0.1 installed
  293. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.osmcsetting.apfstore v0.0.1 installed
  294. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.osmcsetting.logging v0.0.1 installed
  295. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.osmcsetting.networking v0.0.3 installed
  296. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.osmcsetting.pi v0.0.1 installed
  297. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.osmcsetting.pioverclock v0.0.1 installed
  298. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.osmcsetting.remotes v0.0.1 installed
  299. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.osmcsetting.services v0.0.3 installed
  300. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.osmcsetting.updates v0.0.3 installed
  301. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.pil v1.1.7 installed
  302. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
  303. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.pydes v2.0.1 installed
  304. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.pyxbmct v1.3.0 installed
  305. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.requests v2.19.1 installed
  306. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.routing v0.2.1 installed
  307. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.simplejson v3.3.0 installed
  308. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.unidecode v0.4.16 installed
  309. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.urllib3 v1.22 installed
  310. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.module.xmltodict v0.11.0 installed
  311. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: script.skinshortcuts v1.0.17 installed
  312. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: service.library.data.provider v0.3.2 installed
  313. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: service.osmc.settings v0.0.1 installed
  314. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: skin.aeon.nox.5 v7.0.1 installed
  315. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: skin.estouchy v2.0.22 installed
  316. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: skin.estuary v2.0.21 installed
  317. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: skin.osmc v18.0.0 installed
  318. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: vfs.libarchive v1.0.5 installed
  319. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: vfs.rar v2.0.6 installed
  320. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: vfs.sftp v1.0.1 installed
  321. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
  322. 2019-03-09 14:21:15.654 T:1917477472 NOTICE: ADDON: xbmc.addon v18.1.901 installed
  323. 2019-03-09 14:21:15.655 T:1917477472 NOTICE: ADDON: xbmc.core v0.1.0 installed
  324. 2019-03-09 14:21:15.655 T:1917477472 NOTICE: ADDON: xbmc.gui v5.14.0 installed
  325. 2019-03-09 14:21:15.655 T:1917477472 NOTICE: ADDON: xbmc.json v10.2.0 installed
  326. 2019-03-09 14:21:15.655 T:1917477472 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
  327. 2019-03-09 14:21:15.655 T:1917477472 NOTICE: ADDON: xbmc.python v2.26.0 installed
  328. 2019-03-09 14:21:15.655 T:1917477472 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
  329. 2019-03-09 14:21:24.046 T:1917477472 DEBUG: Repository add-on repository.xbmc.org uses plain HTTP for add-on downloads in path http://download.osmc.tv/kodi/addons/leia - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
  330. 2019-03-09 14:21:24.164 T:1917477472 DEBUG: CFavourites::Load - no system favourites found, skipping
  331. 2019-03-09 14:21:24.171 T:1917477472 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
  332. 2019-03-09 14:21:24.171 T:1917477472 INFO: Selected Logind/UPower as PowerSyscall
  333. 2019-03-09 14:21:24.172 T:1917477472 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
  334. 2019-03-09 14:21:24.172 T:1917477472 INFO: LogindUPowerSyscall - UPower not found, battery information will not be available
  335. 2019-03-09 14:21:24.240 T:1917477472 DEBUG: LogindUPowerSyscall - inhibit lock taken, fd 18
  336. 2019-03-09 14:21:24.243 T:1917477472 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
  337. 2019-03-09 14:21:24.243 T:1886384880 DEBUG: Thread ActiveAE start, auto delete: false
  338. 2019-03-09 14:21:24.243 T:1875899120 DEBUG: Thread AESink start, auto delete: false
  339. 2019-03-09 14:21:24.244 T:1865413360 DEBUG: Thread FDEventMonitor start, auto delete: false
  340. 2019-03-09 14:21:24.257 T:1886384880 INFO: CAESinkALSA - Unable to open device "surround71" for playback
  341. 2019-03-09 14:21:24.258 T:1886384880 INFO: CAESinkALSA - Unable to open device "surround51" for playback
  342. 2019-03-09 14:21:24.258 T:1886384880 INFO: CAESinkALSA - Unable to open device "surround71" for playback
  343. 2019-03-09 14:21:24.258 T:1886384880 INFO: CAESinkALSA - Unable to open device "surround40" for playback
  344. 2019-03-09 14:21:24.258 T:1886384880 INFO: CAESinkALSA - Unable to open device "surround51" for playback
  345. 2019-03-09 14:21:24.258 T:1886384880 INFO: CAESinkALSA - Unable to open device "surround71" for playback
  346. 2019-03-09 14:21:24.273 T:1886384880 NOTICE: Found 2 Lists of Devices
  347. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: Enumerated ALSA devices:
  348. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: Device 1
  349. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_deviceName : @
  350. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_displayName : Default (bcm2835 ALSA bcm2835 ALSA)
  351. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_displayNameExtra:
  352. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  353. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_channels : FL, FR
  354. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000
  355. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_U8
  356. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_streamTypes : No passthrough capabilities
  357. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: Enumerated PI devices:
  358. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: Device 1
  359. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_deviceName : HDMI
  360. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_displayName : HDMI
  361. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_displayNameExtra:
  362. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  363. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_channels : FL, FR
  364. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
  365. 2019-03-09 14:21:24.274 T:1886384880 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
  366. 2019-03-09 14:21:24.274 T:1886384880 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
  367. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: Device 2
  368. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_deviceName : Analogue
  369. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_displayName : Analogue
  370. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_displayNameExtra:
  371. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  372. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_channels : FL, FR
  373. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_sampleRates : 48000
  374. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
  375. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_streamTypes : No passthrough capabilities
  376. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: Device 3
  377. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_deviceName : Both
  378. 2019-03-09 14:21:24.274 T:1886384880 NOTICE: m_displayName : HDMI and Analogue
  379. 2019-03-09 14:21:24.275 T:1886384880 NOTICE: m_displayNameExtra:
  380. 2019-03-09 14:21:24.275 T:1886384880 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  381. 2019-03-09 14:21:24.275 T:1886384880 NOTICE: m_channels : FL, FR
  382. 2019-03-09 14:21:24.275 T:1886384880 NOTICE: m_sampleRates : 48000
  383. 2019-03-09 14:21:24.275 T:1886384880 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
  384. 2019-03-09 14:21:24.275 T:1886384880 NOTICE: m_streamTypes : No passthrough capabilities
  385. 2019-03-09 14:21:24.275 T:1875899120 INFO: CActiveAESink::OpenSink - initialize sink
  386. 2019-03-09 14:21:24.275 T:1875899120 DEBUG: CActiveAESink::OpenSink - trying to open device ALSA:@
  387. 2019-03-09 14:21:24.275 T:1875899120 INFO: CAESinkALSA::Initialize - Attempting to open device "@"
  388. 2019-03-09 14:21:24.278 T:1875899120 INFO: CAESinkALSA::Initialize - Opened device "sysdefault"
  389. 2019-03-09 14:21:24.279 T:1875899120 INFO: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
  390. 2019-03-09 14:21:24.279 T:1875899120 INFO: CAESinkALSA::InitializeHW - Using data format AE_FMT_S16NE
  391. 2019-03-09 14:21:24.279 T:1875899120 DEBUG: CAESinkALSA::InitializeHW - Request: periodSize 2205, bufferSize 8820
  392. 2019-03-09 14:21:24.279 T:1875899120 DEBUG: CAESinkALSA::InitializeHW - Got: periodSize 2204, bufferSize 8820
  393. 2019-03-09 14:21:24.279 T:1875899120 DEBUG: CAESinkALSA::InitializeHW - Setting timeout to 200 ms
  394. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: CAESinkALSA::GetChannelLayout - Input Channel Count: 2 Output Channel Count: 2
  395. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: CAESinkALSA::GetChannelLayout - Requested Layout: FL, FR
  396. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: CAESinkALSA::GetChannelLayout - Got Layout: FL, FR (ALSA: none)
  397. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: CActiveAESink::OpenSink - ALSA Initialized:
  398. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: Output Device : Default (bcm2835 ALSA bcm2835 ALSA)
  399. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: Sample Rate : 44100
  400. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: Sample Format : AE_FMT_S16NE
  401. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: Channel Count : 2
  402. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: Channel Layout: FL, FR
  403. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: Frames : 2204
  404. 2019-03-09 14:21:24.280 T:1875899120 DEBUG: Frame Size : 4
  405. 2019-03-09 14:21:24.337 T:1886384880 INFO: CActiveAEResamplePi::CActiveAEResamplePi
  406. 2019-03-09 14:21:24.337 T:1886384880 INFO: CActiveAEResamplePi::Init remap:0x6fd179c4 chan:2->2 rate:44100->44100 format:3->1 bits:32->16 dither:0->0 norm:1 upmix:0
  407. 2019-03-09 14:21:24.337 T:1886384880 INFO: CActiveAEResamplePi::Init 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
  408. 2019-03-09 14:21:24.337 T:1886384880 INFO: CActiveAEResamplePi::Init 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00
  409. 2019-03-09 14:21:24.337 T:1886384880 INFO: CActiveAEResamplePi::Init 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
  410. 2019-03-09 14:21:24.337 T:1886384880 INFO: Previous line repeats 5 times.
  411. 2019-03-09 14:21:24.337 T:1886384880 DEBUG: DllBcm: Using omx system library
  412. 2019-03-09 14:21:24.339 T:1886384880 DEBUG: SECTION:LoadDLL(libopenmaxil.so)
  413. 2019-03-09 14:21:24.341 T:1886384880 DEBUG: Loading: libopenmaxil.so
  414. 2019-03-09 14:21:24.346 T:1802478320 DEBUG: Thread CRBPWorker start, auto delete: false
  415. 2019-03-09 14:21:24.348 T:1886384880 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_mixer input port 232 output port 231 m_handle 0x6fd00d58
  416. 2019-03-09 14:21:24.361 T:1886384880 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_mixer) - port(232), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(524288), nBufferAlignment(32)
  417. 2019-03-09 14:21:24.362 T:1886384880 DEBUG: COMXCoreComponent::AllocOutputBuffers component(OMX.broadcom.audio_mixer) - port(231), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(524288) nBufferAlignment(32)
  418. 2019-03-09 14:21:24.390 T:1917477472 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  419. 2019-03-09 14:21:24.394 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
  420. 2019-03-09 14:21:24.394 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
  421. 2019-03-09 14:21:24.395 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovenian QWERTZ" successfully loaded
  422. 2019-03-09 14:21:24.396 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  423. 2019-03-09 14:21:24.397 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Thai Kedmanee" successfully loaded
  424. 2019-03-09 14:21:24.399 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
  425. 2019-03-09 14:21:24.400 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
  426. 2019-03-09 14:21:24.400 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
  427. 2019-03-09 14:21:24.400 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
  428. 2019-03-09 14:21:24.401 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
  429. 2019-03-09 14:21:24.402 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  430. 2019-03-09 14:21:24.403 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  431. 2019-03-09 14:21:24.404 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  432. 2019-03-09 14:21:24.405 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  433. 2019-03-09 14:21:24.406 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  434. 2019-03-09 14:21:24.407 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  435. 2019-03-09 14:21:24.408 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  436. 2019-03-09 14:21:24.408 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  437. 2019-03-09 14:21:24.409 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  438. 2019-03-09 14:21:24.410 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
  439. 2019-03-09 14:21:24.411 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  440. 2019-03-09 14:21:24.412 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  441. 2019-03-09 14:21:24.412 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
  442. 2019-03-09 14:21:24.414 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  443. 2019-03-09 14:21:24.414 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  444. 2019-03-09 14:21:24.415 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded
  445. 2019-03-09 14:21:24.416 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  446. 2019-03-09 14:21:24.416 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  447. 2019-03-09 14:21:24.417 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  448. 2019-03-09 14:21:24.419 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  449. 2019-03-09 14:21:24.419 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  450. 2019-03-09 14:21:24.419 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  451. 2019-03-09 14:21:24.420 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  452. 2019-03-09 14:21:24.421 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  453. 2019-03-09 14:21:24.422 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  454. 2019-03-09 14:21:24.423 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
  455. 2019-03-09 14:21:24.424 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
  456. 2019-03-09 14:21:24.425 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
  457. 2019-03-09 14:21:24.426 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  458. 2019-03-09 14:21:24.427 T:1917477472 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  459. 2019-03-09 14:21:24.428 T:1917477472 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
  460. 2019-03-09 14:21:24.432 T:1917477472 DEBUG: Selected UDisks as storage provider
  461. 2019-03-09 14:21:24.433 T:1917477472 DEBUG: UDisks: DaemonVersion 1
  462. 2019-03-09 14:21:24.433 T:1917477472 DEBUG: UDisks: Querying available devices
  463. 2019-03-09 14:21:24.448 T:1917477472 NOTICE: Raspberry PI firmware version: Oct 23 2018 14:41:50
  464. Copyright (c) 2012 Broadcom
  465. version 724d81b3f87eb71045e938e572eca140fb8828ab (clean) (release)
  466. 2019-03-09 14:21:24.448 T:1917477472 NOTICE: ARM mem: 768MB GPU mem: 256MB MPG2:1 WVC1:1
  467. 2019-03-09 14:21:24.448 T:1917477472 NOTICE: cache.memorysize: 20MB libass.cache: 21MB
  468. 2019-03-09 14:21:24.448 T:1917477472 NOTICE: Config:
  469. aphy_params_current=819
  470. arm_freq=1400
  471. audio_pwm_mode=514
  472. config_hdmi_boost=5
  473. core_freq=400
  474. desired_osc_freq=0x331df0
  475. desired_osc_freq_boost=0x3c45b0
  476. disable_commandline_tags=2
  477. disable_l2cache=1
  478. disable_splash=1
  479. display_hdmi_rotate=-1
  480. display_lcd_rotate=-1
  481. dphy_params_current=547
  482. force_eeprom_read=1
  483. force_pwm_open=1
  484. framebuffer_ignore_alpha=1
  485. framebuffer_swap=1
  486. gpu_freq=300
  487. hdmi_force_cec_address=65535
  488. hdmi_ignore_cec_init=1
  489. init_uart_clock=0x2dc6c00
  490. lcd_framerate=60
  491. over_voltage_avs=31250
  492. over_voltage_avs_boost=0x2191c
  493. pause_burst_frames=1
  494. program_serial_random=1
  495. sdram_freq=450
  496. sdtv_aspect=1
  497. 2019-03-09 14:21:24.448 T:1917477472 NOTICE: Config:
  498. decode_MPG2=0x1563f218
  499. decode_WVC1=0x10756e4f
  500. device_tree=-
  501. 2019-03-09 14:21:24.448 T:1917477472 DEBUG: EGL initial desktop resolution 1920x1080 (1920x1080) @ 50.00 - Full Screen (1.00)
  502. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL get supported modes (2) = 5, prefer_group=1, prefer_mode=1f
  503. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL mode 0: 640x480 (640x480) @ 60.00 - Full Screen (1.00) :4
  504. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL mode 1: 800x600 (800x600) @ 60.00 - Full Screen (1.00) :9
  505. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL mode 2: 1024x768 (1024x768) @ 60.00 - Full Screen (1.00) :10
  506. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL mode 3: 1280x1024 (1280x1024) @ 60.00 - Full Screen (1.00) :23
  507. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL mode 4: 1366x768 (1366x768) @ 60.00 - Full Screen (1.00) :51
  508. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL get supported modes (1) = 16, prefer_group=1, prefer_mode=1f
  509. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL mode 0: 640x480 (640x480) @ 60.00 - Full Screen (1.00) :1
  510. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL mode 1: 720x480 (720x480) @ 60.00 - Full Screen (0.89) :2
  511. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL mode 2: 720x480 (720x480) @ 60.00 - Full Screen (1.19) :3
  512. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL mode 3: 1280x720 (1280x720) @ 60.00 - Full Screen (1.00) :4
  513. 2019-03-09 14:21:24.449 T:1917477472 DEBUG: EGL mode 4: 1920x1080 (1920x1080) @ 60.00i - Full Screen (1.00) I:5
  514. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 5: 720x480 (720x480) @ 60.00i - Full Screen (1.19) I:7
  515. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 6: 1920x1080 (1920x1080) @ 60.00 - Full Screen (1.00) N:10
  516. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 7: 720x576 (720x576) @ 50.00 - Full Screen (1.07) :11
  517. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 8: 720x576 (720x576) @ 50.00 - Full Screen (1.42) :12
  518. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 9: 1280x720 (1280x720) @ 50.00 - Full Screen (1.00) :13
  519. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 10: 1920x1080 (1920x1080) @ 50.00i - Full Screen (1.00) I:14
  520. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 11: 720x576 (720x576) @ 50.00i - Full Screen (1.42) I:16
  521. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 12: 1920x1080 (1920x1080) @ 50.00 - Full Screen (1.00) N:1f
  522. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 13: 1920x1080 (1920x1080) @ 24.00 - Full Screen (1.00) :20
  523. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 14: 1920x1080 (1920x1080) @ 25.00 - Full Screen (1.00) :21
  524. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL mode 15: 1920x1080 (1920x1080) @ 30.00 - Full Screen (1.00) :22
  525. 2019-03-09 14:21:24.450 T:1917477472 DEBUG: EGL probe resolution 1920x1080 (1920x1080) @ 50.00 - Full Screen:1f010004
  526. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 60.000000 Hz
  527. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 59.940063 Hz
  528. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 60.000000 Hz
  529. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 59.940063 Hz
  530. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 60.000000 Hz
  531. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 59.940063 Hz
  532. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 60.000000 Hz
  533. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 59.940063 Hz
  534. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 1366 x 768 with 1366 x 768 @ 60.000000 Hz
  535. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 1366 x 768 with 1366 x 768 @ 59.940063 Hz
  536. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 720 x 480 with 720 x 480 @ 60.000000 Hz
  537. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 720 x 480 with 720 x 480 @ 59.940063 Hz
  538. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 60.000000 Hz
  539. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 59.940063 Hz
  540. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 60.000000 Hz
  541. 2019-03-09 14:21:24.450 T:1917477472 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 59.940063 Hz
  542. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: Found resolution 720 x 576 with 720 x 576 @ 50.000000 Hz
  543. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 50.000000 Hz
  544. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 50.000000 Hz
  545. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 24.000000 Hz
  546. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 23.976025 Hz
  547. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 25.000000 Hz
  548. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 30.000000 Hz
  549. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 29.970032 Hz
  550. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: Found (1920x1080@50.000000) at 34, setting to RES_DESKTOP at 16
  551. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: EGL_VERSION = 1.4
  552. 2019-03-09 14:21:24.451 T:1917477472 NOTICE: EGL_VENDOR = Broadcom
  553. 2019-03-09 14:21:24.452 T:1917477472 NOTICE: EGL_EXTENSIONS = EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_vg_parent_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_lock_surface
  554. 2019-03-09 14:21:24.452 T:1917477472 NOTICE: EGL_CLIENT_EXTENSIONS = NULL
  555. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL Config Attributes:
  556. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_BUFFER_SIZE: 32
  557. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_ALPHA_SIZE: 8
  558. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_BLUE_SIZE: 8
  559. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_GREEN_SIZE: 8
  560. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_RED_SIZE: 8
  561. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_DEPTH_SIZE: 24
  562. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_STENCIL_SIZE: 0
  563. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_CONFIG_CAVEAT: 0x3038
  564. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_CONFIG_ID: 3
  565. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_LEVEL: 0
  566. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_MAX_PBUFFER_HEIGHT: 2048
  567. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_MAX_PBUFFER_PIXELS: 4194304
  568. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_MAX_PBUFFER_WIDTH: 2048
  569. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_NATIVE_RENDERABLE: 1
  570. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_NATIVE_VISUAL_ID: 37928
  571. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_NATIVE_VISUAL_TYPE: 0x3038
  572. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_SAMPLES: 0
  573. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_SAMPLE_BUFFERS: 0
  574. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_SURFACE_TYPE: 1639
  575. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_TRANSPARENT_TYPE: 0x3038
  576. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_TRANSPARENT_BLUE_VALUE: 0
  577. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_TRANSPARENT_GREEN_VALUE: 0
  578. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_TRANSPARENT_RED_VALUE: 0
  579. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_BIND_TO_TEXTURE_RGB: 0
  580. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_BIND_TO_TEXTURE_RGBA: 1
  581. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_MIN_SWAP_INTERVAL: 0
  582. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_MAX_SWAP_INTERVAL: 2147483647
  583. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_LUMINANCE_SIZE: 0
  584. 2019-03-09 14:21:24.452 T:1917477472 DEBUG: EGL_ALPHA_MASK_SIZE: 0
  585. 2019-03-09 14:21:24.453 T:1917477472 DEBUG: EGL_COLOR_BUFFER_TYPE: 0x308e
  586. 2019-03-09 14:21:24.453 T:1917477472 DEBUG: EGL_RENDERABLE_TYPE: 7
  587. 2019-03-09 14:21:24.453 T:1917477472 DEBUG: EGL_CONFORMANT: 7
  588. 2019-03-09 14:21:24.453 T:1917477472 INFO: RetroPlayer[PROCESS]: Registering process control for RPi
  589. 2019-03-09 14:21:24.453 T:1917477472 INFO: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
  590. 2019-03-09 14:21:24.454 T:1917477472 NOTICE: Checking resolution 16
  591. 2019-03-09 14:21:24.459 T:1917477472 DEBUG: EGL set HDMI mode (1,31)=0 off
  592. 2019-03-09 14:21:24.618 T:1836049136 DEBUG: EGL tv_service_callback (8,1,31)
  593. 2019-03-09 14:21:24.618 T:1917477472 DEBUG: EGL set resolution 1920x1080 -> 1920x1080 @ 50.00 fps (1,31) flags:1f010004 aspect:1.00
  594. 2019-03-09 14:21:24.646 T:1917477472 NOTICE: GL_VENDOR = Broadcom
  595. 2019-03-09 14:21:24.646 T:1917477472 NOTICE: GL_RENDERER = VideoCore IV HW
  596. 2019-03-09 14:21:24.646 T:1917477472 NOTICE: GL_VERSION = OpenGL ES 2.0
  597. 2019-03-09 14:21:24.646 T:1917477472 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
  598. 2019-03-09 14:21:24.646 T:1917477472 NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
  599. 2019-03-09 14:21:24.652 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  600. 2019-03-09 14:21:24.652 T:1917477472 DEBUG: Compiled
  601. 2019-03-09 14:21:24.653 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  602. 2019-03-09 14:21:24.653 T:1917477472 DEBUG: Compiled
  603. 2019-03-09 14:21:24.669 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  604. 2019-03-09 14:21:24.669 T:1917477472 DEBUG: Compiled
  605. 2019-03-09 14:21:24.669 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  606. 2019-03-09 14:21:24.669 T:1917477472 DEBUG: Compiled
  607. 2019-03-09 14:21:24.686 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  608. 2019-03-09 14:21:24.686 T:1917477472 DEBUG: Compiled
  609. 2019-03-09 14:21:24.687 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  610. 2019-03-09 14:21:24.687 T:1917477472 DEBUG: Compiled
  611. 2019-03-09 14:21:24.706 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  612. 2019-03-09 14:21:24.706 T:1917477472 DEBUG: Compiled
  613. 2019-03-09 14:21:24.707 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  614. 2019-03-09 14:21:24.707 T:1917477472 DEBUG: Compiled
  615. 2019-03-09 14:21:24.724 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  616. 2019-03-09 14:21:24.724 T:1917477472 DEBUG: Compiled
  617. 2019-03-09 14:21:24.724 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  618. 2019-03-09 14:21:24.724 T:1917477472 DEBUG: Compiled
  619. 2019-03-09 14:21:24.741 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  620. 2019-03-09 14:21:24.741 T:1917477472 DEBUG: Compiled
  621. 2019-03-09 14:21:24.742 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  622. 2019-03-09 14:21:24.742 T:1917477472 DEBUG: Compiled
  623. 2019-03-09 14:21:24.760 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  624. 2019-03-09 14:21:24.760 T:1917477472 DEBUG: Compiled
  625. 2019-03-09 14:21:24.761 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  626. 2019-03-09 14:21:24.761 T:1917477472 DEBUG: Compiled
  627. 2019-03-09 14:21:24.778 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  628. 2019-03-09 14:21:24.778 T:1917477472 DEBUG: Compiled
  629. 2019-03-09 14:21:24.778 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  630. 2019-03-09 14:21:24.778 T:1917477472 DEBUG: Compiled
  631. 2019-03-09 14:21:24.796 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  632. 2019-03-09 14:21:24.796 T:1917477472 DEBUG: Compiled
  633. 2019-03-09 14:21:24.796 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  634. 2019-03-09 14:21:24.796 T:1917477472 DEBUG: Compiled
  635. 2019-03-09 14:21:24.817 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  636. 2019-03-09 14:21:24.818 T:1917477472 DEBUG: Compiled
  637. 2019-03-09 14:21:24.818 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  638. 2019-03-09 14:21:24.818 T:1917477472 DEBUG: Compiled
  639. 2019-03-09 14:21:24.836 T:1917477472 DEBUG: GL: Vertex Shader compilation log:
  640. 2019-03-09 14:21:24.836 T:1917477472 DEBUG: Compiled
  641. 2019-03-09 14:21:24.837 T:1917477472 DEBUG: GL: Pixel Shader compilation log:
  642. 2019-03-09 14:21:24.837 T:1917477472 DEBUG: Compiled
  643. 2019-03-09 14:21:24.862 T:1917477472 DEBUG: EGL set HDMI mode (1,31)=0 off
  644. 2019-03-09 14:21:25.019 T:1836049136 DEBUG: EGL tv_service_callback (8,1,31)
  645. 2019-03-09 14:21:25.019 T:1917477472 DEBUG: EGL set resolution 1920x1080 -> 1920x1080 @ 50.00 fps (1,31) flags:1f010004 aspect:1.00
  646. 2019-03-09 14:21:25.046 T:1917477472 INFO: GLES: Maximum texture width: 2048
  647. 2019-03-09 14:21:25.047 T:1917477472 DEBUG: guilib: Fill viewport on change for solving rendering passes
  648. 2019-03-09 14:21:25.047 T:1917477472 INFO: load keymapping
  649. 2019-03-09 14:21:25.053 T:1917477472 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  650. 2019-03-09 14:21:25.054 T:1917477472 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  651. 2019-03-09 14:21:25.057 T:1917477472 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  652. 2019-03-09 14:21:25.061 T:1917477472 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  653. 2019-03-09 14:21:25.064 T:1917477472 INFO: Loading special://xbmc/system/keymaps/hama_mce.xml
  654. 2019-03-09 14:21:25.065 T:1917477472 INFO: Loading special://xbmc/system/keymaps/joystick.xml
  655. 2019-03-09 14:21:25.069 T:1917477472 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  656. 2019-03-09 14:21:25.077 T:1917477472 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  657. 2019-03-09 14:21:25.081 T:1917477472 INFO: Loading special://xbmc/system/keymaps/remote.xml
  658. 2019-03-09 14:21:25.087 T:1917477472 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  659. 2019-03-09 14:21:25.091 T:1917477472 INFO: GUI format 1920x1080, Display 1920x1080 (1920x1080) @ 50.00 - Full Screen
  660. 2019-03-09 14:21:25.091 T:1917477472 INFO: CLangInfo: loading resource.language.fr_fr language information...
  661. 2019-03-09 14:21:25.094 T:1917477472 DEBUG: trying to set locale to fr_FR.UTF-8
  662. 2019-03-09 14:21:25.162 T:1917477472 INFO: global locale set to fr_FR.UTF-8
  663. 2019-03-09 14:21:25.162 T:1917477472 INFO: CLangInfo: loading resource.language.fr_fr language strings...
  664. 2019-03-09 14:21:25.214 T:1917477472 DEBUG: LocalizeStrings: loaded 4000 strings from file resource://resource.language.fr_fr/strings.po
  665. 2019-03-09 14:21:25.256 T:1917477472 DEBUG: POParser: id:16313 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  666. 2019-03-09 14:21:25.267 T:1917477472 DEBUG: LocalizeStrings: loaded 21 strings from file resource://resource.language.en_gb/strings.po
  667. 2019-03-09 14:21:25.281 T:1917477472 DEBUG: Repository add-on repository.xbmc.org uses plain HTTP for add-on downloads in path http://download.osmc.tv/kodi/addons/leia - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
  668. 2019-03-09 14:21:25.306 T:1917477472 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.flac/resources/language/English/strings.po
  669. 2019-03-09 14:21:25.309 T:1917477472 DEBUG: LocalizeStrings: loaded 7 strings from file /usr/share/kodi/addons/audioencoder.lame/resources/language/English/strings.po
  670. 2019-03-09 14:21:25.313 T:1917477472 DEBUG: LocalizeStrings: loaded 7 strings from file /usr/share/kodi/addons/audioencoder.vorbis/resources/language/English/strings.po
  671. 2019-03-09 14:21:25.317 T:1917477472 DEBUG: LocalizeStrings: loaded 18 strings from file /home/osmc/.kodi/addons/game.controller.default/resources/language/resource.language.en_gb/strings.po
  672. 2019-03-09 14:21:25.320 T:1917477472 DEBUG: LocalizeStrings: loaded 22 strings from file /usr/share/kodi/addons/inputstream.adaptive/resources/language/resource.language.en_gb/strings.po
  673. 2019-03-09 14:21:25.330 T:1917477472 DEBUG: LocalizeStrings: loaded 11 strings from file /home/osmc/.kodi/addons/metadata.album.universal/resources/language/French/strings.po
  674. 2019-03-09 14:21:25.332 T:1917477472 DEBUG: LocalizeStrings: loaded 6 strings from file /home/osmc/.kodi/addons/metadata.album.universal/resources/language/English/strings.po
  675. 2019-03-09 14:21:25.336 T:1917477472 DEBUG: LocalizeStrings: loaded 23 strings from file /home/osmc/.kodi/addons/metadata.artists.universal/resources/language/French/strings.po
  676. 2019-03-09 14:21:25.338 T:1917477472 DEBUG: LocalizeStrings: loaded 9 strings from file /home/osmc/.kodi/addons/metadata.artists.universal/resources/language/English/strings.po
  677. 2019-03-09 14:21:25.351 T:1917477472 DEBUG: LocalizeStrings: loaded 7 strings from file /home/osmc/.kodi/addons/metadata.themoviedb.org/resources/language/resource.language.fr_fr/strings.po
  678. 2019-03-09 14:21:25.353 T:1917477472 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
  679. 2019-03-09 14:21:25.353 T:1917477472 DEBUG: LocalizeStrings: loaded 2 strings from file /home/osmc/.kodi/addons/metadata.themoviedb.org/resources/language/resource.language.en_gb/strings.po
  680. 2019-03-09 14:21:25.355 T:1917477472 DEBUG: LocalizeStrings: loaded 5 strings from file /home/osmc/.kodi/addons/metadata.tvdb.com/resources/language/French/strings.po
  681. 2019-03-09 14:21:25.357 T:1917477472 DEBUG: LocalizeStrings: loaded 5 strings from file /home/osmc/.kodi/addons/metadata.tvdb.com/resources/language/English/strings.po
  682. 2019-03-09 14:21:25.361 T:1917477472 DEBUG: LocalizeStrings: loaded 9 strings from file /usr/share/kodi/addons/peripheral.joystick/resources/language/resource.language.en_gb/strings.po
  683. 2019-03-09 14:21:25.364 T:1917477472 DEBUG: LocalizeStrings: loaded 67 strings from file /usr/share/kodi/addons/pvr.dvblink/resources/language/resource.language.fr_fr/strings.po
  684. 2019-03-09 14:21:25.366 T:1917477472 DEBUG: LocalizeStrings: loaded 15 strings from file /usr/share/kodi/addons/pvr.dvblink/resources/language/resource.language.en_gb/strings.po
  685. 2019-03-09 14:21:25.369 T:1917477472 DEBUG: LocalizeStrings: loaded 78 strings from file /usr/share/kodi/addons/pvr.dvbviewer/resources/language/resource.language.fr_fr/strings.po
  686. 2019-03-09 14:21:25.371 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.dvbviewer/resources/language/resource.language.en_gb/strings.po
  687. 2019-03-09 14:21:25.373 T:1917477472 DEBUG: LocalizeStrings: loaded 3 strings from file /usr/share/kodi/addons/pvr.filmon/resources/language/resource.language.fr_fr/strings.po
  688. 2019-03-09 14:21:25.375 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.filmon/resources/language/resource.language.en_gb/strings.po
  689. 2019-03-09 14:21:25.377 T:1917477472 DEBUG: LocalizeStrings: loaded 5 strings from file /usr/share/kodi/addons/pvr.hdhomerun/resources/language/resource.language.fr_fr/strings.po
  690. 2019-03-09 14:21:25.379 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.hdhomerun/resources/language/resource.language.en_gb/strings.po
  691. 2019-03-09 14:21:25.382 T:1917477472 DEBUG: LocalizeStrings: loaded 85 strings from file /usr/share/kodi/addons/pvr.hts/resources/language/resource.language.fr_fr/strings.po
  692. 2019-03-09 14:21:25.385 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.hts/resources/language/resource.language.en_gb/strings.po
  693. 2019-03-09 14:21:25.388 T:1917477472 DEBUG: LocalizeStrings: loaded 109 strings from file /usr/share/kodi/addons/pvr.mythtv/resources/language/resource.language.fr_fr/strings.po
  694. 2019-03-09 14:21:25.391 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.mythtv/resources/language/resource.language.en_gb/strings.po
  695. 2019-03-09 14:21:25.394 T:1917477472 DEBUG: LocalizeStrings: loaded 28 strings from file /usr/share/kodi/addons/pvr.nextpvr/resources/language/resource.language.fr_fr/strings.po
  696. 2019-03-09 14:21:25.395 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.nextpvr/resources/language/resource.language.en_gb/strings.po
  697. 2019-03-09 14:21:25.397 T:1917477472 DEBUG: LocalizeStrings: loaded 2 strings from file /usr/share/kodi/addons/pvr.njoy/resources/language/resource.language.fr_fr/strings.po
  698. 2019-03-09 14:21:25.399 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.njoy/resources/language/resource.language.en_gb/strings.po
  699. 2019-03-09 14:21:25.401 T:1917477472 DEBUG: LocalizeStrings: loaded 8 strings from file /usr/share/kodi/addons/pvr.pctv/resources/language/resource.language.fr_fr/strings.po
  700. 2019-03-09 14:21:25.403 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.pctv/resources/language/resource.language.en_gb/strings.po
  701. 2019-03-09 14:21:25.406 T:1917477472 DEBUG: LocalizeStrings: loaded 43 strings from file /usr/share/kodi/addons/pvr.stalker/resources/language/resource.language.fr_fr/strings.po
  702. 2019-03-09 14:21:25.408 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.stalker/resources/language/resource.language.en_gb/strings.po
  703. 2019-03-09 14:21:25.410 T:1917477472 DEBUG: LocalizeStrings: loaded 25 strings from file /usr/share/kodi/addons/pvr.vbox/resources/language/resource.language.fr_fr/strings.po
  704. 2019-03-09 14:21:25.412 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.vbox/resources/language/resource.language.en_gb/strings.po
  705. 2019-03-09 14:21:25.414 T:1917477472 DEBUG: LocalizeStrings: loaded 69 strings from file /usr/share/kodi/addons/pvr.vdr.vnsi/resources/language/resource.language.fr_fr/strings.po
  706. 2019-03-09 14:21:25.416 T:1917477472 DEBUG: LocalizeStrings: loaded 2 strings from file /usr/share/kodi/addons/pvr.vdr.vnsi/resources/language/resource.language.en_gb/strings.po
  707. 2019-03-09 14:21:25.420 T:1917477472 DEBUG: LocalizeStrings: loaded 116 strings from file /usr/share/kodi/addons/pvr.vuplus/resources/language/resource.language.fr_fr/strings.po
  708. 2019-03-09 14:21:25.423 T:1917477472 DEBUG: POParser: id:30070 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  709. 2019-03-09 14:21:25.423 T:1917477472 DEBUG: POParser: id:30420 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  710. 2019-03-09 14:21:25.423 T:1917477472 DEBUG: POParser: id:30421 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  711. 2019-03-09 14:21:25.423 T:1917477472 DEBUG: LocalizeStrings: loaded 19 strings from file /usr/share/kodi/addons/pvr.vuplus/resources/language/resource.language.en_gb/strings.po
  712. 2019-03-09 14:21:25.426 T:1917477472 DEBUG: LocalizeStrings: loaded 70 strings from file /usr/share/kodi/addons/pvr.wmc/resources/language/resource.language.fr_fr/strings.po
  713. 2019-03-09 14:21:25.428 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.wmc/resources/language/resource.language.en_gb/strings.po
  714. 2019-03-09 14:21:25.448 T:1917477472 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.fr_fr/strings.po
  715. 2019-03-09 14:21:25.450 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_gb/strings.po
  716. 2019-03-09 14:21:25.454 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/script.module.osmccommon/resources/language/English/strings.po
  717. 2019-03-09 14:21:25.458 T:1917477472 DEBUG: LocalizeStrings: loaded 19 strings from file /usr/share/kodi/addons/script.module.osmcsetting.apfstore/resources/language/English/strings.po
  718. 2019-03-09 14:21:25.462 T:1917477472 DEBUG: LocalizeStrings: loaded 39 strings from file /usr/share/kodi/addons/script.module.osmcsetting.logging/resources/language/English/strings.po
  719. 2019-03-09 14:21:25.467 T:1917477472 DEBUG: LocalizeStrings: loaded 79 strings from file /usr/share/kodi/addons/script.module.osmcsetting.networking/resources/language/English/strings.po
  720. 2019-03-09 14:21:25.472 T:1917477472 DEBUG: LocalizeStrings: loaded 87 strings from file /usr/share/kodi/addons/script.module.osmcsetting.pi/resources/language/English/strings.po
  721. 2019-03-09 14:21:25.476 T:1917477472 DEBUG: LocalizeStrings: loaded 21 strings from file /usr/share/kodi/addons/script.module.osmcsetting.pioverclock/resources/language/English/strings.po
  722. 2019-03-09 14:21:25.480 T:1917477472 DEBUG: LocalizeStrings: loaded 13 strings from file /usr/share/kodi/addons/script.module.osmcsetting.remotes/resources/language/English/strings.po
  723. 2019-03-09 14:21:25.483 T:1917477472 DEBUG: LocalizeStrings: loaded 5 strings from file /usr/share/kodi/addons/script.module.osmcsetting.services/resources/language/English/strings.po
  724. 2019-03-09 14:21:25.488 T:1917477472 DEBUG: LocalizeStrings: loaded 107 strings from file /usr/share/kodi/addons/script.module.osmcsetting.updates/resources/language/English/strings.po
  725. 2019-03-09 14:21:25.494 T:1917477472 DEBUG: LocalizeStrings: loaded 33 strings from file /usr/share/kodi/addons/service.osmc.settings/resources/language/English/strings.po
  726. 2019-03-09 14:21:25.502 T:1917477472 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.aac/resources/language/English/strings.po
  727. 2019-03-09 14:21:25.506 T:1917477472 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.wma/resources/language/English/strings.po
  728. 2019-03-09 14:21:25.509 T:1917477472 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/game.libretro/resources/language/English/strings.po
  729. 2019-03-09 14:21:25.514 T:1917477472 DEBUG: LocalizeStrings: loaded 3 strings from file /usr/share/kodi/addons/game.libretro.beetle-gba/resources/language/English/strings.po
  730. 2019-03-09 14:21:25.518 T:1917477472 DEBUG: LocalizeStrings: loaded 25 strings from file /usr/share/kodi/addons/game.libretro.beetle-pce-fast/resources/language/English/strings.po
  731. 2019-03-09 14:21:25.521 T:1917477472 DEBUG: LocalizeStrings: loaded 8 strings from file /usr/share/kodi/addons/game.libretro.bsnes-mercury-balanced/resources/language/English/strings.po
  732. 2019-03-09 14:21:25.525 T:1917477472 DEBUG: LocalizeStrings: loaded 17 strings from file /usr/share/kodi/addons/game.libretro.fceumm/resources/language/English/strings.po
  733. 2019-03-09 14:21:25.528 T:1917477472 DEBUG: LocalizeStrings: loaded 16 strings from file /usr/share/kodi/addons/game.libretro.gambatte/resources/language/English/strings.po
  734. 2019-03-09 14:21:25.532 T:1917477472 DEBUG: LocalizeStrings: loaded 23 strings from file /usr/share/kodi/addons/game.libretro.genplus/resources/language/English/strings.po
  735. 2019-03-09 14:21:25.538 T:1917477472 DEBUG: LocalizeStrings: loaded 9 strings from file /usr/share/kodi/addons/game.libretro.mgba/resources/language/English/strings.po
  736. 2019-03-09 14:21:25.542 T:1917477472 DEBUG: LocalizeStrings: loaded 15 strings from file /usr/share/kodi/addons/game.libretro.nestopia/resources/language/English/strings.po
  737. 2019-03-09 14:21:25.546 T:1917477472 DEBUG: LocalizeStrings: loaded 11 strings from file /usr/share/kodi/addons/game.libretro.quicknes/resources/language/English/strings.po
  738. 2019-03-09 14:21:25.549 T:1917477472 DEBUG: LocalizeStrings: loaded 36 strings from file /usr/share/kodi/addons/game.libretro.snes9x/resources/language/English/strings.po
  739. 2019-03-09 14:21:25.554 T:1917477472 DEBUG: LocalizeStrings: loaded 28 strings from file /usr/share/kodi/addons/game.libretro.vbam/resources/language/English/strings.po
  740. 2019-03-09 14:21:25.558 T:1917477472 DEBUG: LocalizeStrings: loaded 5 strings from file /usr/share/kodi/addons/game.libretro.yabause/resources/language/English/strings.po
  741. 2019-03-09 14:21:25.561 T:1917477472 DEBUG: LocalizeStrings: loaded 2 strings from file /usr/share/kodi/addons/pvr.octonet/resources/language/resource.language.en_gb/strings.po
  742. 2019-03-09 14:21:25.564 T:1917477472 DEBUG: LocalizeStrings: loaded 4 strings from file /usr/share/kodi/addons/pvr.teleboy/resources/language/resource.language.en_gb/strings.po
  743. 2019-03-09 14:21:25.567 T:1917477472 DEBUG: LocalizeStrings: loaded 8 strings from file /usr/share/kodi/addons/pvr.zattoo/resources/language/resource.language.en_gb/strings.po
  744. 2019-03-09 14:21:25.585 T:1917477472 DEBUG: LocalizeStrings: loaded 41 strings from file /home/osmc/.kodi/addons/script.module.inputstreamhelper/resources/language/resource.language.en_gb/strings.po
  745. 2019-03-09 14:21:25.703 T:1917477472 DEBUG: LocalizeStrings: loaded 8 strings from file /usr/share/kodi/addons/game.libretro.bluemsx/resources/language/English/strings.po
  746. 2019-03-09 14:21:25.707 T:1917477472 DEBUG: LocalizeStrings: loaded 2 strings from file /usr/share/kodi/addons/game.libretro.vba-next/resources/language/English/strings.po
  747. 2019-03-09 14:21:25.717 T:1917477472 DEBUG: LocalizeStrings: loaded 8 strings from file /usr/share/kodi/addons/pvr.argustv/resources/language/resource.language.fr_fr/strings.po
  748. 2019-03-09 14:21:25.718 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.argustv/resources/language/resource.language.en_gb/strings.po
  749. 2019-03-09 14:21:25.721 T:1917477472 DEBUG: LocalizeStrings: loaded 6 strings from file /usr/share/kodi/addons/pvr.demo/resources/language/resource.language.en_gb/strings.po
  750. 2019-03-09 14:21:25.724 T:1917477472 DEBUG: LocalizeStrings: loaded 22 strings from file /usr/share/kodi/addons/pvr.iptvsimple/resources/language/resource.language.fr_fr/strings.po
  751. 2019-03-09 14:21:25.725 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.iptvsimple/resources/language/resource.language.en_gb/strings.po
  752. 2019-03-09 14:21:25.729 T:1917477472 DEBUG: LocalizeStrings: loaded 72 strings from file /usr/share/kodi/addons/pvr.mediaportal.tvserver/resources/language/resource.language.fr_fr/strings.po
  753. 2019-03-09 14:21:25.731 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/pvr.mediaportal.tvserver/resources/language/resource.language.en_gb/strings.po
  754. 2019-03-09 14:21:25.736 T:1917477472 DEBUG: LocalizeStrings: loaded 16 strings from file /usr/share/kodi/addons/pvr.sledovanitv.cz/resources/language/resource.language.en_gb/strings.po
  755. 2019-03-09 14:21:25.739 T:1917477472 DEBUG: LocalizeStrings: loaded 6 strings from file /usr/share/kodi/addons/game.libretro.scummvm/resources/language/English/strings.po
  756. 2019-03-09 14:21:25.747 T:1917477472 DEBUG: LocalizeStrings: loaded 120 strings from file /home/osmc/.kodi/addons/script.skinshortcuts/resources/language/French/strings.po
  757. 2019-03-09 14:21:25.750 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /home/osmc/.kodi/addons/script.skinshortcuts/resources/language/English/strings.po
  758. 2019-03-09 14:21:25.754 T:1917477472 DEBUG: LocalizeStrings: loaded 24 strings from file /home/osmc/.kodi/addons/service.library.data.provider/resources/language/resource.language.fr_fr/strings.po
  759. 2019-03-09 14:21:25.755 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /home/osmc/.kodi/addons/service.library.data.provider/resources/language/resource.language.en_gb/strings.po
  760. 2019-03-09 14:21:25.764 T:1917477472 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: /home/osmc/.kodi/addons/plugin.video.amazon-test/resources/language/resource.language.en_gb/strings.po
  761. 2019-03-09 14:21:25.764 T:1917477472 DEBUG: LocalizeStrings: loaded 136 strings from file /home/osmc/.kodi/addons/plugin.video.amazon-test/resources/language/resource.language.en_gb/strings.po
  762. 2019-03-09 14:21:25.769 T:1917477472 DEBUG: LocalizeStrings: loaded 13 strings from file /usr/share/kodi/addons/game.controller.snes/resources/language/resource.language.en_gb/strings.po
  763. 2019-03-09 14:21:25.772 T:1917477472 DEBUG: LocalizeStrings: loaded 3 strings from file /home/osmc/.kodi/addons/metadata.tvshows.themoviedb.org/resources/language/French/strings.po
  764. 2019-03-09 14:21:25.774 T:1917477472 DEBUG: LocalizeStrings: loaded 2 strings from file /home/osmc/.kodi/addons/metadata.tvshows.themoviedb.org/resources/language/English/strings.po
  765. 2019-03-09 14:21:25.779 T:1917477472 DEBUG: LocalizeStrings: loaded 13 strings from file /usr/share/kodi/addons/game.libretro.dosbox/resources/language/English/strings.po
  766. 2019-03-09 14:21:25.783 T:1917477472 DEBUG: LocalizeStrings: loaded 2 strings from file /usr/share/kodi/addons/game.libretro.vecx/resources/language/English/strings.po
  767. 2019-03-09 14:21:25.787 T:1917477472 DEBUG: LocalizeStrings: loaded 3 strings from file /usr/share/kodi/addons/game.libretro.mame2000/resources/language/English/strings.po
  768. 2019-03-09 14:21:25.791 T:1917477472 DEBUG: LocalizeStrings: loaded 19 strings from file /usr/share/kodi/addons/game.libretro.mame2003/resources/language/English/strings.po
  769. 2019-03-09 14:21:25.794 T:1917477472 DEBUG: LocalizeStrings: loaded 22 strings from file /usr/share/kodi/addons/game.libretro.mame2003_plus/resources/language/English/strings.po
  770. 2019-03-09 14:21:25.796 T:1792402160 DEBUG: Thread JobWorker start, auto delete: true
  771. 2019-03-09 14:21:25.796 T:1792402160 DEBUG: Initialize, updating databases...
  772. 2019-03-09 14:21:25.797 T:1792402160 NOTICE: Running database version Addons27
  773. 2019-03-09 14:21:25.800 T:1792402160 NOTICE: Running database version ViewModes6
  774. 2019-03-09 14:21:25.807 T:1792402160 NOTICE: Running database version Textures13
  775. 2019-03-09 14:21:25.839 T:1792402160 NOTICE: MYSQL: Connected to version 10.1.37-MariaDB-0+deb9u1
  776. 2019-03-09 14:21:25.846 T:1792402160 NOTICE: Running database version mymusic72
  777. 2019-03-09 14:21:25.852 T:1792402160 NOTICE: Running database version myvideos116
  778. 2019-03-09 14:21:25.858 T:1792402160 NOTICE: Running database version TV32
  779. 2019-03-09 14:21:25.861 T:1792402160 NOTICE: Running database version Epg12
  780. 2019-03-09 14:21:25.861 T:1792402160 DEBUG: Initialize, updating databases... DONE
  781. 2019-03-09 14:21:25.862 T:1917477472 NOTICE: start dvd mediatype detection
  782. 2019-03-09 14:21:25.862 T:1898234608 DEBUG: Thread DetectDVDMedia start, auto delete: false
  783. 2019-03-09 14:21:25.862 T:1898234608 DEBUG: Compiled with libcdio Version 0.83
  784. 2019-03-09 14:21:25.862 T:1917477472 INFO: DPMS: not supported on this platform
  785. 2019-03-09 14:21:25.863 T:1898234608 DEBUG: Thread DetectDVDMedia 1898234608 terminating
  786. 2019-03-09 14:21:25.882 T:1917473520 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  787. 2019-03-09 14:21:25.882 T:1917473520 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  788. 2019-03-09 14:21:25.894 T:1792402160 DEBUG: Repository add-on repository.xbmc.org uses plain HTTP for add-on downloads in path http://download.osmc.tv/kodi/addons/leia - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
  789. 2019-03-09 14:21:25.924 T:1917477472 INFO: Unloading old skin ...
  790. 2019-03-09 14:21:25.931 T:1917477472 NOTICE: load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.21)
  791. 2019-03-09 14:21:25.931 T:1917477472 INFO: load fonts for skin...
  792. 2019-03-09 14:21:25.937 T:1917477472 INFO: Loading skin includes from /usr/share/kodi/addons/skin.estuary/xml/Includes.xml
  793. 2019-03-09 14:21:26.033 T:1917477472 INFO: Loading fonts from /usr/share/kodi/addons/skin.estuary/xml/Font.xml
  794. 2019-03-09 14:21:26.119 T:1917477472 DEBUG: LocalizeStrings: loaded 140 strings from file /usr/share/kodi/addons/skin.estuary/language/resource.language.fr_fr/strings.po
  795. 2019-03-09 14:21:26.122 T:1917477472 DEBUG: LocalizeStrings: loaded 0 strings from file /usr/share/kodi/addons/skin.estuary/language/resource.language.en_gb/strings.po
  796. 2019-03-09 14:21:26.122 T:1917477472 INFO: load new skin...
  797. 2019-03-09 14:21:26.122 T:1917477472 INFO: Loading custom window XMLs from skin path /usr/share/kodi/addons/skin.estuary/xml
  798. 2019-03-09 14:21:26.138 T:1917477472 DEBUG: Load Skin XML: 15.52ms
  799. 2019-03-09 14:21:26.138 T:1917477472 INFO: initialize new skin...
  800. 2019-03-09 14:21:26.138 T:1917477472 DEBUG: guilib: Fill viewport on change for solving rendering passes
  801. 2019-03-09 14:21:26.138 T:1917477472 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  802. 2019-03-09 14:21:26.155 T:1917477472 DEBUG: OpenBundle - Opened bundle /usr/share/kodi/addons/skin.estuary/media/Textures.xbt
  803. 2019-03-09 14:21:26.164 T:1917477472 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  804. 2019-03-09 14:21:26.167 T:1917477472 INFO: Loading skin file: VideoOSD.xml, load type: LOAD_ON_GUI_INIT
  805. 2019-03-09 14:21:26.194 T:1917477472 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  806. 2019-03-09 14:21:26.219 T:1917477472 INFO: Loading skin file: DialogSettings.xml, load type: LOAD_ON_GUI_INIT
  807. 2019-03-09 14:21:26.232 T:1917477472 INFO: Loading skin file: DialogPVRChannelGuide.xml, load type: LOAD_ON_GUI_INIT
  808. 2019-03-09 14:21:26.237 T:1917477472 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  809. 2019-03-09 14:21:26.239 T:1917477472 INFO: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
  810. 2019-03-09 14:21:26.244 T:1917477472 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  811. 2019-03-09 14:21:26.246 T:1917477472 INFO: Loading skin file: DialogSettings.xml, load type: LOAD_ON_GUI_INIT
  812. 2019-03-09 14:21:26.252 T:1917477472 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  813. 2019-03-09 14:21:26.259 T:1917477472 INFO: Previous line repeats 1 times.
  814. 2019-03-09 14:21:26.259 T:1917477472 INFO: Loading skin file: DialogPVRChannelsOSD.xml, load type: LOAD_ON_GUI_INIT
  815. 2019-03-09 14:21:26.266 T:1917477472 INFO: Loading skin file: DialogSubtitles.xml, load type: LOAD_ON_GUI_INIT
  816. 2019-03-09 14:21:26.276 T:1917477472 INFO: Loading resource://resource.uisounds.kodi/sounds.xml
  817. 2019-03-09 14:21:26.590 T:1917477472 INFO: skin loaded...
  818. 2019-03-09 14:21:26.590 T:1917477472 DEBUG: Activating window ID: 12997
  819. 2019-03-09 14:21:26.590 T:1917477472 DEBUG: ------ Window Init () ------
  820. 2019-03-09 14:21:26.590 T:1917477472 DEBUG: Activating window ID: 12999
  821. 2019-03-09 14:21:26.590 T:1917477472 DEBUG: ------ Window Init (Startup.xml) ------
  822. 2019-03-09 14:21:26.590 T:1917477472 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  823. 2019-03-09 14:21:26.594 T:1917477472 DEBUG: Activating window ID: 10000
  824. 2019-03-09 14:21:26.594 T:1917477472 DEBUG: ------ Window Deinit (Startup.xml) ------
  825. 2019-03-09 14:21:26.594 T:1917477472 DEBUG: ------ Window Init (Home.xml) ------
  826. 2019-03-09 14:21:26.594 T:1917477472 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  827. 2019-03-09 14:21:26.783 T:1917477472 DEBUG: CDirectoryProvider[library://video/movies/]: refreshing..
  828. 2019-03-09 14:21:26.783 T:1917477472 DEBUG: CDirectoryProvider[special://skin/playlists/inprogress_movies.xsp]: refreshing..
  829. 2019-03-09 14:21:26.784 T:1780564720 DEBUG: Thread JobWorker start, auto delete: true
  830. 2019-03-09 14:21:26.784 T:1917477472 DEBUG: CDirectoryProvider[special://skin/playlists/recent_unwatched_movies.xsp]: refreshing..
  831. 2019-03-09 14:21:26.785 T:1772172016 DEBUG: Thread JobWorker start, auto delete: true
  832. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_movies.xsp]: refreshing..
  833. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[special://skin/playlists/random_movies.xsp]: refreshing..
  834. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[videodb://movies/genres/]: refreshing..
  835. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[videodb://movies/sets/]: refreshing..
  836. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[library://video/tvshows/]: refreshing..
  837. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[videodb://inprogresstvshows]: refreshing..
  838. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[special://skin/playlists/recent_unwatched_episodes.xsp]: refreshing..
  839. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_tvshows.xsp]: refreshing..
  840. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[videodb://tvshows/genres/]: refreshing..
  841. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[videodb://tvshows/studios/]: refreshing..
  842. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[addons://]: refreshing..
  843. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
  844. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
  845. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
  846. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
  847. 2019-03-09 14:21:26.785 T:1917477472 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
  848. 2019-03-09 14:21:26.786 T:1917477472 DEBUG: CDirectoryProvider[library://video/]: refreshing..
  849. 2019-03-09 14:21:26.786 T:1917477472 DEBUG: CDirectoryProvider[sources://video/]: refreshing..
  850. 2019-03-09 14:21:26.786 T:1917477472 DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
  851. 2019-03-09 14:21:26.786 T:1917477472 DEBUG: CDirectoryProvider[pvr://channels/tv/*?view=lastplayed]: refreshing..
  852. 2019-03-09 14:21:26.786 T:1917477472 DEBUG: CDirectoryProvider[pvr://recordings/tv/active?view=flat]: refreshing..
  853. 2019-03-09 14:21:26.786 T:1917477472 DEBUG: CDirectoryProvider[pvr://channels/radio/*?view=lastplayed]: refreshing..
  854. 2019-03-09 14:21:26.786 T:1917477472 DEBUG: CDirectoryProvider[pvr://recordings/radio/active?view=flat]: refreshing..
  855. 2019-03-09 14:21:26.786 T:1917477472 DEBUG: CDirectoryProvider[favourites://]: refreshing..
  856. 2019-03-09 14:21:26.786 T:1917477472 DEBUG: CDirectoryProvider[sources://pictures/]: refreshing..
  857. 2019-03-09 14:21:26.786 T:1917477472 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
  858. 2019-03-09 14:21:26.823 T:1917477472 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  859. 2019-03-09 14:21:26.824 T:1917477472 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  860. 2019-03-09 14:21:26.824 T:1917477472 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  861. 2019-03-09 14:21:26.824 T:1917477472 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  862. 2019-03-09 14:21:26.862 T:1917477472 INFO: JSONRPC v10.2.0: Successfully initialized
  863. 2019-03-09 14:21:26.867 T:1917477472 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  864. 2019-03-09 14:21:26.867 T:1917477472 DEBUG: LoadMappings - loaded node "CEC Adapter"
  865. 2019-03-09 14:21:26.867 T:1917477472 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  866. 2019-03-09 14:21:26.867 T:1917477472 DEBUG: LoadMappings - loaded node "iMON HID device"
  867. 2019-03-09 14:21:26.867 T:1917477472 DEBUG: LoadMappings - loaded node "WETEK Play remote"
  868. 2019-03-09 14:21:26.867 T:1917477472 DEBUG: LoadMappings - loaded node ""
  869. 2019-03-09 14:21:26.868 T:1917477472 DEBUG: CPeripheralBusUSB - initialised udev monitor
  870. 2019-03-09 14:21:26.868 T:1917477472 DEBUG: Add-on bus: Registering add-on peripheral.joystick
  871. 2019-03-09 14:21:26.869 T:1917477472 DEBUG: PERIPHERAL - CreateAddon - creating peripheral add-on instance 'Joystick Support'
  872. 2019-03-09 14:21:26.869 T:1917477472 DEBUG: ADDON: Dll Initializing - Joystick Support
  873. 2019-03-09 14:21:26.869 T:1917477472 DEBUG: SECTION:LoadDLL(/usr/lib/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.4.7)
  874. 2019-03-09 14:21:26.869 T:1917477472 DEBUG: Loading: /usr/lib/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.4.7
  875. 2019-03-09 14:21:26.908 T:1917477472 DEBUG: AddOnLog: Joystick Support: Loaded 14 joystick families with 97 total joysticks
  876. 2019-03-09 14:21:26.908 T:1917477472 DEBUG: Calling TransferSettings for: Joystick Support
  877. 2019-03-09 14:21:26.909 T:1917477472 DEBUG: CAddonSettings[peripheral.joystick]: loading setting definitions
  878. 2019-03-09 14:21:26.910 T:1917477472 INFO: AddOnLog: Joystick Support: Enabling joystick interface "linux"
  879. 2019-03-09 14:21:26.910 T:1753215728 DEBUG: Thread PeripBusUSBUdev start, auto delete: false
  880. 2019-03-09 14:21:26.911 T:1744823024 DEBUG: Thread PeripBusCEC start, auto delete: false
  881. 2019-03-09 14:21:26.911 T:1736430320 DEBUG: Thread PeripBusAddon start, auto delete: false
  882. 2019-03-09 14:21:26.957 T:1917477472 DEBUG: Initialise - initialised peripheral on 'keyboard' with 1 features and 0 sub devices
  883. 2019-03-09 14:21:26.957 T:1917477472 NOTICE: Register - new keyboard device registered on application->keyboard: Clavier (0000:0000)
  884. 2019-03-09 14:21:26.958 T:1917477472 DEBUG: Initialise - initialised peripheral on 'mouse' with 1 features and 0 sub devices
  885. 2019-03-09 14:21:26.958 T:1917477472 NOTICE: Register - new mouse device registered on application->mouse: Souris (0000:0000)
  886. 2019-03-09 14:21:26.960 T:1725952752 DEBUG: Thread PeripEventScanner start, auto delete: false
  887. 2019-03-09 14:21:26.974 T:1917477472 DEBUG: ContextMenuManager: addon menus reloaded.
  888. 2019-03-09 14:21:26.974 T:1917477472 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  889. 2019-03-09 14:21:26.978 T:1917477472 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
  890. 2019-03-09 14:21:26.978 T:1917477472 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
  891. 2019-03-09 14:21:26.978 T:1917477472 DEBUG: CPlayerCoreConfig::<ctor>: created player RetroPlayer
  892. 2019-03-09 14:21:26.978 T:1917477472 DEBUG: CPlayerCoreConfig::<ctor>: created player BTPlayer
  893. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  894. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
  895. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  896. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  897. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  898. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  899. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  900. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  901. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  902. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  903. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  904. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  905. 2019-03-09 14:21:26.979 T:1917477472 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  906. 2019-03-09 14:21:26.979 T:1917477472 NOTICE: Loaded playercorefactory configuration
  907. 2019-03-09 14:21:26.979 T:1917477472 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  908. 2019-03-09 14:21:26.979 T:1917477472 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  909. 2019-03-09 14:21:26.979 T:1917477472 INFO: removing tempfiles
  910. 2019-03-09 14:21:26.981 T:1917477472 DEBUG: CRepositoryUpdater: refusing to update until My OSMC asserts
  911. 2019-03-09 14:21:26.997 T:1917477472 DEBUG: CServiceAddonManager: starting script.module.osmcsetting.updates
  912. 2019-03-09 14:21:26.998 T:1713369840 DEBUG: Thread LanguageInvoker start, auto delete: false
  913. 2019-03-09 14:21:26.998 T:1917477472 DEBUG: CServiceAddonManager: starting service.osmc.settings
  914. 2019-03-09 14:21:26.998 T:1704977136 DEBUG: Thread LanguageInvoker start, auto delete: false
  915. 2019-03-09 14:21:26.998 T:1917477472 DEBUG: CServiceAddonManager: starting script.grab.fanart
  916. 2019-03-09 14:21:26.999 T:1713369840 INFO: initializing python engine.
  917. 2019-03-09 14:21:26.999 T:1696584432 INFO: Previous line repeats 1 times.
  918. 2019-03-09 14:21:26.999 T:1696584432 DEBUG: Thread LanguageInvoker start, auto delete: false
  919. 2019-03-09 14:21:26.999 T:1696584432 INFO: initializing python engine.
  920. 2019-03-09 14:21:26.999 T:1917477472 DEBUG: CServiceAddonManager: starting plugin.video.amazon-test
  921. 2019-03-09 14:21:26.999 T:1688191728 DEBUG: Thread LanguageInvoker start, auto delete: false
  922. 2019-03-09 14:21:27.000 T:1917477472 NOTICE: initialize done
  923. 2019-03-09 14:21:27.000 T:1688191728 INFO: initializing python engine.
  924. 2019-03-09 14:21:27.000 T:1917477472 NOTICE: Running the application...
  925. 2019-03-09 14:21:27.000 T:1917477472 DEBUG: no profile autoexec.py (/home/osmc/.kodi/userdata/autoexec.py) found, skipping
  926. 2019-03-09 14:21:27.001 T:1917477472 DEBUG: NetworkMessage - Starting network services
  927. 2019-03-09 14:21:27.007 T:1917477472 DEBUG: CZeroconfAvahi::clientCallback: client is up and running
  928. 2019-03-09 14:21:27.007 T:1917477472 NOTICE: starting zeroconf publishing
  929. 2019-03-09 14:21:27.008 T:1917477472 NOTICE: CWebServer[80]: Started
  930. 2019-03-09 14:21:27.008 T:1654620912 DEBUG: Thread EventServer start, auto delete: false
  931. 2019-03-09 14:21:27.009 T:1654620912 NOTICE: ES: Starting UDP Event server on port 9777
  932. 2019-03-09 14:21:27.009 T:1917477472 INFO: JSONRPC Server: Successfully initialized
  933. 2019-03-09 14:21:27.009 T:1654620912 NOTICE: UDP: Listening on port 9777 (ipv6 : false)
  934. 2019-03-09 14:21:27.009 T:1917477472 DEBUG: SECTION:LoadDLL(libshairplay.so.0)
  935. 2019-03-09 14:21:27.011 T:1917477472 DEBUG: Loading: libshairplay.so.0
  936. 2019-03-09 14:21:27.013 T:1646228208 DEBUG: Thread TCPServer start, auto delete: false
  937. 2019-03-09 14:21:27.046 T:1917477472 DEBUG: ClampLimits: 0x0 1920x1080 -> 1280x720 clamped=1
  938. 2019-03-09 14:21:27.060 T:1917477472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4bfbb78
  939. 2019-03-09 14:21:27.061 T:1917477472 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(314128), nBufferAlignment(16)
  940. 2019-03-09 14:21:27.065 T:1917477472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.resize input port 60 output port 61 m_handle 0x4d1ba78
  941. 2019-03-09 14:21:27.067 T:1917477472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4c03050
  942. 2019-03-09 14:21:27.068 T:1917477472 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  943. 2019-03-09 14:21:27.110 T:1744823024 DEBUG: GetMappingForDevice - device (2708:1001) mapped to CEC Adapter (type = cec)
  944. 2019-03-09 14:21:27.114 T:1744823024 DEBUG: InitialiseFeature - using libCEC v4.0.2
  945. 2019-03-09 14:21:27.114 T:1744823024 DEBUG: Initialise - initialised peripheral on 'RPI' with 2 features and 0 sub devices
  946. 2019-03-09 14:21:27.114 T:1614799600 DEBUG: Thread CECAdapter start, auto delete: false
  947. 2019-03-09 14:21:27.114 T:1744823024 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
  948. 2019-03-09 14:21:27.114 T:1614799600 DEBUG: OpenConnection - opening a connection to the CEC adapter: RPI
  949. 2019-03-09 14:21:27.114 T:1744823024 DEBUG: Thread PeripBusCEC 1744823024 terminating
  950. 2019-03-09 14:21:27.217 T:1917477472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4bfbb78
  951. 2019-03-09 14:21:27.218 T:1917477472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.resize handle 0x4d1ba78
  952. 2019-03-09 14:21:27.219 T:1917477472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4c03050
  953. 2019-03-09 14:21:27.219 T:1917477472 DEBUG: DecodeJpegToTexture: decoded special://skin/extras/backgrounds/primary.jpg 1280x720
  954. 2019-03-09 14:21:27.225 T:1917477472 DEBUG: ClampLimits: 0x0 900x506 -> 900x506 clamped=0
  955. 2019-03-09 14:21:27.231 T:1917477472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4b81650
  956. 2019-03-09 14:21:27.232 T:1917477472 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(93824), nBufferAlignment(16)
  957. 2019-03-09 14:21:27.235 T:1917477472 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4b7e178
  958. 2019-03-09 14:21:27.235 T:1917477472 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  959. 2019-03-09 14:21:27.250 T:1917477472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4b81650
  960. 2019-03-09 14:21:27.251 T:1917477472 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4b7e178
  961. 2019-03-09 14:21:27.251 T:1917477472 DEBUG: DecodeJpegToTexture: decoded special://skin/extras/backgrounds/pattern1.jpg 900x506
  962. 2019-03-09 14:21:27.278 T:1917477472 DEBUG: ------ Window Init (Pointer.xml) ------
  963. 2019-03-09 14:21:27.278 T:1917477472 DEBUG: ------ Window Init () ------
  964. 2019-03-09 14:21:27.462 T:1917477472 INFO: GLES: Enabling VSYNC
  965. 2019-03-09 14:21:27.474 T:1713369840 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/script.module.osmcsetting.updates/service.py): start processing
  966. 2019-03-09 14:21:27.475 T:1704977136 DEBUG: CPythonInvoker(1, /usr/share/kodi/addons/service.osmc.settings/service.py): start processing
  967. 2019-03-09 14:21:27.475 T:1696584432 DEBUG: CPythonInvoker(2, /home/osmc/.kodi/addons/script.grab.fanart/service.py): start processing
  968. 2019-03-09 14:21:27.475 T:1688191728 DEBUG: CPythonInvoker(3, /home/osmc/.kodi/addons/plugin.video.amazon-test/service.py): start processing
  969. 2019-03-09 14:21:27.520 T:1792402160 INFO: easy_acquire - Created session to http://image.tmdb.org
  970. 2019-03-09 14:21:27.556 T:1917477472 INFO: Previous line repeats 1 times.
  971. 2019-03-09 14:21:27.556 T:1917477472 DEBUG: LogindUPowerSyscall - Received unknown signal NameAcquired
  972. 2019-03-09 14:21:27.677 T:1780564720 DEBUG: CCurlFile::GetMimeType - http://image.tmdb.org/t/p/original/tuwHvDpNiX3wSf042XGMURIqg9o.jpg -> image/jpeg
  973. 2019-03-09 14:21:27.713 T:1582297840 DEBUG: Thread JobWorker start, auto delete: true
  974. 2019-03-09 14:21:27.729 T:1582297840 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  975. 2019-03-09 14:21:27.751 T:1792402160 DEBUG: Previous line repeats 1 times.
  976. 2019-03-09 14:21:27.751 T:1792402160 DEBUG: CCurlFile::GetMimeType - http://image.tmdb.org/t/p/original/mfbpsBiEu5EM1OAzfxULXC1067r.jpg -> image/jpeg
  977. 2019-03-09 14:21:27.758 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4baa918
  978. 2019-03-09 14:21:27.759 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  979. 2019-03-09 14:21:27.762 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x70763028
  980. 2019-03-09 14:21:27.762 T:1780564720 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  981. 2019-03-09 14:21:27.763 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4bab5b8
  982. 2019-03-09 14:21:27.764 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  983. 2019-03-09 14:21:27.767 T:1917477472 DEBUG: ------ Window Deinit (Pointer.xml) ------
  984. 2019-03-09 14:21:27.772 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x66e237d8
  985. 2019-03-09 14:21:27.773 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4baa918
  986. 2019-03-09 14:21:27.773 T:1780564720 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  987. 2019-03-09 14:21:27.774 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4bab5b8
  988. 2019-03-09 14:21:27.774 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/0/03454571.jpg 360x540
  989. 2019-03-09 14:21:27.781 T:1582297840 DEBUG: ClampLimits: 1920x1080 397x540 -> 397x540 clamped=0
  990. 2019-03-09 14:21:27.790 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x70763028
  991. 2019-03-09 14:21:27.794 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x66e237d8
  992. 2019-03-09 14:21:27.795 T:1780564720 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/3/35b120b7.jpg 360x540
  993. 2019-03-09 14:21:27.795 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4baf0b0
  994. 2019-03-09 14:21:27.795 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  995. 2019-03-09 14:21:27.798 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4baae50
  996. 2019-03-09 14:21:27.799 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  997. 2019-03-09 14:21:27.806 T:1780564720 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  998. 2019-03-09 14:21:27.807 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4baf0b0
  999. 2019-03-09 14:21:27.809 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4baae50
  1000. 2019-03-09 14:21:27.809 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/a/a3ba4fd9.jpg 397x540
  1001. 2019-03-09 14:21:27.819 T:1582297840 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1002. 2019-03-09 14:21:27.846 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x66e237d8
  1003. 2019-03-09 14:21:27.847 T:1780564720 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1004. 2019-03-09 14:21:27.854 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4c3cc78
  1005. 2019-03-09 14:21:27.854 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x70761430
  1006. 2019-03-09 14:21:27.855 T:1780564720 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1007. 2019-03-09 14:21:27.855 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1008. 2019-03-09 14:21:27.865 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x49c2bb8
  1009. 2019-03-09 14:21:27.866 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x66e237d8
  1010. 2019-03-09 14:21:27.866 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1011. 2019-03-09 14:21:27.867 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x70761430
  1012. 2019-03-09 14:21:27.867 T:1780564720 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/6/67f3396f.jpg 360x540
  1013. 2019-03-09 14:21:27.875 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4c3cc78
  1014. 2019-03-09 14:21:27.877 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x49c2bb8
  1015. 2019-03-09 14:21:27.877 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/b/b138fac1.jpg 360x540
  1016. 2019-03-09 14:21:27.881 T:1780564720 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1017. 2019-03-09 14:21:27.886 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x70761430
  1018. 2019-03-09 14:21:27.887 T:1780564720 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1019. 2019-03-09 14:21:27.890 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x70763028
  1020. 2019-03-09 14:21:27.891 T:1780564720 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1021. 2019-03-09 14:21:27.900 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x70761430
  1022. 2019-03-09 14:21:27.904 T:1792402160 DEBUG: CCurlFile::GetMimeType - http://image.tmdb.org/t/p/original/oi4kvxhzQtNefTMWMuOivHoh4cu.jpg -> image/jpeg
  1023. 2019-03-09 14:21:27.904 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x70763028
  1024. 2019-03-09 14:21:27.904 T:1780564720 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/5/556cb621.jpg 360x540
  1025. 2019-03-09 14:21:27.971 T:1582297840 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1026. 2019-03-09 14:21:27.979 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4bf9f98
  1027. 2019-03-09 14:21:27.980 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1028. 2019-03-09 14:21:27.984 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4f17d00
  1029. 2019-03-09 14:21:27.984 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1030. 2019-03-09 14:21:27.995 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4bf9f98
  1031. 2019-03-09 14:21:27.997 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4f17d00
  1032. 2019-03-09 14:21:27.997 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/8/8a5a3168.jpg 360x540
  1033. 2019-03-09 14:21:28.005 T:1582297840 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1034. 2019-03-09 14:21:28.012 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4bf35e0
  1035. 2019-03-09 14:21:28.013 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1036. 2019-03-09 14:21:28.017 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4f19438
  1037. 2019-03-09 14:21:28.018 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1038. 2019-03-09 14:21:28.028 T:1792402160 DEBUG: CCurlFile::GetMimeType - http://image.tmdb.org/t/p/original/1hWeSAsb1zTSI0Nng1vlsb7lF5Q.jpg -> image/jpeg
  1039. 2019-03-09 14:21:28.028 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4bf35e0
  1040. 2019-03-09 14:21:28.031 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4f19438
  1041. 2019-03-09 14:21:28.031 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/0/0cf959dd.jpg 360x540
  1042. 2019-03-09 14:21:28.039 T:1582297840 DEBUG: ClampLimits: 1920x1080 405x540 -> 405x540 clamped=0
  1043. 2019-03-09 14:21:28.045 T:1772172016 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1044. 2019-03-09 14:21:28.048 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4bf35e0
  1045. 2019-03-09 14:21:28.049 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(84672), nBufferAlignment(16)
  1046. 2019-03-09 14:21:28.060 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4bf8bf0
  1047. 2019-03-09 14:21:28.063 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1048. 2019-03-09 14:21:28.068 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x68836ad8
  1049. 2019-03-09 14:21:28.076 T:1772172016 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1050. 2019-03-09 14:21:28.077 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4bf35e0
  1051. 2019-03-09 14:21:28.079 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4bf8bf0
  1052. 2019-03-09 14:21:28.080 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/4/46f89139.jpg 405x540
  1053. 2019-03-09 14:21:28.084 T:1713369840 DEBUG: -->Python Interpreter Initialized<--
  1054. 2019-03-09 14:21:28.085 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x688d44f0
  1055. 2019-03-09 14:21:28.087 T:1772172016 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1056. 2019-03-09 14:21:28.089 T:1713369840 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/script.module.osmcsetting.updates/service.py): the source file to load is "/usr/share/kodi/addons/script.module.osmcsetting.updates/service.py"
  1057. 2019-03-09 14:21:28.090 T:1582297840 DEBUG: ClampLimits: 1920x1080 398x540 -> 398x540 clamped=0
  1058. 2019-03-09 14:21:28.094 T:1704977136 DEBUG: -->Python Interpreter Initialized<--
  1059. 2019-03-09 14:21:28.094 T:1704977136 DEBUG: CPythonInvoker(1, /usr/share/kodi/addons/service.osmc.settings/service.py): the source file to load is "/usr/share/kodi/addons/service.osmc.settings/service.py"
  1060. 2019-03-09 14:21:28.104 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4cb11c0
  1061. 2019-03-09 14:21:28.105 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x68836ad8
  1062. 2019-03-09 14:21:28.105 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1063. 2019-03-09 14:21:28.108 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x688d44f0
  1064. 2019-03-09 14:21:28.109 T:1772172016 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/9/986a8fa0.jpg 360x540
  1065. 2019-03-09 14:21:28.109 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4f169e0
  1066. 2019-03-09 14:21:28.111 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1067. 2019-03-09 14:21:28.118 T:1772172016 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1068. 2019-03-09 14:21:28.126 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4cb11c0
  1069. 2019-03-09 14:21:28.126 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x68836ad8
  1070. 2019-03-09 14:21:28.128 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4f169e0
  1071. 2019-03-09 14:21:28.128 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/2/2f458be2.jpg 398x540
  1072. 2019-03-09 14:21:28.128 T:1772172016 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1073. 2019-03-09 14:21:28.132 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x68824bf0
  1074. 2019-03-09 14:21:28.134 T:1772172016 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1075. 2019-03-09 14:21:28.144 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x68836ad8
  1076. 2019-03-09 14:21:28.146 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x68824bf0
  1077. 2019-03-09 14:21:28.147 T:1772172016 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/2/2441bb29.jpg 360x540
  1078. 2019-03-09 14:21:28.240 T:1792402160 DEBUG: CCurlFile::GetMimeType - http://image.tmdb.org/t/p/original/kIkf33jYUpENZOVm8aQjvRjxFhB.jpg -> image/jpeg
  1079. 2019-03-09 14:21:28.411 T:1792402160 DEBUG: CCurlFile::GetMimeType - http://image.tmdb.org/t/p/original/q7kgbEjx2BHUDErfU7lH8UqS51R.jpg -> image/jpeg
  1080. 2019-03-09 14:21:28.413 T:1582297840 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1081. 2019-03-09 14:21:28.423 T:1582297840 DEBUG: Previous line repeats 1 times.
  1082. 2019-03-09 14:21:28.423 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4c6e8e0
  1083. 2019-03-09 14:21:28.424 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1084. 2019-03-09 14:21:28.428 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x664dffa8
  1085. 2019-03-09 14:21:28.429 T:1792402160 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1086. 2019-03-09 14:21:28.429 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4f7d158
  1087. 2019-03-09 14:21:28.431 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1088. 2019-03-09 14:21:28.441 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x5e902b90
  1089. 2019-03-09 14:21:28.442 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4c6e8e0
  1090. 2019-03-09 14:21:28.443 T:1792402160 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1091. 2019-03-09 14:21:28.444 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4f7d158
  1092. 2019-03-09 14:21:28.445 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/1/18493bf7.jpg 360x540
  1093. 2019-03-09 14:21:28.455 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x664dffa8
  1094. 2019-03-09 14:21:28.456 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x5e902b90
  1095. 2019-03-09 14:21:28.457 T:1582297840 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1096. 2019-03-09 14:21:28.457 T:1792402160 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/9/9c018c69.jpg 360x540
  1097. 2019-03-09 14:21:28.464 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4c6e8e0
  1098. 2019-03-09 14:21:28.465 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1099. 2019-03-09 14:21:28.467 T:1792402160 DEBUG: ClampLimits: 1920x1080 379x540 -> 379x540 clamped=0
  1100. 2019-03-09 14:21:28.468 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4c47cd8
  1101. 2019-03-09 14:21:28.469 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1102. 2019-03-09 14:21:28.473 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5e902b90
  1103. 2019-03-09 14:21:28.474 T:1792402160 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(108272), nBufferAlignment(16)
  1104. 2019-03-09 14:21:28.482 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x664dffa8
  1105. 2019-03-09 14:21:28.482 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4c6e8e0
  1106. 2019-03-09 14:21:28.483 T:1792402160 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1107. 2019-03-09 14:21:28.484 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4c47cd8
  1108. 2019-03-09 14:21:28.484 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/e/e8043fe7.jpg 360x540
  1109. 2019-03-09 14:21:28.495 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5e902b90
  1110. 2019-03-09 14:21:28.497 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x664dffa8
  1111. 2019-03-09 14:21:28.497 T:1582297840 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1112. 2019-03-09 14:21:28.497 T:1792402160 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/0/05023a64.jpg 379x540
  1113. 2019-03-09 14:21:28.505 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4c6e8e0
  1114. 2019-03-09 14:21:28.505 T:1792402160 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1115. 2019-03-09 14:21:28.506 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(85264), nBufferAlignment(16)
  1116. 2019-03-09 14:21:28.512 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x664dffa8
  1117. 2019-03-09 14:21:28.513 T:1792402160 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1118. 2019-03-09 14:21:28.513 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4ec7240
  1119. 2019-03-09 14:21:28.515 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1120. 2019-03-09 14:21:28.525 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x5e902b90
  1121. 2019-03-09 14:21:28.526 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4c6e8e0
  1122. 2019-03-09 14:21:28.527 T:1792402160 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1123. 2019-03-09 14:21:28.528 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4ec7240
  1124. 2019-03-09 14:21:28.528 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/a/a71bb368.jpg 360x540
  1125. 2019-03-09 14:21:28.536 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x664dffa8
  1126. 2019-03-09 14:21:28.538 T:1582297840 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1127. 2019-03-09 14:21:28.538 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x5e902b90
  1128. 2019-03-09 14:21:28.538 T:1792402160 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/a/a82a3f9d.jpg 360x540
  1129. 2019-03-09 14:21:28.543 T:1792402160 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1130. 2019-03-09 14:21:28.547 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4c47cd8
  1131. 2019-03-09 14:21:28.547 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1132. 2019-03-09 14:21:28.554 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5e902b90
  1133. 2019-03-09 14:21:28.554 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4ccc280
  1134. 2019-03-09 14:21:28.555 T:1792402160 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1135. 2019-03-09 14:21:28.555 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1136. 2019-03-09 14:21:28.564 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x664dffa8
  1137. 2019-03-09 14:21:28.565 T:1704977136 DEBUG: CPythonInvoker(1, /usr/share/kodi/addons/service.osmc.settings/service.py): setting the Python path to /usr/share/kodi/addons/service.osmc.settings:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0
  1138. 2019-03-09 14:21:28.565 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4c47cd8
  1139. 2019-03-09 14:21:28.565 T:1704977136 DEBUG: CPythonInvoker(1, /usr/share/kodi/addons/service.osmc.settings/service.py): entering source directory /usr/share/kodi/addons/service.osmc.settings
  1140. 2019-03-09 14:21:28.565 T:1792402160 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1141. 2019-03-09 14:21:28.565 T:1713369840 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/script.module.osmcsetting.updates/service.py): setting the Python path to /usr/share/kodi/addons/script.module.osmcsetting.updates:/usr/lib/kodi/addons/script.module.osmccommon/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0
  1142. 2019-03-09 14:21:28.565 T:1713369840 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/script.module.osmcsetting.updates/service.py): entering source directory /usr/share/kodi/addons/script.module.osmcsetting.updates
  1143. 2019-03-09 14:21:28.566 T:1704977136 DEBUG: CPythonInvoker(1, /usr/share/kodi/addons/service.osmc.settings/service.py): instantiating addon using automatically obtained id of "service.osmc.settings" dependent on version 2.1.0 of the xbmc.python api
  1144. 2019-03-09 14:21:28.566 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4ccc280
  1145. 2019-03-09 14:21:28.567 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/6/6cf9d414.jpg 360x540
  1146. 2019-03-09 14:21:28.571 T:1713369840 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/script.module.osmcsetting.updates/service.py): instantiating addon using automatically obtained id of "script.module.osmcsetting.updates" dependent on version 2.1.0 of the xbmc.python api
  1147. 2019-03-09 14:21:28.574 T:1614799600 DEBUG: OpenConnection - connection to the CEC adapter opened
  1148. 2019-03-09 14:21:28.574 T:1614799600 DEBUG: SetConfigurationFromLibCEC - settings updated by libCEC
  1149. 2019-03-09 14:21:28.575 T:1551889136 DEBUG: Thread CECAdapterUpdate start, auto delete: false
  1150. 2019-03-09 14:21:28.576 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5e902b90
  1151. 2019-03-09 14:21:28.577 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x664dffa8
  1152. 2019-03-09 14:21:28.577 T:1780564720 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1153. 2019-03-09 14:21:28.578 T:1792402160 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/0/00a08562.jpg 360x540
  1154. 2019-03-09 14:21:28.583 T:1792402160 DEBUG: ClampLimits: 1920x1080 360x540 -> 360x540 clamped=0
  1155. 2019-03-09 14:21:28.589 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x7071f628
  1156. 2019-03-09 14:21:28.590 T:1780564720 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1157. 2019-03-09 14:21:28.597 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x664dffa8
  1158. 2019-03-09 14:21:28.597 T:1792402160 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1159. 2019-03-09 14:21:28.601 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x5d86d750
  1160. 2019-03-09 14:21:28.603 T:1780564720 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1161. 2019-03-09 14:21:28.612 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x5e902b90
  1162. 2019-03-09 14:21:28.612 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x7071f628
  1163. 2019-03-09 14:21:28.612 T:1792402160 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1164. 2019-03-09 14:21:28.613 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x5d86d750
  1165. 2019-03-09 14:21:28.613 T:1780564720 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/3/3159d51e.jpg 360x540
  1166. 2019-03-09 14:21:28.620 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x664dffa8
  1167. 2019-03-09 14:21:28.621 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x5e902b90
  1168. 2019-03-09 14:21:28.621 T:1792402160 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/3/310b50bc.jpg 360x540
  1169. 2019-03-09 14:21:28.773 T:1582297840 DEBUG: CCurlFile::GetMimeType - http://image.tmdb.org/t/p/original/mfbpsBiEu5EM1OAzfxULXC1067r.jpg -> image/jpeg
  1170. 2019-03-09 14:21:28.773 T:1582297840 DEBUG: CurlFile::Open(0x4ec5f18) http://image.tmdb.org/t/p/original/mfbpsBiEu5EM1OAzfxULXC1067r.jpg
  1171. 2019-03-09 14:21:28.868 T:1772172016 INFO: easy_acquire - Created session to http://www.thetvdb.com
  1172. 2019-03-09 14:21:29.007 T:1772172016 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/257655/7005197.jpg -> image/jpeg
  1173. 2019-03-09 14:21:29.024 T:1780564720 DEBUG: CCurlFile::GetMimeType - http://image.tmdb.org/t/p/original/oi4kvxhzQtNefTMWMuOivHoh4cu.jpg -> image/jpeg
  1174. 2019-03-09 14:21:29.024 T:1780564720 DEBUG: CurlFile::Open(0x5d013718) http://image.tmdb.org/t/p/original/oi4kvxhzQtNefTMWMuOivHoh4cu.jpg
  1175. 2019-03-09 14:21:29.032 T:1772172016 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/332525/7002442.jpg -> image/jpeg
  1176. 2019-03-09 14:21:29.079 T:1772172016 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/295759/6999830.jpg -> image/jpeg
  1177. 2019-03-09 14:21:29.159 T:1772172016 DEBUG: Repository add-on repository.xbmc.org uses plain HTTP for add-on downloads in path http://download.osmc.tv/kodi/addons/leia - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
  1178. 2019-03-09 14:21:29.292 T:1772172016 DEBUG: CAddonMgr::GetAvailableUpdates took 144 ms
  1179. 2019-03-09 14:21:29.298 T:1551889136 DEBUG: UpdateMenuLanguage - using TV menu language is disabled
  1180. 2019-03-09 14:21:29.311 T:1772172016 DEBUG: Repository add-on repository.xbmc.org uses plain HTTP for add-on downloads in path http://download.osmc.tv/kodi/addons/leia - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
  1181. 2019-03-09 14:21:29.561 T:1772172016 DEBUG: Previous line repeats 1 times.
  1182. 2019-03-09 14:21:29.562 T:1772172016 DEBUG: NFS: Context for 192.168.42.43/smb/film not open - get a new context.
  1183. 2019-03-09 14:21:29.575 T:1772172016 DEBUG: NFS: Connected to server 192.168.42.43 and export /smb/film
  1184. 2019-03-09 14:21:29.575 T:1772172016 DEBUG: NFS: chunks: r/w 1048576/1048576
  1185. 2019-03-09 14:21:29.577 T:1772172016 DEBUG: NFS: Context for 192.168.42.43/smb/series not open - get a new context.
  1186. 2019-03-09 14:21:29.588 T:1772172016 DEBUG: NFS: Connected to server 192.168.42.43 and export /smb/series
  1187. 2019-03-09 14:21:29.588 T:1772172016 DEBUG: NFS: chunks: r/w 1048576/1048576
  1188. 2019-03-09 14:21:29.603 T:1772172016 DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
  1189. 2019-03-09 14:21:29.603 T:1772172016 DEBUG: Getting Directory (special://profile/playlists/video)
  1190. 2019-03-09 14:21:29.608 T:1772172016 DEBUG: Getting Directory (special://profile/playlists/mixed)
  1191. 2019-03-09 14:21:29.609 T:1772172016 DEBUG: CMultiPathDirectory::MergeItems, items = 0
  1192. 2019-03-09 14:21:29.610 T:1772172016 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/tv/*?view=lastplayed)
  1193. 2019-03-09 14:21:29.610 T:1772172016 DEBUG: CPVRDirectory::GetDirectory(pvr://recordings/tv/active?view=flat)
  1194. 2019-03-09 14:21:29.611 T:1772172016 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/radio/*?view=lastplayed)
  1195. 2019-03-09 14:21:29.612 T:1772172016 DEBUG: CPVRDirectory::GetDirectory(pvr://recordings/radio/active?view=flat)
  1196. 2019-03-09 14:21:29.665 T:1582297840 DEBUG: COMXImage::CreateThumb http://image.tmdb.org/t/p/original/mfbpsBiEu5EM1OAzfxULXC1067r.jpg 2000x3000 progressive images not supported by decoder
  1197. 2019-03-09 14:21:29.677 T:1772172016 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  1198. 2019-03-09 14:21:29.706 T:1772172016 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
  1199. 2019-03-09 14:21:29.706 T:1780564720 DEBUG: COMXImage::CreateThumb http://image.tmdb.org/t/p/original/oi4kvxhzQtNefTMWMuOivHoh4cu.jpg 1300x1731 progressive images not supported by decoder
  1200. 2019-03-09 14:21:29.711 T:1772172016 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
  1201. 2019-03-09 14:21:29.716 T:1772172016 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  1202. 2019-03-09 14:21:30.039 T:1772172016 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/299139/6805096.jpg -> image/jpeg
  1203. 2019-03-09 14:21:30.069 T:1772172016 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/299139/6805097.jpg -> image/jpeg
  1204. 2019-03-09 14:21:30.098 T:1772172016 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/350665/7005765.jpg -> image/jpeg
  1205. 2019-03-09 14:21:30.149 T:1772172016 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/274431/6802460.jpg -> image/jpeg
  1206. 2019-03-09 14:21:30.206 T:1780564720 DEBUG: Caching image 'http://image.tmdb.org/t/p/original/oi4kvxhzQtNefTMWMuOivHoh4cu.jpg' to 'd/da1d8c63.jpg':
  1207. 2019-03-09 14:21:30.279 T:1772172016 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/349317/6974277.jpg -> image/jpeg
  1208. 2019-03-09 14:21:30.283 T:1772172016 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  1209. 2019-03-09 14:21:30.292 T:1772172016 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 != '')) AND (artistview.strArtist <> 'Artistes divers')
  1210. 2019-03-09 14:21:30.365 T:1772172016 DEBUG: ADDON: Dll Initializing - Tvheadend HTSP Client
  1211. 2019-03-09 14:21:30.365 T:1772172016 DEBUG: SECTION:LoadDLL(/usr/lib/kodi/addons/pvr.hts/pvr.hts.so.4.4.16)
  1212. 2019-03-09 14:21:30.366 T:1772172016 DEBUG: Loading: /usr/lib/kodi/addons/pvr.hts/pvr.hts.so.4.4.16
  1213. 2019-03-09 14:21:30.411 T:1772172016 INFO: AddOnLog: Tvheadend HTSP Client: pvr.hts - starting PVR client
  1214. 2019-03-09 14:21:30.412 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'host'
  1215. 2019-03-09 14:21:30.419 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1216. 2019-03-09 14:21:30.419 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1217. 2019-03-09 14:21:30.425 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1218. 2019-03-09 14:21:30.426 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'htsp_port'
  1219. 2019-03-09 14:21:30.427 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1220. 2019-03-09 14:21:30.427 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1221. 2019-03-09 14:21:30.428 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1222. 2019-03-09 14:21:30.433 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'http_port'
  1223. 2019-03-09 14:21:30.434 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1224. 2019-03-09 14:21:30.434 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1225. 2019-03-09 14:21:30.435 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1226. 2019-03-09 14:21:30.436 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'user'
  1227. 2019-03-09 14:21:30.437 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1228. 2019-03-09 14:21:30.437 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1229. 2019-03-09 14:21:30.439 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1230. 2019-03-09 14:21:30.439 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'pass'
  1231. 2019-03-09 14:21:30.440 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1232. 2019-03-09 14:21:30.440 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1233. 2019-03-09 14:21:30.442 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1234. 2019-03-09 14:21:30.443 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'connect_timeout'
  1235. 2019-03-09 14:21:30.444 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1236. 2019-03-09 14:21:30.444 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1237. 2019-03-09 14:21:30.446 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1238. 2019-03-09 14:21:30.447 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'response_timeout'
  1239. 2019-03-09 14:21:30.448 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1240. 2019-03-09 14:21:30.448 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1241. 2019-03-09 14:21:30.450 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1242. 2019-03-09 14:21:30.451 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'trace_debug'
  1243. 2019-03-09 14:21:30.453 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1244. 2019-03-09 14:21:30.453 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1245. 2019-03-09 14:21:30.455 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1246. 2019-03-09 14:21:30.455 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'epg_async'
  1247. 2019-03-09 14:21:30.456 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1248. 2019-03-09 14:21:30.456 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1249. 2019-03-09 14:21:30.458 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1250. 2019-03-09 14:21:30.458 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'pretuner_enabled'
  1251. 2019-03-09 14:21:30.460 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1252. 2019-03-09 14:21:30.460 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1253. 2019-03-09 14:21:30.461 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1254. 2019-03-09 14:21:30.462 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'autorec_approxtime'
  1255. 2019-03-09 14:21:30.463 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1256. 2019-03-09 14:21:30.463 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1257. 2019-03-09 14:21:30.465 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1258. 2019-03-09 14:21:30.466 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'autorec_maxdiff'
  1259. 2019-03-09 14:21:30.467 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1260. 2019-03-09 14:21:30.467 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1261. 2019-03-09 14:21:30.469 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1262. 2019-03-09 14:21:30.470 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'streaming_profile'
  1263. 2019-03-09 14:21:30.471 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1264. 2019-03-09 14:21:30.471 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1265. 2019-03-09 14:21:30.473 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1266. 2019-03-09 14:21:30.473 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'dvr_priority'
  1267. 2019-03-09 14:21:30.474 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1268. 2019-03-09 14:21:30.474 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1269. 2019-03-09 14:21:30.476 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1270. 2019-03-09 14:21:30.477 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'dvr_lifetime'
  1271. 2019-03-09 14:21:30.478 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1272. 2019-03-09 14:21:30.478 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1273. 2019-03-09 14:21:30.480 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1274. 2019-03-09 14:21:30.481 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'dvr_dubdetect'
  1275. 2019-03-09 14:21:30.482 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1276. 2019-03-09 14:21:30.482 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1277. 2019-03-09 14:21:30.484 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1278. 2019-03-09 14:21:30.484 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'dvr_playstatus'
  1279. 2019-03-09 14:21:30.486 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1280. 2019-03-09 14:21:30.486 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1281. 2019-03-09 14:21:30.488 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1282. 2019-03-09 14:21:30.488 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'stream_readchunksize'
  1283. 2019-03-09 14:21:30.489 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1284. 2019-03-09 14:21:30.489 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1285. 2019-03-09 14:21:30.491 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1286. 2019-03-09 14:21:30.492 T:1772172016 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Tvheadend HTSP Client' requests setting 'dvr_ignore_duplicates'
  1287. 2019-03-09 14:21:30.494 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting definitions
  1288. 2019-03-09 14:21:30.494 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: trying to load setting definitions from old format...
  1289. 2019-03-09 14:21:30.496 T:1772172016 DEBUG: CAddonSettings[pvr.hts]: loading setting values
  1290. 2019-03-09 14:21:30.498 T:1772172016 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - connection state change (0 -> 7)
  1291. 2019-03-09 14:21:30.507 T:1533506288 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - new connection requested
  1292. 2019-03-09 14:21:30.507 T:1772172016 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webserver type: _http._tcp name:osmc port:80
  1293. 2019-03-09 14:21:30.508 T:1533506288 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - connecting to 192.168.42.50:9982
  1294. 2019-03-09 14:21:30.508 T:1772172016 DEBUG: CZeroconfAvahi::addService() named: osmc type: _http._tcp port:80
  1295. 2019-03-09 14:21:30.514 T:1533506288 ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - unable to connect to 192.168.42.50:9982
  1296. 2019-03-09 14:21:30.515 T:1533506288 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - connection state change (7 -> 1)
  1297. 2019-03-09 14:21:30.517 T:1772172016 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-http type: _xbmc-jsonrpc-h._tcp name:osmc port:80
  1298. 2019-03-09 14:21:30.518 T:1772172016 DEBUG: CZeroconfAvahi::addService() named: osmc type: _xbmc-jsonrpc-h._tcp port:80
  1299. 2019-03-09 14:21:30.531 T:1772172016 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:osmc port:9777
  1300. 2019-03-09 14:21:30.531 T:1772172016 DEBUG: CZeroconfAvahi::addService() named: osmc type: _xbmc-events._udp port:9777
  1301. 2019-03-09 14:21:30.536 T:1772172016 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:osmc port:9090
  1302. 2019-03-09 14:21:30.536 T:1772172016 DEBUG: CZeroconfAvahi::addService() named: osmc type: _xbmc-jsonrpc._tcp port:9090
  1303. 2019-03-09 14:21:30.550 T:1772172016 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.airtunes type: _raop._tcp name:B827EBA7395E@osmc port:36666
  1304. 2019-03-09 14:21:30.550 T:1772172016 DEBUG: CZeroconfAvahi::addService() named: B827EBA7395E@osmc type: _raop._tcp port:36666
  1305. 2019-03-09 14:21:30.574 T:1780564720 DEBUG: cached image 'special://masterprofile/Thumbnails/d/da1d8c63.jpg' size 406x540
  1306. 2019-03-09 14:21:30.575 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_encode input port 340 output port 341 m_handle 0x5cc83010
  1307. 2019-03-09 14:21:30.576 T:1780564720 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_encode) - port(340), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(905216), nBufferAlignment(16)
  1308. 2019-03-09 14:21:30.577 T:1780564720 DEBUG: COMXCoreComponent::AllocOutputBuffers component(OMX.broadcom.image_encode) - port(341), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(220864) nBufferAlignment(16)
  1309. 2019-03-09 14:21:30.605 T:1780564720 DEBUG: COMXImageEnc::CreateThumbnailFromSurface : special://masterprofile/Thumbnails/d/da1d8c63.jpg width 406 height 540
  1310. 2019-03-09 14:21:30.614 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_encode handle 0x5cc83010
  1311. 2019-03-09 14:21:30.944 T:1582297840 DEBUG: Caching image 'http://image.tmdb.org/t/p/original/mfbpsBiEu5EM1OAzfxULXC1067r.jpg' to 'e/ee7fe6f1.jpg':
  1312. 2019-03-09 14:21:31.016 T:1533506288 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - new connection requested
  1313. 2019-03-09 14:21:31.018 T:1533506288 ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - unable to connect to 192.168.42.50:9982
  1314. 2019-03-09 14:21:31.291 T:1679799024 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  1315. 2019-03-09 14:21:31.353 T:1582297840 DEBUG: Previous line repeats 4 times.
  1316. 2019-03-09 14:21:31.353 T:1582297840 DEBUG: cached image 'special://masterprofile/Thumbnails/e/ee7fe6f1.jpg' size 360x540
  1317. 2019-03-09 14:21:31.355 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_encode input port 340 output port 341 m_handle 0x4ae1da8
  1318. 2019-03-09 14:21:31.356 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_encode) - port(340), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(800768), nBufferAlignment(16)
  1319. 2019-03-09 14:21:31.356 T:1582297840 DEBUG: COMXCoreComponent::AllocOutputBuffers component(OMX.broadcom.image_encode) - port(341), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(195840) nBufferAlignment(16)
  1320. 2019-03-09 14:21:31.384 T:1582297840 DEBUG: COMXImageEnc::CreateThumbnailFromSurface : special://masterprofile/Thumbnails/e/ee7fe6f1.jpg width 360 height 540
  1321. 2019-03-09 14:21:31.393 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_encode handle 0x4ae1da8
  1322. 2019-03-09 14:21:31.519 T:1533506288 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - new connection requested
  1323. 2019-03-09 14:21:31.521 T:1533506288 ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - unable to connect to 192.168.42.50:9982
  1324. 2019-03-09 14:21:31.638 T:1688191728 DEBUG: -->Python Interpreter Initialized<--
  1325. 2019-03-09 14:21:31.638 T:1688191728 DEBUG: CPythonInvoker(3, /home/osmc/.kodi/addons/plugin.video.amazon-test/service.py): the source file to load is "/home/osmc/.kodi/addons/plugin.video.amazon-test/service.py"
  1326. 2019-03-09 14:21:32.021 T:1533506288 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - new connection requested
  1327. 2019-03-09 14:21:32.023 T:1533506288 ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - unable to connect to 192.168.42.50:9982
  1328. 2019-03-09 14:21:32.524 T:1533506288 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - new connection requested
  1329. 2019-03-09 14:21:32.526 T:1533506288 ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - unable to connect to 192.168.42.50:9982
  1330. 2019-03-09 14:21:32.946 T:1551889136 DEBUG: UpdateAudioSystemStatus - no CEC capable amplifier found
  1331. 2019-03-09 14:21:32.967 T:1713369840 DEBUG: script.module.osmcsetting.updates : - UPDATE_WARNING_LIST: ['rbp2\n-mediacenter-osmc']
  1332. 2019-03-09 14:21:32.988 T:1704977136 DEBUG: OSMC ADDON MAIN Current Version: OSMC December 2018 2018.12-1
  1333. 2019-03-09 14:21:32.989 T:1704977136 DEBUG: OSMC ADDON MAIN main addon starting
  1334. 2019-03-09 14:21:32.989 T:1518187248 DEBUG: OSMC UPDATE COMMS: Comms started
  1335. 2019-03-09 14:21:33.007 T:1917477472 DEBUG: Repository add-on repository.xbmc.org uses plain HTTP for add-on downloads in path http://download.osmc.tv/kodi/addons/leia - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
  1336. 2019-03-09 14:21:33.027 T:1533506288 DEBUG: Previous line repeats 1 times.
  1337. 2019-03-09 14:21:33.027 T:1533506288 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - new connection requested
  1338. 2019-03-09 14:21:33.029 T:1533506288 ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - unable to connect to 192.168.42.50:9982
  1339. 2019-03-09 14:21:33.032 T:1917477472 DEBUG: CRepositoryUpdater: previous update at 08/03/2019 20:01:00, next at 09/03/2019 20:01:00
  1340. 2019-03-09 14:21:33.032 T:1509794544 DEBUG: Thread Timer start, auto delete: false
  1341. 2019-03-09 14:21:33.033 T:1501401840 DEBUG: OSMC COMMS: Comms started
  1342. 2019-03-09 14:21:33.034 T:1704977136 DEBUG: osmc_settings: resources.lib.osmc_settingsGUI.create_gui received: pos0: <OSMCGui(Thread-2, initial)>
  1343. 2019-03-09 14:21:33.076 T:1704977136 DEBUG: osmc_settings: resources.lib.osmc_settingsGUI.retrieve_modules received: pos0: <OSMCGui(Thread-2, initial)>
  1344. 2019-03-09 14:21:33.250 T:1688191728 DEBUG: CPythonInvoker(3, /home/osmc/.kodi/addons/plugin.video.amazon-test/service.py): setting the Python path to /home/osmc/.kodi/addons/plugin.video.amazon-test:/home/osmc/.kodi/addons/script.module.beautifulsoup/lib:/home/osmc/.kodi/addons/script.module.certifi/lib:/home/osmc/.kodi/addons/script.module.chardet/lib:/home/osmc/.kodi/addons/script.module.future/libs:/home/osmc/.kodi/addons/script.module.idna/lib:/home/osmc/.kodi/addons/script.module.inputstreamhelper/lib:/home/osmc/.kodi/addons/script.module.kodi-six/libs:/home/osmc/.kodi/addons/script.module.mechanize/lib:/home/osmc/.kodi/addons/script.module.pydes/lib:/home/osmc/.kodi/addons/script.module.pyxbmct/lib:/home/osmc/.kodi/addons/script.module.requests/lib:/home/osmc/.kodi/addons/script.module.urllib3/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0
  1345. 2019-03-09 14:21:33.250 T:1688191728 DEBUG: CPythonInvoker(3, /home/osmc/.kodi/addons/plugin.video.amazon-test/service.py): entering source directory /home/osmc/.kodi/addons/plugin.video.amazon-test
  1346. 2019-03-09 14:21:33.254 T:1713369840 DEBUG: CAddonSettings[script.module.osmcsetting.updates]: loading setting definitions
  1347. 2019-03-09 14:21:33.254 T:1713369840 DEBUG: CAddonSettings[script.module.osmcsetting.updates]: trying to load setting definitions from old format...
  1348. 2019-03-09 14:21:33.258 T:1713369840 DEBUG: CAddonSettings[script.module.osmcsetting.updates]: loading setting values
  1349. 2019-03-09 14:21:33.260 T:1713369840 DEBUG: script.module.osmcsetting.updates : trigger_time - 2019-03-09 21:01:33.260125
  1350. 2019-03-09 14:21:33.260 T:1688191728 DEBUG: CPythonInvoker(3, /home/osmc/.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
  1351. 2019-03-09 14:21:33.279 T:1623192304 DEBUG: PushCecKeypress - received key a7 duration 0 (rep:0 size:0)
  1352. 2019-03-09 14:21:33.279 T:1623192304 DEBUG: PushCecKeypress - added key a7
  1353. 2019-03-09 14:21:33.280 T:1623192304 DEBUG: PushCecKeypress - received key a7 duration 0 (rep:0 size:1)
  1354. 2019-03-09 14:21:33.280 T:1623192304 DEBUG: PushCecKeypress - added key a7
  1355. 2019-03-09 14:21:33.280 T:1623192304 DEBUG: PushCecKeypress - received key a7 duration 0 (rep:0 size:2)
  1356. 2019-03-09 14:21:33.280 T:1623192304 DEBUG: PushCecKeypress - added key a7
  1357. 2019-03-09 14:21:33.299 T:1917477472 DEBUG: HandleKey: 167 (0xa7, obc88) pressed, action is Down
  1358. 2019-03-09 14:21:33.321 T:1582297840 DEBUG: ClampLimits: 1920x1080 367x540 -> 367x540 clamped=0
  1359. 2019-03-09 14:21:33.328 T:1582297840 DEBUG: Previous line repeats 1 times.
  1360. 2019-03-09 14:21:33.329 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x4187e28
  1361. 2019-03-09 14:21:33.329 T:1780564720 DEBUG: ClampLimits: 1920x1080 367x540 -> 367x540 clamped=0
  1362. 2019-03-09 14:21:33.330 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1363. 2019-03-09 14:21:33.334 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5db59050
  1364. 2019-03-09 14:21:33.335 T:1772172016 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1365. 2019-03-09 14:21:33.335 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4fe65a0
  1366. 2019-03-09 14:21:33.336 T:1792402160 DEBUG: ClampLimits: 1920x1080 367x540 -> 367x540 clamped=0
  1367. 2019-03-09 14:21:33.344 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1368. 2019-03-09 14:21:33.345 T:1780564720 DEBUG: ffmpeg[6A2142F0]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1369. 2019-03-09 14:21:33.351 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x711c5930
  1370. 2019-03-09 14:21:33.353 T:1772172016 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1371. 2019-03-09 14:21:33.353 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x4187e28
  1372. 2019-03-09 14:21:33.355 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4fe65a0
  1373. 2019-03-09 14:21:33.356 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/b/b6d054b5.jpg 367x540
  1374. 2019-03-09 14:21:33.356 T:1792402160 DEBUG: ffmpeg[6AD5E2F0]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
  1375. 2019-03-09 14:21:33.360 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5db59050
  1376. 2019-03-09 14:21:33.361 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x711c5930
  1377. 2019-03-09 14:21:33.361 T:1780564720 DEBUG: ClampLimits: 1920x1080 367x540 -> 367x540 clamped=0
  1378. 2019-03-09 14:21:33.361 T:1772172016 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/f/f716c693.jpg 367x540
  1379. 2019-03-09 14:21:33.364 T:1582297840 DEBUG: ClampLimits: 1920x1080 367x540 -> 367x540 clamped=0
  1380. 2019-03-09 14:21:33.367 T:1772172016 DEBUG: ClampLimits: 1920x1080 400x225 -> 400x225 clamped=0
  1381. 2019-03-09 14:21:33.373 T:1582297840 DEBUG: Previous line repeats 1 times.
  1382. 2019-03-09 14:21:33.373 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x49fb728
  1383. 2019-03-09 14:21:33.374 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1384. 2019-03-09 14:21:33.374 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5ce7bcd0
  1385. 2019-03-09 14:21:33.375 T:1780564720 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(82592), nBufferAlignment(16)
  1386. 2019-03-09 14:21:33.377 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x4fa5920
  1387. 2019-03-09 14:21:33.377 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1388. 2019-03-09 14:21:33.386 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x49fb728
  1389. 2019-03-09 14:21:33.386 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x5ce6ba98
  1390. 2019-03-09 14:21:33.387 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x4fa5920
  1391. 2019-03-09 14:21:33.387 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/6/62113852.jpg 367x540
  1392. 2019-03-09 14:21:33.387 T:1772172016 DEBUG: ClampLimits: 1920x1080 400x225 -> 400x225 clamped=0
  1393. 2019-03-09 14:21:33.390 T:1780564720 DEBUG: Previous line repeats 1 times.
  1394. 2019-03-09 14:21:33.390 T:1780564720 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1395. 2019-03-09 14:21:33.391 T:1582297840 DEBUG: ClampLimits: 1920x1080 400x225 -> 400x225 clamped=0
  1396. 2019-03-09 14:21:33.393 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5db59050
  1397. 2019-03-09 14:21:33.394 T:1772172016 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1398. 2019-03-09 14:21:33.407 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x711c5930
  1399. 2019-03-09 14:21:33.408 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5ce7bcd0
  1400. 2019-03-09 14:21:33.408 T:1772172016 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1401. 2019-03-09 14:21:33.409 T:1792402160 DEBUG: ClampLimits: 1920x1080 400x225 -> 400x225 clamped=0
  1402. 2019-03-09 14:21:33.409 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x5ce6ba98
  1403. 2019-03-09 14:21:33.409 T:1780564720 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/6/61b6ce2b.jpg 367x540
  1404. 2019-03-09 14:21:33.418 T:1917477472 DEBUG: HandleKey: 167 (0xa7, obc88) pressed, action is Down
  1405. 2019-03-09 14:21:33.418 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5db59050
  1406. 2019-03-09 14:21:33.419 T:1780564720 DEBUG: ClampLimits: 1920x1080 367x540 -> 367x540 clamped=0
  1407. 2019-03-09 14:21:33.420 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x711c5930
  1408. 2019-03-09 14:21:33.420 T:1772172016 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/4/409a7490.jpg 400x225
  1409. 2019-03-09 14:21:33.421 T:1772172016 INFO: easy_acquire - Created session to http://www.thetvdb.com
  1410. 2019-03-09 14:21:33.426 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5cc83010
  1411. 2019-03-09 14:21:33.427 T:1780564720 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1412. 2019-03-09 14:21:33.429 T:1792402160 DEBUG: ClampLimits: 1920x1080 367x540 -> 367x540 clamped=0
  1413. 2019-03-09 14:21:33.430 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x5d0994c8
  1414. 2019-03-09 14:21:33.431 T:1780564720 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1415. 2019-03-09 14:21:33.436 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5e815448
  1416. 2019-03-09 14:21:33.437 T:1792402160 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1417. 2019-03-09 14:21:33.444 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x5edee1b0
  1418. 2019-03-09 14:21:33.445 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5cc83010
  1419. 2019-03-09 14:21:33.445 T:1792402160 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1420. 2019-03-09 14:21:33.446 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x5d0994c8
  1421. 2019-03-09 14:21:33.446 T:1780564720 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/3/33487c05.jpg 367x540
  1422. 2019-03-09 14:21:33.459 T:1780564720 DEBUG: ClampLimits: 1920x1080 367x540 -> 367x540 clamped=0
  1423. 2019-03-09 14:21:33.459 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5e815448
  1424. 2019-03-09 14:21:33.462 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x5edee1b0
  1425. 2019-03-09 14:21:33.462 T:1792402160 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/f/fcb7d46b.jpg 367x540
  1426. 2019-03-09 14:21:33.463 T:1792402160 INFO: easy_acquire - Created session to http://www.thetvdb.com
  1427. 2019-03-09 14:21:33.464 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5d8493d0
  1428. 2019-03-09 14:21:33.464 T:1780564720 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1429. 2019-03-09 14:21:33.467 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x5ce6ba98
  1430. 2019-03-09 14:21:33.468 T:1780564720 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1431. 2019-03-09 14:21:33.480 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5d8493d0
  1432. 2019-03-09 14:21:33.482 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x5ce6ba98
  1433. 2019-03-09 14:21:33.482 T:1780564720 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/8/89c13bef.jpg 367x540
  1434. 2019-03-09 14:21:33.488 T:1704977136 DEBUG: osmc_settings: scriptmoduleosmcsettingpi
  1435. 2019-03-09 14:21:33.489 T:1582297840 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/posters/79151-10.jpg -> image/jpeg
  1436. 2019-03-09 14:21:33.490 T:1582297840 DEBUG: CurlFile::Open(0x4ef5fd0) http://www.thetvdb.com/banners/posters/79151-10.jpg
  1437. 2019-03-09 14:21:33.529 T:1917477472 DEBUG: HandleKey: 167 (0xa7, obc88) pressed, action is Down
  1438. 2019-03-09 14:21:33.580 T:1623192304 DEBUG: PushCecKeypress - received key a7 duration 301 (rep:0 size:0)
  1439. 2019-03-09 14:21:33.580 T:1623192304 DEBUG: PushCecKeypress - ignored key a7
  1440. 2019-03-09 14:21:33.580 T:1623192304 DEBUG: PushCecKeypress - received key a7 duration 0 (rep:0 size:0)
  1441. 2019-03-09 14:21:33.581 T:1623192304 DEBUG: PushCecKeypress - added key a7
  1442. 2019-03-09 14:21:33.581 T:1623192304 DEBUG: PushCecKeypress - received key a7 duration 0 (rep:0 size:1)
  1443. 2019-03-09 14:21:33.581 T:1623192304 DEBUG: PushCecKeypress - added key a7
  1444. 2019-03-09 14:21:33.583 T:1780564720 DEBUG: DoWork - took 102 ms to load resource://resource.images.studios.white/Canal+.png
  1445. 2019-03-09 14:21:33.604 T:1772172016 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/posters/5c59c507d0256.jpg -> image/jpeg
  1446. 2019-03-09 14:21:33.604 T:1772172016 DEBUG: CurlFile::Open(0x5cd3fe30) http://www.thetvdb.com/banners/posters/5c59c507d0256.jpg
  1447. 2019-03-09 14:21:33.608 T:1792402160 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/posters/270915-21.jpg -> image/jpeg
  1448. 2019-03-09 14:21:33.608 T:1792402160 DEBUG: CurlFile::Open(0x60e96e58) http://www.thetvdb.com/banners/posters/270915-21.jpg
  1449. 2019-03-09 14:21:33.609 T:1917477472 DEBUG: HandleKey: 167 (0xa7, obc88) pressed, action is Down
  1450. 2019-03-09 14:21:33.671 T:1780564720 DEBUG: Previous line repeats 1 times.
  1451. 2019-03-09 14:21:33.671 T:1780564720 DEBUG: ClampLimits: 1920x1080 540x540 -> 540x540 clamped=0
  1452. 2019-03-09 14:21:33.694 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5ce7b868
  1453. 2019-03-09 14:21:33.695 T:1780564720 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1454. 2019-03-09 14:21:33.697 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x7073dd48
  1455. 2019-03-09 14:21:33.698 T:1780564720 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1456. 2019-03-09 14:21:33.705 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5ce7b868
  1457. 2019-03-09 14:21:33.706 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x7073dd48
  1458. 2019-03-09 14:21:33.707 T:1780564720 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/c/c5bb434a.jpg 540x540
  1459. 2019-03-09 14:21:33.712 T:1780564720 DEBUG: ClampLimits: 1920x1080 256x256 -> 256x256 clamped=0
  1460. 2019-03-09 14:21:33.720 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5ce7b868
  1461. 2019-03-09 14:21:33.721 T:1780564720 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1462. 2019-03-09 14:21:33.725 T:1780564720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x5cf26c98
  1463. 2019-03-09 14:21:33.725 T:1780564720 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1464. 2019-03-09 14:21:33.730 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5ce7b868
  1465. 2019-03-09 14:21:33.731 T:1780564720 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x5cf26c98
  1466. 2019-03-09 14:21:33.731 T:1780564720 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/f/f0fca090.jpg 256x256
  1467. 2019-03-09 14:21:33.746 T:1917477472 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'icons/home/addons.png'
  1468. 2019-03-09 14:21:33.805 T:1582297840 DEBUG: CCurlFile::Open - effective URL: <https://www.thetvdb.com/banners/posters/79151-10.jpg>
  1469. 2019-03-09 14:21:33.816 T:1582297840 DEBUG: ClampLimits: 0x0 680x1000 -> 367x540 clamped=1
  1470. 2019-03-09 14:21:33.818 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x514e030
  1471. 2019-03-09 14:21:33.818 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(157728), nBufferAlignment(16)
  1472. 2019-03-09 14:21:33.823 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.resize input port 60 output port 61 m_handle 0x5135c50
  1473. 2019-03-09 14:21:33.825 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_encode input port 340 output port 341 m_handle 0x5162f88
  1474. 2019-03-09 14:21:33.826 T:1582297840 DEBUG: COMXCoreComponent::AllocOutputBuffers component(OMX.broadcom.image_encode) - port(341), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(199648) nBufferAlignment(16)
  1475. 2019-03-09 14:21:33.899 T:1696584432 DEBUG: -->Python Interpreter Initialized<--
  1476. 2019-03-09 14:21:33.899 T:1696584432 DEBUG: CPythonInvoker(2, /home/osmc/.kodi/addons/script.grab.fanart/service.py): the source file to load is "/home/osmc/.kodi/addons/script.grab.fanart/service.py"
  1477. 2019-03-09 14:21:33.900 T:1696584432 DEBUG: CPythonInvoker(2, /home/osmc/.kodi/addons/script.grab.fanart/service.py): setting the Python path to /home/osmc/.kodi/addons/script.grab.fanart:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0
  1478. 2019-03-09 14:21:33.900 T:1696584432 DEBUG: CPythonInvoker(2, /home/osmc/.kodi/addons/script.grab.fanart/service.py): entering source directory /home/osmc/.kodi/addons/script.grab.fanart
  1479. 2019-03-09 14:21:33.900 T:1696584432 DEBUG: CPythonInvoker(2, /home/osmc/.kodi/addons/script.grab.fanart/service.py): instantiating addon using automatically obtained id of "script.grab.fanart" dependent on version 2.19.0 of the xbmc.python api
  1480. 2019-03-09 14:21:33.912 T:1582297840 DEBUG: COMXReEnc::ReEncode : http://www.thetvdb.com/banners/posters/79151-10.jpg 367x540 -> 367x540
  1481. 2019-03-09 14:21:33.916 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x514e030
  1482. 2019-03-09 14:21:33.916 T:1772172016 DEBUG: CCurlFile::Open - effective URL: <https://www.thetvdb.com/banners/posters/5c59c507d0256.jpg>
  1483. 2019-03-09 14:21:33.918 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.resize handle 0x5135c50
  1484. 2019-03-09 14:21:33.920 T:1792402160 DEBUG: CCurlFile::Open - effective URL: <https://www.thetvdb.com/banners/posters/270915-21.jpg>
  1485. 2019-03-09 14:21:33.920 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_encode handle 0x5162f88
  1486. 2019-03-09 14:21:33.921 T:1772172016 DEBUG: ClampLimits: 0x0 680x1000 -> 367x540 clamped=1
  1487. 2019-03-09 14:21:33.922 T:1582297840 DEBUG: ClampLimits: 0x0 367x540 -> 367x540 clamped=0
  1488. 2019-03-09 14:21:33.925 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5cd3a3f8
  1489. 2019-03-09 14:21:33.927 T:1772172016 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(82480), nBufferAlignment(16)
  1490. 2019-03-09 14:21:33.930 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.resize input port 60 output port 61 m_handle 0x5cd3a458
  1491. 2019-03-09 14:21:33.932 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_encode input port 340 output port 341 m_handle 0x5c9308a8
  1492. 2019-03-09 14:21:33.933 T:1772172016 DEBUG: COMXCoreComponent::AllocOutputBuffers component(OMX.broadcom.image_encode) - port(341), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(199648) nBufferAlignment(16)
  1493. 2019-03-09 14:21:33.948 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5162f88
  1494. 2019-03-09 14:21:33.953 T:1582297840 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1495. 2019-03-09 14:21:33.992 T:1582297840 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x52407b0
  1496. 2019-03-09 14:21:33.993 T:1582297840 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1497. 2019-03-09 14:21:34.003 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5162f88
  1498. 2019-03-09 14:21:34.004 T:1582297840 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x52407b0
  1499. 2019-03-09 14:21:34.005 T:1582297840 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/9/9503429b.jpg 367x540
  1500. 2019-03-09 14:21:34.005 T:1582297840 DEBUG: Fast Caching image 'http://www.thetvdb.com/banners/posters/79151-10.jpg' to '9/9503429b.jpg': 0x4fd236c
  1501. 2019-03-09 14:21:34.010 T:1772172016 DEBUG: COMXReEnc::ReEncode : http://www.thetvdb.com/banners/posters/5c59c507d0256.jpg 367x540 -> 367x540
  1502. 2019-03-09 14:21:34.019 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5cd3a3f8
  1503. 2019-03-09 14:21:34.019 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.resize handle 0x5cd3a458
  1504. 2019-03-09 14:21:34.020 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_encode handle 0x5c9308a8
  1505. 2019-03-09 14:21:34.031 T:1792402160 DEBUG: Caching image 'http://www.thetvdb.com/banners/posters/270915-21.jpg' to '4/4eefd0ce.jpg':
  1506. 2019-03-09 14:21:34.031 T:1772172016 DEBUG: ClampLimits: 0x0 367x540 -> 367x540 clamped=0
  1507. 2019-03-09 14:21:34.040 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x5c9308a8
  1508. 2019-03-09 14:21:34.045 T:1772172016 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
  1509. 2019-03-09 14:21:34.048 T:1772172016 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x5d9ff5a8
  1510. 2019-03-09 14:21:34.048 T:1772172016 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
  1511. 2019-03-09 14:21:34.058 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x5c9308a8
  1512. 2019-03-09 14:21:34.059 T:1772172016 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x5d9ff5a8
  1513. 2019-03-09 14:21:34.059 T:1772172016 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/3/30caada2.jpg 367x540
  1514. 2019-03-09 14:21:34.059 T:1772172016 DEBUG: Fast Caching image 'http://www.thetvdb.com/banners/posters/5c59c507d0256.jpg' to '3/30caada2.jpg': 0x4ff22a4
  1515. 2019-03-09 14:21:34.106 T:1704977136 DEBUG: osmc_settings: ['DIALOG', 'OSMCSettingClass', '__addon__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', 'addonid', 'lang', 'log', 'os', 'parser', 'subprocess', 'sys', 'threading', 'traceback', 'xbmc', 'xbmcaddon', 'xbmcgui']
  1516. 2019-03-09 14:21:34.194 T:1792402160 DEBUG: cached image 'special://masterprofile/Thumbnails/4/4eefd0ce.jpg' size 367x540
  1517. 2019-03-09 14:21:34.196 T:1792402160 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_encode input port 340 output port 341 m_handle 0x60dc6838
  1518. 2019-03-09 14:21:34.197 T:1792402160 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_encode) - port(340), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(800768), nBufferAlignment(16)
  1519. 2019-03-09 14:21:34.197 T:1792402160 DEBUG: COMXCoreComponent::AllocOutputBuffers component(OMX.broadcom.image_encode) - port(341), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(199648) nBufferAlignment(16)
  1520. 2019-03-09 14:21:34.234 T:1792402160 DEBUG: COMXImageEnc::CreateThumbnailFromSurface : special://masterprofile/Thumbnails/4/4eefd0ce.jpg width 367 height 540
  1521. 2019-03-09 14:21:34.236 T:1792402160 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_encode handle 0x60dc6838
  1522. 2019-03-09 14:21:34.476 T:1623192304 DEBUG: PushCecKeypress - received key a6 duration 0 (rep:0 size:0)
  1523. 2019-03-09 14:21:34.476 T:1623192304 DEBUG: PushCecKeypress - added key a6
  1524. 2019-03-09 14:21:34.479 T:1917477472 DEBUG: HandleKey: 166 (0xa6, obc89) pressed, action is Up
  1525. 2019-03-09 14:21:34.507 T:1696584432 NOTICE: script.grab.fanart: Grab Fanart Service Started
  1526. 2019-03-09 14:21:34.513 T:1696584432 DEBUG: CAddonSettings[script.grab.fanart]: loading setting definitions
  1527. 2019-03-09 14:21:34.513 T:1696584432 DEBUG: CAddonSettings[script.grab.fanart]: trying to load setting definitions from old format...
  1528. 2019-03-09 14:21:34.514 T:1696584432 DEBUG: script.grab.fanart: media type is: random
  1529. 2019-03-09 14:21:34.651 T:1623192304 DEBUG: PushCecKeypress - received key a6 duration 175 (rep:0 size:0)
  1530. 2019-03-09 14:21:34.652 T:1623192304 DEBUG: PushCecKeypress - ignored key a6
  1531. 2019-03-09 14:21:34.876 T:1623192304 DEBUG: PushCecKeypress - received key a6 duration 0 (rep:0 size:0)
  1532. 2019-03-09 14:21:34.876 T:1623192304 DEBUG: PushCecKeypress - added key a6
  1533. 2019-03-09 14:21:34.879 T:1917477472 DEBUG: HandleKey: 166 (0xa6, obc89) pressed, action is Up
  1534. 2019-03-09 14:21:35.053 T:1623192304 DEBUG: PushCecKeypress - received key a6 duration 177 (rep:0 size:0)
  1535. 2019-03-09 14:21:35.053 T:1623192304 DEBUG: PushCecKeypress - ignored key a6
  1536. 2019-03-09 14:21:35.176 T:1623192304 DEBUG: PushCecKeypress - received key a6 duration 0 (rep:0 size:0)
  1537. 2019-03-09 14:21:35.176 T:1623192304 DEBUG: PushCecKeypress - added key a6
  1538. 2019-03-09 14:21:35.179 T:1917477472 DEBUG: HandleKey: 166 (0xa6, obc89) pressed, action is Up
  1539. 2019-03-09 14:21:35.303 T:1623192304 DEBUG: PushCecKeypress - received key a6 duration 127 (rep:0 size:0)
  1540. 2019-03-09 14:21:35.303 T:1623192304 DEBUG: PushCecKeypress - ignored key a6
  1541. 2019-03-09 14:21:36.076 T:1623192304 DEBUG: PushCecKeypress - received key a6 duration 0 (rep:0 size:0)
  1542. 2019-03-09 14:21:36.076 T:1623192304 DEBUG: PushCecKeypress - added key a6
  1543. 2019-03-09 14:21:36.079 T:1917477472 DEBUG: HandleKey: 166 (0xa6, obc89) pressed, action is Up
  1544. 2019-03-09 14:21:37.179 T:1623192304 DEBUG: PushCecKeypress - received key a6 duration 227 (rep:0 size:0)
  1545. 2019-03-09 14:21:37.180 T:1623192304 DEBUG: PushCecKeypress - ignored key a6
  1546. 2019-03-09 14:21:37.208 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: loading setting definitions
  1547. 2019-03-09 14:21:37.209 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: trying to load setting definitions from old format...
  1548. 2019-03-09 14:21:37.212 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: loading setting values
  1549. 2019-03-09 14:21:37.213 T:1704977136 DEBUG: CSettingsManager: requested setting (label2) was not found.
  1550. 2019-03-09 14:21:37.213 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: failed to find definition for setting label2. Creating a setting on-the-fly...
  1551. 2019-03-09 14:21:37.213 T:1704977136 DEBUG: CSettingsManager: requested setting (label3) was not found.
  1552. 2019-03-09 14:21:37.213 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: failed to find definition for setting label3. Creating a setting on-the-fly...
  1553. 2019-03-09 14:21:37.217 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: loading setting definitions
  1554. 2019-03-09 14:21:37.217 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: trying to load setting definitions from old format...
  1555. 2019-03-09 14:21:37.219 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: loading setting values
  1556. 2019-03-09 14:21:37.219 T:1704977136 DEBUG: CSettingsManager: requested setting (label0) was not found.
  1557. 2019-03-09 14:21:37.219 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: failed to find definition for setting label0. Creating a setting on-the-fly...
  1558. 2019-03-09 14:21:37.219 T:1704977136 DEBUG: CSettingsManager: requested setting (label1) was not found.
  1559. 2019-03-09 14:21:37.219 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: failed to find definition for setting label1. Creating a setting on-the-fly...
  1560. 2019-03-09 14:21:37.275 T:1696584432 DEBUG: script.grab.fanart: found 0 movies files
  1561. 2019-03-09 14:21:37.279 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: loading setting definitions
  1562. 2019-03-09 14:21:37.279 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: trying to load setting definitions from old format...
  1563. 2019-03-09 14:21:37.281 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: loading setting values
  1564. 2019-03-09 14:21:37.281 T:1704977136 DEBUG: CSettingsManager: requested setting (label0) was not found.
  1565. 2019-03-09 14:21:37.281 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: failed to find definition for setting label0. Creating a setting on-the-fly...
  1566. 2019-03-09 14:21:37.281 T:1704977136 DEBUG: CSettingsManager: requested setting (label1) was not found.
  1567. 2019-03-09 14:21:37.281 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: failed to find definition for setting label1. Creating a setting on-the-fly...
  1568. 2019-03-09 14:21:37.281 T:1704977136 DEBUG: CSettingsManager: requested setting (label2) was not found.
  1569. 2019-03-09 14:21:37.281 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: failed to find definition for setting label2. Creating a setting on-the-fly...
  1570. 2019-03-09 14:21:37.282 T:1704977136 DEBUG: CSettingsManager: requested setting (label3) was not found.
  1571. 2019-03-09 14:21:37.282 T:1704977136 DEBUG: CAddonSettings[script.module.osmcsetting.pi]: failed to find definition for setting label3. Creating a setting on-the-fly...
  1572. 2019-03-09 14:21:37.466 T:1704977136 DEBUG: osmc_settings: OSMC Setting Module __ script.module.osmcsetting.pi __ found and imported
  1573. 2019-03-09 14:21:37.712 T:1696584432 DEBUG: script.grab.fanart: found 141 tv files
  1574. 2019-03-09 14:21:37.720 T:1696584432 DEBUG: GetArtistsByWhereJSON query: SELECT a1.*, art.art_id AS idArt, art.type AS artType, art.url AS artURL FROM (SELECT artist.idArtist, strArtist, strBiography 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 != '')) AND (artist.strArtist <> 'Artistes divers') ORDER BY artist.idArtist) AS a1 LEFT JOIN art ON art.media_id = a1.idArtist AND art.media_type = 'artist' AND art.type = 'fanart' GROUP BY a1.idArtist, art.art_id ORDER BY a1.idArtist, arttype
  1575. 2019-03-09 14:21:37.721 T:1696584432 DEBUG: GetArtistsByWhereJSON - query took 1 ms
  1576. 2019-03-09 14:21:37.744 T:1696584432 DEBUG: script.grab.fanart: found 0 music files
  1577. 2019-03-09 14:21:38.006 T:1704977136 DEBUG: osmc_settings: scriptmoduleosmcsettingservices
  1578. 2019-03-09 14:21:38.023 T:1704977136 DEBUG: osmc_settings: ['OSMCSettingClass', '__addon__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', 'addonid', 'log', 'os', 'service_selection', 'sys', 'threading', 'xbmc', 'xbmcaddon', 'xbmcgui']
  1579. 2019-03-09 14:21:38.024 T:1704977136 DEBUG: osmc_settings: OSMC Setting Module __ script.module.osmcsetting.services __ found and imported
  1580. 2019-03-09 14:21:38.502 T:1623192304 DEBUG: PushCecKeypress - received key a8 duration 0 (rep:0 size:0)
  1581. 2019-03-09 14:21:38.502 T:1623192304 DEBUG: PushCecKeypress - added key a8
  1582. 2019-03-09 14:21:38.514 T:1917477472 DEBUG: HandleKey: 168 (0xa8, obc87) pressed, action is Right
  1583. 2019-03-09 14:21:38.678 T:1623192304 DEBUG: PushCecKeypress - received key a8 duration 177 (rep:0 size:0)
  1584. 2019-03-09 14:21:38.678 T:1623192304 DEBUG: PushCecKeypress - ignored key a8
  1585. 2019-03-09 14:21:39.201 T:1623192304 DEBUG: PushCecKeypress - received key b duration 0 (rep:0 size:0)
  1586. 2019-03-09 14:21:39.202 T:1623192304 DEBUG: PushCecKeypress - added key b
  1587. 2019-03-09 14:21:39.214 T:1917477472 DEBUG: HandleKey: 11 (0x0b, obc244) pressed, action is Select
  1588. 2019-03-09 14:21:39.214 T:1917477472 DEBUG: Activating window ID: 10025
  1589. 2019-03-09 14:21:39.328 T:1623192304 DEBUG: PushCecKeypress - received key b duration 127 (rep:0 size:0)
  1590. 2019-03-09 14:21:39.328 T:1623192304 DEBUG: PushCecKeypress - ignored key b
  1591. 2019-03-09 14:21:39.528 T:1917477472 DEBUG: ------ Window Deinit (Home.xml) ------
  1592. 2019-03-09 14:21:39.528 T:1917477472 DEBUG: FreeVisualisation() done
  1593. 2019-03-09 14:21:39.552 T:1917477472 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  1594. 2019-03-09 14:21:39.552 T:1917477472 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
  1595. 2019-03-09 14:21:39.666 T:1917477472 DEBUG: CGUIMediaWindow::GetDirectory (library://video/tvshows/recentlyaddedepisodes.xml/)
  1596. 2019-03-09 14:21:39.666 T:1917477472 DEBUG: ParentPath = [library://video/tvshows/recentlyaddedepisodes.xml/]
  1597. 2019-03-09 14:21:39.993 T:1917477472 DEBUG: WindowVideoNav::GetDirectory
  1598. 2019-03-09 14:21:39.996 T:1457623792 DEBUG: Thread BackgroundLoader start, auto delete: false
  1599. 2019-03-09 14:21:40.063 T:1457623792 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/299139/6805096.jpg -> image/jpeg
  1600. 2019-03-09 14:21:40.093 T:1457623792 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/299139/6805097.jpg -> image/jpeg
  1601. 2019-03-09 14:21:40.115 T:1457623792 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/350665/7005765.jpg -> image/jpeg
  1602. 2019-03-09 14:21:40.136 T:1457623792 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/274431/6802460.jpg -> image/jpeg
  1603. 2019-03-09 14:21:40.166 T:1457623792 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/349317/6974277.jpg -> image/jpeg
  1604. 2019-03-09 14:21:40.175 T:1704977136 DEBUG: osmc_settings: scriptmoduleosmcsettinglogging
  1605. 2019-03-09 14:21:40.178 T:1704977136 DEBUG: osmc_settings: ['OSMCSettingClass', '__addon__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', 'addonid', 'clog', 'log', 'os', 'subprocess', 'sys', 'threading', 'xbmc', 'xbmcaddon']
  1606. 2019-03-09 14:21:40.179 T:1704977136 DEBUG: osmc_settings: OSMC Setting Module __ script.module.osmcsetting.logging __ found and imported
  1607. 2019-03-09 14:21:40.234 T:1457623792 DEBUG: CCurlFile::GetMimeType - http://www.thetvdb.com/banners/episodes/353764/6894415.jpg -> image/jpeg
  1608. 2019-03-09 14:21:40.235 T:1457623792 DEBUG: Thread BackgroundLoader 1457623792 terminating
  1609. 2019-03-09 14:21:41.101 T:1623192304 DEBUG: PushCecKeypress - received key a9 duration 0 (rep:0 size:0)
  1610. 2019-03-09 14:21:41.102 T:1623192304 DEBUG: PushCecKeypress - added key a9
  1611. 2019-03-09 14:21:41.114 T:1917477472 DEBUG: HandleKey: 169 (0xa9, obc86) pressed, action is Left
  1612. 2019-03-09 14:21:41.142 T:1704977136 DEBUG: osmc_settings: scriptmoduleosmcsettingpioverclock
  1613. 2019-03-09 14:21:41.278 T:1623192304 DEBUG: PushCecKeypress - received key a9 duration 177 (rep:0 size:0)
  1614. 2019-03-09 14:21:41.278 T:1623192304 DEBUG: PushCecKeypress - ignored key a9
  1615. 2019-03-09 14:21:42.151 T:1623192304 DEBUG: PushCecKeypress - received key a6 duration 0 (rep:0 size:0)
  1616. 2019-03-09 14:21:42.151 T:1623192304 DEBUG: PushCecKeypress - added key a6
  1617. 2019-03-09 14:21:42.174 T:1917477472 DEBUG: HandleKey: 166 (0xa6, obc89) pressed, action is Up
  1618. 2019-03-09 14:21:42.278 T:1623192304 DEBUG: PushCecKeypress - received key a6 duration 127 (rep:0 size:0)
  1619. 2019-03-09 14:21:42.278 T:1623192304 DEBUG: PushCecKeypress - ignored key a6
  1620. 2019-03-09 14:21:42.751 T:1623192304 DEBUG: PushCecKeypress - received key b duration 0 (rep:0 size:0)
  1621. 2019-03-09 14:21:42.751 T:1623192304 DEBUG: PushCecKeypress - added key b
  1622. 2019-03-09 14:21:42.780 T:1917477472 DEBUG: HandleKey: 11 (0x0b, obc244) pressed, action is Select
  1623. 2019-03-09 14:21:42.878 T:1623192304 DEBUG: PushCecKeypress - received key b duration 127 (rep:0 size:0)
  1624. 2019-03-09 14:21:42.878 T:1623192304 DEBUG: PushCecKeypress - ignored key b
  1625. 2019-03-09 14:21:42.934 T:1917477472 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  1626. 2019-03-09 14:21:42.941 T:1780564720 NOTICE: VideoInfoScanner: Starting scan ..
  1627. 2019-03-09 14:21:42.941 T:1917473520 DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
  1628. 2019-03-09 14:21:42.942 T:1780564720 WARNING: Process directory '/nfs/film/' does not exist - skipping scan.
  1629. 2019-03-09 14:21:42.954 T:1780564720 WARNING: Process directory 'nfs://192.168.42.43/smb/series/' does not exist - skipping scan.
  1630. 2019-03-09 14:21:42.960 T:1780564720 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
  1631. 2019-03-09 14:21:42.960 T:1917473520 DEBUG: CAnnouncementManager - Announcement: OnScanFinished from xbmc
  1632. 2019-03-09 14:21:42.960 T:1917473520 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnScanFinished
  1633. 2019-03-09 14:21:42.975 T:1917477472 DEBUG: CGUIMediaWindow::GetDirectory (videodb://recentlyaddedepisodes/)
  1634. 2019-03-09 14:21:42.975 T:1917477472 DEBUG: ParentPath = [videodb://recentlyaddedepisodes/]
  1635. 2019-03-09 14:21:42.975 T:1457623792 DEBUG: Thread waiting start, auto delete: false
  1636. 2019-03-09 14:21:42.992 T:1457623792 DEBUG: Thread waiting 1457623792 terminating
  1637. 2019-03-09 14:21:42.997 T:1917477472 DEBUG: WindowVideoNav::GetDirectory
  1638. 2019-03-09 14:21:43.001 T:1457623792 DEBUG: Thread BackgroundLoader start, auto delete: false
  1639. 2019-03-09 14:21:43.060 T:1917477472 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement