Advertisement
Guest User

KCleaner error

a guest
Jun 21st, 2017
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 223.82 KB | None | 0 0
  1. 21:50:35.293 T:8404 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 21:50:35.293 T:8404 NOTICE: -----------------------------------------------------------------------
  3. 21:50:35.293 T:8404 NOTICE: Starting Kodi (17.3 Git:20170524-147cec4). Platform: Windows NT x86 32-bit
  4. 21:50:35.293 T:8404 NOTICE: Using Release Kodi x32 build
  5. 21:50:35.294 T:8404 NOTICE: Kodi compiled May 24 2017 by MSVC 190024215 for Windows NT x86 32-bit version 10.0 (0x0A000000)
  6. 21:50:35.294 T:8404 NOTICE: Running on Windows 10, kernel: Windows NT x86 64-bit version 10.0
  7. 21:50:35.297 T:8404 NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi
  8. 21:50:35.297 T:8404 NOTICE: Host CPU: Unknown, 4 cores available
  9. 21:50:35.298 T:8404 NOTICE: Desktop Resolution: 1824x1026 32Bit at 60Hz
  10. 21:50:35.298 T:8404 NOTICE: Running with restricted rights
  11. 21:50:35.304 T:8404 NOTICE: Aero is enabled
  12. 21:50:35.304 T:8404 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\Kodi
  13. 21:50:35.304 T:8404 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\Kodi
  14. 21:50:35.304 T:8404 NOTICE: special://xbmcbinaddons/ is mapped to: C:\Program Files (x86)\Kodi/addons
  15. 21:50:35.304 T:8404 NOTICE: special://masterprofile/ is mapped to: C:\Users\Anthony\AppData\Roaming\Kodi\userdata
  16. 21:50:35.305 T:8404 NOTICE: special://home/ is mapped to: C:\Users\Anthony\AppData\Roaming\Kodi\
  17. 21:50:35.305 T:8404 NOTICE: special://temp/ is mapped to: C:\Users\Anthony\AppData\Roaming\Kodi\cache
  18. 21:50:35.305 T:8404 NOTICE: special://logpath/ is mapped to: C:\Users\Anthony\AppData\Roaming\Kodi\
  19. 21:50:35.305 T:8404 NOTICE: The executable running is: C:\Program Files (x86)\Kodi\Kodi.exe
  20. 21:50:35.324 T:8404 NOTICE: Local hostname: ASRockHTPC
  21. 21:50:35.324 T:8404 NOTICE: Log File is located: C:\Users\Anthony\AppData\Roaming\Kodi\/kodi.log
  22. 21:50:35.324 T:8404 NOTICE: -----------------------------------------------------------------------
  23. 21:50:35.351 T:8404 NOTICE: load settings...
  24. 21:50:35.405 T:8404 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
  25. 21:50:35.406 T:8404 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
  26. 21:50:35.437 T:8404 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  27. 21:50:35.441 T:8404 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  28. 21:50:35.441 T:8404 NOTICE: Contents of special://profile/advancedsettings.xml are...
  29. <advancedsettings>
  30. <videodatabase>
  31. <type>mysql</type>
  32. <host>192.168.0.150</host>
  33. <port>3306</port>
  34. <user>xbmc</user>
  35. <pass>*****</pass>
  36. </videodatabase>
  37. <musicdatabase>
  38. <type>mysql</type>
  39. <host>192.168.0.150</host>
  40. <port>3306</port>
  41. <user>xbmc</user>
  42. <pass>*****</pass>
  43. </musicdatabase>
  44. <videolibrary>
  45. <importwatchedstate>true</importwatchedstate>
  46. <importresumepoint>true</importresumepoint>
  47. <recentlyaddeditems>40</recentlyaddeditems>
  48. </videolibrary>
  49. <musiclibrary>
  50. <recentlyaddeditems>40</recentlyaddeditems>
  51. </musiclibrary>
  52. <!-- <network>
  53.  
  54.     <buffermode>1</buffermode>
  55.  
  56. <!-- Value = 0 means use local storage, else, value is RAM cache -->
  57. <!-- <cachemembuffersize>139460608</cachemembuffersize> -->
  58. <!-- <cachemembuffersize>0</cachemembuffersize> -->
  59. <!-- <readbufferfactor>20</readbufferfactor> -->
  60. <!-- </network> -->
  61. <cache>
  62. <memorysize>139460608</memorysize>
  63.  
  64. <!-- number of bytes used for buffering streams in memory
  65.  
  66. When set to 0 the cache will be written to disk instead of RAM -->
  67. <buffermode>1</buffermode>
  68.  
  69. <!-- Choose what to buffer:
  70.  
  71. 0) Buffer all internet filesystems (like "2" but additionally also ftp, webdav, etc.) (default)
  72.  
  73. 1) Buffer all filesystems (including local)
  74.  
  75. 2) Only buffer true internet filesystems (streams) (http, etc.)
  76.  
  77. 3) No buffer -->
  78. <readfactor>4.0</readfactor>
  79. <!-- this factor determines the max readrate in terms of readbufferfactor * avg bitrate of a video file.
  80.  
  81. This can help on bad connections to keep the cache filled. It will also greatly speed up buffering. Default value 4.0. -->
  82. </cache>
  83. <loglevel hide="false">1</loglevel>
  84. <!-- The logging level that Kodi will use to log errors and information. The "hide" attribute is optional -->
  85. <!-- http://kodi.wiki/view/Advancedsettings.xml#loglevel -->
  86. <!-- Attribute options: -->
  87. <!-- true - Hides "enable debugging" guisetting. -->
  88. <!-- false - "enable debugging" guisetting will switch between min(loglevel, 0) and max(loglevel, 2) for off and on respectively. (Default) -->
  89. <!-- Main options: -->
  90. <!-- -1 - No logging, suppresses all log output -->
  91. <!-- 0 - Normal logging, only logging errors (Default) -->
  92. <!-- 1 - Debug logging (without showing text on screen) -->
  93. <!-- 2 - Debug logging with freemem, fps and cpu usage shown on screen -->
  94. <!-- 3 - Debug logging with freemem, fps and cpu usage and full smb logging -->
  95. </advancedsettings>
  96. 21:50:35.442 T:8404 NOTICE: Log level changed to "LOG_LEVEL_DEBUG"
  97. 21:50:35.442 T:8404 WARNING: VIDEO database configuration is experimental.
  98. 21:50:35.444 T:8404 NOTICE: Default Video Player: VideoPlayer
  99. 21:50:35.444 T:8404 NOTICE: Default Audio Player: paplayer
  100. 21:50:35.444 T:8404 NOTICE: Disabled debug logging due to GUI setting. Level 1.
  101. 21:50:35.444 T:8404 NOTICE: Log level changed to "LOG_LEVEL_DEBUG"
  102. 21:50:35.445 T:8404 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  103. 21:50:35.455 T:8404 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  104. 21:50:35.458 T:8404 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
  105. 21:50:35.458 T:8404 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
  106. 21:50:35.458 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  107. 21:50:35.458 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
  108. 21:50:35.458 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  109. 21:50:35.458 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  110. 21:50:35.459 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  111. 21:50:35.459 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  112. 21:50:35.459 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  113. 21:50:35.459 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  114. 21:50:35.459 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  115. 21:50:35.459 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  116. 21:50:35.459 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  117. 21:50:35.459 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  118. 21:50:35.459 T:8404 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  119. 21:50:35.459 T:8404 NOTICE: Loaded playercorefactory configuration
  120. 21:50:35.460 T:8404 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  121. 21:50:35.461 T:8404 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  122. 21:50:35.520 T:8404 INFO: creating subdirectories
  123. 21:50:35.520 T:8404 INFO: userdata folder: special://masterprofile/
  124. 21:50:35.520 T:8404 INFO: recording folder:
  125. 21:50:35.520 T:8404 INFO: screenshots folder:
  126. 21:50:35.561 T:8404 NOTICE: Running database version Addons27
  127. 21:50:35.562 T:8404 DEBUG: SECTION:LoadDLL(special://xbmcbin/cpluff.dll)
  128. 21:50:35.895 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.stars has been installed.'
  129. 21:50:35.895 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.pyamf has been installed.'
  130. 21:50:35.895 T:8404 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been installed.'
  131. 21:50:35.895 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.xbmc.subtitles has been installed.'
  132. 21:50:35.895 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been installed.'
  133. 21:50:35.896 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.octonet has been installed.'
  134. 21:50:35.896 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.youtubetrailers has been installed.'
  135. 21:50:35.896 T:8404 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  136. 21:50:35.896 T:8404 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_au has been installed.'
  137. 21:50:35.896 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
  138. 21:50:35.896 T:8404 DEBUG: ADDON: cpluff: 'Plug-in lanik.repo has been installed.'
  139. 21:50:35.897 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.peripheral has been installed.'
  140. 21:50:35.897 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
  141. 21:50:35.897 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
  142. 21:50:35.897 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.adsp has been installed.'
  143. 21:50:35.897 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.ofdb.de has been installed.'
  144. 21:50:35.897 T:8404 DEBUG: ADDON: cpluff: 'Plug-in weather.wunderground has been installed.'
  145. 21:50:35.898 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.catchuptv.au.sbs has been installed.'
  146. 21:50:35.898 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup4 has been installed.'
  147. 21:50:35.898 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  148. 21:50:35.898 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  149. 21:50:35.898 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.shadertoy has been installed.'
  150. 21:50:35.898 T:8404 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
  151. 21:50:35.899 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop2 has been installed.'
  152. 21:50:35.899 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.utorrent has been installed.'
  153. 21:50:35.899 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.kodi65 has been installed.'
  154. 21:50:35.899 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been installed.'
  155. 21:50:35.899 T:8404 DEBUG: ADDON: cpluff: 'Plug-in context.extendedinfo.ratemedia has been installed.'
  156. 21:50:35.899 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.myconnpy has been installed.'
  157. 21:50:35.900 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been installed.'
  158. 21:50:35.900 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  159. 21:50:35.900 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
  160. 21:50:35.900 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.engadget has been installed.'
  161. 21:50:35.900 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.catchuptv.au.nine has been installed.'
  162. 21:50:35.901 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
  163. 21:50:35.901 T:8404 DEBUG: ADDON: cpluff: 'Plug-in repository.googlecode.xbmc-catchuptv-au has been installed.'
  164. 21:50:35.901 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.impa.com has been installed.'
  165. 21:50:35.901 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.hdtrailers_net has been installed.'
  166. 21:50:35.901 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.last.fm has been installed.'
  167. 21:50:35.902 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.arrow has been installed.'
  168. 21:50:35.902 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been installed.'
  169. 21:50:35.902 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been installed.'
  170. 21:50:35.902 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.catchuptv.au.ten has been installed.'
  171. 21:50:35.902 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
  172. 21:50:35.902 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.abc_iview has been installed.'
  173. 21:50:35.902 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
  174. 21:50:35.903 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.kcleaner has been installed.'
  175. 21:50:35.903 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.plus7 has been installed.'
  176. 21:50:35.903 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.movieposterdb.com has been installed.'
  177. 21:50:35.903 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been installed.'
  178. 21:50:35.903 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  179. 21:50:35.903 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.imdb.com has been installed.'
  180. 21:50:35.903 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.dateutil has been installed.'
  181. 21:50:35.903 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.stsound has been installed.'
  182. 21:50:35.904 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.spectrum has been installed.'
  183. 21:50:35.904 T:8404 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
  184. 21:50:35.904 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.port.hu has been installed.'
  185. 21:50:35.904 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
  186. 21:50:35.904 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.library.node.editor has been installed.'
  187. 21:50:35.904 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.rollbar has been installed.'
  188. 21:50:35.904 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been installed.'
  189. 21:50:35.904 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
  190. 21:50:35.904 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pyro has been installed.'
  191. 21:50:35.905 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
  192. 21:50:35.905 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
  193. 21:50:35.906 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.buggalo has been installed.'
  194. 21:50:35.906 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been installed.'
  195. 21:50:35.906 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.mechanize has been installed.'
  196. 21:50:35.907 T:8404 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.kodi has been installed.'
  197. 21:50:35.907 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  198. 21:50:35.908 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
  199. 21:50:35.908 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcswift2 has been installed.'
  200. 21:50:35.908 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.national.geographic has been installed.'
  201. 21:50:35.908 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been installed.'
  202. 21:50:35.908 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  203. 21:50:35.909 T:8404 DEBUG: ADDON: cpluff: 'Plug-in skin.estuary has been installed.'
  204. 21:50:35.909 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been installed.'
  205. 21:50:35.909 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
  206. 21:50:35.909 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcswift has been installed.'
  207. 21:50:35.909 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  208. 21:50:35.910 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
  209. 21:50:35.910 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.catchuptv.au.nten has been installed.'
  210. 21:50:35.910 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.autocompletion has been installed.'
  211. 21:50:35.910 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.biogenesis has been installed.'
  212. 21:50:35.910 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been installed.'
  213. 21:50:35.910 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
  214. 21:50:35.911 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been installed.'
  215. 21:50:35.911 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been installed.'
  216. 21:50:35.911 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.itunes_trailers has been installed.'
  217. 21:50:35.911 T:8404 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  218. 21:50:35.911 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.howstuffworks_com has been installed.'
  219. 21:50:35.912 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.six has been installed.'
  220. 21:50:35.912 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
  221. 21:50:35.912 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  222. 21:50:35.912 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.asteroids has been installed.'
  223. 21:50:35.912 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
  224. 21:50:35.912 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.t1mlib has been installed.'
  225. 21:50:35.913 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been installed.'
  226. 21:50:35.913 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
  227. 21:50:35.913 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.ted.talks has been installed.'
  228. 21:50:35.913 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been installed.'
  229. 21:50:35.913 T:8404 DEBUG: ADDON: cpluff: 'Plug-in peripheral.joystick has been installed.'
  230. 21:50:35.913 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
  231. 21:50:35.914 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.twit has been installed.'
  232. 21:50:35.914 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been installed.'
  233. 21:50:35.914 T:8404 DEBUG: ADDON: cpluff: 'Plug-in game.controller.default has been installed.'
  234. 21:50:35.914 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.universal has been installed.'
  235. 21:50:35.915 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  236. 21:50:35.915 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  237. 21:50:35.915 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been installed.'
  238. 21:50:35.915 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.game has been installed.'
  239. 21:50:35.916 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been installed.'
  240. 21:50:35.916 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been installed.'
  241. 21:50:35.916 T:8404 DEBUG: ADDON: cpluff: 'Plug-in inputstream.rtmp has been installed.'
  242. 21:50:35.916 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.common has been installed.'
  243. 21:50:35.916 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.playalbum has been installed.'
  244. 21:50:35.916 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.hdhomerun has been installed.'
  245. 21:50:35.917 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
  246. 21:50:35.917 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
  247. 21:50:35.917 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  248. 21:50:35.917 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been installed.'
  249. 21:50:35.917 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.syfy has been installed.'
  250. 21:50:35.918 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.last.fm has been installed.'
  251. 21:50:35.918 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been installed.'
  252. 21:50:35.918 T:8404 DEBUG: ADDON: cpluff: 'Plug-in inputstream.adaptive has been installed.'
  253. 21:50:35.919 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
  254. 21:50:35.919 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.simple.downloader has been installed.'
  255. 21:50:35.919 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been installed.'
  256. 21:50:35.919 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  257. 21:50:35.919 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pingpong has been installed.'
  258. 21:50:35.919 T:8404 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.subscene has been installed.'
  259. 21:50:35.920 T:8404 DEBUG: ADDON: cpluff: 'Plug-in skin.estouchy has been installed.'
  260. 21:50:35.920 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.freebase.com has been installed.'
  261. 21:50:35.920 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
  262. 21:50:35.920 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.service.checkpreviousepisode has been installed.'
  263. 21:50:35.920 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been installed.'
  264. 21:50:35.920 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been installed.'
  265. 21:50:35.920 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
  266. 21:50:35.921 T:8404 DEBUG: ADDON: cpluff: 'Plug-in weather.ozweather has been installed.'
  267. 21:50:35.921 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.inputstream has been installed.'
  268. 21:50:35.921 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
  269. 21:50:35.921 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.shadertoy has been installed.'
  270. 21:50:35.921 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.trakt has been installed.'
  271. 21:50:35.921 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
  272. 21:50:35.921 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
  273. 21:50:35.922 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.routing has been installed.'
  274. 21:50:35.922 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
  275. 21:50:35.922 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.mceremote has been installed.'
  276. 21:50:35.922 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been installed.'
  277. 21:50:35.922 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  278. 21:50:35.922 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  279. 21:50:35.923 T:8404 DEBUG: ADDON: cpluff: 'Plug-in context.extendedinfo.dialog has been installed.'
  280. 21:50:35.923 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  281. 21:50:35.923 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.omdbapi.com has been installed.'
  282. 21:50:35.923 T:8404 DEBUG: ADDON: cpluff: 'Plug-in resource.images.studios.white has been installed.'
  283. 21:50:35.923 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.theaudiodb.com has been installed.'
  284. 21:50:35.924 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
  285. 21:50:35.924 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.parsedom has been installed.'
  286. 21:50:35.924 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  287. 21:50:35.924 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  288. 21:50:35.924 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been installed.'
  289. 21:50:35.925 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.greynetic has been installed.'
  290. 21:50:35.925 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  291. 21:50:35.925 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.feedparser has been installed.'
  292. 21:50:35.925 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
  293. 21:50:35.925 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
  294. 21:50:35.926 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.sbs has been installed.'
  295. 21:50:35.926 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.metahandler has been installed.'
  296. 21:50:35.926 T:8404 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  297. 21:50:35.992 T:3296 DEBUG: Thread JobWorker start, auto delete: true
  298. 21:50:36.028 T:8404 NOTICE: ADDONS: Using repository repository.googlecode.xbmc-catchuptv-au
  299. 21:50:36.028 T:8404 NOTICE: ADDONS: Using repository repository.xbmc.org
  300. 21:50:36.028 T:8404 NOTICE: ADDONS: Using repository lanik.repo
  301. 21:50:36.100 T:1128 DEBUG: Thread ActiveAE start, auto delete: false
  302. 21:50:36.101 T:2980 DEBUG: Thread AESink start, auto delete: false
  303. 21:50:36.183 T:1128 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_DTSHD" on device "SONY TV-1 (NVIDIA High Definition Audio)" seems to be not supported.
  304. 21:50:36.185 T:1128 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_TRUEHD" on device "SONY TV-1 (NVIDIA High Definition Audio)" seems to be not supported.
  305. 21:50:36.186 T:1128 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_EAC3" on device "SONY TV-1 (NVIDIA High Definition Audio)" seems to be not supported.
  306. 21:50:36.189 T:1128 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_DTS" on device "SONY TV-1 (NVIDIA High Definition Audio)" seems to be not supported.
  307. 21:50:36.192 T:1128 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_AC3" on device "SONY TV-1 (NVIDIA High Definition Audio)" seems to be not supported.
  308. 21:50:36.215 T:1128 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "SONY TV-1 (NVIDIA High Definition Audio)" seems to be not supported.
  309. 21:50:36.327 T:1128 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "DFX Speakers (DFX Audio Enhancer)" seems to be not supported.
  310. 21:50:36.440 T:1128 NOTICE: Found 2 Lists of Devices
  311. 21:50:36.440 T:1128 NOTICE: Enumerated DIRECTSOUND devices:
  312. 21:50:36.440 T:1128 NOTICE: Device 1
  313. 21:50:36.440 T:1128 NOTICE: m_deviceName : {0282E748-AF93-453A-9171-89C8C505BF00}
  314. 21:50:36.441 T:1128 NOTICE: m_displayName : HDMI - SONY TV-1 (NVIDIA High Definition Audio)
  315. 21:50:36.442 T:1128 NOTICE: m_displayNameExtra: DIRECTSOUND: SONY TV-1 (NVIDIA High Definition Audio)
  316. 21:50:36.442 T:1128 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  317. 21:50:36.442 T:1128 NOTICE: m_channels : FL,FR
  318. 21:50:36.442 T:1128 NOTICE: m_sampleRates : 48000
  319. 21:50:36.442 T:1128 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  320. 21:50:36.442 T:1128 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  321. 21:50:36.442 T:1128 NOTICE: Device 2
  322. 21:50:36.442 T:1128 NOTICE: m_deviceName : {21FC2B50-B17A-4B97-A676-FE847C157D83}
  323. 21:50:36.442 T:1128 NOTICE: m_displayName : Speakers - DFX Speakers (DFX Audio Enhancer)
  324. 21:50:36.443 T:1128 NOTICE: m_displayNameExtra: DIRECTSOUND: DFX Speakers (DFX Audio Enhancer)
  325. 21:50:36.443 T:1128 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  326. 21:50:36.443 T:1128 NOTICE: m_channels : FL,FR
  327. 21:50:36.443 T:1128 NOTICE: m_sampleRates : 48000
  328. 21:50:36.443 T:1128 NOTICE: m_dataFormats : AE_FMT_FLOAT
  329. 21:50:36.443 T:1128 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  330. 21:50:36.443 T:1128 NOTICE: Device 3
  331. 21:50:36.443 T:1128 NOTICE: m_deviceName : default
  332. 21:50:36.443 T:1128 NOTICE: m_displayName : default
  333. 21:50:36.443 T:1128 NOTICE: m_displayNameExtra:
  334. 21:50:36.443 T:1128 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  335. 21:50:36.443 T:1128 NOTICE: m_channels : FL,FR
  336. 21:50:36.443 T:1128 NOTICE: m_sampleRates : 48000
  337. 21:50:36.443 T:1128 NOTICE: m_dataFormats : AE_FMT_FLOAT
  338. 21:50:36.444 T:1128 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  339. 21:50:36.444 T:1128 NOTICE: Device 4
  340. 21:50:36.444 T:1128 NOTICE: m_deviceName : {9BCB24C6-E789-47C0-8617-BAE82ACF8225}
  341. 21:50:36.444 T:1128 NOTICE: m_displayName : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
  342. 21:50:36.444 T:1128 NOTICE: m_displayNameExtra: DIRECTSOUND: Realtek Digital Output (Realtek High Definition Audio)
  343. 21:50:36.444 T:1128 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  344. 21:50:36.444 T:1128 NOTICE: m_channels : FL,FR
  345. 21:50:36.444 T:1128 NOTICE: m_sampleRates : 48000
  346. 21:50:36.444 T:1128 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  347. 21:50:36.444 T:1128 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  348. 21:50:36.444 T:1128 NOTICE: Enumerated WASAPI devices:
  349. 21:50:36.444 T:1128 NOTICE: Device 1
  350. 21:50:36.445 T:1128 NOTICE: m_deviceName : {0282E748-AF93-453A-9171-89C8C505BF00}
  351. 21:50:36.445 T:1128 NOTICE: m_displayName : HDMI - SONY TV-1 (NVIDIA High Definition Audio)
  352. 21:50:36.445 T:1128 NOTICE: m_displayNameExtra: WASAPI: SONY TV-1 (NVIDIA High Definition Audio)
  353. 21:50:36.445 T:1128 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  354. 21:50:36.445 T:1128 NOTICE: m_channels : FL,FR
  355. 21:50:36.445 T:1128 NOTICE: m_sampleRates : 192000,48000,44100
  356. 21:50:36.445 T:1128 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  357. 21:50:36.445 T:1128 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  358. 21:50:36.445 T:1128 NOTICE: Device 2
  359. 21:50:36.446 T:1128 NOTICE: m_deviceName : {21FC2B50-B17A-4B97-A676-FE847C157D83}
  360. 21:50:36.446 T:1128 NOTICE: m_displayName : Speakers - DFX Speakers (DFX Audio Enhancer)
  361. 21:50:36.446 T:1128 NOTICE: m_displayNameExtra: WASAPI: DFX Speakers (DFX Audio Enhancer)
  362. 21:50:36.446 T:1128 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  363. 21:50:36.446 T:1128 NOTICE: m_channels : FL,FR
  364. 21:50:36.446 T:1128 NOTICE: m_sampleRates : 192000
  365. 21:50:36.446 T:1128 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_RAW
  366. 21:50:36.446 T:1128 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  367. 21:50:36.447 T:1128 NOTICE: Device 3
  368. 21:50:36.447 T:1128 NOTICE: m_deviceName : default
  369. 21:50:36.447 T:1128 NOTICE: m_displayName : default
  370. 21:50:36.447 T:1128 NOTICE: m_displayNameExtra:
  371. 21:50:36.447 T:1128 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  372. 21:50:36.447 T:1128 NOTICE: m_channels : FL,FR
  373. 21:50:36.447 T:1128 NOTICE: m_sampleRates : 192000
  374. 21:50:36.447 T:1128 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_RAW
  375. 21:50:36.447 T:1128 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  376. 21:50:36.447 T:1128 NOTICE: Device 4
  377. 21:50:36.448 T:1128 NOTICE: m_deviceName : {9BCB24C6-E789-47C0-8617-BAE82ACF8225}
  378. 21:50:36.448 T:1128 NOTICE: m_displayName : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
  379. 21:50:36.448 T:1128 NOTICE: m_displayNameExtra: WASAPI: Realtek Digital Output (Realtek High Definition Audio)
  380. 21:50:36.448 T:1128 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  381. 21:50:36.448 T:1128 NOTICE: m_channels : FL,FR
  382. 21:50:36.448 T:1128 NOTICE: m_sampleRates : 192000,96000,48000,44100
  383. 21:50:36.448 T:1128 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  384. 21:50:36.449 T:1128 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  385. 21:50:36.449 T:2980 INFO: CActiveAESink::OpenSink - initialize sink
  386. 21:50:36.449 T:2980 DEBUG: CActiveAESink::OpenSink - trying to open device WASAPI:{0282E748-AF93-453A-9171-89C8C505BF00}
  387. 21:50:36.582 T:2980 ERROR: CAESinkWASAPI::InitializeExclusive: Failed to initialize WASAPI in exclusive mode -2004287478 - (AUDCLNT_E_DEVICE_IN_USE).
  388. 21:50:36.582 T:2980 DEBUG: Sample Rate : 44100
  389. 21:50:36.582 T:2980 DEBUG: Sample Format : AE_FMT_S24NE4MSB
  390. 21:50:36.582 T:2980 DEBUG: Bits Per Sample : 32
  391. 21:50:36.582 T:2980 DEBUG: Valid Bits/Samp : 24
  392. 21:50:36.582 T:2980 DEBUG: Channel Count : 2
  393. 21:50:36.582 T:2980 DEBUG: Block Align : 8
  394. 21:50:36.582 T:2980 DEBUG: Avg. Bytes Sec : 352800
  395. 21:50:36.582 T:2980 DEBUG: Samples/Block : 24
  396. 21:50:36.582 T:2980 DEBUG: Format cBSize : 22
  397. 21:50:36.583 T:2980 DEBUG: Channel Layout : FL,FR
  398. 21:50:36.583 T:2980 DEBUG: Enc. Channels : 2
  399. 21:50:36.583 T:2980 DEBUG: Enc. Samples/Sec: 44100
  400. 21:50:36.583 T:2980 DEBUG: Channel Mask : 3
  401. 21:50:36.583 T:2980 DEBUG: Periodicty : 500680
  402. 21:50:36.583 T:2980 INFO: CAESinkWASAPI::Initialize: Could not Initialize Exclusive with that format
  403. 21:50:36.583 T:2980 ERROR: CAESinkWASAPI::Initialize: WASAPI initialization failed.
  404. 21:50:36.583 T:2980 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:{0282E748-AF93-453A-9171-89C8C505BF00}
  405. 21:50:36.759 T:2980 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 00010010
  406. 21:50:36.773 T:2980 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  407. 21:50:36.778 T:2980 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  408. 21:50:36.778 T:2980 DEBUG: Audio Device : SONY TV-1 (NVIDIA High Definition Audio)
  409. 21:50:36.778 T:2980 DEBUG: Sample Rate : 44100
  410. 21:50:36.778 T:2980 DEBUG: Sample Format : AE_FMT_FLOAT
  411. 21:50:36.778 T:2980 DEBUG: Bits Per Sample : 32
  412. 21:50:36.778 T:2980 DEBUG: Valid Bits/Samp : 32
  413. 21:50:36.778 T:2980 DEBUG: Channel Count : 2
  414. 21:50:36.778 T:2980 DEBUG: Block Align : 8
  415. 21:50:36.778 T:2980 DEBUG: Avg. Bytes Sec : 352800
  416. 21:50:36.778 T:2980 DEBUG: Samples/Block : 32
  417. 21:50:36.778 T:2980 DEBUG: Format cBSize : 22
  418. 21:50:36.778 T:2980 DEBUG: Channel Layout : FL,FR
  419. 21:50:36.779 T:2980 DEBUG: Channel Mask : 3
  420. 21:50:36.779 T:2980 DEBUG: Frames : 661
  421. 21:50:36.779 T:2980 DEBUG: Frame Size : 8
  422. 21:50:36.779 T:2980 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  423. 21:50:36.779 T:2980 DEBUG: Output Device : HDMI - SONY TV-1 (NVIDIA High Definition Audio)
  424. 21:50:36.779 T:2980 DEBUG: Sample Rate : 44100
  425. 21:50:36.779 T:2980 DEBUG: Sample Format : AE_FMT_FLOAT
  426. 21:50:36.779 T:2980 DEBUG: Channel Count : 2
  427. 21:50:36.779 T:2980 DEBUG: Channel Layout: FL,FR
  428. 21:50:36.779 T:2980 DEBUG: Frames : 661
  429. 21:50:36.779 T:2980 DEBUG: Frame Size : 8
  430. 21:50:36.793 T:2264 DEBUG: Thread RemoteControl start, auto delete: false
  431. 21:50:36.799 T:8404 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  432. 21:50:36.802 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  433. 21:50:36.805 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  434. 21:50:36.806 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  435. 21:50:36.809 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
  436. 21:50:36.810 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
  437. 21:50:36.812 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
  438. 21:50:36.814 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
  439. 21:50:36.817 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  440. 21:50:36.819 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  441. 21:50:36.820 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  442. 21:50:36.821 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  443. 21:50:36.829 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
  444. 21:50:36.831 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  445. 21:50:36.832 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
  446. 21:50:36.834 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  447. 21:50:36.835 T:2264 DEBUG: CRemoteControl::Connect - connecting to: ::1:24000 ...
  448. 21:50:36.836 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  449. 21:50:36.837 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  450. 21:50:36.840 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  451. 21:50:36.843 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
  452. 21:50:36.845 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
  453. 21:50:36.847 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  454. 21:50:36.848 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  455. 21:50:36.851 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  456. 21:50:36.853 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  457. 21:50:36.856 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  458. 21:50:36.858 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  459. 21:50:36.860 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  460. 21:50:36.861 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  461. 21:50:36.863 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
  462. 21:50:36.866 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
  463. 21:50:36.867 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
  464. 21:50:36.867 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
  465. 21:50:36.870 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  466. 21:50:36.874 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  467. 21:50:36.876 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  468. 21:50:36.879 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  469. 21:50:36.880 T:8404 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  470. 21:50:36.901 T:8404 DEBUG: CWIN32Util::GetDriveStatus: Requesting status for drive \\.\D:.
  471. 21:50:36.901 T:8404 DEBUG: CWIN32Util::GetDriveStatus: Requesting media status for drive \\.\D:.
  472. 21:50:36.911 T:8404 NOTICE: Found screen: Generic PnP Monitor on NVIDIA ION, adapter 0.
  473. 21:50:36.912 T:8404 NOTICE: Primary mode: 1824x1026@ 60.00 - Full Screen
  474. 21:50:36.919 T:8404 NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
  475. 21:50:36.920 T:8404 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  476. 21:50:36.920 T:2980 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  477. 21:50:36.921 T:8404 NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
  478. 21:50:36.921 T:8404 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  479. 21:50:36.923 T:8404 NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
  480. 21:50:36.923 T:8404 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  481. 21:50:36.924 T:8404 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  482. 21:50:36.925 T:8404 NOTICE: Additional mode: 1152x864@ 25.00i - Full Screen
  483. 21:50:36.927 T:8404 NOTICE: Previous line repeats 2 times.
  484. 21:50:36.928 T:8404 NOTICE: Additional mode: 1152x864@ 29.97i - Full Screen
  485. 21:50:36.930 T:8404 NOTICE: Previous line repeats 2 times.
  486. 21:50:36.930 T:8404 NOTICE: Additional mode: 1152x864@ 50.00 - Full Screen
  487. 21:50:36.933 T:8404 NOTICE: Previous line repeats 2 times.
  488. 21:50:36.933 T:8404 NOTICE: Additional mode: 1152x864@ 59.94 - Full Screen
  489. 21:50:36.935 T:8404 NOTICE: Previous line repeats 2 times.
  490. 21:50:36.935 T:8404 NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
  491. 21:50:36.938 T:8404 NOTICE: Previous line repeats 2 times.
  492. 21:50:36.938 T:8404 NOTICE: Additional mode: 1152x864@ 30.00i - Full Screen
  493. 21:50:36.940 T:8404 NOTICE: Previous line repeats 2 times.
  494. 21:50:36.941 T:8404 NOTICE: Additional mode: 1176x664@ 50.00 - Full Screen
  495. 21:50:36.943 T:8404 NOTICE: Previous line repeats 2 times.
  496. 21:50:36.943 T:8404 NOTICE: Additional mode: 1176x664@ 59.94 - Full Screen
  497. 21:50:36.945 T:8404 NOTICE: Previous line repeats 2 times.
  498. 21:50:36.946 T:8404 NOTICE: Additional mode: 1176x664@ 60.00 - Full Screen
  499. 21:50:36.948 T:8404 NOTICE: Previous line repeats 2 times.
  500. 21:50:36.949 T:8404 NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
  501. 21:50:36.950 T:8404 NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
  502. 21:50:36.951 T:8404 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  503. 21:50:36.952 T:8404 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  504. 21:50:36.954 T:8404 NOTICE: Previous line repeats 2 times.
  505. 21:50:36.954 T:8404 NOTICE: Additional mode: 1280x800@ 25.00i - Full Screen
  506. 21:50:36.956 T:8404 NOTICE: Previous line repeats 2 times.
  507. 21:50:36.957 T:8404 NOTICE: Additional mode: 1280x800@ 29.97i - Full Screen
  508. 21:50:36.959 T:8404 NOTICE: Previous line repeats 2 times.
  509. 21:50:36.959 T:8404 NOTICE: Additional mode: 1280x800@ 50.00 - Full Screen
  510. 21:50:36.964 T:8404 NOTICE: Previous line repeats 2 times.
  511. 21:50:36.964 T:8404 NOTICE: Additional mode: 1280x800@ 59.94 - Full Screen
  512. 21:50:36.967 T:8404 NOTICE: Previous line repeats 2 times.
  513. 21:50:36.967 T:8404 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
  514. 21:50:36.970 T:8404 NOTICE: Previous line repeats 2 times.
  515. 21:50:36.970 T:8404 NOTICE: Additional mode: 1280x800@ 30.00i - Full Screen
  516. 21:50:36.972 T:8404 NOTICE: Previous line repeats 2 times.
  517. 21:50:36.973 T:8404 NOTICE: Additional mode: 1280x960@ 25.00i - Full Screen
  518. 21:50:36.975 T:8404 NOTICE: Previous line repeats 2 times.
  519. 21:50:36.976 T:8404 NOTICE: Additional mode: 1280x960@ 29.97i - Full Screen
  520. 21:50:36.978 T:8404 NOTICE: Previous line repeats 2 times.
  521. 21:50:36.978 T:8404 NOTICE: Additional mode: 1280x960@ 50.00 - Full Screen
  522. 21:50:36.981 T:8404 NOTICE: Previous line repeats 2 times.
  523. 21:50:36.981 T:8404 NOTICE: Additional mode: 1280x960@ 59.94 - Full Screen
  524. 21:50:36.983 T:8404 NOTICE: Previous line repeats 2 times.
  525. 21:50:36.983 T:8404 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  526. 21:50:36.986 T:8404 NOTICE: Previous line repeats 2 times.
  527. 21:50:36.986 T:8404 NOTICE: Additional mode: 1280x960@ 30.00i - Full Screen
  528. 21:50:36.989 T:8404 NOTICE: Previous line repeats 2 times.
  529. 21:50:36.989 T:8404 NOTICE: Additional mode: 1280x1024@ 25.00i - Full Screen
  530. 21:50:36.991 T:8404 NOTICE: Previous line repeats 2 times.
  531. 21:50:36.991 T:8404 NOTICE: Additional mode: 1280x1024@ 29.97i - Full Screen
  532. 21:50:36.994 T:8404 NOTICE: Previous line repeats 2 times.
  533. 21:50:36.994 T:8404 NOTICE: Additional mode: 1280x1024@ 50.00 - Full Screen
  534. 21:50:36.996 T:8404 NOTICE: Previous line repeats 2 times.
  535. 21:50:36.997 T:8404 NOTICE: Additional mode: 1280x1024@ 59.94 - Full Screen
  536. 21:50:36.999 T:8404 NOTICE: Previous line repeats 2 times.
  537. 21:50:36.999 T:8404 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  538. 21:50:37.002 T:8404 NOTICE: Previous line repeats 2 times.
  539. 21:50:37.002 T:8404 NOTICE: Additional mode: 1280x1024@ 30.00i - Full Screen
  540. 21:50:37.004 T:8404 NOTICE: Previous line repeats 2 times.
  541. 21:50:37.004 T:8404 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  542. 21:50:37.005 T:8404 NOTICE: Additional mode: 1366x768@ 25.00i - Full Screen
  543. 21:50:37.008 T:8404 NOTICE: Previous line repeats 2 times.
  544. 21:50:37.008 T:8404 NOTICE: Additional mode: 1366x768@ 29.97i - Full Screen
  545. 21:50:37.010 T:8404 NOTICE: Previous line repeats 2 times.
  546. 21:50:37.010 T:8404 NOTICE: Additional mode: 1366x768@ 50.00 - Full Screen
  547. 21:50:37.012 T:8404 NOTICE: Previous line repeats 2 times.
  548. 21:50:37.013 T:8404 NOTICE: Additional mode: 1366x768@ 59.94 - Full Screen
  549. 21:50:37.015 T:8404 NOTICE: Previous line repeats 2 times.
  550. 21:50:37.015 T:8404 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  551. 21:50:37.017 T:8404 NOTICE: Previous line repeats 2 times.
  552. 21:50:37.017 T:8404 NOTICE: Additional mode: 1366x768@ 30.00i - Full Screen
  553. 21:50:37.020 T:8404 NOTICE: Previous line repeats 2 times.
  554. 21:50:37.020 T:8404 NOTICE: Additional mode: 1600x900@ 25.00i - Full Screen
  555. 21:50:37.022 T:8404 NOTICE: Previous line repeats 2 times.
  556. 21:50:37.022 T:8404 NOTICE: Additional mode: 1600x900@ 29.97i - Full Screen
  557. 21:50:37.025 T:8404 NOTICE: Previous line repeats 2 times.
  558. 21:50:37.025 T:8404 NOTICE: Additional mode: 1600x900@ 50.00 - Full Screen
  559. 21:50:37.027 T:8404 NOTICE: Previous line repeats 2 times.
  560. 21:50:37.027 T:8404 NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
  561. 21:50:37.029 T:8404 NOTICE: Previous line repeats 2 times.
  562. 21:50:37.030 T:8404 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  563. 21:50:37.032 T:8404 NOTICE: Previous line repeats 2 times.
  564. 21:50:37.032 T:8404 NOTICE: Additional mode: 1600x900@ 30.00i - Full Screen
  565. 21:50:37.035 T:8404 NOTICE: Previous line repeats 2 times.
  566. 21:50:37.035 T:8404 NOTICE: Additional mode: 1600x1024@ 25.00i - Full Screen
  567. 21:50:37.037 T:8404 NOTICE: Previous line repeats 2 times.
  568. 21:50:37.037 T:8404 NOTICE: Additional mode: 1600x1024@ 29.97i - Full Screen
  569. 21:50:37.040 T:8404 NOTICE: Previous line repeats 2 times.
  570. 21:50:37.040 T:8404 NOTICE: Additional mode: 1600x1024@ 50.00 - Full Screen
  571. 21:50:37.043 T:8404 NOTICE: Previous line repeats 2 times.
  572. 21:50:37.043 T:8404 NOTICE: Additional mode: 1600x1024@ 59.94 - Full Screen
  573. 21:50:37.045 T:8404 NOTICE: Previous line repeats 2 times.
  574. 21:50:37.046 T:8404 NOTICE: Additional mode: 1600x1024@ 60.00 - Full Screen
  575. 21:50:37.048 T:8404 NOTICE: Previous line repeats 2 times.
  576. 21:50:37.048 T:8404 NOTICE: Additional mode: 1600x1024@ 30.00i - Full Screen
  577. 21:50:37.050 T:8404 NOTICE: Previous line repeats 2 times.
  578. 21:50:37.050 T:8404 NOTICE: Additional mode: 1680x1050@ 25.00i - Full Screen
  579. 21:50:37.053 T:8404 NOTICE: Previous line repeats 2 times.
  580. 21:50:37.053 T:8404 NOTICE: Additional mode: 1680x1050@ 29.97i - Full Screen
  581. 21:50:37.056 T:8404 NOTICE: Previous line repeats 2 times.
  582. 21:50:37.056 T:8404 NOTICE: Additional mode: 1680x1050@ 50.00 - Full Screen
  583. 21:50:37.059 T:8404 NOTICE: Previous line repeats 2 times.
  584. 21:50:37.059 T:8404 NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
  585. 21:50:37.062 T:8404 NOTICE: Previous line repeats 2 times.
  586. 21:50:37.062 T:8404 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  587. 21:50:37.065 T:8404 NOTICE: Previous line repeats 2 times.
  588. 21:50:37.065 T:8404 NOTICE: Additional mode: 1680x1050@ 30.00i - Full Screen
  589. 21:50:37.068 T:8404 NOTICE: Previous line repeats 2 times.
  590. 21:50:37.068 T:8404 NOTICE: Additional mode: 1768x992@ 25.00i - Full Screen
  591. 21:50:37.071 T:8404 NOTICE: Previous line repeats 2 times.
  592. 21:50:37.071 T:8404 NOTICE: Additional mode: 1768x992@ 29.97i - Full Screen
  593. 21:50:37.074 T:8404 NOTICE: Previous line repeats 2 times.
  594. 21:50:37.074 T:8404 NOTICE: Additional mode: 1768x992@ 30.00i - Full Screen
  595. 21:50:37.077 T:8404 NOTICE: Previous line repeats 2 times.
  596. 21:50:37.077 T:8404 NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
  597. 21:50:37.078 T:8404 NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
  598. 21:50:37.080 T:8404 NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
  599. 21:50:37.081 T:8404 NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
  600. 21:50:37.081 T:8404 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
  601. 21:50:37.083 T:8404 NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
  602. 21:50:37.084 T:8404 NOTICE: Additional mode: 1824x1026@ 60.00 - Full Screen
  603. 21:50:37.087 T:8404 NOTICE: Previous line repeats 2 times.
  604. 21:50:37.087 T:8404 NOTICE: Checking resolution 16
  605. 21:50:37.113 T:8404 DEBUG: CWinEventsWin32::WndProc: window resize event
  606. 21:50:37.113 T:8404 DEBUG: CWinEventsWin32::WndProc: window move event
  607. 21:50:37.114 T:8404 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1824,1026 fullscreen)->(0,0,1824,1026 fullscreen)
  608. 21:50:37.122 T:8404 DEBUG: CWinEventsWin32::WndProcWindow is active
  609. 21:50:37.133 T:8404 DEBUG: CRenderSystemDX::InitRenderSystem - Initializing D3D11 Factory...
  610. 21:50:37.147 T:8404 DEBUG: CRenderSystemDX::SetMonitor - Selected \\.\DISPLAY1 output.
  611. 21:50:37.147 T:8404 DEBUG: CRenderSystemDX::SetMonitor - Selected NVIDIA ION adapter.
  612. 21:50:37.149 T:8404 DEBUG: CRenderSystemDX::InitHooks: Hookind into UserModeDriver on device \Registry\Machine\System\CurrentControlSet\Control\Video\{47E9EBA1-682F-472A-BA9A-E513DAC796E8}\0000.
  613. 21:50:37.175 T:8404 DEBUG: CRenderSystemDX::InitHooks: D3D11 hook installed and activated.
  614. 21:50:37.185 T:8404 DEBUG: HookOpenAdapter10_2: hook into pOpenData->pAdapterFuncs->pfnCreateDevice
  615. 21:50:37.241 T:8404 DEBUG: HookCreateDevice: hook into pCreateData->pDeviceFuncs->pfnCreateResource
  616. 21:50:37.244 T:8404 DEBUG: CRenderSystemDX::CreateDevice - on adapter NVIDIA ION (VendorId: 0x10de DeviceId: 0xa64) with feature level 0xa100.
  617. 21:50:37.245 T:8404 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
  618. 21:50:37.245 T:8404 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_NPOT
  619. 21:50:37.245 T:8404 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT_NPOT
  620. 21:50:37.253 T:8404 DEBUG: CD3DVertexShader::CreateInternal - Create the vertex shader.
  621. 21:50:37.254 T:8404 DEBUG: CD3DVertexShader::CreateInternal - create the input layout.
  622. 21:50:37.255 T:8404 DEBUG: CD3DPixelShader::CreateInternal - Create the pixel shader.
  623. 21:50:37.259 T:8404 DEBUG: Previous line repeats 10 times.
  624. 21:50:37.260 T:8404 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - (Re)Create window size (1824x1026) dependent resources.
  625. 21:50:37.260 T:8404 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - Creating swapchain in Mono mode.
  626. 21:50:37.261 T:8404 DEBUG: CRenderSystemDX::FixRefreshRateIfNecessary: refreshRate: 60.0000, desired: 60.0000, deviation: 0.00000, fixRequired: false
  627. 21:50:37.279 T:8404 DEBUG: Previous line repeats 2 times.
  628. 21:50:37.279 T:8404 DEBUG: CWinSystemWin32::SetFullScreenEx (windowed fullscreen) on screen 0 with size 1824x1026, refresh 60.000000
  629. 21:50:37.814 T:8404 INFO: load keymapping
  630. 21:50:37.821 T:8404 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  631. 21:50:37.824 T:8404 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  632. 21:50:37.829 T:8404 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  633. 21:50:37.839 T:8404 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  634. 21:50:37.845 T:8404 INFO: Loading special://xbmc/system/keymaps/joystick.xml
  635. 21:50:37.852 T:8404 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  636. 21:50:37.872 T:8404 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  637. 21:50:37.875 T:8404 INFO: Loading special://xbmc/system/keymaps/remote.xml
  638. 21:50:37.891 T:8404 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  639. 21:50:37.901 T:8404 INFO: Loading special://xbmc/system/IRSSmap.xml
  640. 21:50:37.902 T:8404 INFO: * Adding remote mapping for device 'Microsoft MCE'
  641. 21:50:37.903 T:8404 INFO: * Adding remote mapping for device 'Abstract'
  642. 21:50:37.904 T:8404 DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
  643. 21:50:37.904 T:8404 INFO: GUI format 1824x1026, Display 1824x1026@ 60.00 - Full Screen
  644. 21:50:37.904 T:8404 DEBUG: guilib: Fill viewport on change for solving rendering passes
  645. 21:50:37.907 T:8404 INFO: CLangInfo: loading resource.language.en_gb language information...
  646. 21:50:37.912 T:8404 DEBUG: trying to set locale to en-au
  647. 21:50:38.090 T:2264 DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
  648. 21:50:38.165 T:8404 INFO: global locale set to en-au
  649. 21:50:38.166 T:8404 INFO: CLangInfo: loading resource.language.en_gb language strings...
  650. 21:50:38.173 T:8404 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: resource://resource.language.en_gb/strings.po
  651. 21:50:38.224 T:8404 DEBUG: LocalizeStrings: loaded 3773 strings from file resource://resource.language.en_gb/strings.po
  652. 21:50:38.337 T:8404 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.stars\resources\language\English\strings.po
  653. 21:50:38.342 T:8404 DEBUG: LocalizeStrings: loaded 131 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.xbmc.subtitles\resources\language\English\strings.po
  654. 21:50:38.350 T:8404 DEBUG: LocalizeStrings: loaded 2 strings from file C:\Program Files (x86)\Kodi\addons\pvr.octonet\resources\language\resource.language.en_gb\strings.po
  655. 21:50:38.356 T:8404 DEBUG: LocalizeStrings: loaded 8 strings from file C:\Program Files (x86)\Kodi\addons\pvr.argustv\resources\language\resource.language.en_gb\strings.po
  656. 21:50:38.360 T:8404 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\addons\audioencoder.xbmc.builtin.wma\resources\language\English\strings.po
  657. 21:50:38.360 T:8404 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files (x86)\Kodi\addons\audioencoder.xbmc.builtin.wma\resources\language\English\strings.po
  658. 21:50:38.365 T:8404 DEBUG: LocalizeStrings: loaded 45 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.wunderground\resources\language\English\strings.po
  659. 21:50:38.370 T:8404 DEBUG: LocalizeStrings: loaded 28 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.catchuptv.au.sbs\resources\language\English\strings.xml
  660. 21:50:38.375 T:8404 DEBUG: LocalizeStrings: loaded 7 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.themoviedb.org\resources\language\English\strings.po
  661. 21:50:38.381 T:8404 DEBUG: LocalizeStrings: loaded 21 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\resources\language\English\strings.po
  662. 21:50:38.388 T:8404 DEBUG: LocalizeStrings: loaded 34 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.program.utorrent\resources\language\English\strings.xml
  663. 21:50:38.392 T:8404 DEBUG: LocalizeStrings: loaded 67 strings from file C:\Program Files (x86)\Kodi\addons\pvr.dvblink\resources\language\resource.language.en_gb\strings.po
  664. 21:50:38.397 T:8404 DEBUG: LocalizeStrings: loaded 7 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache\resources\language\English\strings.xml
  665. 21:50:38.401 T:8404 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.engadget\resources\language\English\strings.xml
  666. 21:50:38.405 T:8404 DEBUG: LocalizeStrings: loaded 2 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.musicvideos.theaudiodb.com\resources\language\English\strings.po
  667. 21:50:38.415 T:8404 DEBUG: LocalizeStrings: loaded 28 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.hdtrailers_net\resources\language\English\strings.xml
  668. 21:50:38.419 T:8404 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.albums.last.fm\resources\language\English\strings.xml
  669. 21:50:38.423 T:8404 DEBUG: LocalizeStrings: loaded 8 strings from file C:\Program Files (x86)\Kodi\addons\pvr.pctv\resources\language\resource.language.en_gb\strings.po
  670. 21:50:38.429 T:8404 DEBUG: LocalizeStrings: loaded 22 strings from file C:\Program Files (x86)\Kodi\addons\pvr.iptvsimple\resources\language\resource.language.en_gb\strings.po
  671. 21:50:38.434 T:8404 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.abc_iview\resources\language\English\strings.xml
  672. 21:50:38.437 T:8404 DEBUG: LocalizeStrings: loaded 2 strings from file C:\Program Files (x86)\Kodi\addons\pvr.njoy\resources\language\resource.language.en_gb\strings.po
  673. 21:50:38.442 T:8404 DEBUG: LocalizeStrings: loaded 3 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.plus7\resources\language\English\strings.xml
  674. 21:50:38.454 T:8404 DEBUG: LocalizeStrings: loaded 13 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.imdb.com\resources\language\English\strings.xml
  675. 21:50:38.462 T:8404 DEBUG: LocalizeStrings: loaded 15 strings from file C:\Program Files (x86)\Kodi\addons\visualization.spectrum\resources\language\English\strings.po
  676. 21:50:38.465 T:8404 DEBUG: LocalizeStrings: loaded 43 strings from file C:\Program Files (x86)\Kodi\addons\pvr.dvbviewer\resources\language\resource.language.en_gb\strings.po
  677. 21:50:38.471 T:8404 DEBUG: LocalizeStrings: loaded 43 strings from file C:\Program Files (x86)\Kodi\addons\pvr.stalker\resources\language\resource.language.en_gb\strings.po
  678. 21:50:38.482 T:8404 DEBUG: LocalizeStrings: loaded 22 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.buggalo\resources\language\English\strings.xml
  679. 21:50:38.486 T:8404 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Program Files (x86)\Kodi\addons\audioencoder.lame\resources\language\English\strings.po
  680. 21:50:38.501 T:8404 DEBUG: LocalizeStrings: loaded 3 strings from file C:\Program Files (x86)\Kodi\addons\pvr.filmon\resources\language\resource.language.en_gb\strings.po
  681. 21:50:38.519 T:8404 DEBUG: LocalizeStrings: loaded 30 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.catchuptv.au.nten\resources\language\English\strings.xml
  682. 21:50:38.523 T:8404 DEBUG: LocalizeStrings: loaded 8 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.biogenesis\resources\language\English\strings.po
  683. 21:50:38.527 T:8404 DEBUG: LocalizeStrings: loaded 2 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.albums.allmusic.com\resources\language\English\strings.xml
  684. 21:50:38.530 T:8404 DEBUG: LocalizeStrings: loaded 25 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.itunes_trailers\resources\language\English\strings.po
  685. 21:50:38.532 T:8404 DEBUG: LocalizeStrings: loaded 25 strings from file C:\Program Files (x86)\Kodi\addons\pvr.vbox\resources\language\resource.language.en_gb\strings.po
  686. 21:50:38.536 T:8404 DEBUG: LocalizeStrings: loaded 10 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.howstuffworks_com\resources\language\English\strings.xml
  687. 21:50:38.544 T:8404 DEBUG: LocalizeStrings: loaded 11 strings from file C:\Program Files (x86)\Kodi\addons\visualization.vortex\resources\language\English\strings.po
  688. 21:50:38.549 T:8404 DEBUG: LocalizeStrings: loaded 70 strings from file C:\Program Files (x86)\Kodi\addons\pvr.vdr.vnsi\resources\language\resource.language.en_gb\strings.po
  689. 21:50:38.556 T:8404 DEBUG: LocalizeStrings: loaded 15 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.ted.talks\resources\language\resource.language.en_gb\strings.po
  690. 21:50:38.559 T:8404 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Program Files (x86)\Kodi\addons\audioencoder.vorbis\resources\language\English\strings.po
  691. 21:50:38.564 T:8404 DEBUG: LocalizeStrings: loaded 71 strings from file C:\Program Files (x86)\Kodi\addons\pvr.mediaportal.tvserver\resources\language\resource.language.en_gb\strings.po
  692. 21:50:38.568 T:8404 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\addons\game.controller.default\resources\language\resource.language.en_gb\strings.po
  693. 21:50:38.568 T:8404 DEBUG: LocalizeStrings: loaded 18 strings from file C:\Program Files (x86)\Kodi\addons\game.controller.default\resources\language\resource.language.en_gb\strings.po
  694. 21:50:38.572 T:8404 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\addons\screensaver.xbmc.builtin.dim\resources\language\resource.language.en_gb\strings.po
  695. 21:50:38.572 T:8404 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.xbmc.builtin.dim\resources\language\resource.language.en_gb\strings.po
  696. 21:50:38.576 T:8404 DEBUG: LocalizeStrings: loaded 4 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.artists.allmusic.com\resources\language\English\strings.xml
  697. 21:50:38.579 T:8404 DEBUG: LocalizeStrings: loaded 70 strings from file C:\Program Files (x86)\Kodi\addons\pvr.wmc\resources\language\resource.language.en_gb\strings.po
  698. 21:50:38.583 T:8404 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files (x86)\Kodi\addons\audioencoder.flac\resources\language\English\strings.po
  699. 21:50:38.587 T:8404 DEBUG: LocalizeStrings: loaded 5 strings from file C:\Program Files (x86)\Kodi\addons\pvr.hdhomerun\resources\language\resource.language.en_gb\strings.po
  700. 21:50:38.591 T:8404 DEBUG: LocalizeStrings: loaded 18 strings from file C:\Program Files (x86)\Kodi\addons\visualization.milkdrop\resources\language\English\strings.po
  701. 21:50:38.598 T:8404 DEBUG: LocalizeStrings: loaded 2 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.musicvideos.last.fm\resources\language\English\strings.xml
  702. 21:50:38.603 T:8404 DEBUG: LocalizeStrings: loaded 7 strings from file C:\Program Files (x86)\Kodi\addons\inputstream.adaptive\resources\language\resource.language.en_gb\strings.po
  703. 21:50:38.607 T:8404 DEBUG: LocalizeStrings: loaded 18 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.simple.downloader\resources\language\English\strings.xml
  704. 21:50:38.610 T:8404 DEBUG: LocalizeStrings: loaded 103 strings from file C:\Program Files (x86)\Kodi\addons\pvr.mythtv\resources\language\resource.language.en_gb\strings.po
  705. 21:50:38.613 T:8404 DEBUG: LocalizeStrings: loaded 27 strings from file C:\Program Files (x86)\Kodi\addons\pvr.vuplus\resources\language\resource.language.en_gb\strings.po
  706. 21:50:38.617 T:8404 DEBUG: LocalizeStrings: loaded 4 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.subtitles.subscene\resources\language\English\strings.po
  707. 21:50:38.620 T:8404 DEBUG: LocalizeStrings: loaded 10 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.pingpong\resources\language\English\strings.po
  708. 21:50:38.628 T:8404 DEBUG: LocalizeStrings: loaded 143 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\language\English\strings.po
  709. 21:50:38.632 T:8404 DEBUG: LocalizeStrings: loaded 8 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode\resources\language\English\strings.po
  710. 21:50:38.643 T:8404 DEBUG: LocalizeStrings: loaded 11 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather\resources\language\English\strings.xml
  711. 21:50:38.648 T:8404 DEBUG: LocalizeStrings: loaded 39 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.shadertoy\resources\language\English\strings.po
  712. 21:50:38.652 T:8404 DEBUG: LocalizeStrings: loaded 28 strings from file C:\Program Files (x86)\Kodi\addons\pvr.nextpvr\resources\language\resource.language.en_gb\strings.po
  713. 21:50:38.655 T:8404 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\addons\audioencoder.xbmc.builtin.aac\resources\language\English\strings.po
  714. 21:50:38.656 T:8404 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files (x86)\Kodi\addons\audioencoder.xbmc.builtin.aac\resources\language\English\strings.po
  715. 21:50:38.659 T:8404 DEBUG: LocalizeStrings: loaded 13 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.album.universal\resources\language\English\strings.po
  716. 21:50:38.665 T:8404 DEBUG: LocalizeStrings: loaded 67 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.program.mceremote\resources\language\English\strings.xml
  717. 21:50:38.671 T:8404 DEBUG: LocalizeStrings: loaded 7 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.tvdb.com\resources\language\English\strings.po
  718. 21:50:38.678 T:8404 DEBUG: LocalizeStrings: loaded 2 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.artists.theaudiodb.com\resources\language\English\strings.po
  719. 21:50:38.684 T:8404 DEBUG: LocalizeStrings: loaded 26 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.artists.universal\resources\language\English\strings.po
  720. 21:50:38.691 T:8404 DEBUG: LocalizeStrings: loaded 16 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.greynetic\resources\language\English\strings.po
  721. 21:50:38.694 T:8404 DEBUG: LocalizeStrings: loaded 74 strings from file C:\Program Files (x86)\Kodi\addons\pvr.hts\resources\language\resource.language.en_gb\strings.po
  722. 21:50:38.704 T:8404 DEBUG: LocalizeStrings: loaded 61 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\metadata.universal\resources\language\English\strings.po
  723. 21:50:38.716 T:8404 DEBUG: LocalizeStrings: loaded 167 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\language\resource.language.en_gb\strings.po
  724. 21:50:38.720 T:8404 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\context.extendedinfo.dialog\resources\language\English\strings.po
  725. 21:50:38.724 T:8404 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\context.extendedinfo.ratemedia\resources\language\English\strings.po
  726. 21:50:38.731 T:8404 DEBUG: LocalizeStrings: loaded 74 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.library.node.editor\resources\language\English\strings.po
  727. 21:50:38.745 T:8404 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.sbs\resources\language\English\strings.xml
  728. 21:50:38.755 T:8404 DEBUG: LocalizeStrings: loaded 38 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.twit\resources\language\English\strings.po
  729. 21:50:38.765 T:8404 DEBUG: LocalizeStrings: loaded 110 strings from file C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\resources\language\English\strings.xml
  730. 21:50:38.773 T:8404 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  731. 21:50:38.774 T:8404 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "CEC Adapter"
  732. 21:50:38.774 T:8404 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  733. 21:50:38.775 T:8404 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "iMON HID device"
  734. 21:50:38.775 T:8404 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "WETEK Play remote"
  735. 21:50:38.775 T:8404 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node ""
  736. 21:50:38.776 T:8404 DEBUG: SECTION:LoadDLL(special://xbmcbin/cec.dll)
  737. 21:50:38.801 T:8404 DEBUG: SECTION:LoadDLL(special://xbmcbin/libcurl.dll)
  738. 21:50:38.802 T:9180 DEBUG: Thread PeripEventScanner start, auto delete: false
  739. 21:50:38.811 T:9164 DEBUG: Thread PeripBusCEC start, auto delete: false
  740. 21:50:38.811 T:8108 DEBUG: Thread PeripBusUSB start, auto delete: false
  741. 21:50:38.812 T:8348 DEBUG: Thread PeripBusAddon start, auto delete: false
  742. 21:50:38.863 T:3296 NOTICE: Running database version Addons27
  743. 21:50:38.863 T:3296 DEBUG: CDatabaseManager::Initialize, updating databases...
  744. 21:50:38.872 T:3296 NOTICE: Running database version ViewModes6
  745. 21:50:38.886 T:3296 NOTICE: Running database version Textures13
  746. 21:50:38.952 T:3296 INFO: MYSQL: Connected to version 5.6.36-log
  747. 21:50:38.975 T:3296 NOTICE: Running database version MyMusic60
  748. 21:50:39.012 T:3296 NOTICE: Running database version MyVideos107
  749. 21:50:39.022 T:3296 NOTICE: Running database version TV29
  750. 21:50:39.031 T:3296 NOTICE: Running database version Epg11
  751. 21:50:39.045 T:3296 DEBUG: CDatabaseManager::Initialize, updating databases... DONE
  752. 21:50:39.168 T:8404 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
  753. 21:50:39.324 T:2264 DEBUG: CRemoteControl::Connect - failed to connect
  754. 21:50:39.325 T:2264 INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
  755. 21:50:39.375 T:8576 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  756. 21:50:39.376 T:8576 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  757. 21:50:39.465 T:8404 INFO: Unloading old skin ...
  758. 21:50:39.470 T:8404 INFO: load skin from: C:\Program Files (x86)\Kodi\addons\skin.estuary (version: 1.9.16)
  759. 21:50:39.470 T:8404 INFO: load fonts for skin...
  760. 21:50:39.481 T:8404 INFO: Loading fonts from C:\Program Files (x86)\Kodi\addons\skin.estuary\xml\Font.xml
  761. 21:50:39.587 T:8404 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\addons\skin.estuary\language\resource.language.en_gb\strings.po
  762. 21:50:39.589 T:8404 DEBUG: LocalizeStrings: loaded 132 strings from file C:\Program Files (x86)\Kodi\addons\skin.estuary\language\resource.language.en_gb\strings.po
  763. 21:50:39.590 T:8404 INFO: Loading skin includes from C:\Program Files (x86)\Kodi\addons\skin.estuary\xml\includes.xml
  764. 21:50:39.848 T:8404 INFO: load new skin...
  765. 21:50:39.849 T:8404 INFO: Loading user windows, path C:\Program Files (x86)\Kodi\addons\skin.estuary\xml
  766. 21:50:39.896 T:8404 DEBUG: Load Skin XML: 47.86ms
  767. 21:50:39.896 T:8404 INFO: initialize new skin...
  768. 21:50:39.896 T:8404 DEBUG: guilib: Fill viewport on change for solving rendering passes
  769. 21:50:39.896 T:8404 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  770. 21:50:39.913 T:8404 DEBUG: CTextureBundleXBT::OpenBundle - Opened bundle C:\Program Files (x86)\Kodi\addons\skin.estuary\media\Textures.xbt
  771. 21:50:39.914 T:8404 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  772. 21:50:39.921 T:8404 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  773. 21:50:39.926 T:8404 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  774. 21:50:39.966 T:8404 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  775. 21:50:39.974 T:8404 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  776. 21:50:39.991 T:8404 INFO: Loading resource://resource.uisounds.kodi/sounds.xml
  777. 21:50:40.067 T:8404 INFO: skin loaded...
  778. 21:50:40.067 T:8404 DEBUG: Activating window ID: 12997
  779. 21:50:40.068 T:8404 DEBUG: ------ Window Init () ------
  780. 21:50:40.068 T:8404 INFO: load splash image: C:\Program Files (x86)\Kodi\media\Splash.png
  781. 21:50:40.151 T:8404 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  782. 21:50:40.151 T:8404 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  783. 21:50:40.151 T:8404 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  784. 21:50:40.152 T:8404 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  785. 21:50:40.284 T:8404 INFO: JSONRPC v8.0.0: Successfully initialized
  786. 21:50:40.285 T:8404 DEBUG: ADDON: Starting service addons.
  787. 21:50:40.309 T:9148 DEBUG: Thread LanguageInvoker start, auto delete: false
  788. 21:50:40.310 T:9148 INFO: initializing python engine.
  789. 21:50:40.310 T:3184 DEBUG: Thread LanguageInvoker start, auto delete: false
  790. 21:50:40.311 T:3184 INFO: initializing python engine.
  791. 21:50:40.311 T:8404 DEBUG: Activating window ID: 12999
  792. 21:50:40.312 T:8404 DEBUG: ------ Window Init (Startup.xml) ------
  793. 21:50:40.312 T:8404 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  794. 21:50:40.312 T:7904 DEBUG: Thread LanguageInvoker start, auto delete: false
  795. 21:50:40.312 T:7904 INFO: initializing python engine.
  796. 21:50:40.314 T:8404 DEBUG: Activating window ID: 10000
  797. 21:50:40.314 T:8404 DEBUG: ------ Window Deinit (Startup.xml) ------
  798. 21:50:40.314 T:8404 DEBUG: ------ Window Init (Home.xml) ------
  799. 21:50:40.314 T:8404 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  800. 21:50:40.529 T:9148 DEBUG: CPythonInvoker(0, C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): start processing
  801. 21:50:40.529 T:7904 DEBUG: CPythonInvoker(2, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode\default.py): start processing
  802. 21:50:40.530 T:3184 DEBUG: CPythonInvoker(1, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): start processing
  803. 21:50:40.709 T:9148 DEBUG: -->Python Interpreter Initialized<--
  804. 21:50:40.709 T:9148 DEBUG: CPythonInvoker(0, C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): the source file to load is "C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py"
  805. 21:50:40.710 T:9148 DEBUG: CPythonInvoker(0, C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): setting the Python path to C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  806. 21:50:40.710 T:9148 DEBUG: CPythonInvoker(0, C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): entering source directory C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck
  807. 21:50:40.720 T:9148 DEBUG: CPythonInvoker(0, C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 2.1.0 of the xbmc.python api
  808. 21:50:41.123 T:3184 DEBUG: -->Python Interpreter Initialized<--
  809. 21:50:41.124 T:3184 DEBUG: CPythonInvoker(1, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): the source file to load is "C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py"
  810. 21:50:41.125 T:7904 DEBUG: -->Python Interpreter Initialized<--
  811. 21:50:41.125 T:7904 DEBUG: CPythonInvoker(2, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode\default.py): the source file to load is "C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode\default.py"
  812. 21:50:41.143 T:3184 DEBUG: CPythonInvoker(1, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): setting the Python path to C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.simple.downloader;C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache\lib;C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.parsedom\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  813. 21:50:41.143 T:3184 DEBUG: CPythonInvoker(1, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): entering source directory C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.simple.downloader
  814. 21:50:41.143 T:7904 DEBUG: CPythonInvoker(2, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode\default.py): setting the Python path to C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  815. 21:50:41.144 T:7904 DEBUG: CPythonInvoker(2, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode\default.py): entering source directory C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode
  816. 21:50:41.144 T:9148 DEBUG: Version Check: Version 0.3.23 started
  817. 21:50:41.146 T:3184 DEBUG: CPythonInvoker(1, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): instantiating addon using automatically obtained id of "script.module.simple.downloader" dependent on version 2.1.0 of the xbmc.python api
  818. 21:50:41.185 T:7904 DEBUG: CPythonInvoker(2, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode\default.py): instantiating addon using automatically obtained id of "script.service.checkpreviousepisode" dependent on version 2.1.0 of the xbmc.python api
  819. 21:50:41.206 T:8404 DEBUG: CDirectoryProvider[library://video/movies/]: refreshing..
  820. 21:50:41.206 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/inprogress_movies.xsp]: refreshing..
  821. 21:50:41.206 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/recent_unwatched_movies.xsp]: refreshing..
  822. 21:50:41.207 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_movies.xsp]: refreshing..
  823. 21:50:41.207 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/random_movies.xsp]: refreshing..
  824. 21:50:41.207 T:8404 DEBUG: CDirectoryProvider[videodb://movies/genres/]: refreshing..
  825. 21:50:41.207 T:8404 DEBUG: CDirectoryProvider[videodb://movies/sets/]: refreshing..
  826. 21:50:41.207 T:8404 DEBUG: CDirectoryProvider[library://video/tvshows/]: refreshing..
  827. 21:50:41.207 T:8404 DEBUG: CDirectoryProvider[videodb://inprogresstvshows]: refreshing..
  828. 21:50:41.207 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/recent_unwatched_episodes.xsp]: refreshing..
  829. 21:50:41.207 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_tvshows.xsp]: refreshing..
  830. 21:50:41.207 T:8404 DEBUG: CDirectoryProvider[videodb://tvshows/genres/]: refreshing..
  831. 21:50:41.208 T:8404 DEBUG: CDirectoryProvider[videodb://tvshows/studios/]: refreshing..
  832. 21:50:41.208 T:8404 DEBUG: CDirectoryProvider[library://music/]: refreshing..
  833. 21:50:41.208 T:8404 DEBUG: CDirectoryProvider[musicdb://recentlyplayedalbums]: refreshing..
  834. 21:50:41.208 T:8404 DEBUG: CDirectoryProvider[musicdb://recentlyaddedalbums/]: refreshing..
  835. 21:50:41.208 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/random_albums.xsp]: refreshing..
  836. 21:50:41.208 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/random_artists.xsp]: refreshing..
  837. 21:50:41.208 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/unplayed_albums.xsp]: refreshing..
  838. 21:50:41.208 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/mostplayed_albums.xsp]: refreshing..
  839. 21:50:41.209 T:8404 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
  840. 21:50:41.209 T:8404 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
  841. 21:50:41.209 T:8404 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
  842. 21:50:41.209 T:8404 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
  843. 21:50:41.210 T:8404 DEBUG: CDirectoryProvider[library://video/]: refreshing..
  844. 21:50:41.211 T:8404 DEBUG: CDirectoryProvider[sources://video/]: refreshing..
  845. 21:50:41.211 T:8404 DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
  846. 21:50:41.211 T:8404 DEBUG: CDirectoryProvider[favourites://]: refreshing..
  847. 21:50:41.212 T:8404 DEBUG: CDirectoryProvider[library://music/musicvideos/]: refreshing..
  848. 21:50:41.212 T:8404 DEBUG: CDirectoryProvider[videodb://recentlyaddedmusicvideos/]: refreshing..
  849. 21:50:41.212 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_musicvideos.xsp]: refreshing..
  850. 21:50:41.212 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/random_musicvideo_artists.xsp]: refreshing..
  851. 21:50:41.212 T:8404 DEBUG: CDirectoryProvider[special://skin/playlists/random_musicvideos.xsp]: refreshing..
  852. 21:50:41.213 T:8404 DEBUG: CDirectoryProvider[videodb://musicvideos/studios/]: refreshing..
  853. 21:50:41.213 T:8404 DEBUG: CDirectoryProvider[sources://pictures/]: refreshing..
  854. 21:50:41.246 T:8404 DEBUG: ContextMenuManager: addon menus reloaded.
  855. 21:50:41.246 T:8404 INFO: removing tempfiles
  856. 21:50:41.257 T:8404 DEBUG: ADDON: Starting service addons.
  857. 21:50:41.283 T:6396 DEBUG: Thread LanguageInvoker start, auto delete: false
  858. 21:50:41.283 T:6396 INFO: initializing python engine.
  859. 21:50:41.283 T:6396 DEBUG: CPythonInvoker(3, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): start processing
  860. 21:50:41.284 T:9188 DEBUG: Thread LanguageInvoker start, auto delete: false
  861. 21:50:41.285 T:9188 INFO: initializing python engine.
  862. 21:50:41.285 T:9188 DEBUG: CPythonInvoker(4, C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.youtube\startup.py): start processing
  863. 21:50:41.286 T:8552 DEBUG: Thread LanguageInvoker start, auto delete: false
  864. 21:50:41.286 T:8552 INFO: initializing python engine.
  865. 21:50:41.287 T:8552 DEBUG: CPythonInvoker(5, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\service.py): start processing
  866. 21:50:41.344 T:8404 DEBUG: CRepositoryUpdater: previous update at 20/06/2017 9:27:25 PM, next at 21/06/2017 9:27:25 PM
  867. 21:50:41.344 T:8404 NOTICE: initialize done
  868. 21:50:41.344 T:8404 NOTICE: Running the application...
  869. 21:50:41.345 T:8080 DEBUG: Thread Timer start, auto delete: false
  870. 21:50:41.347 T:8404 DEBUG: no profile autoexec.py (C:\Users\Anthony\AppData\Roaming\Kodi\userdata\autoexec.py) found, skipping
  871. 21:50:41.347 T:8404 DEBUG: CNetwork::NetworkMessage - Starting network services
  872. 21:50:41.362 T:8404 NOTICE: CWebServer[8080]: Started
  873. 21:50:41.362 T:8404 NOTICE: starting upnp client
  874. 21:50:41.381 T:8404 NOTICE: starting upnp server
  875. 21:50:41.436 T:8404 NOTICE: starting upnp controller
  876. 21:50:41.436 T:8404 NOTICE: starting upnp renderer
  877. 21:50:41.468 T:8404 INFO: JSONRPC Server: Unable to get bluetooth socket
  878. 21:50:41.469 T:9048 DEBUG: Thread EventServer start, auto delete: false
  879. 21:50:41.469 T:9048 NOTICE: ES: Starting UDP Event server on port 9777
  880. 21:50:41.469 T:8404 INFO: JSONRPC Server: Successfully initialized
  881. 21:50:41.472 T:9076 DEBUG: Thread TCPServer start, auto delete: false
  882. 21:50:41.473 T:9048 NOTICE: UDP: Listening on port 9777 (ipv6 : true)
  883. 21:50:41.634 T:3184 INFO: CPythonInvoker(1, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): script successfully run
  884. 21:50:41.699 T:3184 INFO: Python script stopped
  885. 21:50:41.699 T:3184 DEBUG: Thread LanguageInvoker 3184 terminating
  886. 21:50:41.866 T:8404 DEBUG: ------ Window Init (Pointer.xml) ------
  887. 21:50:41.867 T:8452 DEBUG: Thread RSSReader start, auto delete: false
  888. 21:50:41.867 T:8452 DEBUG: CurlFile::Open(0D80FA0C) http://feeds.feedburner.com/xbmc
  889. 21:50:41.868 T:8452 INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://feeds.feedburner.com
  890. 21:50:42.177 T:8404 DEBUG: ------ Window Deinit (Pointer.xml) ------
  891. 21:50:42.177 T:6016 DEBUG: Thread JobWorker start, auto delete: true
  892. 21:50:42.212 T:8884 WARNING: CPlayerCoreFactory::GetPlayer(Yamaha RX-A1060): no such player: Yamaha RX-A1060
  893. 21:50:42.212 T:8884 DEBUG: CPlayerCoreConfig::<ctor>: created player Yamaha RX-A1060
  894. 21:50:42.328 T:9188 DEBUG: -->Python Interpreter Initialized<--
  895. 21:50:42.333 T:9188 DEBUG: CPythonInvoker(4, C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.youtube\startup.py): the source file to load is "C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.youtube\startup.py"
  896. 21:50:42.334 T:6396 DEBUG: -->Python Interpreter Initialized<--
  897. 21:50:42.334 T:8552 DEBUG: Previous line repeats 1 times.
  898. 21:50:42.334 T:8552 DEBUG: CPythonInvoker(5, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\service.py): the source file to load is "C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\service.py"
  899. 21:50:42.335 T:6396 DEBUG: CPythonInvoker(3, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): the source file to load is "C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py"
  900. 21:50:42.335 T:9188 DEBUG: CPythonInvoker(4, C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.youtube\startup.py): setting the Python path to C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.youtube;C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.requests\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  901. 21:50:42.335 T:9188 DEBUG: CPythonInvoker(4, C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.youtube\startup.py): entering source directory C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.youtube
  902. 21:50:42.336 T:8552 DEBUG: CPythonInvoker(5, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\service.py): setting the Python path to C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  903. 21:50:42.336 T:8552 DEBUG: CPythonInvoker(5, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\service.py): entering source directory C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner
  904. 21:50:42.337 T:6396 DEBUG: CPythonInvoker(3, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): setting the Python path to C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  905. 21:50:42.337 T:6396 DEBUG: CPythonInvoker(3, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): entering source directory C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache
  906. 21:50:42.337 T:9188 DEBUG: CPythonInvoker(4, C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.youtube\startup.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 2.19.0 of the xbmc.python api
  907. 21:50:42.391 T:8552 DEBUG: CPythonInvoker(5, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\service.py): instantiating addon using automatically obtained id of "script.kcleaner" dependent on version 2.1.0 of the xbmc.python api
  908. 21:50:42.417 T:6396 DEBUG: CPythonInvoker(3, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): instantiating addon using automatically obtained id of "script.common.plugin.cache" dependent on version 2.24.0 of the xbmc.python api
  909. 21:50:42.549 T:2296 WARNING: CPlayerCoreFactory::GetPlayer(Bathroom): no such player: Bathroom
  910. 21:50:42.550 T:2296 DEBUG: CPlayerCoreConfig::<ctor>: created player Bathroom
  911. 21:50:43.069 T:9172 WARNING: CPlayerCoreFactory::GetPlayer(Kodi16Lounge): no such player: Kodi16Lounge
  912. 21:50:43.069 T:9172 DEBUG: CPlayerCoreConfig::<ctor>: created player Kodi16Lounge
  913. 21:50:43.865 T:8452 ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
  914. 21:50:43.866 T:8452 ERROR: CCurlFile::Open failed with code 0 for http://feeds.feedburner.com/xbmc
  915. 21:50:43.994 T:1476 WARNING: CPlayerCoreFactory::GetPlayer(XboxOne): no such player: XboxOne
  916. 21:50:43.994 T:1476 DEBUG: CPlayerCoreConfig::<ctor>: created player XboxOne
  917. 21:50:44.062 T:9188 DEBUG: [plugin.video.youtube] YouTube settings startup initialization...
  918. 21:50:44.178 T:9188 NOTICE: [plugin.video.youtube] Startup: detected Krypton (Kodi-17.3), setting DASH_SUPPORT_BUILTIN = False, DASH_SUPPORT_ADDON = True
  919. 21:50:44.178 T:9188 INFO: CPythonInvoker(4, C:\Users\Anthony\AppData\Roaming\Kodi\addons\plugin.video.youtube\startup.py): script successfully run
  920. 21:50:44.884 T:8552 DEBUG: KCLEANER >> STARTED VERSION 2.7
  921. 21:50:44.894 T:8552 DEBUG: KCLEANER SERVICE >> RUNNING APP...
  922. 21:50:45.207 T:9188 INFO: Python script stopped
  923. 21:50:45.207 T:9188 DEBUG: Thread LanguageInvoker 9188 terminating
  924. 21:50:45.210 T:6396 DEBUG: StorageServer Module loaded RUN
  925. 21:50:45.211 T:6396 DEBUG: StorageClient-2.5.4 Starting server
  926. 21:50:45.254 T:8552 DEBUG: KCLEANER SERVICE >> STARTED VERSION 2.7
  927. 21:50:45.254 T:8552 DEBUG: KCLEANER SERVICE >> SERVICE OFF
  928. 21:50:46.295 T:9148 DEBUG: Version Check: Version installed {u'major': 17, u'tag': u'stable', u'minor': 3, u'revision': u'20170524-147cec4'}
  929. 21:50:46.296 T:9148 DEBUG: Version Check: Version available {u'major': u'17', u'extrainfo': u'final', u'tagversion': u'', u'tag': u'stable', u'addon_support': u'yes', u'minor': u'3', u'revision': u'20170524-147cec4'}
  930. 21:50:46.296 T:9148 DEBUG: Version Check: There is no newer stable available
  931. 21:50:46.297 T:9148 INFO: CPythonInvoker(0, C:\Users\Anthony\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): script successfully run
  932. 21:50:46.339 T:9148 INFO: Python script stopped
  933. 21:50:46.339 T:9148 DEBUG: Thread LanguageInvoker 9148 terminating
  934. 21:50:46.349 T:3296 DEBUG: CVideoDatabase::RunQuery took 155 ms for 36 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  935. 21:50:48.197 T:8516 DEBUG: Thread JobWorker start, auto delete: true
  936. 21:50:48.358 T:6016 DEBUG: CVideoDatabase::RunQuery took 1391 ms for 1222 items query: select * from movie_view WHERE ((movie_view.dateAdded > '1900-01-01')) AND ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  937. 21:50:48.866 T:8452 DEBUG: CurlFile::Open(0D80FA0C) http://feeds.feedburner.com/xbmc
  938. 21:50:48.945 T:3296 DEBUG: CVideoDatabase::RunQuery took 665 ms for 1222 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
  939. 21:50:49.605 T:8452 DEBUG: Got rss feed: http://feeds.feedburner.com/xbmc
  940. 21:50:49.623 T:8452 DEBUG: RSS feed encoding: UTF-8
  941. 21:50:49.625 T:8452 DEBUG: Parsed rss feed: http://feeds.feedburner.com/xbmc
  942. 21:50:49.625 T:8452 DEBUG: Thread RSSReader 8452 terminating
  943. 21:50:51.083 T:8820 DEBUG: Thread JobWorker start, auto delete: true
  944. 21:50:51.452 T:6016 DEBUG: CImageLoader::DoWork - took 495 ms to load special://masterprofile/Thumbnails/d/d911d14f.jpg
  945. 21:50:51.892 T:6016 DEBUG: CImageLoader::DoWork - took 435 ms to load special://masterprofile/Thumbnails/0/04526478.jpg
  946. 21:50:52.326 T:8820 DEBUG: CImageLoader::DoWork - took 124 ms to load special://masterprofile/Thumbnails/3/35358281.jpg
  947. 21:50:52.386 T:8516 DEBUG: CImageLoader::DoWork - took 3928 ms to load special://masterprofile/Thumbnails/0/06d58054.jpg
  948. 21:50:52.553 T:8516 DEBUG: CImageLoader::DoWork - took 163 ms to load special://masterprofile/Thumbnails/6/6af6b7ae.jpg
  949. 21:50:52.821 T:6016 DEBUG: CImageLoader::DoWork - took 864 ms to load special://masterprofile/Thumbnails/7/72a475f1.jpg
  950. 21:50:53.638 T:3296 DEBUG: CImageLoader::DoWork - took 1333 ms to load special://masterprofile/Thumbnails/b/b1c23671.jpg
  951. 21:50:53.838 T:3296 DEBUG: CImageLoader::DoWork - took 151 ms to load special://masterprofile/Thumbnails/3/3d9f5dd7.jpg
  952. 21:50:53.938 T:8820 DEBUG: CImageLoader::DoWork - took 1470 ms to load special://masterprofile/Thumbnails/2/2c345a2e.jpg
  953. 21:50:54.200 T:3296 DEBUG: CImageLoader::DoWork - took 357 ms to load special://masterprofile/Thumbnails/f/f45b956a.jpg
  954. 21:50:54.202 T:6016 DEBUG: CImageLoader::DoWork - took 1264 ms to load special://masterprofile/Thumbnails/a/a91c3ebb.jpg
  955. 21:50:54.321 T:8820 DEBUG: CImageLoader::DoWork - took 271 ms to load special://masterprofile/Thumbnails/2/275e26c0.jpg
  956. 21:50:54.460 T:8516 DEBUG: CImageLoader::DoWork - took 1788 ms to load special://masterprofile/Thumbnails/8/8f263637.jpg
  957. 21:50:54.735 T:8820 DEBUG: CImageLoader::DoWork - took 362 ms to load special://masterprofile/Thumbnails/b/b4eaa3ea.jpg
  958. 21:50:56.088 T:8820 DEBUG: CImageLoader::DoWork - took 1339 ms to load special://masterprofile/Thumbnails/8/8b29404b.jpg
  959. 21:50:56.920 T:3296 DEBUG: Caching image 'smb://antmicroserver/videos/Movies/Run Fat Boy Run (2007).tbn' to '6/6755235a.jpg':
  960. 21:50:57.703 T:3296 DEBUG: ffmpeg[CE0]: [swscaler] Warning: data is not aligned! This can lead to a speedloss
  961. 21:50:58.146 T:6016 DEBUG: Caching image 'smb://antmicroserver/videos/Movies/What Happens in Vegas (2008).tbn' to '6/6fa36da6.jpg':
  962. 21:51:02.827 T:8404 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  963. 21:51:02.827 T:8404 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  964. 21:51:03.057 T:8404 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  965. 21:51:03.605 T:8516 DEBUG: Caching image 'smb://antmicroserver/videos/Movies/Saw V (2008).tbn' to '5/5d5dfba4.jpg':
  966. 21:51:05.435 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  967. 21:51:05.435 T:8404 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  968. 21:51:05.536 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  969. 21:51:06.467 T:3296 DEBUG: cached image 'special://masterprofile/Thumbnails/6/6755235a.jpg' size 493x720
  970. 21:51:06.926 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  971. 21:51:06.926 T:8404 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  972. 21:51:07.107 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  973. 21:51:07.617 T:6016 DEBUG: cached image 'special://masterprofile/Thumbnails/6/6fa36da6.jpg' size 489x720
  974. 21:51:08.073 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  975. 21:51:08.074 T:8404 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  976. 21:51:08.273 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  977. 21:51:09.048 T:8516 DEBUG: cached image 'special://masterprofile/Thumbnails/5/5d5dfba4.jpg' size 480x720
  978. 21:51:09.881 T:6016 DEBUG: CVideoDatabase::RunQuery took 196 ms for 30 items query: SELECT genre.genre_id, genre.name, count(1), count(files.playCount) FROM genre JOIN genre_link ON genre.genre_id = genre_link.genre_id JOIN movie_view ON genre_link.media_id = movie_view.idMovie AND genre_link.media_type='movie' JOIN files ON files.idFile = movie_view.idFile GROUP BY genre.genre_id
  979. 21:51:10.922 T:3296 DEBUG: CVideoDatabase::RunQuery took 1744 ms for 1525 items query: select * from movie_view
  980. 21:51:11.290 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  981. 21:51:11.291 T:8404 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  982. 21:51:11.490 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  983. 21:51:12.008 T:8516 DEBUG: CVideoDatabase::RunQuery took 145 ms for 121 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet ORDER BY sets.idSet
  984. 21:51:12.309 T:6016 DEBUG: CVideoDatabase::RunQuery took 72 ms for 6 items query: SELECT * FROM tvshow_view WHERE watchedCount != 0 AND totalCount != watchedCount ORDER BY c00
  985. 21:51:12.545 T:3296 DEBUG: CVideoDatabase::RunQuery took 124 ms for 351 items query: select * from episode_view WHERE ((episode_view.dateAdded > '1900-01-01')) AND ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  986. 21:51:12.668 T:6016 DEBUG: CVideoDatabase::RunQuery took 82 ms for 13 items query: SELECT * FROM tvshow_view WHERE ((tvshow_view.watchedcount = 0)) AND ((tvshow_view.totalCount > 0))
  987. 21:51:12.781 T:8516 DEBUG: CVideoDatabase::RunQuery took 85 ms for 25 items query: SELECT genre.genre_id, genre.name FROM genre JOIN genre_link ON genre.genre_id = genre_link.genre_id JOIN tvshow_view ON genre_link.media_id = tvshow_view.idShow AND genre_link.media_type='tvshow' GROUP BY genre.genre_id
  988. 21:51:13.254 T:6016 DEBUG: CVideoDatabase::RunQuery took 320 ms for 2 items query: SELECT * FROM season_view WHERE season_view.idShow = 206
  989. 21:51:13.263 T:6016 DEBUG: CVideoDatabase::RunQuery took 5 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 206
  990. 21:51:13.349 T:8516 DEBUG: CVideoDatabase::RunQuery took 75 ms for 43 items query: SELECT studio.studio_id, studio.name FROM studio JOIN studio_link ON studio.studio_id = studio_link.studio_id JOIN tvshow_view ON studio_link.media_id = tvshow_view.idShow AND studio_link.media_type='tvshow' GROUP BY studio.studio_id
  991. 21:51:13.822 T:8516 DEBUG: CMusicDatabase::GetRecentlyPlayedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM albumview WHERE albumview.lastplayed IS NOT NULL AND albumview.strReleaseType = 'album' ORDER BY albumview.lastplayed DESC LIMIT 25) as playedalbums JOIN albumview ON albumview.idAlbum = playedalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.lastplayed DESC, albumartistview.iorder
  992. 21:51:14.044 T:6016 DEBUG: CVideoDatabase::RunQuery took 532 ms for 1 items query: SELECT * FROM season_view WHERE season_view.idShow = 222
  993. 21:51:14.051 T:6016 DEBUG: CVideoDatabase::RunQuery took 5 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 222
  994. 21:51:14.076 T:3296 DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 40) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
  995. 21:51:14.837 T:8516 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* 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 <> 'Various artists')
  996. 21:51:14.837 T:3296 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  997. 21:51:15.472 T:3296 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 635 ms
  998. 21:51:15.657 T:6016 DEBUG: CVideoDatabase::RunQuery took 463 ms for 1 items query: SELECT * FROM season_view WHERE season_view.idShow = 209
  999. 21:51:15.678 T:6016 DEBUG: CVideoDatabase::RunQuery took 5 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 209
  1000. 21:51:16.803 T:6016 DEBUG: CVideoDatabase::RunQuery took 307 ms for 1 items query: SELECT * FROM season_view WHERE season_view.idShow = 235
  1001. 21:51:16.811 T:6016 DEBUG: CVideoDatabase::RunQuery took 5 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 235
  1002. 21:51:16.932 T:3296 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE (((CAST(albumview.iTimesPlayed as DECIMAL(5,1)) = 0))) AND (albumview.strReleaseType = 'album')
  1003. 21:51:16.997 T:8516 DEBUG: Time to retrieve artists from dataset = 2172
  1004. 21:51:17.238 T:3296 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 306 ms
  1005. 21:51:17.593 T:8516 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE (((CAST(albumview.iTimesPlayed as DECIMAL(5,1)) > 0))) AND (albumview.strReleaseType = 'album')
  1006. 21:51:17.594 T:6016 DEBUG: CVideoDatabase::RunQuery took 340 ms for 2 items query: SELECT * FROM season_view WHERE season_view.idShow = 204
  1007. 21:51:17.750 T:6016 DEBUG: CVideoDatabase::RunQuery took 153 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 204
  1008. 21:51:17.770 T:8516 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 177 ms
  1009. 21:51:18.322 T:6016 DEBUG: CVideoDatabase::RunQuery took 317 ms for 2 items query: SELECT * FROM season_view WHERE season_view.idShow = 263
  1010. 21:51:18.328 T:6016 DEBUG: CVideoDatabase::RunQuery took 4 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 263
  1011. 21:51:18.487 T:8516 DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
  1012. 21:51:18.488 T:8516 DEBUG: Getting Directory (special://profile/playlists/video)
  1013. 21:51:18.495 T:8516 DEBUG: Getting Directory (special://profile/playlists/mixed)
  1014. 21:51:18.500 T:8516 DEBUG: CMultiPathDirectory::MergeItems, items = 0
  1015. 21:51:18.562 T:8516 DEBUG: CFavourites::Load - no system favourites found, skipping
  1016. 21:51:18.562 T:8516 DEBUG: CFavourites::Load - no userdata favourites found, skipping
  1017. 21:51:18.638 T:6016 DEBUG: CVideoDatabase::RunQuery took 22 ms for 40 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 40
  1018. 21:51:18.726 T:8820 DEBUG: CVideoDatabase::RunQuery took 23 ms for 55 items query: select * from musicvideo_view WHERE ((musicvideo_view.playCount IS NULL OR musicvideo_view.playCount = 0))
  1019. 21:51:18.772 T:8516 DEBUG: CVideoDatabase::GetPeopleNav - query took 8 ms
  1020. 21:51:18.865 T:8516 DEBUG: CVideoDatabase::RunQuery took 30 ms for 91 items query: select * from musicvideo_view
  1021. 21:51:19.088 T:6016 DEBUG: CVideoDatabase::RunQuery took 10 ms for 44 items query: SELECT studio.studio_id, studio.name, count(1), count(files.playCount) FROM studio JOIN studio_link ON studio.studio_id = studio_link.studio_id JOIN musicvideo_view ON studio_link.media_id = musicvideo_view.idMVideo AND studio_link.media_type='musicvideo' JOIN files ON files.idFile = musicvideo_view.idFile GROUP BY studio.studio_id
  1022. 21:51:19.270 T:8820 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  1023. 21:51:19.385 T:8820 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
  1024. 21:51:19.444 T:6016 INFO: WEATHER: Downloading weather
  1025. 21:51:19.446 T:8884 DEBUG: Thread LanguageInvoker start, auto delete: false
  1026. 21:51:19.447 T:8884 INFO: initializing python engine.
  1027. 21:51:19.447 T:8884 DEBUG: CPythonInvoker(6, C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather\default.py): start processing
  1028. 21:51:19.634 T:8884 DEBUG: -->Python Interpreter Initialized<--
  1029. 21:51:19.634 T:8884 DEBUG: CPythonInvoker(6, C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather\default.py): the source file to load is "C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather\default.py"
  1030. 21:51:19.635 T:8884 DEBUG: CPythonInvoker(6, C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather\default.py): setting the Python path to C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather;C:\Program Files (x86)\Kodi\addons\script.module.pil\lib;C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.beautifulsoup4\lib;C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.module.requests\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  1031. 21:51:19.636 T:8884 DEBUG: CPythonInvoker(6, C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather\default.py): entering source directory C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather
  1032. 21:51:19.636 T:8884 DEBUG: CPythonInvoker(6, C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather\default.py): instantiating addon using automatically obtained id of "weather.ozweather" dependent on version 2.14.0 of the xbmc.python api
  1033. 21:51:19.907 T:8404 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1034. 21:51:19.907 T:8404 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1035. 21:51:20.201 T:8404 INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://feeds.feedburner.com (easy=0A30AF00, multi=0579E240)
  1036. 21:51:20.203 T:8404 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1037. 21:51:20.296 T:8820 DEBUG: CMusicDatabase::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
  1038. 21:51:20.546 T:8820 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  1039. 21:51:20.717 T:8820 DEBUG: CVideoDatabase::RunQuery took 78 ms for 10 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
  1040. 21:51:20.791 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1041. 21:51:20.792 T:8404 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1042. 21:51:20.991 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1043. 21:51:21.092 T:8820 DEBUG: CVideoDatabase::RunQuery took 209 ms for 10 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  1044. 21:51:21.317 T:8884 NOTICE: ### Oz Weather - 0.8.9 ### Oz Weather (Author: Bossanova808) Starting ...
  1045. 21:51:21.318 T:8884 NOTICE: ### Oz Weather - 0.8.9 ### uname is: ('Windows', 'ASRockHTPC', '10', '10.0.14393', 'AMD64', 'Intel64 Family 6 Model 28 Stepping 10, GenuineIntel')
  1046. 21:51:21.318 T:8884 NOTICE: ### Oz Weather - 0.8.9 ### System is windows
  1047. 21:51:21.318 T:8884 NOTICE: ### Oz Weather - 0.8.9 ### Kodi Version #: 17.3
  1048. 21:51:21.319 T:8884 NOTICE: ### Oz Weather - 0.8.9 ### Kodi Version : K*
  1049. 21:51:21.319 T:8884 NOTICE: ### Oz Weather - 0.8.9 ### Addon arguments as: ['C:\\Users\\Anthony\\AppData\\Roaming\\Kodi\\addons\\weather.ozweather\\default.py', '1']
  1050. 21:51:21.320 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Clearing Properties
  1051. 21:51:21.320 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [WeatherProviderLogo] - value:[]
  1052. 21:51:21.320 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [WeatherProvider] - value:[]
  1053. 21:51:21.321 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [WeatherVersion] - value:[]
  1054. 21:51:21.321 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Location] - value:[]
  1055. 21:51:21.321 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Updated] - value:[]
  1056. 21:51:21.321 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Weather.IsFetched] - value:[false]
  1057. 21:51:21.322 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.IsFetched] - value:[false]
  1058. 21:51:21.322 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Radar] - value:[]
  1059. 21:51:21.322 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Video.1] - value:[]
  1060. 21:51:21.323 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Forecast.City] - value:[]
  1061. 21:51:21.323 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Forecast.Country] - value:[]
  1062. 21:51:21.324 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Forecast.Updated] - value:[]
  1063. 21:51:21.324 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.IsFetched] - value:[false]
  1064. 21:51:21.324 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Location] - value:[]
  1065. 21:51:21.328 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Condition] - value:[]
  1066. 21:51:21.328 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.ConditionLong] - value:[]
  1067. 21:51:21.329 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Temperature] - value:[]
  1068. 21:51:21.329 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Wind] - value:[]
  1069. 21:51:21.329 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.WindDirection] - value:[]
  1070. 21:51:21.329 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.WindDegree] - value:[]
  1071. 21:51:21.330 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.WindGust] - value:[]
  1072. 21:51:21.330 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Pressure] - value:[]
  1073. 21:51:21.330 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.FireDanger] - value:[]
  1074. 21:51:21.330 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.FireDangerText] - value:[]
  1075. 21:51:21.331 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Visibility] - value:[]
  1076. 21:51:21.331 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Humidity] - value:[]
  1077. 21:51:21.331 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.FeelsLike] - value:[]
  1078. 21:51:21.331 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.DewPoint] - value:[]
  1079. 21:51:21.331 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.UVIndex] - value:[]
  1080. 21:51:21.332 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.OutlookIcon] - value:[na.png]
  1081. 21:51:21.332 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.ConditionIcon] - value:[na.png]
  1082. 21:51:21.332 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.FanartCode] - value:[]
  1083. 21:51:21.332 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Sunrise] - value:[]
  1084. 21:51:21.333 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Sunset] - value:[]
  1085. 21:51:21.333 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.RainSince9] - value:[]
  1086. 21:51:21.333 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.RainLastHr] - value:[]
  1087. 21:51:21.333 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Precipitation] - value:[]
  1088. 21:51:21.333 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.ChancePrecipitation] - value:[]
  1089. 21:51:21.334 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.SolarRadiation] - value:[]
  1090. 21:51:21.334 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Today.IsFetched] - value:[false]
  1091. 21:51:21.334 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Today.Sunrise] - value:[]
  1092. 21:51:21.334 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Today.Sunset] - value:[]
  1093. 21:51:21.335 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Today.moonphase] - value:[]
  1094. 21:51:21.335 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Today.Moonphase] - value:[]
  1095. 21:51:21.335 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.Title] - value:[]
  1096. 21:51:21.336 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.RainChance] - value:[]
  1097. 21:51:21.336 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.RainChanceAmount] - value:[]
  1098. 21:51:21.336 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.ChancePrecipitation] - value:[]
  1099. 21:51:21.337 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.Precipitation] - value:[]
  1100. 21:51:21.337 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.HighTemp] - value:[]
  1101. 21:51:21.338 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.LowTemp] - value:[]
  1102. 21:51:21.338 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.HighTemperature] - value:[]
  1103. 21:51:21.338 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.LowTemperature] - value:[]
  1104. 21:51:21.339 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.Outlook] - value:[]
  1105. 21:51:21.339 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.LongOutlookDay] - value:[]
  1106. 21:51:21.343 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.OutlookIcon] - value:[na.png]
  1107. 21:51:21.343 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.ConditionIcon] - value:[na.png]
  1108. 21:51:21.344 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.FanartCode] - value:[]
  1109. 21:51:21.344 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.ShortDate] - value:[]
  1110. 21:51:21.344 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.ShortDay] - value:[]
  1111. 21:51:21.345 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.Title] - value:[]
  1112. 21:51:21.345 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.RainChance] - value:[]
  1113. 21:51:21.346 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.RainChanceAmount] - value:[]
  1114. 21:51:21.346 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.ChancePrecipitation] - value:[]
  1115. 21:51:21.346 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.Precipitation] - value:[]
  1116. 21:51:21.347 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.HighTemp] - value:[]
  1117. 21:51:21.347 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.LowTemp] - value:[]
  1118. 21:51:21.347 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.HighTemperature] - value:[]
  1119. 21:51:21.348 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.LowTemperature] - value:[]
  1120. 21:51:21.348 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.Outlook] - value:[]
  1121. 21:51:21.349 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.LongOutlookDay] - value:[]
  1122. 21:51:21.349 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.OutlookIcon] - value:[na.png]
  1123. 21:51:21.349 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.ConditionIcon] - value:[na.png]
  1124. 21:51:21.350 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.FanartCode] - value:[]
  1125. 21:51:21.350 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.ShortDate] - value:[]
  1126. 21:51:21.350 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.0.ShortDay] - value:[]
  1127. 21:51:21.350 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.Title] - value:[]
  1128. 21:51:21.351 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.RainChance] - value:[]
  1129. 21:51:21.351 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.RainChanceAmount] - value:[]
  1130. 21:51:21.351 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.ChancePrecipitation] - value:[]
  1131. 21:51:21.352 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.Precipitation] - value:[]
  1132. 21:51:21.352 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.HighTemp] - value:[]
  1133. 21:51:21.353 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.LowTemp] - value:[]
  1134. 21:51:21.353 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.HighTemperature] - value:[]
  1135. 21:51:21.353 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.LowTemperature] - value:[]
  1136. 21:51:21.354 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.Outlook] - value:[]
  1137. 21:51:21.354 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.LongOutlookDay] - value:[]
  1138. 21:51:21.354 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.OutlookIcon] - value:[na.png]
  1139. 21:51:21.355 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.ConditionIcon] - value:[na.png]
  1140. 21:51:21.355 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.FanartCode] - value:[]
  1141. 21:51:21.355 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.ShortDate] - value:[]
  1142. 21:51:21.356 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.ShortDay] - value:[]
  1143. 21:51:21.356 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.Title] - value:[]
  1144. 21:51:21.357 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.RainChance] - value:[]
  1145. 21:51:21.361 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.RainChanceAmount] - value:[]
  1146. 21:51:21.361 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.ChancePrecipitation] - value:[]
  1147. 21:51:21.361 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.Precipitation] - value:[]
  1148. 21:51:21.362 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.HighTemp] - value:[]
  1149. 21:51:21.362 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.LowTemp] - value:[]
  1150. 21:51:21.363 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.HighTemperature] - value:[]
  1151. 21:51:21.364 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.LowTemperature] - value:[]
  1152. 21:51:21.364 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.Outlook] - value:[]
  1153. 21:51:21.365 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.LongOutlookDay] - value:[]
  1154. 21:51:21.366 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.OutlookIcon] - value:[na.png]
  1155. 21:51:21.366 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.ConditionIcon] - value:[na.png]
  1156. 21:51:21.367 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.FanartCode] - value:[]
  1157. 21:51:21.367 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.ShortDate] - value:[]
  1158. 21:51:21.368 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.ShortDay] - value:[]
  1159. 21:51:21.368 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.Title] - value:[]
  1160. 21:51:21.368 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.RainChance] - value:[]
  1161. 21:51:21.369 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.RainChanceAmount] - value:[]
  1162. 21:51:21.369 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.ChancePrecipitation] - value:[]
  1163. 21:51:21.369 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.Precipitation] - value:[]
  1164. 21:51:21.370 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.HighTemp] - value:[]
  1165. 21:51:21.370 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.LowTemp] - value:[]
  1166. 21:51:21.370 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.HighTemperature] - value:[]
  1167. 21:51:21.371 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.LowTemperature] - value:[]
  1168. 21:51:21.371 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.Outlook] - value:[]
  1169. 21:51:21.371 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.LongOutlookDay] - value:[]
  1170. 21:51:21.372 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.OutlookIcon] - value:[na.png]
  1171. 21:51:21.372 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.ConditionIcon] - value:[na.png]
  1172. 21:51:21.373 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.FanartCode] - value:[]
  1173. 21:51:21.376 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.ShortDate] - value:[]
  1174. 21:51:21.377 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.ShortDay] - value:[]
  1175. 21:51:21.377 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.Title] - value:[]
  1176. 21:51:21.377 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.RainChance] - value:[]
  1177. 21:51:21.378 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.RainChanceAmount] - value:[]
  1178. 21:51:21.378 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.ChancePrecipitation] - value:[]
  1179. 21:51:21.378 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.Precipitation] - value:[]
  1180. 21:51:21.378 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.HighTemp] - value:[]
  1181. 21:51:21.378 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.LowTemp] - value:[]
  1182. 21:51:21.379 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.HighTemperature] - value:[]
  1183. 21:51:21.379 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.LowTemperature] - value:[]
  1184. 21:51:21.380 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.Outlook] - value:[]
  1185. 21:51:21.381 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.LongOutlookDay] - value:[]
  1186. 21:51:21.381 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.OutlookIcon] - value:[na.png]
  1187. 21:51:21.382 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.ConditionIcon] - value:[na.png]
  1188. 21:51:21.382 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.FanartCode] - value:[]
  1189. 21:51:21.382 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.ShortDate] - value:[]
  1190. 21:51:21.382 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.ShortDay] - value:[]
  1191. 21:51:21.383 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.Title] - value:[]
  1192. 21:51:21.383 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.RainChance] - value:[]
  1193. 21:51:21.383 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.RainChanceAmount] - value:[]
  1194. 21:51:21.383 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.ChancePrecipitation] - value:[]
  1195. 21:51:21.384 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.Precipitation] - value:[]
  1196. 21:51:21.384 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.HighTemp] - value:[]
  1197. 21:51:21.385 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.LowTemp] - value:[]
  1198. 21:51:21.385 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.HighTemperature] - value:[]
  1199. 21:51:21.385 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.LowTemperature] - value:[]
  1200. 21:51:21.385 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.Outlook] - value:[]
  1201. 21:51:21.386 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.LongOutlookDay] - value:[]
  1202. 21:51:21.386 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.OutlookIcon] - value:[na.png]
  1203. 21:51:21.386 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.ConditionIcon] - value:[na.png]
  1204. 21:51:21.387 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.FanartCode] - value:[]
  1205. 21:51:21.387 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.ShortDate] - value:[]
  1206. 21:51:21.388 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.ShortDay] - value:[]
  1207. 21:51:21.388 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.Title] - value:[]
  1208. 21:51:21.388 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.RainChance] - value:[]
  1209. 21:51:21.389 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.RainChanceAmount] - value:[]
  1210. 21:51:21.389 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.ChancePrecipitation] - value:[]
  1211. 21:51:21.389 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.Precipitation] - value:[]
  1212. 21:51:21.390 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.HighTemp] - value:[]
  1213. 21:51:21.390 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.LowTemp] - value:[]
  1214. 21:51:21.391 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.HighTemperature] - value:[]
  1215. 21:51:21.391 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.LowTemperature] - value:[]
  1216. 21:51:21.391 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.Outlook] - value:[]
  1217. 21:51:21.392 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.LongOutlookDay] - value:[]
  1218. 21:51:21.392 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.OutlookIcon] - value:[na.png]
  1219. 21:51:21.392 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.ConditionIcon] - value:[na.png]
  1220. 21:51:21.393 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.FanartCode] - value:[]
  1221. 21:51:21.397 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.ShortDate] - value:[]
  1222. 21:51:21.398 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.ShortDay] - value:[]
  1223. 21:51:21.399 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.Title] - value:[]
  1224. 21:51:21.399 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.RainChance] - value:[]
  1225. 21:51:21.399 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.RainChanceAmount] - value:[]
  1226. 21:51:21.400 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.ChancePrecipitation] - value:[]
  1227. 21:51:21.400 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.Precipitation] - value:[]
  1228. 21:51:21.400 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.HighTemp] - value:[]
  1229. 21:51:21.401 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.LowTemp] - value:[]
  1230. 21:51:21.401 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.HighTemperature] - value:[]
  1231. 21:51:21.401 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.LowTemperature] - value:[]
  1232. 21:51:21.401 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.Outlook] - value:[]
  1233. 21:51:21.402 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.LongOutlookDay] - value:[]
  1234. 21:51:21.402 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.OutlookIcon] - value:[na.png]
  1235. 21:51:21.403 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.ConditionIcon] - value:[na.png]
  1236. 21:51:21.403 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.FanartCode] - value:[]
  1237. 21:51:21.403 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.ShortDate] - value:[]
  1238. 21:51:21.403 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.ShortDay] - value:[]
  1239. 21:51:21.404 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.Title] - value:[]
  1240. 21:51:21.404 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.RainChance] - value:[]
  1241. 21:51:21.405 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.RainChanceAmount] - value:[]
  1242. 21:51:21.405 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.ChancePrecipitation] - value:[]
  1243. 21:51:21.406 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.Precipitation] - value:[]
  1244. 21:51:21.406 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.HighTemp] - value:[]
  1245. 21:51:21.410 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.LowTemp] - value:[]
  1246. 21:51:21.410 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.HighTemperature] - value:[]
  1247. 21:51:21.411 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.LowTemperature] - value:[]
  1248. 21:51:21.411 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.Outlook] - value:[]
  1249. 21:51:21.411 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.LongOutlookDay] - value:[]
  1250. 21:51:21.412 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.OutlookIcon] - value:[na.png]
  1251. 21:51:21.412 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.ConditionIcon] - value:[na.png]
  1252. 21:51:21.413 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.FanartCode] - value:[]
  1253. 21:51:21.413 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.ShortDate] - value:[]
  1254. 21:51:21.414 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.ShortDay] - value:[]
  1255. 21:51:21.414 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.Title] - value:[]
  1256. 21:51:21.415 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.RainChance] - value:[]
  1257. 21:51:21.415 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.RainChanceAmount] - value:[]
  1258. 21:51:21.415 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.ChancePrecipitation] - value:[]
  1259. 21:51:21.416 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.Precipitation] - value:[]
  1260. 21:51:21.416 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.HighTemp] - value:[]
  1261. 21:51:21.417 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.LowTemp] - value:[]
  1262. 21:51:21.417 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.HighTemperature] - value:[]
  1263. 21:51:21.417 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.LowTemperature] - value:[]
  1264. 21:51:21.418 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.Outlook] - value:[]
  1265. 21:51:21.418 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.LongOutlookDay] - value:[]
  1266. 21:51:21.419 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.OutlookIcon] - value:[na.png]
  1267. 21:51:21.419 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.ConditionIcon] - value:[na.png]
  1268. 21:51:21.420 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.FanartCode] - value:[]
  1269. 21:51:21.420 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.ShortDate] - value:[]
  1270. 21:51:21.420 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.ShortDay] - value:[]
  1271. 21:51:21.421 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.Title] - value:[]
  1272. 21:51:21.421 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.RainChance] - value:[]
  1273. 21:51:21.421 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.RainChanceAmount] - value:[]
  1274. 21:51:21.422 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.ChancePrecipitation] - value:[]
  1275. 21:51:21.423 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.Precipitation] - value:[]
  1276. 21:51:21.424 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.HighTemp] - value:[]
  1277. 21:51:21.427 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.LowTemp] - value:[]
  1278. 21:51:21.427 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.HighTemperature] - value:[]
  1279. 21:51:21.428 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.LowTemperature] - value:[]
  1280. 21:51:21.428 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.Outlook] - value:[]
  1281. 21:51:21.428 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.LongOutlookDay] - value:[]
  1282. 21:51:21.429 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.OutlookIcon] - value:[na.png]
  1283. 21:51:21.429 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.ConditionIcon] - value:[na.png]
  1284. 21:51:21.429 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.FanartCode] - value:[]
  1285. 21:51:21.430 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.ShortDate] - value:[]
  1286. 21:51:21.430 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.ShortDay] - value:[]
  1287. 21:51:21.430 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.Title] - value:[]
  1288. 21:51:21.431 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.RainChance] - value:[]
  1289. 21:51:21.431 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.RainChanceAmount] - value:[]
  1290. 21:51:21.431 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.ChancePrecipitation] - value:[]
  1291. 21:51:21.432 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.Precipitation] - value:[]
  1292. 21:51:21.432 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.HighTemp] - value:[]
  1293. 21:51:21.432 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.LowTemp] - value:[]
  1294. 21:51:21.432 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.HighTemperature] - value:[]
  1295. 21:51:21.432 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.LowTemperature] - value:[]
  1296. 21:51:21.433 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.Outlook] - value:[]
  1297. 21:51:21.433 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.LongOutlookDay] - value:[]
  1298. 21:51:21.433 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.OutlookIcon] - value:[na.png]
  1299. 21:51:21.434 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.ConditionIcon] - value:[na.png]
  1300. 21:51:21.434 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.FanartCode] - value:[]
  1301. 21:51:21.434 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.ShortDate] - value:[]
  1302. 21:51:21.435 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.ShortDay] - value:[]
  1303. 21:51:21.435 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.Title] - value:[]
  1304. 21:51:21.436 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.RainChance] - value:[]
  1305. 21:51:21.436 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.RainChanceAmount] - value:[]
  1306. 21:51:21.436 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.ChancePrecipitation] - value:[]
  1307. 21:51:21.437 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.Precipitation] - value:[]
  1308. 21:51:21.437 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.HighTemp] - value:[]
  1309. 21:51:21.437 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.LowTemp] - value:[]
  1310. 21:51:21.438 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.HighTemperature] - value:[]
  1311. 21:51:21.438 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.LowTemperature] - value:[]
  1312. 21:51:21.439 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.Outlook] - value:[]
  1313. 21:51:21.439 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.LongOutlookDay] - value:[]
  1314. 21:51:21.439 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.OutlookIcon] - value:[na.png]
  1315. 21:51:21.440 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.ConditionIcon] - value:[na.png]
  1316. 21:51:21.440 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1317. 21:51:21.441 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.FanartCode] - value:[]
  1318. 21:51:21.441 T:8404 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1319. 21:51:21.441 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.ShortDate] - value:[]
  1320. 21:51:21.441 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.ShortDay] - value:[]
  1321. 21:51:21.446 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.Title] - value:[]
  1322. 21:51:21.447 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.RainChance] - value:[]
  1323. 21:51:21.447 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.RainChanceAmount] - value:[]
  1324. 21:51:21.448 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.ChancePrecipitation] - value:[]
  1325. 21:51:21.448 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.Precipitation] - value:[]
  1326. 21:51:21.448 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.HighTemp] - value:[]
  1327. 21:51:21.449 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.LowTemp] - value:[]
  1328. 21:51:21.449 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.HighTemperature] - value:[]
  1329. 21:51:21.449 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.LowTemperature] - value:[]
  1330. 21:51:21.450 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.Outlook] - value:[]
  1331. 21:51:21.450 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.LongOutlookDay] - value:[]
  1332. 21:51:21.450 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.OutlookIcon] - value:[na.png]
  1333. 21:51:21.451 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.ConditionIcon] - value:[na.png]
  1334. 21:51:21.451 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.FanartCode] - value:[]
  1335. 21:51:21.452 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.ShortDate] - value:[]
  1336. 21:51:21.452 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day7.ShortDay] - value:[]
  1337. 21:51:21.452 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.Title] - value:[]
  1338. 21:51:21.453 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.RainChance] - value:[]
  1339. 21:51:21.453 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.RainChanceAmount] - value:[]
  1340. 21:51:21.454 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.ChancePrecipitation] - value:[]
  1341. 21:51:21.454 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.Precipitation] - value:[]
  1342. 21:51:21.454 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.HighTemp] - value:[]
  1343. 21:51:21.455 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.LowTemp] - value:[]
  1344. 21:51:21.455 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.HighTemperature] - value:[]
  1345. 21:51:21.456 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.LowTemperature] - value:[]
  1346. 21:51:21.456 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.Outlook] - value:[]
  1347. 21:51:21.457 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.LongOutlookDay] - value:[]
  1348. 21:51:21.457 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.OutlookIcon] - value:[na.png]
  1349. 21:51:21.457 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.ConditionIcon] - value:[na.png]
  1350. 21:51:21.458 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.FanartCode] - value:[]
  1351. 21:51:21.458 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.ShortDate] - value:[]
  1352. 21:51:21.459 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.ShortDay] - value:[]
  1353. 21:51:21.459 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [WeatherProviderLogo] - value:[C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather\resources\banner.png]
  1354. 21:51:21.460 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [WeatherProvider] - value:[Bureau of Meteorology Australia (via WeatherZone)]
  1355. 21:51:21.460 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [WeatherVersion] - value:[Oz Weather-0.8.9]
  1356. 21:51:21.465 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Location] - value:[Pymble, NSW 2073]
  1357. 21:51:21.465 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Updated] - value:[20/06/2017 21:51]
  1358. 21:51:21.466 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Location] - value:[Pymble, NSW 2073]
  1359. 21:51:21.466 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Forecast.City] - value:[Pymble, NSW 2073]
  1360. 21:51:21.470 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Forecast.Country] - value:[Australia]
  1361. 21:51:21.470 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Forecast.Updated] - value:[20/06/2017 21:51]
  1362. 21:51:21.471 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Getting weather from [/nsw/sydney/pymble] with radar [IDR713], extended features is: [true]
  1363. 21:51:21.471 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Getting radar images for IDR713
  1364. 21:51:21.471 T:8884 DEBUG: buildImages(IDR713)
  1365. 21:51:21.471 T:8884 DEBUG: Overlay loop path: C:\Users\Anthony\AppData\Roaming\Kodi\userdata\addon_data\weather.ozweather\currentloop\IDR713\
  1366. 21:51:21.471 T:8884 DEBUG: Backgrounds path: C:\Users\Anthony\AppData\Roaming\Kodi\userdata\addon_data\weather.ozweather\radarbackgrounds\IDR713\
  1367. 21:51:21.472 T:8884 DEBUG: Deleting any radar overlays older than 2 hours
  1368. 21:51:21.629 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1369. 21:51:21.643 T:8884 DEBUG: prepareBackgrounds(IDR713)
  1370. 21:51:21.644 T:8884 DEBUG: Using cached background - legend.png
  1371. 21:51:21.647 T:8884 DEBUG: Using cached background - background.png
  1372. 21:51:21.649 T:8884 DEBUG: Using cached background - locations.png
  1373. 21:51:21.651 T:8884 DEBUG: Using cached background - range.png
  1374. 21:51:21.653 T:8884 DEBUG: Using cached background - topography.png
  1375. 21:51:21.655 T:8884 DEBUG: Using cached background - waterways.png
  1376. 21:51:21.656 T:8884 DEBUG: Download the radar loop
  1377. 21:51:21.656 T:8884 DEBUG: Log in to BOM FTP
  1378. 21:51:21.667 T:8516 DEBUG: CImageLoader::DoWork - took 840 ms to load special://masterprofile/Thumbnails/d/d07e4aef.jpg
  1379. 21:51:21.727 T:8820 DEBUG: CVideoDatabase::RunQuery took 10 ms for 10 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  1380. 21:51:21.886 T:8820 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  1381. 21:51:21.923 T:8820 DEBUG: CMusicDatabase::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 <> 'Various artists')
  1382. 21:51:21.943 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1383. 21:51:21.943 T:8404 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1384. 21:51:22.093 T:8516 DEBUG: CImageLoader::DoWork - took 145 ms to load special://masterprofile/Thumbnails/e/e00d6cac.jpg
  1385. 21:51:22.194 T:8404 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1386. 21:51:23.034 T:8884 DEBUG: Get files list
  1387. 21:51:25.440 T:8404 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1388. 21:51:25.641 T:8404 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1389. 21:51:25.642 T:8404 DEBUG: Activating window ID: 10001
  1390. 21:51:25.960 T:8404 DEBUG: ------ Window Deinit (Home.xml) ------
  1391. 21:51:26.082 T:8404 DEBUG: ------ Window Init (MyPrograms.xml) ------
  1392. 21:51:26.082 T:8404 INFO: Loading skin file: MyPrograms.xml, load type: KEEP_IN_MEMORY
  1393. 21:51:26.310 T:8404 DEBUG: CDirectoryProvider[]: refreshing..
  1394. 21:51:26.311 T:8820 DEBUG: Previous line repeats 2 times.
  1395. 21:51:26.312 T:8820 ERROR: XFILE::CDirectory::GetDirectory - Error getting
  1396. 21:51:26.366 T:8404 ERROR: Previous line repeats 2 times.
  1397. 21:51:26.366 T:8404 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1398. 21:51:26.515 T:8404 DEBUG: CGUIMediaWindow::GetDirectory (plugin://script.kcleaner/)
  1399. 21:51:26.515 T:8404 DEBUG: ParentPath = [plugin://script.kcleaner/]
  1400. 21:51:26.551 T:8516 DEBUG: CAddonDatabase::SetLastUsed[script.kcleaner] took 36 ms
  1401. 21:51:26.552 T:3296 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin KCleaner('plugin://script.kcleaner/','1','')
  1402. 21:51:26.554 T:8088 DEBUG: Thread LanguageInvoker start, auto delete: false
  1403. 21:51:26.555 T:8088 INFO: initializing python engine.
  1404. 21:51:26.555 T:8088 DEBUG: CPythonInvoker(7, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\default.py): start processing
  1405. 21:51:26.723 T:8088 DEBUG: -->Python Interpreter Initialized<--
  1406. 21:51:26.723 T:8088 DEBUG: CPythonInvoker(7, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\default.py): the source file to load is "C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\default.py"
  1407. 21:51:26.723 T:8088 DEBUG: CPythonInvoker(7, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\default.py): setting the Python path to C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  1408. 21:51:26.723 T:8088 DEBUG: CPythonInvoker(7, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\default.py): entering source directory C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner
  1409. 21:51:26.724 T:8088 DEBUG: CPythonInvoker(7, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\default.py): instantiating addon using automatically obtained id of "script.kcleaner" dependent on version 2.1.0 of the xbmc.python api
  1410. 21:51:27.018 T:8404 DEBUG: ------ Window Init (DialogBusy.xml) ------
  1411. 21:51:27.523 T:8088 DEBUG: KCLEANER >> STARTED VERSION 2.7
  1412. 21:51:27.539 T:8088 DEBUG: KCLEANER SERVICE >> RUNNING APP...
  1413. 21:51:27.817 T:8088 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  1414. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  1415. Error Type: <type 'exceptions.WindowsError'>
  1416. Error Contents: (2, 'The system cannot find the file specified', 'C:\\Users\\Anthony\\AppData\\Roaming\\Kodi\\cache\\scrapers\\metadata.albums.allmusic.com\\am-ps-a-toad-retrospective-r441756-P.S.')
  1417. Traceback (most recent call last):
  1418. File "C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\default.py", line 1602, in <module>
  1419. totalSizes = CalcDeleted()
  1420. File "C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\default.py", line 81, in CalcDeleted
  1421. fileSize = os.path.getsize(os.path.join(root, f))
  1422. File "C:\Program Files (x86)\Kodi\system\python\Lib\genericpath.py", line 57, in getsize
  1423. return os.stat(filename).st_size
  1424. WindowsError: (2, 'The system cannot find the file specified', 'C:\\Users\\Anthony\\AppData\\Roaming\\Kodi\\cache\\scrapers\\metadata.albums.allmusic.com\\am-ps-a-toad-retrospective-r441756-P.S.')
  1425. -->End of Python script error report<--
  1426. 21:51:27.824 T:8404 DEBUG: ------ Window Init (DialogNotification.xml) ------
  1427. 21:51:27.877 T:8088 INFO: Python script stopped
  1428. 21:51:27.878 T:8088 DEBUG: Thread LanguageInvoker 8088 terminating
  1429. 21:51:27.906 T:8404 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.kcleaner/
  1430. 21:51:27.906 T:8404 ERROR: CGUIMediaWindow::GetDirectory(plugin://script.kcleaner/) failed
  1431. 21:51:27.907 T:8404 DEBUG: CGUIMediaWindow::GetDirectory ()
  1432. 21:51:27.907 T:8404 DEBUG: ParentPath = [plugin://script.kcleaner/]
  1433. 21:51:27.981 T:584 DEBUG: Thread BackgroundLoader start, auto delete: false
  1434. 21:51:28.016 T:584 DEBUG: Thread BackgroundLoader 584 terminating
  1435. 21:51:28.248 T:8404 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  1436. 21:51:28.528 T:8884 DEBUG: Download the files...
  1437. 21:51:28.531 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201000.png
  1438. 21:51:28.532 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201006.png
  1439. 21:51:28.532 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201012.png
  1440. 21:51:28.532 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201018.png
  1441. 21:51:28.533 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201024.png
  1442. 21:51:28.533 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201030.png
  1443. 21:51:28.534 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201036.png
  1444. 21:51:28.534 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201042.png
  1445. 21:51:28.535 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201048.png
  1446. 21:51:28.535 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201054.png
  1447. 21:51:28.536 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201100.png
  1448. 21:51:28.536 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201106.png
  1449. 21:51:28.537 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201112.png
  1450. 21:51:28.537 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201118.png
  1451. 21:51:28.538 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201124.png
  1452. 21:51:28.538 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201130.png
  1453. 21:51:28.539 T:8884 DEBUG: Using cached radar image: 001497959481.IDR713.T.201706201136.png
  1454. 21:51:28.539 T:8884 DEBUG: Retrieving new radar image: ftp://anonymous:someone%40somewhere.com@ftp.bom.gov.au//anon/gen/radar/IDR713.T.201706201142.png
  1455. 21:51:28.539 T:8884 DEBUG: Output to file: 001497959481.IDR713.T.201706201142.png
  1456. 21:51:30.790 T:8404 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  1457. 21:51:30.990 T:8404 DEBUG: CInputManager::OnKey: backspace (0xf008) pressed, action is Back
  1458. 21:51:30.990 T:8404 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1459. 21:51:31.297 T:8404 DEBUG: ------ Window Deinit (MyPrograms.xml) ------
  1460. 21:51:31.306 T:8404 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1461. 21:51:31.307 T:8404 DEBUG: ------ Window Init (Home.xml) ------
  1462. 21:51:31.309 T:8404 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
  1463. 21:51:31.309 T:8404 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
  1464. 21:51:31.309 T:8404 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
  1465. 21:51:31.309 T:8404 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
  1466. 21:51:31.328 T:8404 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0000, modifier: 0x0
  1467. 21:51:31.656 T:8820 DEBUG: CImageLoader::DoWork - took 319 ms to load special://masterprofile/Thumbnails/e/e00d6cac.jpg
  1468. 21:51:31.719 T:8820 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  1469. 21:51:31.835 T:8820 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
  1470. 21:51:32.025 T:8820 DEBUG: CMusicDatabase::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
  1471. 21:51:32.077 T:8820 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  1472. 21:51:32.152 T:8820 DEBUG: CVideoDatabase::RunQuery took 15 ms for 10 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
  1473. 21:51:32.253 T:8820 DEBUG: CVideoDatabase::RunQuery took 5 ms for 10 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  1474. 21:51:32.389 T:8820 DEBUG: CVideoDatabase::RunQuery took 4 ms for 10 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  1475. 21:51:32.503 T:8820 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  1476. 21:51:32.535 T:8820 DEBUG: CMusicDatabase::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 <> 'Various artists')
  1477. 21:51:34.008 T:8404 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1478. 21:51:34.009 T:8404 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1479. 21:51:34.173 T:8404 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1480. 21:51:34.281 T:8404 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
  1481. 21:51:35.167 T:8404 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1482. 21:51:35.168 T:8404 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1483. 21:51:35.265 T:8404 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1484. 21:51:35.374 T:8404 DEBUG: Previous line repeats 1 times.
  1485. 21:51:35.374 T:8404 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1486. 21:51:35.511 T:8404 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1487. 21:51:35.671 T:8404 DEBUG: Previous line repeats 1 times.
  1488. 21:51:35.671 T:8404 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1489. 21:51:35.791 T:8404 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1490. 21:51:36.021 T:8404 DEBUG: Previous line repeats 1 times.
  1491. 21:51:36.021 T:8404 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1492. 21:51:36.223 T:8404 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1493. 21:51:36.940 T:8404 DEBUG: Previous line repeats 1 times.
  1494. 21:51:36.940 T:8404 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1495. 21:51:37.118 T:8404 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1496. 21:51:37.463 T:8820 DEBUG: CImageLoader::DoWork - took 250 ms to load special://masterprofile/Thumbnails/4/48a7fc7d.jpg
  1497. 21:51:37.837 T:3296 DEBUG: CImageLoader::DoWork - took 618 ms to load special://masterprofile/Thumbnails/2/24fcfa73.jpg
  1498. 21:51:37.866 T:8516 DEBUG: CImageLoader::DoWork - took 501 ms to load special://masterprofile/Thumbnails/3/32afed02.jpg
  1499. 21:51:38.054 T:8516 DEBUG: CImageLoader::DoWork - took 186 ms to load special://masterprofile/Thumbnails/4/43278f89.jpg
  1500. 21:51:38.148 T:3296 DEBUG: CImageLoader::DoWork - took 164 ms to load special://masterprofile/Thumbnails/5/52ae6140.jpg
  1501. 21:51:38.175 T:8516 DEBUG: CImageLoader::DoWork - took 117 ms to load special://masterprofile/Thumbnails/c/c37efc66.jpg
  1502. 21:51:38.227 T:8820 DEBUG: CImageLoader::DoWork - took 141 ms to load special://masterprofile/Thumbnails/8/8cc824e5.jpg
  1503. 21:51:38.286 T:8516 DEBUG: CImageLoader::DoWork - took 108 ms to load special://masterprofile/Thumbnails/5/5af5412b.jpg
  1504. 21:51:38.396 T:3296 DEBUG: CImageLoader::DoWork - took 165 ms to load resource://resource.images.studios.white/Image Entertainment.png
  1505. 21:51:38.437 T:3296 ERROR: CImageLoader::DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Sony Legacy.png
  1506. 21:51:38.442 T:3296 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.studios.white/Sony Legacy.png
  1507. 21:51:38.446 T:3296 ERROR: CImageLoader::DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Splinter Films Ltd..png
  1508. 21:51:38.448 T:3296 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.studios.white/Splinter Films Ltd..png
  1509. 21:51:38.454 T:3296 ERROR: CImageLoader::DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Blink.png
  1510. 21:51:38.457 T:3296 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.studios.white/Blink.png
  1511. 21:51:38.477 T:8820 DEBUG: CImageLoader::DoWork - took 248 ms to load resource://resource.images.studios.white/Columbia Pictures.png
  1512. 21:51:38.497 T:8516 DEBUG: CImageLoader::DoWork - took 205 ms to load resource://resource.images.studios.white/XL Recordings.png
  1513. 21:51:38.497 T:8516 ERROR: CImageLoader::DoWork - Direct texture file loading failed for resource://resource.images.studios.white/XL Recordings.png
  1514. 21:51:38.500 T:8516 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.studios.white/XL Recordings.png
  1515. 21:51:38.602 T:3296 DEBUG: CImageLoader::DoWork - took 142 ms to load special://masterprofile/Thumbnails/c/cb12061b.jpg
  1516. 21:51:38.612 T:8404 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1517. 21:51:38.721 T:8516 DEBUG: CImageLoader::DoWork - took 196 ms to load special://masterprofile/Thumbnails/c/c35e5f59.jpg
  1518. 21:51:38.790 T:8820 DEBUG: CImageLoader::DoWork - took 162 ms to load special://masterprofile/Thumbnails/3/3f866a41.jpg
  1519. 21:51:38.804 T:8404 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1520. 21:51:38.804 T:8404 DEBUG: Activating window ID: 10111
  1521. 21:51:38.804 T:8404 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
  1522. 21:51:38.805 T:8404 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
  1523. 21:51:38.815 T:3296 DEBUG: CImageLoader::DoWork - took 120 ms to load special://masterprofile/Thumbnails/4/4c996cbb.jpg
  1524. 21:51:38.969 T:3296 DEBUG: Caching image 'smb://antmicroserver/music/Sara Bareilles - Kaleidoscope Heart (2010)/folder.jpg' to '3/301aa0b1.jpg':
  1525. 21:51:38.969 T:3296 DEBUG: cached image 'special://masterprofile/Thumbnails/3/301aa0b1.jpg' size 200x200
  1526. 21:51:39.038 T:8516 DEBUG: Caching image 'smb://antmicroserver/music/Duran Duran - Duran Duran - Deluxe Limited Edition 2CD Remastered (2010)/Folder.jpg' to '7/78cd02fd.jpg':
  1527. 21:51:39.038 T:8516 DEBUG: cached image 'special://masterprofile/Thumbnails/7/78cd02fd.jpg' size 200x200
  1528. 21:51:39.067 T:8820 DEBUG: CImageLoader::DoWork - took 178 ms to load special://masterprofile/Thumbnails/4/44fd0404.jpg
  1529. 21:51:39.276 T:3296 DEBUG: Caching image 'smb://antmicroserver/music/Taylor Swift - Red (2012)/folder.jpg' to '1/14685a2f.jpg':
  1530. 21:51:39.277 T:3296 DEBUG: cached image 'special://masterprofile/Thumbnails/1/14685a2f.jpg' size 200x200
  1531. 21:51:39.297 T:8820 INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://assets.fanart.tv
  1532. 21:51:39.350 T:8516 DEBUG: CImageLoader::DoWork - took 110 ms to load special://masterprofile/Thumbnails/d/d029b50d.jpg
  1533. 21:51:39.433 T:8516 INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://media.theaudiodb.com
  1534. 21:51:39.444 T:3296 INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://assets.fanart.tv
  1535. 21:51:40.035 T:8404 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1536. 21:51:40.220 T:8404 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1537. 21:51:40.220 T:8404 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1538. 21:51:40.246 T:8404 NOTICE: Storing total System Uptime
  1539. 21:51:40.247 T:8404 NOTICE: Saving settings
  1540. 21:51:40.316 T:8404 NOTICE: Saving skin settings
  1541. 21:51:40.321 T:8576 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
  1542. 21:51:40.323 T:8576 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
  1543. 21:51:40.342 T:8404 NOTICE: stop all
  1544. 21:51:41.425 T:3296 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url http://assets.fanart.tv/fanart/music/b0799818-22cb-4564-8e68-3c410d0722ee/albumcover/diorama-511b893bf2bdf.jpg
  1545. 21:51:41.426 T:3296 DEBUG: Thread JobWorker 3296 terminating (autodelete)
  1546. 21:51:41.786 T:8820 DEBUG: CCurlFile::GetMimeType - http://assets.fanart.tv/fanart/music/a1684a49-feaa-4150-b758-d9412fc59f12/artistthumb/oldfield-mike-4ff5501156d12.jpg -> image/jpeg
  1547. 21:51:41.787 T:8820 DEBUG: CurlFile::Open(0A570AC8) http://assets.fanart.tv/fanart/music/a1684a49-feaa-4150-b758-d9412fc59f12/artistthumb/oldfield-mike-4ff5501156d12.jpg
  1548. 21:51:41.856 T:8884 DEBUG: Retrieving new radar image: ftp://anonymous:someone%40somewhere.com@ftp.bom.gov.au//anon/gen/radar/IDR713.T.201706201148.png
  1549. 21:51:41.856 T:8884 DEBUG: Output to file: 001497959481.IDR713.T.201706201148.png
  1550. 21:51:46.590 T:8820 DEBUG: Caching image 'http://assets.fanart.tv/fanart/music/a1684a49-feaa-4150-b758-d9412fc59f12/artistthumb/oldfield-mike-4ff5501156d12.jpg' to '0/0559568b.jpg':
  1551. 21:51:46.819 T:8820 DEBUG: cached image 'special://masterprofile/Thumbnails/0/0559568b.jpg' size 720x720
  1552. 21:51:46.980 T:8820 DEBUG: Thread JobWorker 8820 terminating (autodelete)
  1553. 21:51:47.189 T:8516 DEBUG: CCurlFile::GetMimeType - http://media.theaudiodb.com/images/media/artist/thumb/yuwpyx1468058272.jpg -> image/jpeg
  1554. 21:51:47.194 T:8516 DEBUG: CurlFile::Open(0A56ED20) http://media.theaudiodb.com/images/media/artist/thumb/yuwpyx1468058272.jpg
  1555. 21:51:47.616 T:8516 DEBUG: Caching image 'http://media.theaudiodb.com/images/media/artist/thumb/yuwpyx1468058272.jpg' to '2/24b45362.jpg':
  1556. 21:51:47.616 T:8516 DEBUG: cached image 'special://masterprofile/Thumbnails/2/24b45362.jpg' size 700x700
  1557. 21:51:47.777 T:8516 DEBUG: Thread JobWorker 8516 terminating (autodelete)
  1558. 21:51:56.902 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Radar] - value:[IDR713]
  1559. 21:51:56.902 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Get the forecast data from http://weatherzone.com.au/nsw/sydney/pymble
  1560. 21:51:59.275 T:8884 DEBUG: 'Today.Sunrise'
  1561. 21:51:59.493 T:8884 DEBUG: Previous line repeats 6 times.
  1562. 21:51:59.493 T:8884 DEBUG: list index out of range
  1563. 21:51:59.586 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.ChancePrecipitation] - value:[30]
  1564. 21:51:59.586 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Condition] - value:[Sunny]
  1565. 21:51:59.587 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.ConditionIcon] - value:[32.png]
  1566. 21:51:59.587 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.ConditionLong] - value:[
  1567. Sydney for Tuesday
  1568. Mostly clear. Slight (20%) chance of a light shower along the coastal fringe until early this evening. Near zero chance of rain elsewhere. Light winds. Partly cloudy. Slight (20%) chance of a shower. Winds W 15 to 20 km/h.
  1569.  
  1570.  
  1571. Wednesday
  1572. Mostly sunny morning. Patchy fog in the west in the early morning. Medium (40%) chance of a light shower in the afternoon and evening near the coast, slight (20%) chance elsewhere. Winds W/SW 15 to 20 km/h turning S 20 to 30 km/h during the morning then tending SW 15 to 20 km/h in the late evening. Sun protection not recommended, UV Index predicted to reach 2 [Low].
  1573.  
  1574.  
  1575.  
  1576. ]
  1577. 21:51:59.587 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.DewPoint] - value:[12]
  1578. 21:51:59.587 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.FanartCode] - value:[32]
  1579. 21:51:59.588 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.FeelsLike] - value:[12]
  1580. 21:51:59.588 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.FireDanger] - value:[0.6]
  1581. 21:51:59.588 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.FireDangerText] - value:[Low]
  1582. 21:51:59.588 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.HighTemp] - value:[19]
  1583. 21:51:59.588 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.HighTemperature] - value:[19]
  1584. 21:51:59.588 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Humidity] - value:[100]
  1585. 21:51:59.589 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.LongDay] - value:[Tuesday]
  1586. 21:51:59.589 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.LowTemp] - value:[13]
  1587. 21:51:59.589 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.LowTemperature] - value:[13]
  1588. 21:51:59.589 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Outlook] - value:[Sunny]
  1589. 21:51:59.589 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.OutlookIcon] - value:[32.png]
  1590. 21:51:59.590 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Precipitation] - value:[0.6]
  1591. 21:51:59.590 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Pressure] - value:[]
  1592. 21:51:59.590 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.RainChance] - value:[30]
  1593. 21:51:59.590 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.RainChanceAmount] - value:[< 1mm]
  1594. 21:51:59.590 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.RainLastHr] - value:[0 mm]
  1595. 21:51:59.591 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.RainSince9] - value:[0.6]
  1596. 21:51:59.591 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.ShortDate] - value:[Jun 20]
  1597. 21:51:59.591 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.ShortDay] - value:[Tue]
  1598. 21:51:59.591 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Sunrise] - value:[07:00 EST]
  1599. 21:51:59.591 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Sunset] - value:[16:54 EST]
  1600. 21:51:59.591 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Temperature] - value:[12]
  1601. 21:51:59.592 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Title] - value:[Tuesday]
  1602. 21:51:59.592 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.UVIndex] - value:[Low (2)]
  1603. 21:51:59.592 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.Wind] - value:[?]
  1604. 21:51:59.592 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.WindDegree] - value:[Calm]
  1605. 21:51:59.592 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.WindDirection] - value:[Calm]
  1606. 21:51:59.592 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.WindGust] - value:[0]
  1607. 21:51:59.593 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Current.WindSpeed] - value:[9km/h]
  1608. 21:51:59.593 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.ChancePrecipitation] - value:[30]
  1609. 21:51:59.593 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.Condition] - value:[Sunny]
  1610. 21:51:59.593 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.ConditionIcon] - value:[32.png]
  1611. 21:51:59.593 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.FanartCode] - value:[32]
  1612. 21:51:59.593 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.HighTemp] - value:[19]
  1613. 21:51:59.594 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.HighTemperature] - value:[19]
  1614. 21:51:59.594 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.LongDay] - value:[Tuesday]
  1615. 21:51:59.594 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.LowTemp] - value:[13]
  1616. 21:51:59.594 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.LowTemperature] - value:[13]
  1617. 21:51:59.594 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.Outlook] - value:[Sunny]
  1618. 21:51:59.595 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.OutlookIcon] - value:[32.png]
  1619. 21:51:59.595 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.Precipitation] - value:[< 1mm]
  1620. 21:51:59.595 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.RainChance] - value:[30]
  1621. 21:51:59.595 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.RainChanceAmount] - value:[< 1mm]
  1622. 21:51:59.595 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.ShortDate] - value:[Jun 20]
  1623. 21:51:59.595 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.ShortDay] - value:[Tue]
  1624. 21:51:59.596 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.Title] - value:[Tuesday]
  1625. 21:51:59.596 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.WindDirection] - value:[S]
  1626. 21:51:59.596 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.1.WindSpeed] - value:[9km/h]
  1627. 21:51:59.596 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.ChancePrecipitation] - value:[60]
  1628. 21:51:59.596 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.Condition] - value:[Possible Shower]
  1629. 21:51:59.596 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.ConditionIcon] - value:[11.png]
  1630. 21:51:59.597 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.FanartCode] - value:[11]
  1631. 21:51:59.597 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.HighTemp] - value:[19]
  1632. 21:51:59.597 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.HighTemperature] - value:[19]
  1633. 21:51:59.597 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.LongDay] - value:[Wednesday]
  1634. 21:51:59.597 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.LowTemp] - value:[9]
  1635. 21:51:59.597 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.LowTemperature] - value:[9]
  1636. 21:51:59.597 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.Outlook] - value:[Possible Shower]
  1637. 21:51:59.598 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.OutlookIcon] - value:[11.png]
  1638. 21:51:59.598 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.Precipitation] - value:[1-5mm]
  1639. 21:51:59.598 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.RainChance] - value:[60]
  1640. 21:51:59.598 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.RainChanceAmount] - value:[1-5mm]
  1641. 21:51:59.598 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.ShortDate] - value:[Jun 21]
  1642. 21:51:59.598 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.ShortDay] - value:[Wed]
  1643. 21:51:59.598 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.Title] - value:[Wednesday]
  1644. 21:51:59.599 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.WindDirection] - value:[SSW]
  1645. 21:51:59.599 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.2.WindSpeed] - value:[17km/h]
  1646. 21:51:59.599 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.ChancePrecipitation] - value:[40]
  1647. 21:51:59.599 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.Condition] - value:[Possible Shower]
  1648. 21:51:59.599 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.ConditionIcon] - value:[11.png]
  1649. 21:51:59.599 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.FanartCode] - value:[11]
  1650. 21:51:59.599 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.HighTemp] - value:[18]
  1651. 21:51:59.600 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.HighTemperature] - value:[18]
  1652. 21:51:59.600 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.LongDay] - value:[Thursday]
  1653. 21:51:59.600 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.LowTemp] - value:[12]
  1654. 21:51:59.600 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.LowTemperature] - value:[12]
  1655. 21:51:59.600 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.Outlook] - value:[Possible Shower]
  1656. 21:51:59.600 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.OutlookIcon] - value:[11.png]
  1657. 21:51:59.600 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.Precipitation] - value:[< 1mm]
  1658. 21:51:59.601 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.RainChance] - value:[40]
  1659. 21:51:59.601 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.RainChanceAmount] - value:[< 1mm]
  1660. 21:51:59.601 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.ShortDate] - value:[Jun 22]
  1661. 21:51:59.601 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.ShortDay] - value:[Thu]
  1662. 21:51:59.601 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.Title] - value:[Thursday]
  1663. 21:51:59.601 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.WindDirection] - value:[SSW]
  1664. 21:51:59.601 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.3.WindSpeed] - value:[8km/h]
  1665. 21:51:59.602 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.ChancePrecipitation] - value:[5]
  1666. 21:51:59.602 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.Condition] - value:[Mostly Sunny]
  1667. 21:51:59.602 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.ConditionIcon] - value:[34.png]
  1668. 21:51:59.602 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.FanartCode] - value:[34]
  1669. 21:51:59.602 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.HighTemp] - value:[19]
  1670. 21:51:59.602 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.HighTemperature] - value:[19]
  1671. 21:51:59.603 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.LongDay] - value:[Friday]
  1672. 21:51:59.603 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.LowTemp] - value:[9]
  1673. 21:51:59.603 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.LowTemperature] - value:[9]
  1674. 21:51:59.603 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.Outlook] - value:[Mostly Sunny]
  1675. 21:51:59.603 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.OutlookIcon] - value:[34.png]
  1676. 21:51:59.603 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.Precipitation] - value:[< 1mm]
  1677. 21:51:59.603 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.RainChance] - value:[5]
  1678. 21:51:59.603 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.RainChanceAmount] - value:[< 1mm]
  1679. 21:51:59.604 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.ShortDate] - value:[Jun 23]
  1680. 21:51:59.604 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.ShortDay] - value:[Fri]
  1681. 21:51:59.604 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.Title] - value:[Friday]
  1682. 21:51:59.604 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.WindDirection] - value:[WNW]
  1683. 21:51:59.604 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.4.WindSpeed] - value:[6km/h]
  1684. 21:51:59.605 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.ChancePrecipitation] - value:[40]
  1685. 21:51:59.605 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.Condition] - value:[Mostly Sunny]
  1686. 21:51:59.605 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.ConditionIcon] - value:[34.png]
  1687. 21:51:59.605 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.FanartCode] - value:[34]
  1688. 21:51:59.605 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.HighTemp] - value:[18]
  1689. 21:51:59.606 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.HighTemperature] - value:[18]
  1690. 21:51:59.606 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.LongDay] - value:[Saturday]
  1691. 21:51:59.606 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.LowTemp] - value:[8]
  1692. 21:51:59.606 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.LowTemperature] - value:[8]
  1693. 21:51:59.606 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.Outlook] - value:[Mostly Sunny]
  1694. 21:51:59.606 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.OutlookIcon] - value:[34.png]
  1695. 21:51:59.606 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.Precipitation] - value:[< 1mm]
  1696. 21:51:59.607 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.RainChance] - value:[40]
  1697. 21:51:59.607 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.RainChanceAmount] - value:[< 1mm]
  1698. 21:51:59.607 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.ShortDate] - value:[Jun 24]
  1699. 21:51:59.607 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.ShortDay] - value:[Sat]
  1700. 21:51:59.607 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.Title] - value:[Saturday]
  1701. 21:51:59.607 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.WindDirection] - value:[W]
  1702. 21:51:59.607 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.5.WindSpeed] - value:[7km/h]
  1703. 21:51:59.608 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.ChancePrecipitation] - value:[30]
  1704. 21:51:59.608 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.Condition] - value:[Mostly Sunny]
  1705. 21:51:59.608 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.ConditionIcon] - value:[34.png]
  1706. 21:51:59.608 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.FanartCode] - value:[34]
  1707. 21:51:59.608 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.HighTemp] - value:[19]
  1708. 21:51:59.608 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.HighTemperature] - value:[19]
  1709. 21:51:59.608 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.LongDay] - value:[Sunday]
  1710. 21:51:59.609 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.LowTemp] - value:[9]
  1711. 21:51:59.609 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.LowTemperature] - value:[9]
  1712. 21:51:59.609 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.Outlook] - value:[Mostly Sunny]
  1713. 21:51:59.609 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.OutlookIcon] - value:[34.png]
  1714. 21:51:59.610 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.Precipitation] - value:[< 1mm]
  1715. 21:51:59.610 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.RainChance] - value:[30]
  1716. 21:51:59.610 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.RainChanceAmount] - value:[< 1mm]
  1717. 21:51:59.610 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.ShortDate] - value:[Jun 25]
  1718. 21:51:59.610 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.ShortDay] - value:[Sun]
  1719. 21:51:59.610 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.Title] - value:[Sunday]
  1720. 21:51:59.610 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.WindDirection] - value:[NW]
  1721. 21:51:59.611 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.6.WindSpeed] - value:[9km/h]
  1722. 21:51:59.611 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.ChancePrecipitation] - value:[30]
  1723. 21:51:59.611 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.Condition] - value:[Sunny]
  1724. 21:51:59.611 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.ConditionIcon] - value:[32.png]
  1725. 21:51:59.611 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.FanartCode] - value:[32]
  1726. 21:51:59.611 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.HighTemp] - value:[18]
  1727. 21:51:59.611 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.HighTemperature] - value:[18]
  1728. 21:51:59.612 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.LongDay] - value:[Monday]
  1729. 21:51:59.612 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.LowTemp] - value:[10]
  1730. 21:51:59.612 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.LowTemperature] - value:[10]
  1731. 21:51:59.612 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.Outlook] - value:[Sunny]
  1732. 21:51:59.612 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.OutlookIcon] - value:[32.png]
  1733. 21:51:59.612 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.Precipitation] - value:[< 1mm]
  1734. 21:51:59.612 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.RainChance] - value:[30]
  1735. 21:51:59.613 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.RainChanceAmount] - value:[< 1mm]
  1736. 21:51:59.613 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.ShortDate] - value:[Jun 26]
  1737. 21:51:59.613 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.ShortDay] - value:[Mon]
  1738. 21:51:59.613 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.Title] - value:[Monday]
  1739. 21:51:59.613 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.WindDirection] - value:[W]
  1740. 21:51:59.613 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Daily.7.WindSpeed] - value:[16km/h]
  1741. 21:51:59.613 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.ChancePrecipitation] - value:[30]
  1742. 21:51:59.614 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.Condition] - value:[Sunny]
  1743. 21:51:59.614 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.ConditionIcon] - value:[32.png]
  1744. 21:51:59.614 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.FanartCode] - value:[32]
  1745. 21:51:59.614 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.HighTemp] - value:[19]
  1746. 21:51:59.614 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.HighTemperature] - value:[19]
  1747. 21:51:59.615 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.LongDay] - value:[Tuesday]
  1748. 21:51:59.615 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.LowTemp] - value:[13]
  1749. 21:51:59.615 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.LowTemperature] - value:[13]
  1750. 21:51:59.615 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.Outlook] - value:[Sunny]
  1751. 21:51:59.615 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.OutlookIcon] - value:[32.png]
  1752. 21:51:59.615 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.Precipitation] - value:[< 1mm]
  1753. 21:51:59.616 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.RainChance] - value:[30]
  1754. 21:51:59.616 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.RainChanceAmount] - value:[< 1mm]
  1755. 21:51:59.616 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.ShortDate] - value:[Jun 20]
  1756. 21:51:59.616 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.ShortDay] - value:[Tue]
  1757. 21:51:59.616 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.Title] - value:[Tuesday]
  1758. 21:51:59.616 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.WindDirection] - value:[S]
  1759. 21:51:59.616 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day0.WindSpeed] - value:[9km/h]
  1760. 21:51:59.616 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.ChancePrecipitation] - value:[60]
  1761. 21:51:59.617 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.Condition] - value:[Possible Shower]
  1762. 21:51:59.617 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.ConditionIcon] - value:[11.png]
  1763. 21:51:59.617 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.FanartCode] - value:[11]
  1764. 21:51:59.617 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.HighTemp] - value:[19]
  1765. 21:51:59.617 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.HighTemperature] - value:[19]
  1766. 21:51:59.617 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.LongDay] - value:[Wednesday]
  1767. 21:51:59.617 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.LowTemp] - value:[9]
  1768. 21:51:59.618 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.LowTemperature] - value:[9]
  1769. 21:51:59.618 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.Outlook] - value:[Possible Shower]
  1770. 21:51:59.618 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.OutlookIcon] - value:[11.png]
  1771. 21:51:59.618 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.Precipitation] - value:[1-5mm]
  1772. 21:51:59.618 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.RainChance] - value:[60]
  1773. 21:51:59.618 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.RainChanceAmount] - value:[1-5mm]
  1774. 21:51:59.618 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.ShortDate] - value:[Jun 21]
  1775. 21:51:59.619 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.ShortDay] - value:[Wed]
  1776. 21:51:59.619 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.Title] - value:[Wednesday]
  1777. 21:51:59.619 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.WindDirection] - value:[SSW]
  1778. 21:51:59.619 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day1.WindSpeed] - value:[17km/h]
  1779. 21:51:59.619 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.ChancePrecipitation] - value:[40]
  1780. 21:51:59.620 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.Condition] - value:[Possible Shower]
  1781. 21:51:59.620 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.ConditionIcon] - value:[11.png]
  1782. 21:51:59.620 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.FanartCode] - value:[11]
  1783. 21:51:59.620 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.HighTemp] - value:[18]
  1784. 21:51:59.620 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.HighTemperature] - value:[18]
  1785. 21:51:59.620 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.LongDay] - value:[Thursday]
  1786. 21:51:59.620 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.LowTemp] - value:[12]
  1787. 21:51:59.621 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.LowTemperature] - value:[12]
  1788. 21:51:59.621 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.Outlook] - value:[Possible Shower]
  1789. 21:51:59.621 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.OutlookIcon] - value:[11.png]
  1790. 21:51:59.621 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.Precipitation] - value:[< 1mm]
  1791. 21:51:59.621 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.RainChance] - value:[40]
  1792. 21:51:59.621 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.RainChanceAmount] - value:[< 1mm]
  1793. 21:51:59.621 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.ShortDate] - value:[Jun 22]
  1794. 21:51:59.621 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.ShortDay] - value:[Thu]
  1795. 21:51:59.622 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.Title] - value:[Thursday]
  1796. 21:51:59.622 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.WindDirection] - value:[SSW]
  1797. 21:51:59.622 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day2.WindSpeed] - value:[8km/h]
  1798. 21:51:59.622 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.ChancePrecipitation] - value:[5]
  1799. 21:51:59.622 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.Condition] - value:[Mostly Sunny]
  1800. 21:51:59.622 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.ConditionIcon] - value:[34.png]
  1801. 21:51:59.622 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.FanartCode] - value:[34]
  1802. 21:51:59.623 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.HighTemp] - value:[19]
  1803. 21:51:59.623 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.HighTemperature] - value:[19]
  1804. 21:51:59.623 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.LongDay] - value:[Friday]
  1805. 21:51:59.623 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.LowTemp] - value:[9]
  1806. 21:51:59.623 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.LowTemperature] - value:[9]
  1807. 21:51:59.623 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.Outlook] - value:[Mostly Sunny]
  1808. 21:51:59.623 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.OutlookIcon] - value:[34.png]
  1809. 21:51:59.624 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.Precipitation] - value:[< 1mm]
  1810. 21:51:59.624 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.RainChance] - value:[5]
  1811. 21:51:59.624 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.RainChanceAmount] - value:[< 1mm]
  1812. 21:51:59.624 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.ShortDate] - value:[Jun 23]
  1813. 21:51:59.625 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.ShortDay] - value:[Fri]
  1814. 21:51:59.625 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.Title] - value:[Friday]
  1815. 21:51:59.625 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.WindDirection] - value:[WNW]
  1816. 21:51:59.625 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day3.WindSpeed] - value:[6km/h]
  1817. 21:51:59.625 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.ChancePrecipitation] - value:[40]
  1818. 21:51:59.626 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.Condition] - value:[Mostly Sunny]
  1819. 21:51:59.626 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.ConditionIcon] - value:[34.png]
  1820. 21:51:59.626 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.FanartCode] - value:[34]
  1821. 21:51:59.626 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.HighTemp] - value:[18]
  1822. 21:51:59.626 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.HighTemperature] - value:[18]
  1823. 21:51:59.626 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.LongDay] - value:[Saturday]
  1824. 21:51:59.626 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.LowTemp] - value:[8]
  1825. 21:51:59.627 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.LowTemperature] - value:[8]
  1826. 21:51:59.627 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.Outlook] - value:[Mostly Sunny]
  1827. 21:51:59.627 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.OutlookIcon] - value:[34.png]
  1828. 21:51:59.627 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.Precipitation] - value:[< 1mm]
  1829. 21:51:59.627 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.RainChance] - value:[40]
  1830. 21:51:59.628 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.RainChanceAmount] - value:[< 1mm]
  1831. 21:51:59.628 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.ShortDate] - value:[Jun 24]
  1832. 21:51:59.628 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.ShortDay] - value:[Sat]
  1833. 21:51:59.628 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.Title] - value:[Saturday]
  1834. 21:51:59.628 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.WindDirection] - value:[W]
  1835. 21:51:59.628 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day4.WindSpeed] - value:[7km/h]
  1836. 21:51:59.629 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.ChancePrecipitation] - value:[30]
  1837. 21:51:59.629 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.Condition] - value:[Mostly Sunny]
  1838. 21:51:59.629 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.ConditionIcon] - value:[34.png]
  1839. 21:51:59.629 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.FanartCode] - value:[34]
  1840. 21:51:59.629 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.HighTemp] - value:[19]
  1841. 21:51:59.630 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.HighTemperature] - value:[19]
  1842. 21:51:59.630 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.LongDay] - value:[Sunday]
  1843. 21:51:59.630 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.LowTemp] - value:[9]
  1844. 21:51:59.630 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.LowTemperature] - value:[9]
  1845. 21:51:59.630 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.Outlook] - value:[Mostly Sunny]
  1846. 21:51:59.630 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.OutlookIcon] - value:[34.png]
  1847. 21:51:59.631 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.Precipitation] - value:[< 1mm]
  1848. 21:51:59.631 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.RainChance] - value:[30]
  1849. 21:51:59.631 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.RainChanceAmount] - value:[< 1mm]
  1850. 21:51:59.631 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.ShortDate] - value:[Jun 25]
  1851. 21:51:59.631 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.ShortDay] - value:[Sun]
  1852. 21:51:59.631 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.Title] - value:[Sunday]
  1853. 21:51:59.632 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.WindDirection] - value:[NW]
  1854. 21:51:59.632 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day5.WindSpeed] - value:[9km/h]
  1855. 21:51:59.632 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.ChancePrecipitation] - value:[30]
  1856. 21:51:59.632 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.Condition] - value:[Sunny]
  1857. 21:51:59.632 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.ConditionIcon] - value:[32.png]
  1858. 21:51:59.632 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.FanartCode] - value:[32]
  1859. 21:51:59.633 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.HighTemp] - value:[18]
  1860. 21:51:59.633 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.HighTemperature] - value:[18]
  1861. 21:51:59.633 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.LongDay] - value:[Monday]
  1862. 21:51:59.633 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.LowTemp] - value:[10]
  1863. 21:51:59.633 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.LowTemperature] - value:[10]
  1864. 21:51:59.634 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.Outlook] - value:[Sunny]
  1865. 21:51:59.634 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.OutlookIcon] - value:[32.png]
  1866. 21:51:59.634 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.Precipitation] - value:[< 1mm]
  1867. 21:51:59.634 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.RainChance] - value:[30]
  1868. 21:51:59.634 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.RainChanceAmount] - value:[< 1mm]
  1869. 21:51:59.634 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.ShortDate] - value:[Jun 26]
  1870. 21:51:59.635 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.ShortDay] - value:[Mon]
  1871. 21:51:59.635 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.Title] - value:[Monday]
  1872. 21:51:59.635 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.WindDirection] - value:[W]
  1873. 21:51:59.635 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Day6.WindSpeed] - value:[16km/h]
  1874. 21:51:59.635 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Today.Moonphase] - value:[Waning Crescent]
  1875. 21:51:59.635 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Today.Sunrise] - value:[07:00 EST]
  1876. 21:51:59.636 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Today.Sunset] - value:[16:54 EST]
  1877. 21:51:59.636 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Today.moonphase] - value:[Waning Crescent]
  1878. 21:51:59.636 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Get the ABC weather video link
  1879. 21:52:09.123 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Video.1] - value:[http://mpegmedia.abc.net.au/news/news24/wins/201706/WINS_2100_2006_1000k.mp4]
  1880. 21:52:09.124 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Weather.IsFetched] - value:[true]
  1881. 21:52:09.124 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Forecast.Updated] - value:[20/06/2017 21:52]
  1882. 21:52:09.124 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Today.IsFetched] - value:[true]
  1883. 21:52:09.124 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Refreshing locations from settings
  1884. 21:52:09.124 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Location1] - value:[Pymble, NSW 2073]
  1885. 21:52:09.125 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Location2] - value:[]
  1886. 21:52:09.125 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Location3] - value:[]
  1887. 21:52:09.125 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Locations] - value:[1]
  1888. 21:52:09.125 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Refreshing radar locations from settings
  1889. 21:52:09.125 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Radar1] - value:[IDR713]
  1890. 21:52:09.125 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Radar2] - value:[]
  1891. 21:52:09.126 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Radar3] - value:[]
  1892. 21:52:09.126 T:8884 DEBUG: ### Oz Weather - 0.8.9 ### Set property name: [Radars] - value:[1]
  1893. 21:52:09.126 T:8884 NOTICE: ### Oz Weather - 0.8.9 ### Oz Weather (Author: Bossanova808) Exiting ....
  1894. 21:52:09.126 T:8884 INFO: CPythonInvoker(6, C:\Users\Anthony\AppData\Roaming\Kodi\addons\weather.ozweather\default.py): script successfully run
  1895. 21:52:09.180 T:8884 INFO: Python script stopped
  1896. 21:52:09.180 T:8884 DEBUG: Thread LanguageInvoker 8884 terminating
  1897. 21:52:09.276 T:6016 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: resource://resource.language.en_gb/strings.po
  1898. 21:52:09.296 T:6016 DEBUG: POParser: loaded 130 weather tokens
  1899. 21:52:09.301 T:8404 NOTICE: stop player
  1900. 21:52:09.301 T:6016 DEBUG: Thread JobWorker 6016 terminating (autodelete)
  1901. 21:52:09.301 T:8404 DEBUG: CNetwork::NetworkMessage - Signaling network services to stop
  1902. 21:52:09.301 T:8404 NOTICE: ES: Stopping event server
  1903. 21:52:09.301 T:8404 DEBUG: CNetwork::NetworkMessage - Waiting for network services to stop
  1904. 21:52:09.301 T:8404 NOTICE: stopping upnp
  1905. 21:52:09.492 T:9076 DEBUG: Thread TCPServer 9076 terminating
  1906. 21:52:09.499 T:9048 NOTICE: ES: UDP Event server stopped
  1907. 21:52:09.499 T:9048 DEBUG: Thread EventServer 9048 terminating
  1908. 21:52:09.800 T:8404 NOTICE: CWebServer[8080]: Stopped
  1909. 21:52:09.800 T:9180 DEBUG: Thread PeripEventScanner 9180 terminating
  1910. 21:52:09.800 T:8108 DEBUG: Thread PeripBusUSB 8108 terminating
  1911. 21:52:09.816 T:9164 DEBUG: Thread PeripBusCEC 9164 terminating
  1912. 21:52:09.816 T:8348 DEBUG: Thread PeripBusAddon 8348 terminating
  1913. 21:52:09.816 T:8404 NOTICE: clean cached files!
  1914. 21:52:09.816 T:8404 DEBUG: ADDON: Stopping service addons.
  1915. 21:52:10.054 T:6396 DEBUG: StorageServer-2.5.4 Closed down
  1916. 21:52:10.054 T:6396 INFO: CPythonInvoker(3, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): script successfully run
  1917. 21:52:10.054 T:8404 DEBUG: CPythonInvoker(3, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): script termination took 225ms
  1918. 21:52:10.058 T:6396 INFO: Python script interrupted by user
  1919. 21:52:10.106 T:7904 INFO: CPythonInvoker(2, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode\default.py): script successfully run
  1920. 21:52:10.106 T:8404 DEBUG: CPythonInvoker(2, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.service.checkpreviousepisode\default.py): script termination took 48ms
  1921. 21:52:10.106 T:6396 DEBUG: Thread LanguageInvoker 6396 terminating
  1922. 21:52:10.109 T:7904 INFO: Python script interrupted by user
  1923. 21:52:10.109 T:8552 DEBUG: KCLEANER SERVICE >> EXIT
  1924. 21:52:10.109 T:8552 INFO: CPythonInvoker(5, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\service.py): script successfully run
  1925. 21:52:10.110 T:8404 DEBUG: CPythonInvoker(5, C:\Users\Anthony\AppData\Roaming\Kodi\addons\script.kcleaner\service.py): script termination took 2ms
  1926. 21:52:10.110 T:7904 DEBUG: Thread LanguageInvoker 7904 terminating
  1927. 21:52:10.110 T:1128 DEBUG: Thread ActiveAE 1128 terminating
  1928. 21:52:10.117 T:8552 INFO: Python script interrupted by user
  1929. 21:52:10.118 T:8552 DEBUG: Thread LanguageInvoker 8552 terminating
  1930. 21:52:10.118 T:2980 DEBUG: Thread AESink 2980 terminating
  1931. 21:52:10.118 T:8404 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  1932. 21:52:10.130 T:8404 NOTICE: closing down remote control service
  1933. 21:52:10.131 T:8404 NOTICE: stopped
  1934. 21:52:10.131 T:2264 DEBUG: Thread RemoteControl 2264 terminating
  1935. 21:52:10.331 T:8404 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1936. 21:52:10.331 T:8404 NOTICE: destroy
  1937. 21:52:10.331 T:8404 NOTICE: unload skin
  1938. 21:52:10.331 T:8404 INFO: Unloading old skin ...
  1939. 21:52:10.338 T:8404 DEBUG: ------ Window Deinit (Home.xml) ------
  1940. 21:52:10.371 T:8404 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
  1941. 21:52:10.394 T:8404 DEBUG: CTextureBundleXBT::CloseBundle - Closed bundle
  1942. 21:52:10.577 T:8404 NOTICE: unload sections
  1943. 21:52:10.592 T:8404 NOTICE: special://profile/ is mapped to: special://masterprofile/
  1944. 21:52:10.593 T:8404 DEBUG: PVRManager - destroyed
  1945. 21:52:10.593 T:8404 DEBUG: ActiveAE DSP - destroyed
  1946. 21:52:10.593 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.stars has been uninstalled.'
  1947. 21:52:10.593 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.pyamf has been uninstalled.'
  1948. 21:52:10.593 T:8404 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been uninstalled.'
  1949. 21:52:10.593 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.xbmc.subtitles has been uninstalled.'
  1950. 21:52:10.593 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been uninstalled.'
  1951. 21:52:10.594 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.octonet has been uninstalled.'
  1952. 21:52:10.594 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.youtubetrailers has been uninstalled.'
  1953. 21:52:10.594 T:8404 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been uninstalled.'
  1954. 21:52:10.594 T:8404 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_au has been uninstalled.'
  1955. 21:52:10.594 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been uninstalled.'
  1956. 21:52:10.594 T:8404 DEBUG: ADDON: cpluff: 'Plug-in lanik.repo has been uninstalled.'
  1957. 21:52:10.594 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.peripheral has been uninstalled.'
  1958. 21:52:10.594 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been uninstalled.'
  1959. 21:52:10.594 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been uninstalled.'
  1960. 21:52:10.595 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.adsp has been uninstalled.'
  1961. 21:52:10.595 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.ofdb.de has been uninstalled.'
  1962. 21:52:10.595 T:8404 DEBUG: ADDON: cpluff: 'Plug-in weather.wunderground has been uninstalled.'
  1963. 21:52:10.595 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.catchuptv.au.sbs has been uninstalled.'
  1964. 21:52:10.595 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup4 has been uninstalled.'
  1965. 21:52:10.595 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been uninstalled.'
  1966. 21:52:10.595 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been uninstalled.'
  1967. 21:52:10.595 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.shadertoy has been uninstalled.'
  1968. 21:52:10.596 T:8404 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been uninstalled.'
  1969. 21:52:10.596 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop2 has been uninstalled.'
  1970. 21:52:10.596 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.utorrent has been uninstalled.'
  1971. 21:52:10.596 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.kodi65 has been uninstalled.'
  1972. 21:52:10.596 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been uninstalled.'
  1973. 21:52:10.596 T:8404 DEBUG: ADDON: cpluff: 'Plug-in context.extendedinfo.ratemedia has been uninstalled.'
  1974. 21:52:10.596 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.myconnpy has been uninstalled.'
  1975. 21:52:10.597 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been uninstalled.'
  1976. 21:52:10.597 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been uninstalled.'
  1977. 21:52:10.597 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been uninstalled.'
  1978. 21:52:10.597 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.engadget has been uninstalled.'
  1979. 21:52:10.597 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.catchuptv.au.nine has been uninstalled.'
  1980. 21:52:10.597 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been uninstalled.'
  1981. 21:52:10.597 T:8404 DEBUG: ADDON: cpluff: 'Plug-in repository.googlecode.xbmc-catchuptv-au has been uninstalled.'
  1982. 21:52:10.597 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.impa.com has been uninstalled.'
  1983. 21:52:10.597 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.hdtrailers_net has been uninstalled.'
  1984. 21:52:10.598 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.last.fm has been uninstalled.'
  1985. 21:52:10.598 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.arrow has been uninstalled.'
  1986. 21:52:10.598 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been uninstalled.'
  1987. 21:52:10.598 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been uninstalled.'
  1988. 21:52:10.598 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.catchuptv.au.ten has been uninstalled.'
  1989. 21:52:10.598 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been uninstalled.'
  1990. 21:52:10.599 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.abc_iview has been uninstalled.'
  1991. 21:52:10.599 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been uninstalled.'
  1992. 21:52:10.599 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.kcleaner has been uninstalled.'
  1993. 21:52:10.599 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.plus7 has been uninstalled.'
  1994. 21:52:10.599 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.movieposterdb.com has been uninstalled.'
  1995. 21:52:10.599 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been uninstalled.'
  1996. 21:52:10.599 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been uninstalled.'
  1997. 21:52:10.599 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.imdb.com has been uninstalled.'
  1998. 21:52:10.600 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.dateutil has been uninstalled.'
  1999. 21:52:10.600 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.stsound has been uninstalled.'
  2000. 21:52:10.600 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.spectrum has been uninstalled.'
  2001. 21:52:10.600 T:8404 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been uninstalled.'
  2002. 21:52:10.600 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.port.hu has been uninstalled.'
  2003. 21:52:10.600 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been uninstalled.'
  2004. 21:52:10.600 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.library.node.editor has been uninstalled.'
  2005. 21:52:10.600 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.rollbar has been uninstalled.'
  2006. 21:52:10.601 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been uninstalled.'
  2007. 21:52:10.601 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been uninstalled.'
  2008. 21:52:10.601 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pyro has been uninstalled.'
  2009. 21:52:10.601 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been uninstalled.'
  2010. 21:52:10.601 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been uninstalled.'
  2011. 21:52:10.602 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.buggalo has been uninstalled.'
  2012. 21:52:10.602 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been uninstalled.'
  2013. 21:52:10.602 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.mechanize has been uninstalled.'
  2014. 21:52:10.602 T:8404 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.kodi has been uninstalled.'
  2015. 21:52:10.602 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been uninstalled.'
  2016. 21:52:10.602 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been uninstalled.'
  2017. 21:52:10.602 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcswift2 has been uninstalled.'
  2018. 21:52:10.602 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.national.geographic has been uninstalled.'
  2019. 21:52:10.602 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been uninstalled.'
  2020. 21:52:10.603 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been uninstalled.'
  2021. 21:52:10.603 T:8404 DEBUG: ADDON: cpluff: 'Plug-in skin.estuary has been uninstalled.'
  2022. 21:52:10.603 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been uninstalled.'
  2023. 21:52:10.603 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been uninstalled.'
  2024. 21:52:10.603 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcswift has been uninstalled.'
  2025. 21:52:10.603 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been uninstalled.'
  2026. 21:52:10.603 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been uninstalled.'
  2027. 21:52:10.604 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.catchuptv.au.nten has been uninstalled.'
  2028. 21:52:10.604 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.autocompletion has been uninstalled.'
  2029. 21:52:10.604 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.biogenesis has been uninstalled.'
  2030. 21:52:10.604 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been uninstalled.'
  2031. 21:52:10.604 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been uninstalled.'
  2032. 21:52:10.604 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been uninstalled.'
  2033. 21:52:10.604 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been uninstalled.'
  2034. 21:52:10.604 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.itunes_trailers has been uninstalled.'
  2035. 21:52:10.604 T:8404 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been uninstalled.'
  2036. 21:52:10.605 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.howstuffworks_com has been uninstalled.'
  2037. 21:52:10.605 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.six has been uninstalled.'
  2038. 21:52:10.605 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been uninstalled.'
  2039. 21:52:10.605 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been uninstalled.'
  2040. 21:52:10.605 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.asteroids has been uninstalled.'
  2041. 21:52:10.605 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been uninstalled.'
  2042. 21:52:10.606 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.t1mlib has been uninstalled.'
  2043. 21:52:10.606 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been uninstalled.'
  2044. 21:52:10.606 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been uninstalled.'
  2045. 21:52:10.606 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.ted.talks has been uninstalled.'
  2046. 21:52:10.606 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been uninstalled.'
  2047. 21:52:10.606 T:8404 DEBUG: ADDON: cpluff: 'Plug-in peripheral.joystick has been uninstalled.'
  2048. 21:52:10.606 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been uninstalled.'
  2049. 21:52:10.606 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.twit has been uninstalled.'
  2050. 21:52:10.607 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been uninstalled.'
  2051. 21:52:10.607 T:8404 DEBUG: ADDON: cpluff: 'Plug-in game.controller.default has been uninstalled.'
  2052. 21:52:10.607 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.universal has been uninstalled.'
  2053. 21:52:10.607 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been uninstalled.'
  2054. 21:52:10.607 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been uninstalled.'
  2055. 21:52:10.607 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been uninstalled.'
  2056. 21:52:10.607 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.game has been uninstalled.'
  2057. 21:52:10.607 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been uninstalled.'
  2058. 21:52:10.608 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been uninstalled.'
  2059. 21:52:10.608 T:8404 DEBUG: ADDON: cpluff: 'Plug-in inputstream.rtmp has been uninstalled.'
  2060. 21:52:10.608 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.common has been uninstalled.'
  2061. 21:52:10.608 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.playalbum has been uninstalled.'
  2062. 21:52:10.608 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.hdhomerun has been uninstalled.'
  2063. 21:52:10.608 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been uninstalled.'
  2064. 21:52:10.608 T:8404 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been uninstalled.'
  2065. 21:52:10.609 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been uninstalled.'
  2066. 21:52:10.609 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been uninstalled.'
  2067. 21:52:10.609 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.syfy has been uninstalled.'
  2068. 21:52:10.609 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.last.fm has been uninstalled.'
  2069. 21:52:10.609 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been uninstalled.'
  2070. 21:52:10.609 T:8404 DEBUG: ADDON: cpluff: 'Plug-in inputstream.adaptive has been uninstalled.'
  2071. 21:52:10.609 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been uninstalled.'
  2072. 21:52:10.610 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.simple.downloader has been uninstalled.'
  2073. 21:52:10.610 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been uninstalled.'
  2074. 21:52:10.610 T:8404 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.subscene has been uninstalled.'
  2075. 21:52:10.610 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pingpong has been uninstalled.'
  2076. 21:52:10.610 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been uninstalled.'
  2077. 21:52:10.610 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.service.checkpreviousepisode has been uninstalled.'
  2078. 21:52:10.610 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been uninstalled.'
  2079. 21:52:10.611 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.freebase.com has been uninstalled.'
  2080. 21:52:10.611 T:8404 DEBUG: ADDON: cpluff: 'Plug-in skin.estouchy has been uninstalled.'
  2081. 21:52:10.611 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been uninstalled.'
  2082. 21:52:10.611 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been uninstalled.'
  2083. 21:52:10.611 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been uninstalled.'
  2084. 21:52:10.611 T:8404 DEBUG: ADDON: cpluff: 'Plug-in weather.ozweather has been uninstalled.'
  2085. 21:52:10.612 T:8404 DEBUG: ADDON: cpluff: 'Plug-in kodi.inputstream has been uninstalled.'
  2086. 21:52:10.612 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.shadertoy has been uninstalled.'
  2087. 21:52:10.612 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been uninstalled.'
  2088. 21:52:10.612 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been uninstalled.'
  2089. 21:52:10.612 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.trakt has been uninstalled.'
  2090. 21:52:10.612 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been uninstalled.'
  2091. 21:52:10.612 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.routing has been uninstalled.'
  2092. 21:52:10.613 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been uninstalled.'
  2093. 21:52:10.613 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.mceremote has been uninstalled.'
  2094. 21:52:10.613 T:8404 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been uninstalled.'
  2095. 21:52:10.613 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been uninstalled.'
  2096. 21:52:10.614 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been uninstalled.'
  2097. 21:52:10.614 T:8404 DEBUG: ADDON: cpluff: 'Plug-in resource.images.studios.white has been uninstalled.'
  2098. 21:52:10.614 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.omdbapi.com has been uninstalled.'
  2099. 21:52:10.614 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been uninstalled.'
  2100. 21:52:10.614 T:8404 DEBUG: ADDON: cpluff: 'Plug-in context.extendedinfo.dialog has been uninstalled.'
  2101. 21:52:10.615 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.theaudiodb.com has been uninstalled.'
  2102. 21:52:10.615 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.parsedom has been uninstalled.'
  2103. 21:52:10.615 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been uninstalled.'
  2104. 21:52:10.615 T:8404 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been uninstalled.'
  2105. 21:52:10.615 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been uninstalled.'
  2106. 21:52:10.616 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been uninstalled.'
  2107. 21:52:10.616 T:8404 DEBUG: ADDON: cpluff: 'Plug-in screensaver.greynetic has been uninstalled.'
  2108. 21:52:10.616 T:8404 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been uninstalled.'
  2109. 21:52:10.618 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.feedparser has been uninstalled.'
  2110. 21:52:10.618 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been uninstalled.'
  2111. 21:52:10.618 T:8404 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been uninstalled.'
  2112. 21:52:10.618 T:8404 DEBUG: ADDON: cpluff: 'Plug-in script.module.metahandler has been uninstalled.'
  2113. 21:52:10.619 T:8404 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.sbs has been uninstalled.'
  2114. 21:52:10.619 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A10088 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2115. 21:52:10.619 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A10310 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2116. 21:52:10.619 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A10628 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2117. 21:52:10.619 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A10430 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2118. 21:52:10.619 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A0F938 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2119. 21:52:10.619 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A106B8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2120. 21:52:10.619 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A102C8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2121. 21:52:10.620 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A107D8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2122. 21:52:10.620 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A0FF68 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2123. 21:52:10.620 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A103E8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2124. 21:52:10.620 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04A0F8F0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2125. 21:52:10.620 T:8404 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 04B59678 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2126. 21:52:10.639 T:8404 NOTICE: application stopped...
  2127. 21:52:10.639 T:8576 DEBUG: Thread Announce 8576 terminating
  2128. 21:52:10.659 T:8404 DEBUG: SECTION:UnloadDll(special://xbmcbin/libcurl.dll)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement