Advertisement
Guest User

widget tvshowsinprogress empty

a guest
Oct 22nd, 2016
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 270.65 KB | None | 0 0
  1. 16:18:08 T:46504 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 16:18:08 T:46504 NOTICE: -----------------------------------------------------------------------
  3. 16:18:08 T:46504 NOTICE: Starting Kodi (17.0-BETA3 Git:20161004-df45f18-dirty). Platform: Windows NT x86 32-bit
  4. 16:18:08 T:46504 NOTICE: Using Release Kodi x32 build
  5. 16:18:08 T:46504 NOTICE: Kodi compiled Oct 4 2016 by MSVC 190024210 for Windows NT x86 32-bit version 6.3 (0x06030000)
  6. 16:18:08 T:46504 NOTICE: Running on Windows 8.1, kernel: Windows NT x86 64-bit version 6.3
  7. 16:18:08 T:46504 NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi
  8. 16:18:08 T:46504 NOTICE: Host CPU: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz, 4 cores available
  9. 16:18:08 T:46504 NOTICE: Desktop Resolution: 1680x1050 32Bit at 60Hz
  10. 16:18:08 T:46504 NOTICE: Running with administrator rights
  11. 16:18:08 T:46504 NOTICE: Aero is enabled
  12. 16:18:08 T:46504 NOTICE: special://xbmc/ is mapped to: G:\Kodi
  13. 16:18:08 T:46504 NOTICE: special://xbmcbin/ is mapped to: G:\Kodi
  14. 16:18:08 T:46504 NOTICE: special://xbmcbinaddons/ is mapped to: G:\Kodi/addons
  15. 16:18:08 T:46504 NOTICE: special://masterprofile/ is mapped to: E:\snyft\AppData\Roaming\Kodi\userdata
  16. 16:18:08 T:46504 NOTICE: special://home/ is mapped to: E:\snyft\AppData\Roaming\Kodi\
  17. 16:18:08 T:46504 NOTICE: special://temp/ is mapped to: E:\snyft\AppData\Roaming\Kodi\cache
  18. 16:18:08 T:46504 NOTICE: special://logpath/ is mapped to: E:\snyft\AppData\Roaming\Kodi\
  19. 16:18:08 T:46504 NOTICE: The executable running is: G:\Kodi\Kodi.exe
  20. 16:18:08 T:46504 NOTICE: Local hostname: snyfton
  21. 16:18:08 T:46504 NOTICE: Log File is located: E:\snyft\AppData\Roaming\Kodi\/kodi.log
  22. 16:18:08 T:46504 NOTICE: -----------------------------------------------------------------------
  23. 16:18:09 T:46504 NOTICE: load settings...
  24. 16:18:09 T:46504 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
  25. 16:18:09 T:46504 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
  26. 16:18:09 T:46504 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  27. 16:18:09 T:46504 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  28. 16:18:09 T:46504 NOTICE: Contents of special://profile/advancedsettings.xml are...
  29. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  30. <advancedsettings>
  31. <splash>false</splash>
  32. <!-- Customise/remove/comment this section to your personal preferences -->
  33. <useddsfanart>true</useddsfanart>
  34. <!-- Enable GPU accelerated fanart-->
  35. <gui>
  36. <nofliptimeout>0</nofliptimeout>
  37. </gui>
  38. <videolibrary>
  39. <hideallitems>true</hideallitems>
  40. <!-- Remove the "*All" items from the video library -->
  41. <hideemptyseries>false</hideemptyseries>
  42. <!-- Dont hide empty series in the video library -->
  43. <hiderecentlyaddeditems>false</hiderecentlyaddeditems>
  44. <!-- Dont remove the "Recently added ..." items from the video library. -->
  45. <recentlyaddeditems>300</recentlyaddeditems>
  46. <!-- Increase number of recently added items from default 25 -->
  47. <backgroundupdate>false</backgroundupdate>
  48. <!-- Set to hide the video scanner dialog from the gui -->
  49. <flattentvshows>0</flattentvshows>
  50. <!-- Never flatten TV show seasons, 0=never 1=if one season (default) 2=all -->
  51. </videolibrary>
  52. <musiclibrary>
  53. <backgroundupdate>false</backgroundupdate>
  54. <!-- set to hide the music scanner dialog from the gui -->
  55. </musiclibrary>
  56. <myvideos>
  57. <extractthumb>false</extractthumb>
  58. <!-- Dont create random thumbnails. Either scrape them from the internet or dont have them -->
  59. </myvideos>
  60. <sorttokens>
  61. <token separators="">&quot;</token>
  62. <!-- Ignore " when sorting. Senisble due to IMDB naming policy -->
  63. </sorttokens>
  64. <video>
  65. <!-- Stop XBMC indexing some unwanted common items -->
  66. <excludefromscan action="prepend">
  67. <regexp>(?i)videoextras</regexp>
  68. <regexp>(?i)extras</regexp>
  69. <!-- Greedy, whole path, case insensitive ignore -->
  70. <regexp>(?i)sample</regexp>
  71. <!-- Greedy, whole path, case insensitive ignore -->
  72. <regexp>(?i)proof</regexp>
  73. <regexp>(?i)subpack</regexp>
  74. <regexp>(?i)uTorrentPartFile</regexp>
  75. <!-- Ignore common scrap files -->
  76. </excludefromscan>
  77. <excludetvshowsfromscan action="prepend">
  78. <regexp>(?i)videoextras</regexp>
  79. <regexp>(?i)extras</regexp>
  80. <!-- Greedy, whole path, case insensitive ignore -->
  81. <regexp>(?i)sample</regexp>
  82. <!-- Greedy, whole path, case insensitive ignore -->
  83. <regexp>(?i)proof</regexp>
  84. <regexp>(?i)uTorrentPartFile</regexp>
  85. <!-- Ignore common scrap files -->
  86. <regexp>(?i)subpack</regexp>
  87. </excludetvshowsfromscan>
  88. </video>
  89. <tvshowmatching action="prepend">
  90. <!-- Catch some troublesome formats before XBMC -->
  91. <!-- DIRFIX Handling -->
  92. <regexp>(?i)[\. _-]s?(\d{1,2})[\. _-]?[e|x](\d{1,2})(.*)dirfix</regexp>
  93. <!-- DIRFIX Handling show.name.S01E10E11.ep.name.here.DiRFiX.PROPER.HDTV.XviD-XEE-->
  94. <!-- Edge case scene handling -->
  95. <regexp>(?i)[/\\]tpz-(?:24|30rock|4400)(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  96. <!-- tpz-SPECIFICSHOW12324.avi This attempts to cater for some odditys -->
  97. <regexp>(?i)[/\\]tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  98. <!-- tzp-show12324.avi -->
  99. <regexp>(?i)[/\\]tpz-johnadams(\d).avi</regexp>
  100. <!-- tpz-johnadams2.avi. Another TPZ divergence from their own naming scheme. XBMC will assume Season 1 if only one match-->
  101. <regexp>(?i)[/\\]tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  102. <!-- tzp-show12324.avi -->
  103. <regexp>(?i)[.a-z](\d{1,2})(\d\d)-notv([^/\\]*)</regexp>
  104. <!-- frng101-notv.avi -->
  105. <regexp>(?i)[/\\]\w+-\w+(\d)(\d\d)\.</regexp>
  106. <!-- mtn-tts104.avi -->
  107. <regexp>(?i)[/\\]bb(\d)(\d\d)-clue\.</regexp>
  108. <!-- bb201-clue.mkv -->
  109. <!-- Anime specific matching. YMMV with this one as anime naming is oddball. REQUIRES CRC in name -->
  110. <regexp>(?i)()(?:[\. _-]|ep)(\d{1,3})[\. _-v].*[[({][\da-f]{8}[])}]</regexp>
  111. <!-- [Doki]_Asobi_ni_Iku_yo!_-_03v2_(1280x720_h264_AAC)_[B5B9C6F3].mkv -->
  112. <regexp>(?i)[-._ ]+S(?:eason ?)?(\d{1,3})[-._ ]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[[({][^])}]+[])}][-_ ]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  113. <regexp>(?i)(Special|OVA|OAV)[-._ ]+(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[A-Za-z_ ]+)?(?:[[({][^])}]+[])}][-_ ]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  114. <regexp>(?i)()[-._ ]+(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[A-Za-z_ ]+)?(?:[[({][^])}]+[])}][-_ ]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  115. </tvshowmatching>
  116. <tvshowmatching action="append">
  117. <!-- XBMC has tried, now its our turn again -->
  118. <!-- Use the season number from the folder name and ep number from video file -->
  119. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\]\D+[\. _-](\d{1,2})[\. _-]\D+</regexp>
  120. <!-- /Season 1/the_episode_8.avi HUGE potential for false positives. Comment out if you are unsure -->
  121. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\D\1(\d\d)(?!.*])</regexp>
  122. <!-- /Action/Season 1/Action101 Pilot.avi Last (?!.*]) helps with anime false positives. not a perfect solution -->
  123. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\](\d{1,2})\W([^/\\]*)</regexp>
  124. <!-- /UFO/Season 1/02.Computer.Affair.Divx e.g. lame sequntial numbering witout season -->
  125. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wep?\.?(\d{1,2})\W([^/\\]*)</regexp>
  126. <!-- /Ulysses 31/Season 1/Ulysses 31 E12 Trapped.avi e.g. lame sequntial numbering witout season -->
  127. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\W?episode\W?(\d{1,2})\W([^/\\]*)</regexp>
  128. <!-- /The Chronicles/Season 1/Chronicles.Of.01.The.episode.6.DVDRip.DivX-movies.avi -->
  129. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wpart\W?(\d{1,2})\W([^/\\]*)</regexp>
  130. <!-- /NASA Missions/Season 1/nasa.missions.part.3.hdtv.xvid-fqm.avi -->
  131. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wchapter\W?(\d{1,2})\W([^/\\]*)</regexp>
  132. <!-- /The Young/Season 1/The.Young.Chapter.01.My.First.Adventure.DVDRip.XviD-SAiNTS.avi -->
  133. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\1\W?x\W?(\d{1,2})([^/\\]*)</regexp>
  134. <!-- /season 5/Lost - 5 x 05.mkv -->
  135. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?s0?\1[ex.]{0,2}(\d{1,2})([^/\\]*)</regexp>
  136. <!-- /Season 1/Grange Hill S01xE01.avi -->
  137. <regexp>(?i)(Special|OVA|OAV)[-._ ]+(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[[({][^])}]+[])}][\s-_]*)*[^\\/]+$</regexp>
  138. <regexp>(?i)()[-._ ]+(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[[({][^])}]+[])}][\s-_]*)*[^\\/]+$</regexp>
  139. </tvshowmatching>
  140. <moviestacking>
  141. <!-- Tokens - (Title)(Volume)(Ignore)(Extension). If you have a "one pile file" system of movie organization then DONT run these -->
  142. <regexp>(?i)(.*-done[\. _-])(\d)(\.)(\w{3})$</regexp>
  143. <!-- movie name.blah.DVDRip.XviD-DoNE.1.avi -->
  144. <regexp>(?i)(.*?[\. _-]cd)(\d)([\. _-].*?\.)(\w{3})$</regexp>
  145. <!-- movie name.blah.iNTERNAL.DVDRip.XViD.CD1-TWiST.avi -->
  146. <regexp>(?i)(.*?[\. _-]cd)(\d)(\.)(\w{3})$</regexp>
  147. <!-- group-40yearoldv-cd1.avi -->
  148. <regexp>(?i)(.*?cd)(\d)(\.)(\w{3})$</regexp>
  149. <!-- group-30doncd1.avi -->
  150. <regexp>(?i)(.*[\. _-])([abc])(\.)(\w{3})$</regexp>
  151. <!-- group-310ty-a.avi -->
  152. <regexp>(?i)(.*?)([abc123])(\.)(\w{3})$</regexp>
  153. <!-- group-outa.avi -->
  154. <regexp>(?i)(.*?)([abc123])([\. _-](?:xvid|divx|int)\.)(\w{3})$</regexp>
  155. <!-- group-moviea-xvid.avi -->
  156. <regexp>(?i)(.*)(\d{1,2})(\.)(\w{3})$</regexp>
  157. <!-- group-movie2.avi -->
  158. <regexp>(?i)(.*)(\d{1,2})([\. _-]\w{3,10}\.)(\w{3})$</regexp>
  159. <!-- movie1-grp.avi -->
  160. <regexp>(?i)(.*?[\. _-])(\d{1,2})(\.)(\w{3})$</regexp>
  161. <!-- movie-name-01.avi.avi -->
  162. <regexp>(?i)(.*?[\. _-]part)(\d{1,2})([\. _-].*?\.)(\w{3})$</regexp>
  163. <!-- Movie.name.DvDrip.Part1-group.avi -->
  164. <regexp>(?i)(.*[\. _-])([123abc])([\. _-].*\.)(\w{3})$</regexp>
  165. <!-- the.movie.dual.audio-a-group.avi -->
  166. <regexp>(?i)(.*)(\w)(Of[123].*\.)(\w{3})$</regexp>
  167. <!-- the movie - blah1Of2-.avi -->
  168. <regexp>(?i)(.*)([123abc])(-int\.)(\w{3})$</regexp>
  169. <!-- group-movie4a-int.avi -->
  170. </moviestacking>
  171. </advancedsettings>
  172. 16:18:09 T:46504 NOTICE: Default Video Player: VideoPlayer
  173. 16:18:09 T:46504 NOTICE: Default Audio Player: paplayer
  174. 16:18:09 T:46504 NOTICE: Enabled debug logging due to GUI setting (2)
  175. 16:18:09 T:46504 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  176. 16:18:09 T:46504 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  177. 16:18:09 T:46504 DEBUG: CMediaSourceSettings: Setting <default> source to : Album
  178. 16:18:09 T:46504 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  179. 16:18:09 T:46504 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
  180. 16:18:09 T:46504 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
  181. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  182. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
  183. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  184. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  185. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  186. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  187. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  188. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  189. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  190. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  191. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  192. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  193. 16:18:09 T:46504 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  194. 16:18:09 T:46504 NOTICE: Loaded playercorefactory configuration
  195. 16:18:09 T:46504 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  196. 16:18:09 T:46504 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  197. 16:18:09 T:46504 INFO: creating subdirectories
  198. 16:18:09 T:46504 INFO: userdata folder: special://masterprofile/
  199. 16:18:09 T:46504 INFO: recording folder:
  200. 16:18:09 T:46504 INFO: screenshots folder: G:\
  201. 16:18:09 T:46504 NOTICE: Running database version Addons26
  202. 16:18:09 T:46504 DEBUG: SECTION:LoadDLL(special://xbmcbin/cpluff.dll)
  203. 16:18:11 T:46504 DEBUG: ADDON: cpluff: 'Suspicious plug-in descriptor content in E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\addon.xml, line 41, column 2 (ignoring unexpected element assets and its contents).'
  204. 16:18:12 T:46504 INFO: ADDON: cpluff: 'Could not read plug-in directory E:\snyft\AppData\Roaming\Kodi\addons: No such file or directory'
  205. 16:18:13 T:46504 INFO: ADDON: cpluff: 'Could not read plug-in directory G:\Kodi\addons: No such file or directory'
  206. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.stars has been installed.'
  207. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.phstreams has been installed.'
  208. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been installed.'
  209. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been installed.'
  210. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.shani has been installed.'
  211. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.movies.anidb.net.mod has been installed.'
  212. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.nos has been installed.'
  213. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.moviesetart has been installed.'
  214. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  215. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
  216. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in weather.yahoo has been installed.'
  217. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
  218. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.peripheral has been installed.'
  219. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in adsp.basic has been installed.'
  220. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.anidb.net has been installed.'
  221. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.regionalnl has been installed.'
  222. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmcadult has been installed.'
  223. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.adsp has been installed.'
  224. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
  225. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.tknorris.release has been installed.'
  226. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
  227. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.ofdb.de has been installed.'
  228. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.uk has been installed.'
  229. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup4 has been installed.'
  230. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  231. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.repository has been installed.'
  232. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.Kinkin has been installed.'
  233. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.TheYid has been installed.'
  234. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.images.recordlabels.white has been installed.'
  235. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  236. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.shadertoy has been installed.'
  237. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
  238. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot has been installed.'
  239. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop2 has been installed.'
  240. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been installed.'
  241. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.kodi65 has been installed.'
  242. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.httplib2 has been installed.'
  243. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.myconnpy has been installed.'
  244. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.last.fm has been installed.'
  245. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weatherfanart.single has been installed.'
  246. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.image.resource.select has been installed.'
  247. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been installed.'
  248. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.pyxbmct has been installed.'
  249. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  250. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in superrepo.kodi.isengard.adult has been installed.'
  251. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.trakt has been installed.'
  252. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.eldorado has been installed.'
  253. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
  254. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.mtg has been installed.'
  255. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.ptom has been installed.'
  256. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmchub has been installed.'
  257. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
  258. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.impa.com has been installed.'
  259. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in superrepo.kodi.isengard.all has been installed.'
  260. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.last.fm has been installed.'
  261. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.m4x1m has been installed.'
  262. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.mtv has been installed.'
  263. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.grab.fanart has been installed.'
  264. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.arrow has been installed.'
  265. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been installed.'
  266. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.opensubtitles has been installed.'
  267. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
  268. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.videos has been installed.'
  269. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.ytplugin has been installed.'
  270. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.picture.slideshow has been installed.'
  271. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
  272. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.video.F4mProxy has been installed.'
  273. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.colorbox has been installed.'
  274. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.actionhandler has been installed.'
  275. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been installed.'
  276. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.addoninstaller has been installed.'
  277. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been installed.'
  278. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.movieposterdb.com has been installed.'
  279. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.cdartmanager has been installed.'
  280. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.stsound has been installed.'
  281. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  282. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.libraryeditor has been installed.'
  283. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.dateutil has been installed.'
  284. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.spectrum has been installed.'
  285. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
  286. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
  287. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.port.hu has been installed.'
  288. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.no has been installed.'
  289. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been installed.'
  290. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.maps.browser has been installed.'
  291. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
  292. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.videodevil has been installed.'
  293. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pyro has been installed.'
  294. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
  295. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.skin.helper.service has been installed.'
  296. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
  297. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been installed.'
  298. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.scudlee has been installed.'
  299. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.buggalo has been installed.'
  300. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been installed.'
  301. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.se has been installed.'
  302. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  303. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.googleapi has been installed.'
  304. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
  305. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
  306. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcswift2 has been installed.'
  307. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been installed.'
  308. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.5 has been installed.'
  309. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.video has been installed.'
  310. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  311. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.backup.watched has been installed.'
  312. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in skin.estuary has been installed.'
  313. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been installed.'
  314. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.watchedlist has been installed.'
  315. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.streams has been installed.'
  316. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.rbiez.telldus has been installed.'
  317. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  318. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvshows.anidb.net.mod has been installed.'
  319. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
  320. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.autocompletion has been installed.'
  321. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.biogenesis has been installed.'
  322. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been installed.'
  323. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
  324. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been installed.'
  325. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been installed.'
  326. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.dropbox has been installed.'
  327. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  328. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.six has been installed.'
  329. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
  330. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  331. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.asteroids has been installed.'
  332. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
  333. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
  334. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been installed.'
  335. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
  336. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in peripheral.joystick has been installed.'
  337. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been installed.'
  338. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in adsp.biquad.filters has been installed.'
  339. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.addic7ed has been installed.'
  340. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in game.controller.default has been installed.'
  341. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been installed.'
  342. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.universal has been installed.'
  343. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  344. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been installed.'
  345. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  346. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.game has been installed.'
  347. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been installed.'
  348. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.twitch has been installed.'
  349. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.aeon.nox.silvo has been installed.'
  350. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.cinemavision has been installed.'
  351. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been installed.'
  352. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been installed.'
  353. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repo.djtoll has been installed.'
  354. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.hdhomerun has been installed.'
  355. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.toolbox has been installed.'
  356. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.common has been installed.'
  357. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.profilecleaner has been installed.'
  358. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.imdb.trailers has been installed.'
  359. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.nebula has been installed.'
  360. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been installed.'
  361. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
  362. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.linuxwhatelse.notify has been installed.'
  363. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
  364. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  365. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.skin.widgets has been installed.'
  366. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.images.languageflags.colour has been installed.'
  367. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been installed.'
  368. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been installed.'
  369. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
  370. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been installed.'
  371. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.simple.downloader has been installed.'
  372. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.uritemplate has been installed.'
  373. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  374. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pingpong has been installed.'
  375. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.subscene has been installed.'
  376. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.sbsnl has been installed.'
  377. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in skin.estouchy has been installed.'
  378. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in inputstream.mpd has been installed.'
  379. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.watchdog has been installed.'
  380. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
  381. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.The_Silencer has been installed.'
  382. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
  383. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been installed.'
  384. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been installed.'
  385. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been installed.'
  386. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in inputstream.smoothstream has been installed.'
  387. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been installed.'
  388. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.inputstream has been installed.'
  389. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.nick has been installed.'
  390. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.nakamori has been installed.'
  391. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
  392. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.shadertoy has been installed.'
  393. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.repo.hitcher has been installed.'
  394. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.urlresolver has been installed.'
  395. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.oauth2client has been installed.'
  396. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
  397. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.trakt has been installed.'
  398. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.database.cleaner has been installed.'
  399. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.yaml has been installed.'
  400. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
  401. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.xbmcbackup has been installed.'
  402. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
  403. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.be has been installed.'
  404. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.de has been installed.'
  405. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.rtlnl has been installed.'
  406. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.teeedubb has been installed.'
  407. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.routing has been installed.'
  408. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple2 has been installed.'
  409. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been installed.'
  410. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  411. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  412. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.javstream has been installed.'
  413. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.p2p-streams.xbmc has been installed.'
  414. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in adsp.freesurround has been installed.'
  415. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.silvo has been installed.'
  416. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in context.extendedinfo.dialog has been installed.'
  417. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  418. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.omdbapi.com has been installed.'
  419. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.images.studios.white has been installed.'
  420. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.home has been installed.'
  421. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.ratingupdate has been installed.'
  422. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.theaudiodb.com has been installed.'
  423. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
  424. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.parsedom has been installed.'
  425. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  426. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  427. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.whitecream has been installed.'
  428. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been installed.'
  429. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.liveresolver has been installed.'
  430. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.greynetic has been installed.'
  431. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.qrcode has been installed.'
  432. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  433. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
  434. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.uwc has been installed.'
  435. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
  436. 16:18:13 T:46504 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  437. 16:18:13 T:47800 DEBUG: Thread JobWorker start, auto delete: true
  438. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.shani
  439. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.xbmcadult
  440. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.tknorris.release
  441. 16:18:13 T:46504 NOTICE: ADDONS: Using repository net.rieter.xot.repository
  442. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.Kinkin
  443. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.TheYid
  444. 16:18:13 T:46504 NOTICE: ADDONS: Using repository superrepo.kodi.isengard.adult
  445. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.eldorado
  446. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.xbmchub
  447. 16:18:13 T:46504 NOTICE: ADDONS: Using repository superrepo.kodi.isengard.all
  448. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.scudlee
  449. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.xbmc.org
  450. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.aeon.nox.silvo
  451. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repo.djtoll
  452. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.The_Silencer
  453. 16:18:13 T:46504 NOTICE: ADDONS: Using repository xbmc.repo.hitcher
  454. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.teeedubb
  455. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.p2p-streams.xbmc
  456. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.whitecream
  457. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.ptom
  458. 16:18:13 T:46504 NOTICE: ADDONS: Using repository repository.m4x1m
  459. 16:18:13 T:46504 DEBUG: ADDON: Dll Initializing - InputStream MPEG DASH
  460. 16:18:13 T:46504 DEBUG: SECTION:LoadDLL(G:\Kodi\addons\inputstream.mpd\inputstream.mpd.dll)
  461. 16:18:13 T:46504 DEBUG: AddOnLog: InputStream MPEG DASH: libXBMC_addon successfully loaded
  462. 16:18:13 T:46504 DEBUG: AddOnLog: InputStream MPEG DASH: ADDON_Create()
  463. 16:18:13 T:46504 DEBUG: AddOnLog: InputStream MPEG DASH: ADDON_Destroy()
  464. 16:18:13 T:46504 DEBUG: SECTION:UnloadDll(G:\Kodi\addons\inputstream.mpd\inputstream.mpd.dll)
  465. 16:18:13 T:46504 FATAL: G:\Kodi\addons\inputstream.mpd\inputstream.mpd.dll is a system dll and should never be released
  466. 16:18:13 T:46504 INFO: ADDON: Dll Destroyed - InputStream MPEG DASH
  467. 16:18:13 T:46504 DEBUG: ADDON: Dll Initializing - InputStream SmoothStreamingMedia
  468. 16:18:13 T:46504 DEBUG: SECTION:LoadDLL(G:\Kodi\addons\inputstream.smoothstream\inputstream.smoothstream.dll)
  469. 16:18:13 T:46504 DEBUG: AddOnLog: InputStream SmoothStreamingMedia: ADDON_Create()
  470. 16:18:13 T:46504 DEBUG: AddOnLog: InputStream SmoothStreamingMedia: ADDON_Destroy()
  471. 16:18:13 T:46504 DEBUG: SECTION:UnloadDll(G:\Kodi\addons\inputstream.smoothstream\inputstream.smoothstream.dll)
  472. 16:18:13 T:46504 FATAL: G:\Kodi\addons\inputstream.smoothstream\inputstream.smoothstream.dll is a system dll and should never be released
  473. 16:18:13 T:46504 INFO: ADDON: Dll Destroyed - InputStream SmoothStreamingMedia
  474. 16:18:13 T:48496 DEBUG: Thread ActiveAE start, auto delete: false
  475. 16:18:13 T:46780 DEBUG: Thread AESink start, auto delete: false
  476. 16:18:13 T:48496 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_DTSHD" on device "HT-RC630-4 (NVIDIA High Definition Audio)" seems to be not supported.
  477. 16:18:13 T:48496 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_TRUEHD" on device "HT-RC630-4 (NVIDIA High Definition Audio)" seems to be not supported.
  478. 16:18:13 T:48496 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "HT-RC630-4 (NVIDIA High Definition Audio)" seems to be not supported.
  479. 16:18:13 T:48496 NOTICE: Found 2 Lists of Devices
  480. 16:18:13 T:48496 NOTICE: Enumerated DIRECTSOUND devices:
  481. 16:18:13 T:48496 NOTICE: Device 1
  482. 16:18:13 T:48496 NOTICE: m_deviceName : {09782487-8FAD-43EF-A56A-05EEEA8579AC}
  483. 16:18:13 T:48496 NOTICE: m_displayName : Speakers - Speakers (ASUS Xonar DX Audio Device)
  484. 16:18:13 T:48496 NOTICE: m_displayNameExtra: DIRECTSOUND: Speakers (ASUS Xonar DX Audio Device)
  485. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  486. 16:18:13 T:48496 NOTICE: m_channels : FL,FR,FC,BL,BR,SL,SR,LFE
  487. 16:18:13 T:48496 NOTICE: m_sampleRates : 96000
  488. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_FLOAT
  489. 16:18:13 T:48496 NOTICE: m_streamTypes : No passthrough capabilities
  490. 16:18:13 T:48496 NOTICE: Device 2
  491. 16:18:13 T:48496 NOTICE: m_deviceName : default
  492. 16:18:13 T:48496 NOTICE: m_displayName : default
  493. 16:18:13 T:48496 NOTICE: m_displayNameExtra:
  494. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  495. 16:18:13 T:48496 NOTICE: m_channels : FL,FR,FC,BL,BR,SL,SR,LFE
  496. 16:18:13 T:48496 NOTICE: m_sampleRates : 96000
  497. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_FLOAT
  498. 16:18:13 T:48496 NOTICE: m_streamTypes : No passthrough capabilities
  499. 16:18:13 T:48496 NOTICE: Device 3
  500. 16:18:13 T:48496 NOTICE: m_deviceName : {5379F0A6-CC16-459A-A23E-0C3751283C54}
  501. 16:18:13 T:48496 NOTICE: m_displayName : Headphones - Headphones (High Definition Audio Device)
  502. 16:18:13 T:48496 NOTICE: m_displayNameExtra: DIRECTSOUND: Headphones (High Definition Audio Device)
  503. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  504. 16:18:13 T:48496 NOTICE: m_channels : FL,FR
  505. 16:18:13 T:48496 NOTICE: m_sampleRates : 44100
  506. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_FLOAT
  507. 16:18:13 T:48496 NOTICE: m_streamTypes : No passthrough capabilities
  508. 16:18:13 T:48496 NOTICE: Device 4
  509. 16:18:13 T:48496 NOTICE: m_deviceName : {9328F95D-C49C-4F1D-B68F-3AAECAD34D17}
  510. 16:18:13 T:48496 NOTICE: m_displayName : SPDIF - Digital Audio (S/PDIF) (High Definition Audio Device)
  511. 16:18:13 T:48496 NOTICE: m_displayNameExtra: DIRECTSOUND: Digital Audio (S/PDIF) (High Definition Audio Device)
  512. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  513. 16:18:13 T:48496 NOTICE: m_channels : FL,FR
  514. 16:18:13 T:48496 NOTICE: m_sampleRates : 44100
  515. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  516. 16:18:13 T:48496 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  517. 16:18:13 T:48496 NOTICE: Device 5
  518. 16:18:13 T:48496 NOTICE: m_deviceName : {A5332DFC-3905-4439-8A01-D4685EC38498}
  519. 16:18:13 T:48496 NOTICE: m_displayName : SPDIF - S/PDIF Pass-through Device (ASUS Xonar DX Audio Device)
  520. 16:18:13 T:48496 NOTICE: m_displayNameExtra: DIRECTSOUND: S/PDIF Pass-through Device (ASUS Xonar DX Audio Device)
  521. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  522. 16:18:13 T:48496 NOTICE: m_channels : FL,FR
  523. 16:18:13 T:48496 NOTICE: m_sampleRates : 48000
  524. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  525. 16:18:13 T:48496 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
  526. 16:18:13 T:48496 NOTICE: Device 6
  527. 16:18:13 T:48496 NOTICE: m_deviceName : {F78A403C-9BA8-4238-B54B-B7DB6F68E079}
  528. 16:18:13 T:48496 NOTICE: m_displayName : HDMI - HT-RC630-4 (NVIDIA High Definition Audio)
  529. 16:18:13 T:48496 NOTICE: m_displayNameExtra: DIRECTSOUND: HT-RC630-4 (NVIDIA High Definition Audio)
  530. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  531. 16:18:13 T:48496 NOTICE: m_channels : FL,FR
  532. 16:18:13 T:48496 NOTICE: m_sampleRates : 48000
  533. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  534. 16:18:13 T:48496 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,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  535. 16:18:13 T:48496 NOTICE: Enumerated WASAPI devices:
  536. 16:18:13 T:48496 NOTICE: Device 1
  537. 16:18:13 T:48496 NOTICE: m_deviceName : {09782487-8FAD-43EF-A56A-05EEEA8579AC}
  538. 16:18:13 T:48496 NOTICE: m_displayName : Speakers - Speakers (ASUS Xonar DX Audio Device)
  539. 16:18:13 T:48496 NOTICE: m_displayNameExtra: WASAPI: Speakers (ASUS Xonar DX Audio Device)
  540. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  541. 16:18:13 T:48496 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR,SL,SR
  542. 16:18:13 T:48496 NOTICE: m_sampleRates : 192000,96000,48000,44100
  543. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  544. 16:18:13 T:48496 NOTICE: m_streamTypes : No passthrough capabilities
  545. 16:18:13 T:48496 NOTICE: Device 2
  546. 16:18:13 T:48496 NOTICE: m_deviceName : default
  547. 16:18:13 T:48496 NOTICE: m_displayName : default
  548. 16:18:13 T:48496 NOTICE: m_displayNameExtra:
  549. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  550. 16:18:13 T:48496 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR,SL,SR
  551. 16:18:13 T:48496 NOTICE: m_sampleRates : 192000,96000,48000,44100
  552. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  553. 16:18:13 T:48496 NOTICE: m_streamTypes : No passthrough capabilities
  554. 16:18:13 T:48496 NOTICE: Device 3
  555. 16:18:13 T:48496 NOTICE: m_deviceName : {5379F0A6-CC16-459A-A23E-0C3751283C54}
  556. 16:18:13 T:48496 NOTICE: m_displayName : Headphones - Headphones (High Definition Audio Device)
  557. 16:18:13 T:48496 NOTICE: m_displayNameExtra: WASAPI: Headphones (High Definition Audio Device)
  558. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  559. 16:18:13 T:48496 NOTICE: m_channels : FL,FR
  560. 16:18:13 T:48496 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100
  561. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  562. 16:18:13 T:48496 NOTICE: m_streamTypes : No passthrough capabilities
  563. 16:18:13 T:48496 NOTICE: Device 4
  564. 16:18:13 T:48496 NOTICE: m_deviceName : {9328F95D-C49C-4F1D-B68F-3AAECAD34D17}
  565. 16:18:13 T:48496 NOTICE: m_displayName : SPDIF - Digital Audio (S/PDIF) (High Definition Audio Device)
  566. 16:18:13 T:48496 NOTICE: m_displayNameExtra: WASAPI: Digital Audio (S/PDIF) (High Definition Audio Device)
  567. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  568. 16:18:13 T:48496 NOTICE: m_channels : FL,FR
  569. 16:18:13 T:48496 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100,32000
  570. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  571. 16:18:13 T:48496 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  572. 16:18:13 T:48496 NOTICE: Device 5
  573. 16:18:13 T:48496 NOTICE: m_deviceName : {A5332DFC-3905-4439-8A01-D4685EC38498}
  574. 16:18:13 T:48496 NOTICE: m_displayName : SPDIF - S/PDIF Pass-through Device (ASUS Xonar DX Audio Device)
  575. 16:18:13 T:48496 NOTICE: m_displayNameExtra: WASAPI: S/PDIF Pass-through Device (ASUS Xonar DX Audio Device)
  576. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  577. 16:18:13 T:48496 NOTICE: m_channels : FL,FR
  578. 16:18:13 T:48496 NOTICE: m_sampleRates : 192000,96000,48000,44100
  579. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  580. 16:18:13 T:48496 NOTICE: m_streamTypes : 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
  581. 16:18:13 T:48496 NOTICE: Device 6
  582. 16:18:13 T:48496 NOTICE: m_deviceName : {F78A403C-9BA8-4238-B54B-B7DB6F68E079}
  583. 16:18:13 T:48496 NOTICE: m_displayName : HDMI - HT-RC630-4 (NVIDIA High Definition Audio)
  584. 16:18:13 T:48496 NOTICE: m_displayNameExtra: WASAPI: HT-RC630-4 (NVIDIA High Definition Audio)
  585. 16:18:13 T:48496 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  586. 16:18:13 T:48496 NOTICE: m_channels : FL,FR
  587. 16:18:13 T:48496 NOTICE: m_sampleRates : 192000,96000,48000,44100
  588. 16:18:13 T:48496 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  589. 16:18:13 T:48496 NOTICE: m_streamTypes : 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,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
  590. 16:18:13 T:46780 INFO: CActiveAESink::OpenSink - initialize sink
  591. 16:18:13 T:46780 DEBUG: CActiveAESink::OpenSink - trying to open device WASAPI:{F78A403C-9BA8-4238-B54B-B7DB6F68E079}
  592. 16:18:13 T:46780 INFO: CAESinkWASAPI::InitializeExclusive: WASAPI Exclusive Mode Sink Initialized using: AE_FMT_S24NE4MSB, 44100, 6
  593. 16:18:13 T:46780 DEBUG: CActiveAESink::OpenSink - WASAPI Initialized:
  594. 16:18:13 T:46780 DEBUG: Output Device : HDMI - HT-RC630-4 (NVIDIA High Definition Audio)
  595. 16:18:13 T:46780 DEBUG: Sample Rate : 44100
  596. 16:18:13 T:46780 DEBUG: Sample Format : AE_FMT_S24NE4MSB
  597. 16:18:13 T:46780 DEBUG: Channel Count : 6
  598. 16:18:13 T:46780 DEBUG: Channel Layout: FL,FR,FC,LFE,SL,SR
  599. 16:18:13 T:46780 DEBUG: Frames : 2208
  600. 16:18:13 T:46780 DEBUG: Frame Size : 24
  601. 16:18:13 T:39948 DEBUG: Thread RemoteControl start, auto delete: false
  602. 16:18:13 T:46504 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  603. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  604. 16:18:13 T:39948 DEBUG: CRemoteControl::Connect - connecting to: ::1:24000 ...
  605. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  606. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  607. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
  608. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
  609. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
  610. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  611. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  612. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  613. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  614. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
  615. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  616. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  617. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  618. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  619. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  620. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
  621. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
  622. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  623. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  624. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  625. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  626. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  627. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  628. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  629. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  630. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
  631. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
  632. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
  633. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
  634. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  635. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  636. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  637. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  638. 16:18:13 T:46504 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  639. 16:18:13 T:46504 DEBUG: CWin32StorageProvider::Initialize: No optical drive found.
  640. 16:18:13 T:46504 NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce GTX 760, adapter 0.
  641. 16:18:13 T:46504 NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce GTX 760, adapter 1.
  642. 16:18:13 T:46504 NOTICE: Primary mode: 1680x1050@ 60.00 - Full Screen
  643. 16:18:13 T:46504 NOTICE: Secondary mode: 1920x1080@ 59.94 #2 - Full Screen
  644. 16:18:13 T:46504 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  645. 16:18:13 T:46504 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  646. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  647. 16:18:13 T:46504 NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
  648. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  649. 16:18:13 T:46504 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  650. 16:18:13 T:46504 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  651. 16:18:13 T:46504 NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
  652. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  653. 16:18:13 T:46504 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  654. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  655. 16:18:13 T:46504 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  656. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  657. 16:18:13 T:46504 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
  658. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  659. 16:18:13 T:46504 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  660. 16:18:13 T:46504 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  661. 16:18:13 T:46504 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  662. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  663. 16:18:13 T:46504 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  664. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  665. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  666. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  667. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 60.00 - Full Screen
  668. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  669. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  670. 16:18:13 T:46504 NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
  671. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  672. 16:18:13 T:46504 NOTICE: Additional mode: 1920x1080@ 59.94 #2 - Full Screen
  673. 16:18:13 T:46504 NOTICE: Additional mode: 1920x1080@ 25.00i #2 - Full Screen
  674. 16:18:13 T:46504 NOTICE: Additional mode: 1920x1080@ 29.97i #2 - Full Screen
  675. 16:18:13 T:46504 NOTICE: Additional mode: 1920x1080@ 30.00i #2 - Full Screen
  676. 16:18:13 T:46504 NOTICE: Additional mode: 1920x1080@ 23.98 #2 - Full Screen
  677. 16:18:13 T:46504 NOTICE: Additional mode: 1920x1080@ 24.00 #2 - Full Screen
  678. 16:18:13 T:46504 NOTICE: Additional mode: 1920x1080@ 29.97 #2 - Full Screen
  679. 16:18:13 T:46504 NOTICE: Additional mode: 1920x1080@ 30.00 #2 - Full Screen
  680. 16:18:13 T:46504 NOTICE: Additional mode: 1920x1080@ 50.00 #2 - Full Screen
  681. 16:18:13 T:46504 NOTICE: Additional mode: 1920x1080@ 60.00 #2 - Full Screen
  682. 16:18:13 T:46504 NOTICE: Additional mode: 640x480@ 60.00 #2 - Full Screen
  683. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  684. 16:18:13 T:46504 NOTICE: Additional mode: 720x480@ 59.94 #2 - Full Screen
  685. 16:18:13 T:46504 NOTICE: Additional mode: 720x480@ 60.00 #2 - Full Screen
  686. 16:18:13 T:46504 NOTICE: Additional mode: 720x576@ 50.00 #2 - Full Screen
  687. 16:18:13 T:46504 NOTICE: Additional mode: 800x600@ 60.00 #2 - Full Screen
  688. 16:18:13 T:46504 NOTICE: Additional mode: 1024x768@ 60.00 #2 - Full Screen
  689. 16:18:13 T:46504 NOTICE: Additional mode: 1152x864@ 60.00 #2 - Full Screen
  690. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  691. 16:18:13 T:46504 NOTICE: Additional mode: 1176x664@ 50.00 #2 - Full Screen
  692. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  693. 16:18:13 T:46504 NOTICE: Additional mode: 1176x664@ 59.94 #2 - Full Screen
  694. 16:18:13 T:46504 NOTICE: Additional mode: 1176x664@ 60.00 #2 - Full Screen
  695. 16:18:13 T:46504 NOTICE: Additional mode: 1176x664@ 59.94 #2 - Full Screen
  696. 16:18:13 T:46504 NOTICE: Additional mode: 1176x664@ 60.00 #2 - Full Screen
  697. 16:18:13 T:46504 NOTICE: Additional mode: 1176x664@ 59.94 #2 - Full Screen
  698. 16:18:13 T:46504 NOTICE: Additional mode: 1176x664@ 60.00 #2 - Full Screen
  699. 16:18:13 T:46504 NOTICE: Additional mode: 1280x720@ 50.00 #2 - Full Screen
  700. 16:18:13 T:46504 NOTICE: Additional mode: 1280x720@ 59.94 #2 - Full Screen
  701. 16:18:13 T:46504 NOTICE: Additional mode: 1280x720@ 60.00 #2 - Full Screen
  702. 16:18:13 T:46504 NOTICE: Additional mode: 1280x768@ 60.00 #2 - Full Screen
  703. 16:18:13 T:46504 NOTICE: Additional mode: 1280x800@ 60.00 #2 - Full Screen
  704. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  705. 16:18:13 T:46504 NOTICE: Additional mode: 1280x960@ 60.00 #2 - Full Screen
  706. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  707. 16:18:13 T:46504 NOTICE: Additional mode: 1280x1024@ 60.00 #2 - Full Screen
  708. 16:18:13 T:46504 NOTICE: Additional mode: 1360x768@ 60.00 #2 - Full Screen
  709. 16:18:13 T:46504 NOTICE: Additional mode: 1366x768@ 60.00 #2 - Full Screen
  710. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  711. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 59.94 #2 - Full Screen
  712. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  713. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 25.00i #2 - Full Screen
  714. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  715. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 29.97i #2 - Full Screen
  716. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 30.00i #2 - Full Screen
  717. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 29.97i #2 - Full Screen
  718. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 30.00i #2 - Full Screen
  719. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 29.97i #2 - Full Screen
  720. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 30.00i #2 - Full Screen
  721. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 23.98 #2 - Full Screen
  722. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 24.00 #2 - Full Screen
  723. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 23.98 #2 - Full Screen
  724. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 24.00 #2 - Full Screen
  725. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 23.98 #2 - Full Screen
  726. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 24.00 #2 - Full Screen
  727. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 29.97 #2 - Full Screen
  728. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 30.00 #2 - Full Screen
  729. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 29.97 #2 - Full Screen
  730. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 30.00 #2 - Full Screen
  731. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 29.97 #2 - Full Screen
  732. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 30.00 #2 - Full Screen
  733. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 50.00 #2 - Full Screen
  734. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  735. 16:18:13 T:46504 NOTICE: Additional mode: 1600x900@ 60.00 #2 - Full Screen
  736. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  737. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 59.94 #2 - Full Screen
  738. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  739. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 25.00i #2 - Full Screen
  740. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  741. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 29.97i #2 - Full Screen
  742. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 30.00i #2 - Full Screen
  743. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 29.97i #2 - Full Screen
  744. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 30.00i #2 - Full Screen
  745. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 29.97i #2 - Full Screen
  746. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 30.00i #2 - Full Screen
  747. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 23.98 #2 - Full Screen
  748. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 24.00 #2 - Full Screen
  749. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 23.98 #2 - Full Screen
  750. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 24.00 #2 - Full Screen
  751. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 23.98 #2 - Full Screen
  752. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 24.00 #2 - Full Screen
  753. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 29.97 #2 - Full Screen
  754. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 30.00 #2 - Full Screen
  755. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 29.97 #2 - Full Screen
  756. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 30.00 #2 - Full Screen
  757. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 29.97 #2 - Full Screen
  758. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 30.00 #2 - Full Screen
  759. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 50.00 #2 - Full Screen
  760. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  761. 16:18:13 T:46504 NOTICE: Additional mode: 1600x1024@ 60.00 #2 - Full Screen
  762. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  763. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 59.94 #2 - Full Screen
  764. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  765. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 25.00i #2 - Full Screen
  766. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  767. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 29.97i #2 - Full Screen
  768. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 30.00i #2 - Full Screen
  769. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 29.97i #2 - Full Screen
  770. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 30.00i #2 - Full Screen
  771. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 29.97i #2 - Full Screen
  772. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 30.00i #2 - Full Screen
  773. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 23.98 #2 - Full Screen
  774. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 24.00 #2 - Full Screen
  775. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 23.98 #2 - Full Screen
  776. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 24.00 #2 - Full Screen
  777. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 23.98 #2 - Full Screen
  778. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 24.00 #2 - Full Screen
  779. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 29.97 #2 - Full Screen
  780. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 30.00 #2 - Full Screen
  781. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 29.97 #2 - Full Screen
  782. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 30.00 #2 - Full Screen
  783. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 29.97 #2 - Full Screen
  784. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 30.00 #2 - Full Screen
  785. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 50.00 #2 - Full Screen
  786. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  787. 16:18:13 T:46504 NOTICE: Additional mode: 1680x1050@ 60.00 #2 - Full Screen
  788. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  789. 16:18:13 T:46504 NOTICE: Additional mode: 1768x992@ 25.00i #2 - Full Screen
  790. 16:18:13 T:46504 NOTICE: Previous line repeats 2 times.
  791. 16:18:13 T:46504 NOTICE: Additional mode: 1768x992@ 29.97i #2 - Full Screen
  792. 16:18:13 T:46504 NOTICE: Additional mode: 1768x992@ 30.00i #2 - Full Screen
  793. 16:18:13 T:46504 NOTICE: Additional mode: 1768x992@ 29.97i #2 - Full Screen
  794. 16:18:13 T:46504 NOTICE: Additional mode: 1768x992@ 30.00i #2 - Full Screen
  795. 16:18:13 T:46504 NOTICE: Additional mode: 1768x992@ 29.97i #2 - Full Screen
  796. 16:18:13 T:46504 NOTICE: Additional mode: 1768x992@ 30.00i #2 - Full Screen
  797. 16:18:13 T:46504 NOTICE: Additional mode: 1400x1050@ 60.00 #2 - Full Screen
  798. 16:18:13 T:46504 NOTICE: Checking resolution 17
  799. 16:18:13 T:46504 DEBUG: CWinEventsWin32::WndProc: window resize event
  800. 16:18:13 T:46504 DEBUG: CWinEventsWin32::WndProc: window move event
  801. 16:18:13 T:46504 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1920,1080 fullscreen)->(1680,-60,3600,1020 fullscreen)
  802. 16:18:13 T:46504 DEBUG: CWinEventsWin32::WndProcWindow is active
  803. 16:18:13 T:46504 DEBUG: CWinEventsWin32::WndProc: window move event
  804. 16:18:13 T:46504 DEBUG: CRenderSystemDX::InitRenderSystem - Initializing D3D11 Factory...
  805. 16:18:13 T:46504 DEBUG: CRenderSystemDX::SetMonitor - Selected \\.\DISPLAY6 output.
  806. 16:18:13 T:46504 DEBUG: CRenderSystemDX::SetMonitor - Selected NVIDIA GeForce GTX 760 adapter.
  807. 16:18:13 T:46504 DEBUG: CRenderSystemDX::InitHooks: Hookind into UserModeDriver on device \Registry\Machine\System\CurrentControlSet\Control\Video\{949C404A-ED4D-460C-A93B-5D91EB06F485}\0001.
  808. 16:18:13 T:46504 DEBUG: CRenderSystemDX::InitHooks: D3D11 hook installed and activated.
  809. 16:18:13 T:46504 DEBUG: HookOpenAdapter10_2: hook into pOpenData->pAdapterFuncs->pfnCreateDevice
  810. 16:18:13 T:46504 DEBUG: HookCreateDevice: hook into pCreateData->pDeviceFuncs->pfnCreateResource
  811. 16:18:13 T:46504 DEBUG: CRenderSystemDX::CreateDevice - on adapter NVIDIA GeForce GTX 760 (VendorId: 0x10de DeviceId: 0x1187) with feature level 0xb000.
  812. 16:18:13 T:46504 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
  813. 16:18:13 T:46504 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_NPOT
  814. 16:18:13 T:46504 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT_NPOT
  815. 16:18:13 T:46504 DEBUG: CD3DVertexShader::CreateInternal - Create the vertex shader.
  816. 16:18:13 T:46504 DEBUG: CD3DVertexShader::CreateInternal - create the input layout.
  817. 16:18:13 T:46504 DEBUG: CD3DPixelShader::CreateInternal - Create the pixel shader.
  818. 16:18:13 T:46504 DEBUG: Previous line repeats 10 times.
  819. 16:18:13 T:46504 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - (Re)Create window size (1920x1080) dependent resources.
  820. 16:18:13 T:46504 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - Creating swapchain in Mono mode.
  821. 16:18:13 T:46504 DEBUG: CRenderSystemDX::FixRefreshRateIfNecessary: refreshRate: 59.9340, desired: 59.9401, deviation: 0.00010, fixRequired: false
  822. 16:18:13 T:46504 DEBUG: Previous line repeats 2 times.
  823. 16:18:13 T:46504 DEBUG: CWinSystemWin32::SetFullScreenEx (windowed fullscreen) on screen 1 with size 1920x1080, refresh 59.940056
  824. 16:18:13 T:46504 INFO: load keymapping
  825. 16:18:13 T:46504 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  826. 16:18:13 T:46504 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  827. 16:18:13 T:46504 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  828. 16:18:14 T:46504 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  829. 16:18:14 T:46504 INFO: Loading special://xbmc/system/keymaps/joystick.xml
  830. 16:18:14 T:46504 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  831. 16:18:14 T:46504 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  832. 16:18:14 T:46504 INFO: Loading special://xbmc/system/keymaps/remote.xml
  833. 16:18:14 T:46504 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  834. 16:18:14 T:46504 INFO: Loading special://xbmc/system/IRSSmap.xml
  835. 16:18:14 T:46504 INFO: * Adding remote mapping for device 'Microsoft MCE'
  836. 16:18:14 T:46504 INFO: * Adding remote mapping for device 'Abstract'
  837. 16:18:14 T:46504 DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
  838. 16:18:14 T:46504 INFO: GUI format 1920x1080, Display 1920x1080@ 59.94 #2 - Full Screen
  839. 16:18:14 T:46504 DEBUG: guilib: Fill viewport on change for solving rendering passes
  840. 16:18:14 T:46504 INFO: CLangInfo: loading resource.language.en_gb language information...
  841. 16:18:14 T:46504 DEBUG: trying to set locale to en-gb
  842. 16:18:14 T:46504 INFO: global locale set to en-gb
  843. 16:18:14 T:46504 INFO: CLangInfo: loading resource.language.en_gb language strings...
  844. 16:18:14 T:46504 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: resource://resource.language.en_gb/strings.po
  845. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 3755 strings from file resource://resource.language.en_gb/strings.po
  846. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 6 strings from file G:\Kodi\addons\screensaver.stars\resources\language\English\strings.po
  847. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 35 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.phstreams\resources\language\English\strings.po
  848. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 39 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.movies.anidb.net.mod\resources\language\English\strings.xml
  849. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 6 strings from file E:\snyft\AppData\Roaming\Kodi\addons\weather.yahoo\resources\language\English\strings.po
  850. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 8 strings from file G:\Kodi\addons\pvr.argustv\resources\language\resource.language.en_gb\strings.po
  851. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 44 strings from file G:\Kodi\addons\adsp.basic\resources\language\English\strings.po
  852. 16:18:14 T:46504 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: G:\Kodi\addons\audioencoder.xbmc.builtin.wma\resources\language\English\strings.po
  853. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 1 strings from file G:\Kodi\addons\audioencoder.xbmc.builtin.wma\resources\language\English\strings.po
  854. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 7 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.themoviedb.org\resources\language\English\strings.po
  855. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 21 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\resources\language\English\strings.po
  856. 16:18:14 T:46504 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: E:\snyft\AppData\Roaming\Kodi\addons\net.rieter.xot\resources\language\English\strings.po
  857. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 180 strings from file E:\snyft\AppData\Roaming\Kodi\addons\net.rieter.xot\resources\language\English\strings.po
  858. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 3 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.artists.last.fm\resources\language\English\strings.xml
  859. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 7 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\resources\language\English\strings.xml
  860. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 2 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.musicvideos.theaudiodb.com\resources\language\English\strings.po
  861. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 1 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.albums.last.fm\resources\language\English\strings.xml
  862. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 8 strings from file G:\Kodi\addons\pvr.pctv\resources\language\resource.language.en_gb\strings.po
  863. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 4 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.subtitles.opensubtitles\resources\language\English\strings.po
  864. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 22 strings from file G:\Kodi\addons\pvr.iptvsimple\resources\language\resource.language.en_gb\strings.po
  865. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 25 strings from file E:\snyft\AppData\Roaming\Kodi\addons\screensaver.picture.slideshow\resources\language\English\strings.po
  866. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 2 strings from file G:\Kodi\addons\pvr.njoy\resources\language\resource.language.en_gb\strings.po
  867. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 24 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\resources\language\English\strings.po
  868. 16:18:14 T:39948 DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
  869. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 191 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.cdartmanager\resources\language\English\strings.po
  870. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 15 strings from file G:\Kodi\addons\visualization.spectrum\resources\language\English\strings.po
  871. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 43 strings from file G:\Kodi\addons\pvr.stalker\resources\language\resource.language.en_gb\strings.po
  872. 16:18:14 T:46504 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: E:\snyft\AppData\Roaming\Kodi\addons\script.maps.browser\resources\language\English\strings.po
  873. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 34 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.maps.browser\resources\language\English\strings.po
  874. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 52 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.videodevil\resources\language\English\strings.xml
  875. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 6 strings from file G:\Kodi\addons\audioencoder.lame\resources\language\English\strings.po
  876. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 22 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.module.buggalo\resources\language\English\strings.xml
  877. 16:18:14 T:46504 DEBUG: LocalizeStrings: loaded 3 strings from file G:\Kodi\addons\pvr.filmon\resources\language\resource.language.en_gb\strings.po
  878. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 78 strings from file E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\resources\language\English\strings.po
  879. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 10 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.backup.watched\resources\language\English\strings.po
  880. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 82 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\resources\language\English\strings.po
  881. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 19 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.rbiez.telldus\resources\language\English\strings.xml
  882. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 35 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.tvshows.anidb.net.mod\resources\language\English\strings.xml
  883. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 167 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\language\resource.language.en_gb\strings.po
  884. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 8 strings from file G:\Kodi\addons\screensaver.biogenesis\resources\language\English\strings.po
  885. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 2 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.albums.allmusic.com\resources\language\English\strings.xml
  886. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 16 strings from file G:\Kodi\addons\pvr.vbox\resources\language\resource.language.en_gb\strings.po
  887. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 69 strings from file G:\Kodi\addons\pvr.vdr.vnsi\resources\language\resource.language.en_gb\strings.po
  888. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 11 strings from file G:\Kodi\addons\visualization.vortex\resources\language\English\strings.po
  889. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 6 strings from file G:\Kodi\addons\audioencoder.vorbis\resources\language\English\strings.po
  890. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 71 strings from file G:\Kodi\addons\pvr.mediaportal.tvserver\resources\language\resource.language.en_gb\strings.po
  891. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 61 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.universal\resources\language\English\strings.po
  892. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 37 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.module.youtube.dl\resources\language\English\strings.po
  893. 16:18:15 T:46504 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: G:\Kodi\addons\screensaver.xbmc.builtin.dim\resources\language\resource.language.en_gb\strings.po
  894. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 1 strings from file G:\Kodi\addons\screensaver.xbmc.builtin.dim\resources\language\resource.language.en_gb\strings.po
  895. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 85 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.twitch\resources\language\English\strings.po
  896. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 4 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.artists.allmusic.com\resources\language\English\strings.xml
  897. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 70 strings from file G:\Kodi\addons\pvr.wmc\resources\language\resource.language.en_gb\strings.po
  898. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 1 strings from file G:\Kodi\addons\audioencoder.flac\resources\language\English\strings.po
  899. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 18 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\resources\language\English\strings.po
  900. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 5 strings from file G:\Kodi\addons\pvr.hdhomerun\resources\language\resource.language.en_gb\strings.po
  901. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 24 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.globalsearch\resources\language\English\strings.po
  902. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 19 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.imdb.trailers\resources\language\English\strings.xml
  903. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 20 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\resources\language\English\strings.po
  904. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 13 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\resources\language\English\strings.po
  905. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 18 strings from file G:\Kodi\addons\visualization.milkdrop\resources\language\English\strings.po
  906. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 117 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\language\English\strings.po
  907. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 18 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader\resources\language\English\strings.xml
  908. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 93 strings from file G:\Kodi\addons\pvr.mythtv\resources\language\resource.language.en_gb\strings.po
  909. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 27 strings from file G:\Kodi\addons\pvr.vuplus\resources\language\resource.language.en_gb\strings.po
  910. 16:18:15 T:39948 DEBUG: CRemoteControl::Connect - failed to connect
  911. 16:18:15 T:39948 INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
  912. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 4 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.subtitles.subscene\resources\language\English\strings.po
  913. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 10 strings from file G:\Kodi\addons\screensaver.pingpong\resources\language\English\strings.po
  914. 16:18:15 T:46504 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\language\English\strings.po
  915. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 108 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\language\English\strings.po
  916. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 44 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\resources\language\English\strings.xml
  917. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 100 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.artwork.downloader\resources\language\English\strings.po
  918. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 28 strings from file G:\Kodi\addons\pvr.nextpvr\resources\language\resource.language.en_gb\strings.po
  919. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 13 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.album.universal\resources\language\English\strings.po
  920. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 89 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\resources\language\English\strings.xml
  921. 16:18:15 T:46504 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: G:\Kodi\addons\audioencoder.xbmc.builtin.aac\resources\language\English\strings.po
  922. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 1 strings from file G:\Kodi\addons\audioencoder.xbmc.builtin.aac\resources\language\English\strings.po
  923. 16:18:15 T:46504 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: E:\snyft\AppData\Roaming\Kodi\addons\kodi.15.pvr.iptvsimple2\resources\language\English\strings.po
  924. 16:18:15 T:46504 DEBUG: LocalizeStrings: loaded 17 strings from file E:\snyft\AppData\Roaming\Kodi\addons\kodi.15.pvr.iptvsimple2\resources\language\English\strings.po
  925. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 7 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.tvdb.com\resources\language\English\strings.po
  926. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 16 strings from file G:\Kodi\addons\adsp.freesurround\resources\language\English\strings.po
  927. 16:18:16 T:46504 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: E:\snyft\AppData\Roaming\Kodi\addons\script.home\resources\language\English\strings.po
  928. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 22 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.home\resources\language\English\strings.po
  929. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 2 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.artists.theaudiodb.com\resources\language\English\strings.po
  930. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 26 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.artists.universal\resources\language\English\strings.po
  931. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 16 strings from file G:\Kodi\addons\screensaver.greynetic\resources\language\English\strings.po
  932. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 17 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.uwc\resources\language\English\strings.xml
  933. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 68 strings from file G:\Kodi\addons\pvr.hts\resources\language\resource.language.en_gb\strings.po
  934. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 19 strings from file G:\Kodi\addons\adsp.biquad.filters\resources\language\English\strings.po
  935. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 1 strings from file E:\snyft\AppData\Roaming\Kodi\addons\context.extendedinfo.dialog\resources\language\English\strings.po
  936. 16:18:16 T:46504 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: G:\Kodi\addons\game.controller.default\resources\language\resource.language.en_gb\strings.po
  937. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 18 strings from file G:\Kodi\addons\game.controller.default\resources\language\resource.language.en_gb\strings.po
  938. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 7 strings from file G:\Kodi\addons\inputstream.mpd\resources\language\resource.language.en_gb\strings.po
  939. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 5 strings from file G:\Kodi\addons\inputstream.smoothstream\resources\language\resource.language.en_gb\strings.po
  940. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 1 strings from file G:\Kodi\addons\peripheral.joystick\resources\language\English\strings.po
  941. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 32 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.javstream\resources\language\English\strings.xml
  942. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 67 strings from file G:\Kodi\addons\pvr.dvblink\resources\language\resource.language.en_gb\strings.po
  943. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 34 strings from file G:\Kodi\addons\pvr.dvbviewer\resources\language\resource.language.en_gb\strings.po
  944. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 39 strings from file G:\Kodi\addons\screensaver.shadertoy\resources\language\English\strings.po
  945. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 27 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.database.cleaner\resources\language\English\strings.po
  946. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 10 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.module.dropbox\resources\language\English\strings.xml
  947. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 98 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.profilecleaner-master\resources\language\English\strings.po
  948. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 4 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.subtitles.addic7ed\resources\language\English\strings.po
  949. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 197 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\language\resource.language.en_gb\strings.po
  950. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 18 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\resources\language\English\strings.po
  951. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 43 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\resources\language\English\strings.po
  952. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 171 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\resources\language\English\strings.po
  953. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 107 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\resources\language\English\strings.po
  954. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 247 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.cinemavision\resources\language\English\strings.po
  955. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 2 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.libraryeditor\resources\language\English\strings.xml
  956. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 27 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.moviesetart\resources\language\English\strings.xml
  957. 16:18:16 T:46504 DEBUG: LocalizeStrings: loaded 122 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\resources\language\English\strings.po
  958. 16:18:16 T:46504 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  959. 16:18:16 T:46504 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "CEC Adapter"
  960. 16:18:16 T:46504 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  961. 16:18:16 T:46504 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "iMON HID device"
  962. 16:18:16 T:46504 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "WETEK Play remote"
  963. 16:18:16 T:46504 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node ""
  964. 16:18:16 T:46504 DEBUG: SECTION:LoadDLL(special://xbmcbin/cec.dll)
  965. 16:18:16 T:46504 DEBUG: Add-on bus: Registering add-on peripheral.joystick
  966. 16:18:16 T:46504 DEBUG: PERIPHERAL - PERIPHERALS::CPeripheralAddon::CreateAddon - creating peripheral add-on instance 'Joystick Support'
  967. 16:18:16 T:46504 DEBUG: ADDON: Dll Initializing - Joystick Support
  968. 16:18:16 T:46504 DEBUG: SECTION:LoadDLL(G:\Kodi\addons\peripheral.joystick\peripheral.joystick.dll)
  969. 16:18:16 T:46504 DEBUG: AddOnLog: Joystick Support: Attempting to load XInput1_4.dll...
  970. 16:18:16 T:46504 DEBUG: AddOnLog: Joystick Support: Loaded XInput DLL version 1.4
  971. 16:18:16 T:46504 DEBUG: AddOnLog: Joystick Support: Loaded XInput symbols (GetState=71A61810, SetState=71A61900, GetCaps=71A61B50, GetBatteryInformation=71A61E80, PowerOff=71A61CC0)
  972. 16:18:16 T:46504 DEBUG: AddOnLog: Joystick Support: Loaded 14 joystick families with 14 total joysticks
  973. 16:18:16 T:46504 DEBUG: Calling TransferSettings for: Joystick Support
  974. 16:18:16 T:46504 DEBUG: SECTION:LoadDLL(special://xbmcbin/libcurl.dll)
  975. 16:18:16 T:48116 DEBUG: Thread PeripBusUSB start, auto delete: false
  976. 16:18:16 T:47464 DEBUG: Thread PeripBusCEC start, auto delete: false
  977. 16:18:16 T:46628 DEBUG: Thread PeripBusAddon start, auto delete: false
  978. 16:18:16 T:47116 DEBUG: Thread PeripEventScanner start, auto delete: false
  979. 16:18:16 T:46504 NOTICE: Running database version Addons26
  980. 16:18:16 T:46504 DEBUG: CDatabaseManager::Initialize, updating databases...
  981. 16:18:16 T:46504 NOTICE: Running database version ViewModes6
  982. 16:18:16 T:46504 NOTICE: Running database version Textures13
  983. 16:18:16 T:46504 NOTICE: Running database version MyMusic60
  984. 16:18:16 T:46504 NOTICE: Running database version MyVideos107
  985. 16:18:16 T:46504 NOTICE: Running database version TV29
  986. 16:18:17 T:46504 NOTICE: Running database version Epg11
  987. 16:18:17 T:46504 DEBUG: CDatabaseManager::Initialize, updating databases... DONE
  988. 16:18:17 T:46504 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
  989. 16:18:17 T:44904 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  990. 16:18:17 T:44904 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  991. 16:18:17 T:46504 INFO: Unloading old skin ...
  992. 16:18:17 T:46504 INFO: load skin from: E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo (version: 6.0.1)
  993. 16:18:17 T:46504 INFO: load fonts for skin...
  994. 16:18:17 T:46504 INFO: Loading fonts from E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\Font.xml
  995. 16:18:17 T:46504 DEBUG: LocalizeStrings: loaded 606 strings from file E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\language\resource.language.en_gb\strings.po
  996. 16:18:17 T:46504 INFO: Loading skin includes from E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\includes.xml
  997. 16:18:17 T:46504 INFO: load new skin...
  998. 16:18:17 T:46504 INFO: Loading user windows, path E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9
  999. 16:18:17 T:46504 DEBUG: Load Skin XML: 31.15ms
  1000. 16:18:17 T:46504 INFO: initialize new skin...
  1001. 16:18:17 T:46504 DEBUG: guilib: Fill viewport on change for solving rendering passes
  1002. 16:18:17 T:46504 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  1003. 16:18:17 T:46504 DEBUG: CTextureBundleXBT::OpenBundle - Opened bundle E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\media\Textures.xbt
  1004. 16:18:17 T:46504 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  1005. 16:18:17 T:46504 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  1006. 16:18:17 T:46504 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  1007. 16:18:17 T:46504 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  1008. 16:18:17 T:46504 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  1009. 16:18:17 T:46504 INFO: skin loaded...
  1010. 16:18:17 T:46504 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  1011. 16:18:17 T:46504 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  1012. 16:18:17 T:46504 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  1013. 16:18:17 T:46504 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  1014. 16:18:17 T:46504 ERROR: JSONRPC: Unable to parse JSON Schema definition for ""
  1015. 16:18:17 T:46504 ERROR: JSONRPC: Invalid JSON Schema definition for method ""
  1016. 16:18:17 T:46504 INFO: JSONRPC v7.22.0: Successfully initialized
  1017. 16:18:17 T:46504 DEBUG: ADDON: Starting service addons.
  1018. 16:18:17 T:47680 DEBUG: Thread LanguageInvoker start, auto delete: false
  1019. 16:18:17 T:47680 INFO: initializing python engine.
  1020. 16:18:17 T:48560 DEBUG: Thread LanguageInvoker start, auto delete: false
  1021. 16:18:17 T:48560 INFO: initializing python engine.
  1022. 16:18:17 T:46472 DEBUG: Thread LanguageInvoker start, auto delete: false
  1023. 16:18:17 T:46472 INFO: initializing python engine.
  1024. 16:18:17 T:47668 DEBUG: Thread LanguageInvoker start, auto delete: false
  1025. 16:18:17 T:47668 INFO: initializing python engine.
  1026. 16:18:17 T:45000 DEBUG: Thread LanguageInvoker start, auto delete: false
  1027. 16:18:17 T:45000 INFO: initializing python engine.
  1028. 16:18:17 T:47444 DEBUG: Thread LanguageInvoker start, auto delete: false
  1029. 16:18:17 T:47444 INFO: initializing python engine.
  1030. 16:18:17 T:48448 DEBUG: Thread LanguageInvoker start, auto delete: false
  1031. 16:18:17 T:48448 DEBUG: Previous line repeats 1 times.
  1032. 16:18:17 T:48448 INFO: initializing python engine.
  1033. 16:18:17 T:47960 INFO: Previous line repeats 1 times.
  1034. 16:18:17 T:47960 DEBUG: Thread LanguageInvoker start, auto delete: false
  1035. 16:18:17 T:47960 INFO: initializing python engine.
  1036. 16:18:17 T:44180 DEBUG: Thread LanguageInvoker start, auto delete: false
  1037. 16:18:17 T:44180 INFO: initializing python engine.
  1038. 16:18:17 T:46804 DEBUG: Thread LanguageInvoker start, auto delete: false
  1039. 16:18:17 T:46804 INFO: initializing python engine.
  1040. 16:18:17 T:48652 DEBUG: Thread LanguageInvoker start, auto delete: false
  1041. 16:18:17 T:48652 INFO: initializing python engine.
  1042. 16:18:17 T:46504 DEBUG: Activating window ID: 12999
  1043. 16:18:17 T:46900 DEBUG: Thread LanguageInvoker start, auto delete: false
  1044. 16:18:17 T:46504 DEBUG: ------ Window Init (Startup.xml) ------
  1045. 16:18:17 T:46504 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  1046. 16:18:17 T:46900 INFO: initializing python engine.
  1047. 16:18:17 T:47208 DEBUG: Thread LanguageInvoker start, auto delete: false
  1048. 16:18:17 T:47208 INFO: initializing python engine.
  1049. 16:18:17 T:47256 DEBUG: Thread LanguageInvoker start, auto delete: false
  1050. 16:18:17 T:47256 INFO: initializing python engine.
  1051. 16:18:17 T:46504 DEBUG: Activating window ID: 10000
  1052. 16:18:17 T:47100 DEBUG: Thread LanguageInvoker start, auto delete: false
  1053. 16:18:17 T:46504 DEBUG: ------ Window Deinit (Startup.xml) ------
  1054. 16:18:17 T:46504 DEBUG: ------ Window Init (Home.xml) ------
  1055. 16:18:17 T:47100 INFO: initializing python engine.
  1056. 16:18:17 T:46504 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  1057. 16:18:17 T:47680 DEBUG: CPythonInvoker(0, E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): start processing
  1058. 16:18:17 T:48560 DEBUG: CPythonInvoker(1, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): start processing
  1059. 16:18:17 T:46472 DEBUG: CPythonInvoker(2, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): start processing
  1060. 16:18:17 T:45000 DEBUG: CPythonInvoker(4, E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\default.py): start processing
  1061. 16:18:17 T:47668 DEBUG: CPythonInvoker(3, E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\service.py): start processing
  1062. 16:18:17 T:47444 DEBUG: CPythonInvoker(5, E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\notify.py): start processing
  1063. 16:18:17 T:48448 DEBUG: CPythonInvoker(6, E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): start processing
  1064. 16:18:17 T:47844 DEBUG: CPythonInvoker(7, E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): start processing
  1065. 16:18:17 T:47960 DEBUG: CPythonInvoker(8, E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\service.py): start processing
  1066. 16:18:17 T:44180 DEBUG: CPythonInvoker(9, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py): start processing
  1067. 16:18:17 T:46804 DEBUG: CPythonInvoker(10, E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): start processing
  1068. 16:18:17 T:48652 DEBUG: CPythonInvoker(11, E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\default.py): start processing
  1069. 16:18:17 T:46900 DEBUG: CPythonInvoker(12, E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\service.py): start processing
  1070. 16:18:17 T:47208 DEBUG: CPythonInvoker(13, E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\default.py): start processing
  1071. 16:18:17 T:47256 DEBUG: CPythonInvoker(14, E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\default.py): start processing
  1072. 16:18:17 T:47100 DEBUG: CPythonInvoker(15, E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\default.py): start processing
  1073. 16:18:17 T:47680 DEBUG: -->Python Interpreter Initialized<--
  1074. 16:18:17 T:47680 DEBUG: CPythonInvoker(0, E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py"
  1075. 16:18:17 T:47680 DEBUG: CPythonInvoker(0, E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1076. 16:18:17 T:47680 DEBUG: CPythonInvoker(0, E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck
  1077. 16:18:17 T:47680 DEBUG: CPythonInvoker(0, E:\snyft\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
  1078. 16:18:17 T:46504 DEBUG: CDirectoryProvider[plugin://service.library.data.provider?type=recentmovies&reload=]: refreshing..
  1079. 16:18:17 T:46504 DEBUG: CDirectoryProvider[library://video/inprogressshows.xml]: refreshing..
  1080. 16:18:17 T:46504 DEBUG: CDirectoryProvider[plugin://script.skin.helper.service/?action=recommendedmovies&reload=]: refreshing..
  1081. 16:18:17 T:47800 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Library Data Provider('plugin://service.library.data.provider/','1','?type=recentmovies&reload=')
  1082. 16:18:17 T:47576 DEBUG: Thread JobWorker start, auto delete: true
  1083. 16:18:17 T:46764 DEBUG: Thread LanguageInvoker start, auto delete: false
  1084. 16:18:17 T:46764 INFO: initializing python engine.
  1085. 16:18:17 T:46764 DEBUG: CPythonInvoker(16, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): start processing
  1086. 16:18:17 T:47576 ERROR: XFILE::CDirectory::GetDirectory - Error getting library://video/inprogressshows.xml
  1087. 16:18:17 T:47576 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','2','?action=recommendedmovies&reload=')
  1088. 16:18:17 T:47048 DEBUG: Thread LanguageInvoker start, auto delete: false
  1089. 16:18:17 T:47048 INFO: initializing python engine.
  1090. 16:18:17 T:47048 DEBUG: CPythonInvoker(17, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): start processing
  1091. 16:18:17 T:48820 DEBUG: Thread JobWorker start, auto delete: true
  1092. 16:18:17 T:44104 DEBUG: Thread LanguageInvoker start, auto delete: false
  1093. 16:18:17 T:48820 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  1094. 16:18:17 T:44104 INFO: initializing python engine.
  1095. 16:18:17 T:44104 DEBUG: CPythonInvoker(18, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  1096. 16:18:17 T:46504 DEBUG: ContextMenuManager: addon menus reloaded.
  1097. 16:18:17 T:48820 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.itrack, songartistview.iOrder
  1098. 16:18:17 T:46504 INFO: removing tempfiles
  1099. 16:18:17 T:46504 DEBUG: ADDON: Starting service addons.
  1100. 16:18:17 T:45268 DEBUG: Thread LanguageInvoker start, auto delete: false
  1101. 16:18:17 T:45268 DEBUG: Previous line repeats 1 times.
  1102. 16:18:17 T:45268 INFO: initializing python engine.
  1103. 16:18:17 T:45268 INFO: Previous line repeats 1 times.
  1104. 16:18:17 T:45268 DEBUG: CPythonInvoker(19, E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): start processing
  1105. 16:18:17 T:48592 DEBUG: CPythonInvoker(20, E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\scheduler.py): start processing
  1106. 16:18:17 T:46504 DEBUG: CRepositoryUpdater: previous update at 22/10/2016 14:14:48, next at 23/10/2016 14:14:48
  1107. 16:18:17 T:46504 NOTICE: initialize done
  1108. 16:18:17 T:47216 DEBUG: Thread Timer start, auto delete: false
  1109. 16:18:17 T:46504 NOTICE: Running the application...
  1110. 16:18:17 T:46504 DEBUG: no profile autoexec.py (E:\snyft\AppData\Roaming\Kodi\userdata\autoexec.py) found, skipping
  1111. 16:18:17 T:46504 DEBUG: CNetwork::NetworkMessage - Starting network services
  1112. 16:18:17 T:46504 NOTICE: CWebServer[8080]: Started
  1113. 16:18:17 T:46504 NOTICE: starting upnp client
  1114. 16:18:17 T:46504 INFO: JSONRPC Server: Unable to bind to bluetooth socket
  1115. 16:18:17 T:47212 DEBUG: Thread EventServer start, auto delete: false
  1116. 16:18:17 T:47212 NOTICE: ES: Starting UDP Event server on port 9777
  1117. 16:18:17 T:46504 INFO: JSONRPC Server: Successfully initialized
  1118. 16:18:17 T:47212 NOTICE: UDP: Listening on port 9777 (ipv6 : true)
  1119. 16:18:17 T:46432 DEBUG: Thread TCPServer start, auto delete: false
  1120. 16:18:17 T:46504 DEBUG: ------ Window Init () ------
  1121. 16:18:17 T:46504 DEBUG: ------ Window Init (Custom_Overlay_Debug.xml) ------
  1122. 16:18:17 T:46504 INFO: Loading skin file: Custom_Overlay_Debug.xml, load type: KEEP_IN_MEMORY
  1123. 16:18:17 T:48560 DEBUG: -->Python Interpreter Initialized<--
  1124. 16:18:17 T:48560 DEBUG: CPythonInvoker(1, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py"
  1125. 16:18:17 T:46472 DEBUG: -->Python Interpreter Initialized<--
  1126. 16:18:17 T:46472 DEBUG: CPythonInvoker(2, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py"
  1127. 16:18:17 T:45000 DEBUG: -->Python Interpreter Initialized<--
  1128. 16:18:17 T:45000 DEBUG: CPythonInvoker(4, E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\default.py"
  1129. 16:18:17 T:47668 DEBUG: -->Python Interpreter Initialized<--
  1130. 16:18:17 T:47668 DEBUG: CPythonInvoker(3, E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\service.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\service.py"
  1131. 16:18:17 T:47444 DEBUG: -->Python Interpreter Initialized<--
  1132. 16:18:17 T:48448 DEBUG: Previous line repeats 1 times.
  1133. 16:18:17 T:48448 DEBUG: CPythonInvoker(6, E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py"
  1134. 16:18:17 T:47444 DEBUG: CPythonInvoker(5, E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\notify.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\notify.py"
  1135. 16:18:17 T:47844 DEBUG: -->Python Interpreter Initialized<--
  1136. 16:18:17 T:47844 DEBUG: CPythonInvoker(7, E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py"
  1137. 16:18:17 T:44180 DEBUG: -->Python Interpreter Initialized<--
  1138. 16:18:17 T:44180 DEBUG: CPythonInvoker(9, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py"
  1139. 16:18:17 T:46804 DEBUG: -->Python Interpreter Initialized<--
  1140. 16:18:17 T:46804 DEBUG: CPythonInvoker(10, E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py"
  1141. 16:18:17 T:47960 DEBUG: -->Python Interpreter Initialized<--
  1142. 16:18:17 T:47960 DEBUG: CPythonInvoker(8, E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\service.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\service.py"
  1143. 16:18:17 T:48652 DEBUG: -->Python Interpreter Initialized<--
  1144. 16:18:17 T:48652 DEBUG: CPythonInvoker(11, E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\default.py"
  1145. 16:18:17 T:46900 DEBUG: -->Python Interpreter Initialized<--
  1146. 16:18:17 T:46900 DEBUG: CPythonInvoker(12, E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\service.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\service.py"
  1147. 16:18:17 T:47208 DEBUG: -->Python Interpreter Initialized<--
  1148. 16:18:17 T:47208 DEBUG: CPythonInvoker(13, E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\default.py"
  1149. 16:18:17 T:47256 DEBUG: -->Python Interpreter Initialized<--
  1150. 16:18:17 T:47256 DEBUG: CPythonInvoker(14, E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\default.py"
  1151. 16:18:17 T:47100 DEBUG: -->Python Interpreter Initialized<--
  1152. 16:18:17 T:47100 DEBUG: CPythonInvoker(15, E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\default.py"
  1153. 16:18:17 T:48820 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
  1154. 16:18:17 T:48820 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  1155. 16:18:17 T:48820 DEBUG: CVideoDatabase::RunQuery took 13 ms for 10 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
  1156. 16:18:17 T:48560 DEBUG: CPythonInvoker(1, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1157. 16:18:17 T:48560 DEBUG: CPythonInvoker(1, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart
  1158. 16:18:17 T:46472 DEBUG: CPythonInvoker(2, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1159. 16:18:17 T:46472 DEBUG: CPythonInvoker(2, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider
  1160. 16:18:17 T:48560 DEBUG: CPythonInvoker(1, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): instantiating addon using automatically obtained id of "script.grab.fanart" dependent on version 2.19.0 of the xbmc.python api
  1161. 16:18:17 T:45000 DEBUG: CPythonInvoker(4, E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist;E:\snyft\AppData\Roaming\Kodi\addons\script.module.buggalo\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.myconnpy\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1162. 16:18:17 T:45000 DEBUG: CPythonInvoker(4, E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist
  1163. 16:18:17 T:46472 DEBUG: CPythonInvoker(2, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): instantiating addon using automatically obtained id of "service.library.data.provider" dependent on version 2.25.0 of the xbmc.python api
  1164. 16:18:17 T:48820 DEBUG: CVideoDatabase::RunQuery took 28 ms for 10 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  1165. 16:18:17 T:48820 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  1166. 16:18:17 T:48820 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  1167. 16:18:17 T:47668 DEBUG: CPythonInvoker(3, E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\service.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1168. 16:18:17 T:47668 DEBUG: CPythonInvoker(3, E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video
  1169. 16:18:17 T:48448 DEBUG: CPythonInvoker(6, E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1170. 16:18:17 T:48448 DEBUG: CPythonInvoker(6, E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets
  1171. 16:18:17 T:47444 DEBUG: CPythonInvoker(5, E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\notify.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify;E:\snyft\AppData\Roaming\Kodi\addons\script.module.six\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1172. 16:18:17 T:47444 DEBUG: CPythonInvoker(5, E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\notify.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify
  1173. 16:18:17 T:45000 DEBUG: CPythonInvoker(4, E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\default.py): instantiating addon using automatically obtained id of "service.watchedlist" dependent on version 2.20.0 of the xbmc.python api
  1174. 16:18:17 T:48820 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE (artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist ) OR artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist WHERE song_artist.idRole = 1)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  1175. 16:18:17 T:47844 DEBUG: CPythonInvoker(7, E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader;E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.parsedom\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1176. 16:18:17 T:47844 DEBUG: CPythonInvoker(7, E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader
  1177. 16:18:17 T:47668 DEBUG: CPythonInvoker(3, E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\service.py): instantiating addon using automatically obtained id of "screensaver.video" dependent on version 2.14.0 of the xbmc.python api
  1178. 16:18:17 T:44180 DEBUG: CPythonInvoker(9, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service;E:\snyft\AppData\Roaming\Kodi\addons\script.module.beautifulsoup\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.requests\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\addons\script.module.pil\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1179. 16:18:17 T:44180 DEBUG: CPythonInvoker(9, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service
  1180. 16:18:17 T:48448 DEBUG: CPythonInvoker(6, E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): instantiating addon using automatically obtained id of "service.skin.widgets" dependent on version 2.14.0 of the xbmc.python api
  1181. 16:18:17 T:47444 DEBUG: CPythonInvoker(5, E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\notify.py): instantiating addon using automatically obtained id of "service.linuxwhatelse.notify" dependent on version 2.19.0 of the xbmc.python api
  1182. 16:18:17 T:46804 DEBUG: CPythonInvoker(10, E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1183. 16:18:17 T:46804 DEBUG: CPythonInvoker(10, E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired
  1184. 16:18:17 T:47844 DEBUG: CPythonInvoker(7, E:\snyft\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
  1185. 16:18:17 T:47960 DEBUG: CPythonInvoker(8, E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\service.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1186. 16:18:17 T:47960 DEBUG: CPythonInvoker(8, E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog
  1187. 16:18:17 T:44180 DEBUG: CPythonInvoker(9, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1188. 16:18:17 T:48652 DEBUG: CPythonInvoker(11, E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.trakt;E:\snyft\AppData\Roaming\Kodi\addons\script.module.addon.signals\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.arrow\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.dateutil\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.requests\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.six\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.trakt\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1189. 16:18:17 T:48652 DEBUG: CPythonInvoker(11, E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.trakt
  1190. 16:18:17 T:46804 DEBUG: CPythonInvoker(10, E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): instantiating addon using automatically obtained id of "script.tv.show.next.aired" dependent on version 2.1.0 of the xbmc.python api
  1191. 16:18:17 T:46900 DEBUG: CPythonInvoker(12, E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\service.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate;E:\snyft\AppData\Roaming\Kodi\addons\script.module.myconnpy\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1192. 16:18:17 T:46900 DEBUG: CPythonInvoker(12, E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate
  1193. 16:18:17 T:47960 DEBUG: CPythonInvoker(8, E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\service.py): instantiating addon using automatically obtained id of "service.watchdog" dependent on version 2.14.0 of the xbmc.python api
  1194. 16:18:17 T:47208 DEBUG: CPythonInvoker(13, E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow;E:\snyft\AppData\Roaming\Kodi\addons\script.module.requests\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1195. 16:18:17 T:47208 DEBUG: CPythonInvoker(13, E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow
  1196. 16:18:17 T:48652 DEBUG: CPythonInvoker(11, E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\default.py): instantiating addon using automatically obtained id of "script.trakt" dependent on version 2.24.0 of the xbmc.python api
  1197. 16:18:17 T:47256 DEBUG: CPythonInvoker(14, E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\addons\script.module.pil\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1198. 16:18:17 T:47256 DEBUG: CPythonInvoker(14, E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox
  1199. 16:18:17 T:46900 DEBUG: CPythonInvoker(12, E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\service.py): instantiating addon using automatically obtained id of "script.ratingupdate" dependent on version 2.23.0 of the xbmc.python api
  1200. 16:18:17 T:47100 DEBUG: CPythonInvoker(15, E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\addons\script.module.pil\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1201. 16:18:17 T:47100 DEBUG: CPythonInvoker(15, E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox
  1202. 16:18:17 T:47208 DEBUG: CPythonInvoker(13, E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\default.py): instantiating addon using automatically obtained id of "script.artistslideshow" dependent on version 2.19.0 of the xbmc.python api
  1203. 16:18:17 T:47256 DEBUG: CPythonInvoker(14, E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\default.py): instantiating addon using automatically obtained id of "script.toolbox" dependent on version 2.1.0 of the xbmc.python api
  1204. 16:18:17 T:47100 DEBUG: CPythonInvoker(15, E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\default.py): instantiating addon using automatically obtained id of "script.colorbox" dependent on version 2.1.0 of the xbmc.python api
  1205. 16:18:17 T:3764 DEBUG: Thread JobWorker start, auto delete: true
  1206. 16:18:18 T:47680 DEBUG: Version Check: Version 0.3.19 started
  1207. 16:18:18 T:46804 DEBUG: script.tv.show.next.aired: ### params: {'service': 'true'}
  1208. 16:18:18 T:46804 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.15)
  1209. 16:18:18 T:46804 DEBUG: CVideoDatabase::RunQuery took 11 ms for 124 items query: SELECT * FROM tvshow_view
  1210. 16:18:19 T:46764 DEBUG: -->Python Interpreter Initialized<--
  1211. 16:18:19 T:46764 DEBUG: CPythonInvoker(16, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py"
  1212. 16:18:19 T:47048 DEBUG: -->Python Interpreter Initialized<--
  1213. 16:18:19 T:47048 DEBUG: CPythonInvoker(17, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py"
  1214. 16:18:19 T:45268 DEBUG: -->Python Interpreter Initialized<--
  1215. 16:18:19 T:45268 DEBUG: CPythonInvoker(19, E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py"
  1216. 16:18:19 T:44104 DEBUG: -->Python Interpreter Initialized<--
  1217. 16:18:19 T:44104 DEBUG: CPythonInvoker(18, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
  1218. 16:18:19 T:48592 DEBUG: -->Python Interpreter Initialized<--
  1219. 16:18:19 T:48592 DEBUG: CPythonInvoker(20, E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\scheduler.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\scheduler.py"
  1220. 16:18:19 T:46504 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  1221. 16:18:20 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1222. 16:18:20 T:46504 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1223. 16:18:20 T:47960 DEBUG: [service.watchdog] video sources [u'L:\\rar9\\', u'J:\\rar7\\', u'E:\\anime\\tv\\', u'G:\\rar3\\', u'E:\\rar\\']
  1224. 16:18:20 T:45000 NOTICE: service.watchedlist: WatchedList Database Service starting...
  1225. 16:18:21 T:45000 DEBUG: service.watchedlist: data_dir() = E:\snyft\AppData\Roaming\Kodi\userdata\addon_data\service.watchedlist\
  1226. 16:18:21 T:45000 DEBUG: service.watchedlist: addon_dir() = E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist
  1227. 16:18:21 T:45000 DEBUG: service.watchedlist: debug = false
  1228. 16:18:21 T:45000 DEBUG: service.watchedlist: w_movies = true
  1229. 16:18:21 T:45000 DEBUG: service.watchedlist: w_episodes = true
  1230. 16:18:21 T:45000 DEBUG: service.watchedlist: autostart = true
  1231. 16:18:21 T:45000 DEBUG: service.watchedlist: delay = 5
  1232. 16:18:21 T:45000 DEBUG: service.watchedlist: starttype = 2
  1233. 16:18:21 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1234. 16:18:21 T:45000 DEBUG: service.watchedlist: interval = 24
  1235. 16:18:21 T:45000 DEBUG: service.watchedlist: watch_user = true
  1236. 16:18:21 T:45000 DEBUG: service.watchedlist: progressdialog = true
  1237. 16:18:21 T:45000 DEBUG: service.watchedlist: db_format = 0
  1238. 16:18:21 T:45000 DEBUG: service.watchedlist: extdb = true
  1239. 16:18:21 T:45000 DEBUG: service.watchedlist: dbpath = G:\rar3\
  1240. 16:18:21 T:45000 DEBUG: service.watchedlist: dbfilename = watchedlist.db
  1241. 16:18:21 T:45000 DEBUG: service.watchedlist: dbbackup = true
  1242. 16:18:21 T:45000 DEBUG: service.watchedlist: dropbox_enabled = false
  1243. 16:18:21 T:45000 DEBUG: service.watchedlist: dropbox_apikey =
  1244. 16:18:21 T:45000 DEBUG: service.watchedlist: mysql_server = 127.0.0.1
  1245. 16:18:21 T:45000 DEBUG: service.watchedlist: mysql_port = 3306
  1246. 16:18:21 T:45000 DEBUG: service.watchedlist: mysql_user = xbmc
  1247. 16:18:21 T:45000 DEBUG: service.watchedlist: mysql_pass = xbmc
  1248. 16:18:21 T:45000 DEBUG: service.watchedlist: Delay time before execution: 300 seconds
  1249. 16:18:21 T:45000 NOTICE: service.watchedlist: Notification. WatchedList: begin update in 5 minutes
  1250. 16:18:21 T:46504 DEBUG: ------ Window Init (DialogNotification.xml) ------
  1251. 16:18:21 T:46764 DEBUG: CPythonInvoker(16, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1252. 16:18:21 T:46764 DEBUG: CPythonInvoker(16, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider
  1253. 16:18:21 T:47048 DEBUG: CPythonInvoker(17, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service;E:\snyft\AppData\Roaming\Kodi\addons\script.module.beautifulsoup\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.requests\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\addons\script.module.pil\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1254. 16:18:21 T:47048 DEBUG: CPythonInvoker(17, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service
  1255. 16:18:21 T:45268 DEBUG: CPythonInvoker(19, E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1256. 16:18:21 T:45268 DEBUG: CPythonInvoker(19, E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache
  1257. 16:18:21 T:46764 DEBUG: CPythonInvoker(16, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): instantiating addon using automatically obtained id of "service.library.data.provider" dependent on version 2.25.0 of the xbmc.python api
  1258. 16:18:21 T:44104 DEBUG: CPythonInvoker(18, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1259. 16:18:21 T:44104 DEBUG: CPythonInvoker(18, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts
  1260. 16:18:21 T:47048 DEBUG: CPythonInvoker(17, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1261. 16:18:21 T:45268 DEBUG: CPythonInvoker(19, E:\snyft\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
  1262. 16:18:21 T:48592 DEBUG: CPythonInvoker(20, E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\scheduler.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup;E:\snyft\AppData\Roaming\Kodi\addons\script.module.googleapi\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.httplib2\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.oauth2client\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.six\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.uritemplate\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.yaml\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1263. 16:18:21 T:48592 DEBUG: CPythonInvoker(20, E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\scheduler.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup
  1264. 16:18:21 T:44104 DEBUG: CPythonInvoker(18, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.20.0 of the xbmc.python api
  1265. 16:18:21 T:48592 DEBUG: CPythonInvoker(20, E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\scheduler.py): instantiating addon using automatically obtained id of "script.xbmcbackup" dependent on version 2.19.0 of the xbmc.python api
  1266. 16:18:21 T:47668 INFO: CPythonInvoker(3, E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\service.py): script successfully run
  1267. 16:18:21 T:47960 DEBUG: [service.watchdog] music sources [u'E:\\mp3\\VA\\', u'E:\\mp3\\Album\\']
  1268. 16:18:21 T:47256 DEBUG: script.toolbox: version 1.1.1 started
  1269. 16:18:21 T:47668 INFO: Python script stopped
  1270. 16:18:21 T:47668 DEBUG: Thread LanguageInvoker 47668 terminating
  1271. 16:18:21 T:46900 INFO: CPythonInvoker(12, E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\service.py): script successfully run
  1272. 16:18:21 T:47100 DEBUG: script.colorbox: version 1.0.10 started
  1273. 16:18:21 T:47100 DEBUG: script.colorbox: finished
  1274. 16:18:21 T:47100 INFO: CPythonInvoker(15, E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\default.py): script successfully run
  1275. 16:18:21 T:46472 DEBUG: Library Data Provider: service version 0.1.6 started
  1276. 16:18:21 T:46472 DEBUG: CVideoDatabase::RunQuery took 9 ms for 336 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  1277. 16:18:21 T:46900 INFO: Python script stopped
  1278. 16:18:21 T:46900 DEBUG: Thread LanguageInvoker 46900 terminating
  1279. 16:18:21 T:44180 NOTICE: Skin Helper Service --> skin helper service version 1.0.100 started
  1280. 16:18:22 T:47100 INFO: Python script stopped
  1281. 16:18:22 T:44180 NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
  1282. 16:18:22 T:47100 DEBUG: Thread LanguageInvoker 47100 terminating
  1283. 16:18:22 T:47844 INFO: CPythonInvoker(7, E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): script successfully run
  1284. 16:18:22 T:48560 NOTICE: script.grab.fanart: Grab Fanart Service Started
  1285. 16:18:22 T:48560 DEBUG: script.grab.fanart: media type is: random
  1286. 16:18:22 T:48560 DEBUG: CVideoDatabase::RunQuery took 16 ms for 638 items query: select * from movie_view
  1287. 16:18:22 T:47844 INFO: Python script stopped
  1288. 16:18:22 T:47844 DEBUG: Thread LanguageInvoker 47844 terminating
  1289. 16:18:22 T:48448 DEBUG: Skin Widgets: script version 0.0.32 started
  1290. 16:18:22 T:48448 DEBUG: CVideoDatabase::RunQuery took 9 ms for 336 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  1291. 16:18:22 T:47960 DEBUG: [service.watchdog] watching <L:\rar9\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1292. 16:18:22 T:45268 DEBUG: StorageServer Module loaded RUN
  1293. 16:18:22 T:45268 DEBUG: StorageClient-2.5.4 Starting server
  1294. 16:18:22 T:46764 DEBUG: Library Data Provider: script version 0.1.6 started
  1295. 16:18:22 T:47048 DEBUG: CVideoDatabase::RunQuery took 105 ms for 257 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0)) AND ((movie_view.rating > 7))
  1296. 16:18:22 T:46764 DEBUG: CVideoDatabase::RunQuery took 9 ms for 336 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  1297. 16:18:22 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1298. 16:18:22 T:46504 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1299. 16:18:22 T:48560 DEBUG: script.grab.fanart: found 637 movies files
  1300. 16:18:22 T:48560 DEBUG: CVideoDatabase::RunQuery took 21 ms for 124 items query: SELECT * FROM tvshow_view
  1301. 16:18:22 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1302. 16:18:22 T:48560 DEBUG: script.grab.fanart: found 122 tv files
  1303. 16:18:22 T:48560 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist ) OR artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist WHERE song_artist.idRole = 1)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  1304. 16:18:23 T:48560 DEBUG: Time to retrieve artists from dataset = 168
  1305. 16:18:23 T:46472 DEBUG: CVideoDatabase::RunQuery took 16 ms for 1586 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1306. 16:18:23 T:46764 DEBUG: Library Data Provider: script version 0.1.6 stopped
  1307. 16:18:23 T:46764 INFO: CPythonInvoker(16, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): script successfully run
  1308. 16:18:23 T:48560 DEBUG: script.grab.fanart: found 270 music files
  1309. 16:18:23 T:46472 DEBUG: CMusicDatabase::GetSongsFullByWhere query = SELECT songview.*, songartistview.* FROM songview JOIN songartistview ON songartistview.idsong = songview.idsong WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
  1310. 16:18:24 T:46472 DEBUG: CMusicDatabase::GetSongsFullByWhere() - took 371 ms
  1311. 16:18:24 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1312. 16:18:24 T:46504 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1313. 16:18:24 T:46504 DEBUG: CDirectoryProvider[plugin://service.library.data.provider?type=recentmovies&reload=20161022141823]: refreshing..
  1314. 16:18:24 T:47800 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Library Data Provider('plugin://service.library.data.provider/','3','?type=recentmovies&reload=20161022141823')
  1315. 16:18:24 T:46404 DEBUG: Thread LanguageInvoker start, auto delete: false
  1316. 16:18:24 T:46404 INFO: initializing python engine.
  1317. 16:18:24 T:46404 DEBUG: CPythonInvoker(21, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): start processing
  1318. 16:18:24 T:47048 INFO: CPythonInvoker(17, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): script successfully run
  1319. 16:18:24 T:46472 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1320. 16:18:24 T:46472 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 28 ms
  1321. 16:18:24 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1322. 16:18:24 T:46472 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view WHERE ((musicvideo_view.playCount IS NULL OR musicvideo_view.playCount < 1))
  1323. 16:18:24 T:46472 DEBUG: CVideoDatabase::RunQuery took 8 ms for 336 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  1324. 16:18:24 T:46504 DEBUG: CDirectoryProvider[plugin://service.library.data.provider?type=recentmovies&reload=20161022141824]: refreshing..
  1325. 16:18:24 T:48820 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Library Data Provider('plugin://service.library.data.provider/','4','?type=recentmovies&reload=20161022141824')
  1326. 16:18:24 T:47908 DEBUG: Thread LanguageInvoker start, auto delete: false
  1327. 16:18:24 T:47908 INFO: initializing python engine.
  1328. 16:18:24 T:47908 DEBUG: CPythonInvoker(22, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): start processing
  1329. 16:18:24 T:46472 DEBUG: CVideoDatabase::RunQuery took 17 ms for 1586 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1330. 16:18:25 T:46472 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1331. 16:18:25 T:46472 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 25 ms
  1332. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view WHERE ((musicvideo_view.playCount IS NULL OR musicvideo_view.playCount < 1))
  1333. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 17 ms for 0 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  1334. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 11 ms for 21 items query: SELECT * FROM tvshow_view WHERE ((CASE WHEN COALESCE(tvshow_view.totalCount - tvshow_view.watchedcount, 0) > 0 THEN 0 ELSE 1 END < 1)) AND ( ((tvshow_view.watchedcount > 0 AND tvshow_view.watchedcount < tvshow_view.totalCount) OR (tvshow_view.watchedcount = 0 AND EXISTS (SELECT 1 FROM episode_view WHERE episode_view.idShow = tvshow_view.idShow AND episode_view.resumeTimeInSeconds > 0))))
  1335. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 104 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1336. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1337. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 0 ms for 4 items query: select * from episode_view WHERE (episode_view.idShow = 213) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1338. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1339. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 153 items query: select * from episode_view WHERE (episode_view.idShow = 299) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1340. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1341. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 251) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1342. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1343. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 8 items query: select * from episode_view WHERE (episode_view.idShow = 175) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1344. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1345. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from episode_view WHERE (episode_view.idShow = 302) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1346. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1347. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 20 items query: select * from episode_view WHERE (episode_view.idShow = 277) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1348. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1349. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from episode_view WHERE (episode_view.idShow = 285) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1350. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1351. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from episode_view WHERE (episode_view.idShow = 269) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1352. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1353. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 17 items query: select * from episode_view WHERE (episode_view.idShow = 93) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1354. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1355. 16:18:25 T:46764 INFO: Python script stopped
  1356. 16:18:25 T:46764 DEBUG: Thread LanguageInvoker 46764 terminating
  1357. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 284) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1358. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1359. 16:18:25 T:47048 INFO: Python script stopped
  1360. 16:18:25 T:47048 DEBUG: Thread LanguageInvoker 47048 terminating
  1361. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from episode_view WHERE (episode_view.idShow = 295) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1362. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1363. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 15 items query: select * from episode_view WHERE (episode_view.idShow = 288) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1364. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1365. 16:18:25 T:47680 DEBUG: Version Check: Version installed {u'major': 17, u'tag': u'beta', u'tagversion': u'3', u'minor': 0, u'revision': u'20161004-df45f18-dirty'}
  1366. 16:18:25 T:47680 INFO: CPythonInvoker(0, E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): script successfully run
  1367. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 0 ms for 22 items query: select * from episode_view WHERE (episode_view.idShow = 76) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1368. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1369. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 286) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1370. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1371. 16:18:25 T:47680 INFO: Python script stopped
  1372. 16:18:25 T:47680 DEBUG: Thread LanguageInvoker 47680 terminating
  1373. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 21 items query: select * from episode_view WHERE (episode_view.idShow = 143) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1374. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1375. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 66 items query: select * from episode_view WHERE (episode_view.idShow = 290) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1376. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1377. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 0 ms for 20 items query: select * from episode_view WHERE (episode_view.idShow = 141) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1378. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1379. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 1 ms for 25 items query: select * from episode_view WHERE (episode_view.idShow = 63) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1380. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1381. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from episode_view WHERE (episode_view.idShow = 261) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1382. 16:18:25 T:46472 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1383. 16:18:25 T:47960 DEBUG: [service.watchdog] watching <J:\rar7\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1384. 16:18:25 T:46472 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1385. 16:18:25 T:46404 DEBUG: -->Python Interpreter Initialized<--
  1386. 16:18:25 T:46404 DEBUG: CPythonInvoker(21, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py"
  1387. 16:18:25 T:47908 DEBUG: -->Python Interpreter Initialized<--
  1388. 16:18:25 T:47908 DEBUG: CPythonInvoker(22, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py"
  1389. 16:18:25 T:46472 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 26 ms
  1390. 16:18:25 T:46404 DEBUG: CPythonInvoker(21, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1391. 16:18:25 T:46404 DEBUG: CPythonInvoker(21, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider
  1392. 16:18:25 T:47908 DEBUG: CPythonInvoker(22, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1393. 16:18:25 T:47908 DEBUG: CPythonInvoker(22, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider
  1394. 16:18:25 T:46404 DEBUG: CPythonInvoker(21, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): instantiating addon using automatically obtained id of "service.library.data.provider" dependent on version 2.25.0 of the xbmc.python api
  1395. 16:18:25 T:47908 DEBUG: CPythonInvoker(22, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): instantiating addon using automatically obtained id of "service.library.data.provider" dependent on version 2.25.0 of the xbmc.python api
  1396. 16:18:25 T:47208 NOTICE: [Artist Slideshow] script version 2.0.3 started
  1397. 16:18:25 T:46472 DEBUG: CFavourites::Load - no system favourites found, skipping
  1398. 16:18:25 T:47208 NOTICE: [Artist Slideshow] debug logging set to false
  1399. 16:18:25 T:46472 DEBUG: CVideoDatabase::RunQuery took 10 ms for 77 items query: SELECT * FROM tvshow_view WHERE ((CASE WHEN COALESCE(tvshow_view.totalCount - tvshow_view.watchedcount, 0) > 0 THEN 0 ELSE 1 END < 1))
  1400. 16:18:25 T:47960 DEBUG: [service.watchdog] watching <E:\anime\tv\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1401. 16:18:25 T:46404 DEBUG: Library Data Provider: script version 0.1.6 started
  1402. 16:18:25 T:47960 DEBUG: Previous line repeats 1 times.
  1403. 16:18:25 T:47960 DEBUG: [service.watchdog] watching <G:\rar3\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1404. 16:18:25 T:47960 DEBUG: [service.watchdog] watching <E:\rar\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1405. 16:18:25 T:47960 DEBUG: [service.watchdog] watching <E:\mp3\VA\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1406. 16:18:25 T:47960 DEBUG: [service.watchdog] watching <E:\mp3\Album\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1407. 16:18:25 T:47960 DEBUG: [service.watchdog] initialization done
  1408. 16:18:25 T:46404 DEBUG: Library Data Provider: script version 0.1.6 stopped
  1409. 16:18:25 T:46404 INFO: CPythonInvoker(21, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): script successfully run
  1410. 16:18:25 T:46404 INFO: Python script stopped
  1411. 16:18:25 T:47908 DEBUG: Library Data Provider: script version 0.1.6 stopped
  1412. 16:18:25 T:46404 DEBUG: Thread LanguageInvoker 46404 terminating
  1413. 16:18:25 T:47908 INFO: CPythonInvoker(22, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): script successfully run
  1414. 16:18:25 T:46504 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
  1415. 16:18:25 T:47908 INFO: Python script stopped
  1416. 16:18:25 T:47908 DEBUG: Thread LanguageInvoker 47908 terminating
  1417. 16:18:25 T:46472 DEBUG: Library Data Provider: Total time needed for all queries: 0:00:03.818000
  1418. 16:18:25 T:44104 INFO: CPythonInvoker(18, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  1419. 16:18:25 T:48448 DEBUG: CVideoDatabase::RunQuery took 17 ms for 1586 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1420. 16:18:25 T:44104 INFO: Python script stopped
  1421. 16:18:25 T:44104 DEBUG: Thread LanguageInvoker 44104 terminating
  1422. 16:18:25 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view
  1423. 16:18:25 T:48448 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1424. 16:18:25 T:48448 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 25 ms
  1425. 16:18:25 T:48448 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist ) OR artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist WHERE song_artist.idRole = 1)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  1426. 16:18:25 T:48448 DEBUG: Time to retrieve artists from dataset = 39
  1427. 16:18:25 T:48448 DEBUG: CMusicDatabase::GetSongsFullByWhere query = SELECT songview.*, songartistview.* FROM songview JOIN songartistview ON songartistview.idsong = songview.idsong WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
  1428. 16:18:25 T:46504 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  1429. 16:18:26 T:48448 DEBUG: CMusicDatabase::GetSongsFullByWhere() - took 357 ms
  1430. 16:18:26 T:46504 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1431. 16:18:26 T:46504 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1432. 16:18:26 T:48448 DEBUG: Skin Widgets: Total time needed to request random queries: 0:00:04.222000
  1433. 16:18:26 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  1434. 16:18:26 T:48448 DEBUG: CVideoDatabase::RunQuery took 11 ms for 21 items query: SELECT * FROM tvshow_view WHERE ( ((tvshow_view.watchedcount > 0 AND tvshow_view.watchedcount < tvshow_view.totalCount) OR (tvshow_view.watchedcount = 0 AND EXISTS (SELECT 1 FROM episode_view WHERE episode_view.idShow = tvshow_view.idShow AND episode_view.resumeTimeInSeconds > 0))))
  1435. 16:18:26 T:46504 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1436. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 3 ms for 104 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1437. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1438. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 4 items query: select * from episode_view WHERE (episode_view.idShow = 213) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1439. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1440. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 153 items query: select * from episode_view WHERE (episode_view.idShow = 299) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1441. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1442. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 251) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1443. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1444. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 8 items query: select * from episode_view WHERE (episode_view.idShow = 175) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1445. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1446. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from episode_view WHERE (episode_view.idShow = 302) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1447. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1448. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 20 items query: select * from episode_view WHERE (episode_view.idShow = 277) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1449. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1450. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from episode_view WHERE (episode_view.idShow = 285) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1451. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1452. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from episode_view WHERE (episode_view.idShow = 269) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1453. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1454. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 17 items query: select * from episode_view WHERE (episode_view.idShow = 93) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1455. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1456. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 284) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1457. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1458. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from episode_view WHERE (episode_view.idShow = 295) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1459. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1460. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 15 items query: select * from episode_view WHERE (episode_view.idShow = 288) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1461. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1462. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 22 items query: select * from episode_view WHERE (episode_view.idShow = 76) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1463. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1464. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 286) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1465. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1466. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 21 items query: select * from episode_view WHERE (episode_view.idShow = 143) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1467. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1468. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 66 items query: select * from episode_view WHERE (episode_view.idShow = 290) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1469. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1470. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 20 items query: select * from episode_view WHERE (episode_view.idShow = 141) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1471. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1472. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 25 items query: select * from episode_view WHERE (episode_view.idShow = 63) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1473. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1474. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from episode_view WHERE (episode_view.idShow = 261) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1475. 16:18:27 T:48448 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1476. 16:18:27 T:48448 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1477. 16:18:27 T:48448 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 25 ms
  1478. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view
  1479. 16:18:27 T:48448 DEBUG: Skin Widgets: Total time needed to request recommended queries: 0:00:01.168000
  1480. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 7 ms for 336 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
  1481. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 16 ms for 1586 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1482. 16:18:27 T:48448 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from musicvideo_view
  1483. 16:18:27 T:48448 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1484. 16:18:27 T:48448 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 25 ms
  1485. 16:18:27 T:48448 DEBUG: Skin Widgets: Total time needed to request recent items queries: 0:00:00.151000
  1486. 16:18:27 T:48448 DEBUG: Skin Widgets: Total time needed for all queries: 0:00:05.541000
  1487. 16:18:27 T:46504 DEBUG: Keyboard: scancode: 0x1f, sym: 0x0073, unicode: 0x0073, modifier: 0x0
  1488. 16:18:27 T:46504 DEBUG: CInputManager::OnKey: s (0xf053) pressed, action is ActivateWindow(ShutdownMenu)
  1489. 16:18:27 T:46504 DEBUG: Activating window ID: 10111
  1490. 16:18:27 T:46504 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
  1491. 16:18:27 T:46504 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
  1492. 16:18:28 T:44892 DEBUG: CFavourites::Load - no system favourites found, skipping
  1493. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 10 ms for 156 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet ORDER BY sets.idSet
  1494. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=168 ORDER BY sets.idSet
  1495. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 168
  1496. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=169 ORDER BY sets.idSet
  1497. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 169
  1498. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=179 ORDER BY sets.idSet
  1499. 16:18:28 T:46504 DEBUG: Keyboard: scancode: 0x1f, sym: 0x0073, unicode: 0x0000, modifier: 0x0
  1500. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 179
  1501. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=182 ORDER BY sets.idSet
  1502. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 182
  1503. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=184 ORDER BY sets.idSet
  1504. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 184
  1505. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=189 ORDER BY sets.idSet
  1506. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 189
  1507. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=211 ORDER BY sets.idSet
  1508. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 211
  1509. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=217 ORDER BY sets.idSet
  1510. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 217
  1511. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=220 ORDER BY sets.idSet
  1512. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 220
  1513. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=234 ORDER BY sets.idSet
  1514. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 234
  1515. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=255 ORDER BY sets.idSet
  1516. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 255
  1517. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=256 ORDER BY sets.idSet
  1518. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 256
  1519. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=257 ORDER BY sets.idSet
  1520. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 257
  1521. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 4 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=273 ORDER BY sets.idSet
  1522. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 273
  1523. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=285 ORDER BY sets.idSet
  1524. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 285
  1525. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=303 ORDER BY sets.idSet
  1526. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 303
  1527. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=310 ORDER BY sets.idSet
  1528. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 310
  1529. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=317 ORDER BY sets.idSet
  1530. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 317
  1531. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=329 ORDER BY sets.idSet
  1532. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 329
  1533. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=332 ORDER BY sets.idSet
  1534. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 332
  1535. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=333 ORDER BY sets.idSet
  1536. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 333
  1537. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=334 ORDER BY sets.idSet
  1538. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 334
  1539. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=335 ORDER BY sets.idSet
  1540. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 335
  1541. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=337 ORDER BY sets.idSet
  1542. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 337
  1543. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=338 ORDER BY sets.idSet
  1544. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 338
  1545. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=339 ORDER BY sets.idSet
  1546. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 339
  1547. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=340 ORDER BY sets.idSet
  1548. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 340
  1549. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=341 ORDER BY sets.idSet
  1550. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 341
  1551. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=342 ORDER BY sets.idSet
  1552. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 342
  1553. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=343 ORDER BY sets.idSet
  1554. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 343
  1555. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=344 ORDER BY sets.idSet
  1556. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 344
  1557. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=345 ORDER BY sets.idSet
  1558. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 345
  1559. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=346 ORDER BY sets.idSet
  1560. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 346
  1561. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=347 ORDER BY sets.idSet
  1562. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 347
  1563. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=348 ORDER BY sets.idSet
  1564. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 348
  1565. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=349 ORDER BY sets.idSet
  1566. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 349
  1567. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=350 ORDER BY sets.idSet
  1568. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 350
  1569. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=351 ORDER BY sets.idSet
  1570. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 351
  1571. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=352 ORDER BY sets.idSet
  1572. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 352
  1573. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=353 ORDER BY sets.idSet
  1574. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 353
  1575. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=356 ORDER BY sets.idSet
  1576. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 356
  1577. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=357 ORDER BY sets.idSet
  1578. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 357
  1579. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=358 ORDER BY sets.idSet
  1580. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 358
  1581. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=359 ORDER BY sets.idSet
  1582. 16:18:28 T:46504 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1583. 16:18:28 T:46504 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1584. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 359
  1585. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=360 ORDER BY sets.idSet
  1586. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 360
  1587. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=361 ORDER BY sets.idSet
  1588. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 361
  1589. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=363 ORDER BY sets.idSet
  1590. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 363
  1591. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=364 ORDER BY sets.idSet
  1592. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 364
  1593. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=365 ORDER BY sets.idSet
  1594. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 365
  1595. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=366 ORDER BY sets.idSet
  1596. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 366
  1597. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=367 ORDER BY sets.idSet
  1598. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 367
  1599. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=368 ORDER BY sets.idSet
  1600. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 368
  1601. 16:18:28 T:46504 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1602. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 4 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=369 ORDER BY sets.idSet
  1603. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 369
  1604. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=371 ORDER BY sets.idSet
  1605. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 371
  1606. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=372 ORDER BY sets.idSet
  1607. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 372
  1608. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=373 ORDER BY sets.idSet
  1609. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 373
  1610. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=374 ORDER BY sets.idSet
  1611. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 374
  1612. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=375 ORDER BY sets.idSet
  1613. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 375
  1614. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=376 ORDER BY sets.idSet
  1615. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 376
  1616. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=377 ORDER BY sets.idSet
  1617. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 377
  1618. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=378 ORDER BY sets.idSet
  1619. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 378
  1620. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=399 ORDER BY sets.idSet
  1621. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 399
  1622. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=400 ORDER BY sets.idSet
  1623. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 400
  1624. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=405 ORDER BY sets.idSet
  1625. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 405
  1626. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=409 ORDER BY sets.idSet
  1627. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 409
  1628. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=410 ORDER BY sets.idSet
  1629. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 410
  1630. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=411 ORDER BY sets.idSet
  1631. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 411
  1632. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=412 ORDER BY sets.idSet
  1633. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 412
  1634. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=413 ORDER BY sets.idSet
  1635. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 413
  1636. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=414 ORDER BY sets.idSet
  1637. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 414
  1638. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=415 ORDER BY sets.idSet
  1639. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 415
  1640. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=416 ORDER BY sets.idSet
  1641. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 416
  1642. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=417 ORDER BY sets.idSet
  1643. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 417
  1644. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=418 ORDER BY sets.idSet
  1645. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 418
  1646. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=419 ORDER BY sets.idSet
  1647. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 419
  1648. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=420 ORDER BY sets.idSet
  1649. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 420
  1650. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=421 ORDER BY sets.idSet
  1651. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 421
  1652. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=422 ORDER BY sets.idSet
  1653. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 422
  1654. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=423 ORDER BY sets.idSet
  1655. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 423
  1656. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=424 ORDER BY sets.idSet
  1657. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 424
  1658. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=425 ORDER BY sets.idSet
  1659. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 425
  1660. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=426 ORDER BY sets.idSet
  1661. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 426
  1662. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=427 ORDER BY sets.idSet
  1663. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 427
  1664. 16:18:28 T:46504 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1665. 16:18:28 T:46504 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1666. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=428 ORDER BY sets.idSet
  1667. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 428
  1668. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 2 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=429 ORDER BY sets.idSet
  1669. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 429
  1670. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=430 ORDER BY sets.idSet
  1671. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 430
  1672. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=431 ORDER BY sets.idSet
  1673. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 431
  1674. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=432 ORDER BY sets.idSet
  1675. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 432
  1676. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=433 ORDER BY sets.idSet
  1677. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 433
  1678. 16:18:28 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=434 ORDER BY sets.idSet
  1679. 16:18:29 T:44892 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 434
  1680. 16:18:29 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=435 ORDER BY sets.idSet
  1681. 16:18:29 T:46504 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1682. 16:18:29 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 435
  1683. 16:18:29 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=436 ORDER BY sets.idSet
  1684. 16:18:29 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 436
  1685. 16:18:29 T:44892 DEBUG: CVideoDatabase::RunQuery took 3 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=437 ORDER BY sets.idSet
  1686. 16:18:29 T:44892 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 437
  1687. 16:18:29 T:46504 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1688. 16:18:29 T:46504 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1689. 16:18:29 T:46504 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1690. 16:18:29 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1691. 16:18:29 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1692. 16:18:29 T:46504 DEBUG: ------ Window Deinit () ------
  1693. 16:18:29 T:46504 DEBUG: ------ Window Deinit (Custom_Overlay_Debug.xml) ------
  1694. 16:18:29 T:46504 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
  1695. 16:18:29 T:46504 DEBUG: Activating window ID: 10035
  1696. 16:18:29 T:46504 DEBUG: ------ Window Init () ------
  1697. 16:18:29 T:46504 DEBUG: ------ Window Init (Custom_Overlay_Debug.xml) ------
  1698. 16:18:30 T:46504 DEBUG: ------ Window Deinit (Home.xml) ------
  1699. 16:18:30 T:46504 DEBUG: ------ Window Init (SkinSettings.xml) ------
  1700. 16:18:30 T:46504 INFO: Loading skin file: SkinSettings.xml, load type: LOAD_EVERY_TIME
  1701. 16:18:30 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1702. 16:18:31 T:46504 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1703. 16:18:31 T:46504 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1704. 16:18:31 T:46504 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1705. 16:18:31 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1706. 16:18:31 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1707. 16:18:31 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1708. 16:18:31 T:46572 DEBUG: Thread LanguageInvoker start, auto delete: false
  1709. 16:18:31 T:46572 INFO: initializing python engine.
  1710. 16:18:31 T:46572 DEBUG: CPythonInvoker(23, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  1711. 16:18:31 T:46572 DEBUG: -->Python Interpreter Initialized<--
  1712. 16:18:31 T:46572 DEBUG: CPythonInvoker(23, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
  1713. 16:18:31 T:46572 DEBUG: CPythonInvoker(23, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1714. 16:18:31 T:46572 DEBUG: CPythonInvoker(23, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts
  1715. 16:18:31 T:46572 DEBUG: CPythonInvoker(23, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.20.0 of the xbmc.python api
  1716. 16:18:32 T:46504 DEBUG: ------ Window Init (E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\script-skinshortcuts.xml) ------
  1717. 16:18:32 T:46504 INFO: Loading skin file: E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\script-skinshortcuts.xml, load type: LOAD_ON_GUI_INIT
  1718. 16:18:32 T:46504 DEBUG: CGUIMediaWindow::GetDirectory ()
  1719. 16:18:32 T:46504 DEBUG: ParentPath = []
  1720. 16:18:32 T:46572 ERROR: EXCEPTION: Non-Existent Control 500
  1721. 16:18:32 T:46572 ERROR: EXCEPTION: Non-Existent Control 111
  1722. 16:18:32 T:46572 ERROR: EXCEPTION: Non-Existent Control 306
  1723. 16:18:32 T:46572 ERROR: EXCEPTION: Non-Existent Control 309
  1724. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Weather.png'
  1725. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Settings.png'
  1726. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'UnknownUser.png'
  1727. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'SystemInfo.png'
  1728. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Events.png'
  1729. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Favourites.png'
  1730. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Reboot.png'
  1731. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Shutdown.png'
  1732. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'PowerDown.png'
  1733. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Quit.png'
  1734. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'RestartApp.png'
  1735. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Hibernate.png'
  1736. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Suspend.png'
  1737. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'ShutdownTimer.png'
  1738. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'CancelShutdownTimer.png'
  1739. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'ActivateScreensaver.png'
  1740. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Minimize.png'
  1741. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Mastermode.png'
  1742. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'RipCD.png'
  1743. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'UpdateVideoLibrary.png'
  1744. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'UpdateMusicLibrary.png'
  1745. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'CleanVideoLibrary.png'
  1746. 16:18:32 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'CleanMusicLibrary.png'
  1747. 16:18:32 T:4144 ERROR: XFILE::CDirectory::GetDirectory - Error getting E:\snyft\AppData\Roaming\Kodi\userdata\library\video
  1748. 16:18:32 T:4144 ERROR: XFILE::CDirectory::GetDirectory - Error getting E:\snyft\AppData\Roaming\Kodi\userdata\library\music
  1749. 16:18:32 T:4144 ERROR: Traceback (most recent call last):
  1750. 16:18:32 T:4144 ERROR: File "E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\library.py", line 144, in loadLibrary
  1751. 16:18:32 T:4144 ERROR: self.musiclibrary()
  1752. 16:18:32 T:4144 ERROR: File "E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\library.py", line 930, in musiclibrary
  1753. 16:18:32 T:4144 ERROR: self.addToDictionary( "music", listitems )
  1754. 16:18:32 T:4144 ERROR: NameError: global name 'listitems' is not defined
  1755. 16:18:32 T:4144 DEBUG: Testing Existence (multipath://special%3A%2F%2Fprofile%2Fplaylists%2Fvideo/special%3A%2F%2Fprofile%2Fplaylists%2Fmixed/)
  1756. 16:18:32 T:4144 DEBUG: Testing Existence (special://profile/playlists/video)
  1757. 16:18:32 T:4144 DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3A%2F%2Fprofile%2Fplaylists%2Fvideo/special%3A%2F%2Fprofile%2Fplaylists%2Fmixed/)
  1758. 16:18:32 T:4144 DEBUG: Getting Directory (special://profile/playlists/video)
  1759. 16:18:32 T:4144 DEBUG: Getting Directory (special://profile/playlists/mixed)
  1760. 16:18:32 T:4144 DEBUG: CMultiPathDirectory::MergeItems, items = 0
  1761. 16:18:32 T:4144 DEBUG: Testing Existence (multipath://special%3A%2F%2Fprofile%2Fplaylists%2Fmusic/special%3A%2F%2Fprofile%2Fplaylists%2Fmixed/)
  1762. 16:18:32 T:4144 DEBUG: Testing Existence (special://profile/playlists/music)
  1763. 16:18:32 T:4144 DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3A%2F%2Fprofile%2Fplaylists%2Fmusic/special%3A%2F%2Fprofile%2Fplaylists%2Fmixed/)
  1764. 16:18:32 T:4144 DEBUG: Getting Directory (special://profile/playlists/music)
  1765. 16:18:32 T:4144 DEBUG: Getting Directory (special://profile/playlists/mixed)
  1766. 16:18:32 T:4144 DEBUG: CMultiPathDirectory::MergeItems, items = 0
  1767. 16:18:33 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1768. 16:18:33 T:46504 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1769. 16:18:33 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1770. 16:18:33 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'Settings.png'
  1771. 16:18:33 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'PVRSettings.png'
  1772. 16:18:33 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'ServiceSettings.png'
  1773. 16:18:33 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'SystemSettings.png'
  1774. 16:18:33 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'SkinSettings.png'
  1775. 16:18:33 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1776. 16:18:33 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1777. 16:18:33 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'PlayerSettings.png'
  1778. 16:18:33 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'LibrarySettings.png'
  1779. 16:18:33 T:4144 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'InterfaceSettings.png'
  1780. 16:18:34 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1781. 16:18:34 T:46504 DEBUG: Previous line repeats 1 times.
  1782. 16:18:34 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1783. 16:18:34 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1784. 16:18:34 T:46504 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1785. 16:18:34 T:46504 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1786. 16:18:34 T:46504 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1787. 16:18:35 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1788. 16:18:35 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1789. 16:18:35 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1790. 16:18:35 T:46504 DEBUG: Previous line repeats 1 times.
  1791. 16:18:35 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1792. 16:18:36 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1793. 16:18:36 T:46504 DEBUG: Previous line repeats 1 times.
  1794. 16:18:36 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1795. 16:18:36 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1796. 16:18:37 T:46504 DEBUG: Previous line repeats 1 times.
  1797. 16:18:37 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1798. 16:18:37 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1799. 16:18:37 T:46504 DEBUG: Previous line repeats 1 times.
  1800. 16:18:37 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1801. 16:18:38 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1802. 16:18:38 T:46504 DEBUG: Previous line repeats 1 times.
  1803. 16:18:38 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1804. 16:18:38 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1805. 16:18:38 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1806. 16:18:38 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1807. 16:18:38 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1808. 16:18:41 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1809. 16:18:41 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1810. 16:18:41 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1811. 16:18:41 T:46504 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1812. 16:18:41 T:46504 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1813. 16:18:41 T:46504 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1814. 16:18:41 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1815. 16:18:42 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1816. 16:18:42 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1817. 16:18:42 T:46572 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'DefaultShortcut.png'
  1818. 16:18:42 T:46504 ERROR: Previous line repeats 5 times.
  1819. 16:18:42 T:46504 DEBUG: ------ Window Init (DialogSelect.xml) ------
  1820. 16:18:42 T:46504 INFO: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
  1821. 16:18:43 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1822. 16:18:43 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1823. 16:18:43 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1824. 16:18:43 T:46504 DEBUG: ------ Window Deinit (DialogSelect.xml) ------
  1825. 16:18:44 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1826. 16:18:44 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1827. 16:18:44 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1828. 16:18:44 T:46572 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'DefaultShortcut.png'
  1829. 16:18:44 T:46504 ERROR: Previous line repeats 5 times.
  1830. 16:18:44 T:46504 DEBUG: ------ Window Init (DialogSelect.xml) ------
  1831. 16:18:46 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1832. 16:18:46 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1833. 16:18:46 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1834. 16:18:47 T:46504 DEBUG: Previous line repeats 1 times.
  1835. 16:18:47 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1836. 16:18:47 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1837. 16:18:47 T:46504 DEBUG: Previous line repeats 1 times.
  1838. 16:18:47 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1839. 16:18:47 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1840. 16:18:47 T:46504 DEBUG: Previous line repeats 1 times.
  1841. 16:18:47 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1842. 16:18:47 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1843. 16:18:48 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1844. 16:18:48 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1845. 16:18:48 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1846. 16:18:48 T:46504 DEBUG: ------ Window Deinit (DialogSelect.xml) ------
  1847. 16:18:49 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1848. 16:18:49 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1849. 16:18:49 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1850. 16:18:49 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1851. 16:18:50 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1852. 16:18:50 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1853. 16:18:50 T:46572 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'DefaultShortcut.png'
  1854. 16:18:50 T:46504 ERROR: Previous line repeats 1 times.
  1855. 16:18:50 T:46504 DEBUG: ------ Window Init (E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\DialogSelect.xml) ------
  1856. 16:18:50 T:46504 INFO: Loading skin file: E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\DialogSelect.xml, load type: LOAD_ON_GUI_INIT
  1857. 16:18:50 T:46504 DEBUG: CGUIMediaWindow::GetDirectory ()
  1858. 16:18:50 T:46504 DEBUG: ParentPath = []
  1859. 16:18:51 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1860. 16:18:51 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1861. 16:18:51 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1862. 16:18:51 T:46504 DEBUG: Previous line repeats 1 times.
  1863. 16:18:51 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1864. 16:18:51 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1865. 16:18:51 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1866. 16:18:52 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1867. 16:18:52 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1868. 16:18:52 T:46572 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'DefaultShortcut.png'
  1869. 16:18:52 T:46504 DEBUG: ------ Window Init (E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\DialogSelect.xml) ------
  1870. 16:18:52 T:46504 INFO: Loading skin file: E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\DialogSelect.xml, load type: LOAD_ON_GUI_INIT
  1871. 16:18:52 T:46504 DEBUG: CGUIMediaWindow::GetDirectory ()
  1872. 16:18:52 T:46504 DEBUG: ParentPath = []
  1873. 16:18:52 T:46504 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'DefaultShortcut.png'
  1874. 16:18:52 T:46504 DEBUG: ------ Window Deinit (E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\DialogSelect.xml) ------
  1875. 16:18:53 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1876. 16:18:53 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1877. 16:18:53 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1878. 16:18:53 T:46504 DEBUG: Previous line repeats 1 times.
  1879. 16:18:53 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1880. 16:18:53 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1881. 16:18:53 T:46504 DEBUG: Previous line repeats 1 times.
  1882. 16:18:53 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1883. 16:18:53 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1884. 16:18:53 T:46504 DEBUG: Previous line repeats 1 times.
  1885. 16:18:53 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1886. 16:18:53 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1887. 16:18:54 T:46504 DEBUG: Previous line repeats 1 times.
  1888. 16:18:54 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1889. 16:18:54 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1890. 16:18:54 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1891. 16:18:55 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1892. 16:18:55 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1893. 16:18:55 T:46504 INFO: Loading skin file: DialogKeyboard.xml, load type: KEEP_IN_MEMORY
  1894. 16:18:55 T:46504 DEBUG: ------ Window Init (DialogKeyboard.xml) ------
  1895. 16:18:55 T:44904 DEBUG: CAnnouncementManager - Announcement: OnInputRequested from xbmc
  1896. 16:18:55 T:44904 DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message OnInputRequested
  1897. 16:18:55 T:46504 DEBUG: ------ Window Deinit (E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\DialogSelect.xml) ------
  1898. 16:18:56 T:47800 DEBUG: Thread JobWorker 47800 terminating (autodelete)
  1899. 16:18:56 T:47576 DEBUG: Thread JobWorker 47576 terminating (autodelete)
  1900. 16:18:56 T:48820 DEBUG: Thread JobWorker 48820 terminating (autodelete)
  1901. 16:18:57 T:3764 DEBUG: Thread JobWorker 3764 terminating (autodelete)
  1902. 16:18:57 T:46504 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  1903. 16:18:57 T:46504 DEBUG: CInputManager::OnKey: backspace (0xf008) pressed, trying keyboard action f008
  1904. 16:18:58 T:46504 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  1905. 16:18:58 T:46504 DEBUG: CInputManager::OnKey: long-backspace (0x100f008) pressed, trying keyboard action f008
  1906. 16:18:58 T:46504 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  1907. 16:18:58 T:46504 DEBUG: CInputManager::OnKey: long-backspace (0x100f008) pressed, trying keyboard action f008
  1908. 16:18:58 T:46504 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  1909. 16:18:58 T:46504 DEBUG: CInputManager::OnKey: long-backspace (0x100f008) pressed, trying keyboard action f008
  1910. 16:18:58 T:46504 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  1911. 16:18:58 T:46504 DEBUG: CInputManager::OnKey: long-backspace (0x100f008) pressed, trying keyboard action f008
  1912. 16:18:58 T:46504 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  1913. 16:18:58 T:46504 DEBUG: CInputManager::OnKey: long-backspace (0x100f008) pressed, trying keyboard action f008
  1914. 16:18:58 T:46504 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0000, modifier: 0x0
  1915. 16:18:59 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1916. 16:18:59 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, trying keyboard action 7
  1917. 16:18:59 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1918. 16:18:59 T:46504 DEBUG: ------ Window Deinit (DialogKeyboard.xml) ------
  1919. 16:18:59 T:44904 DEBUG: CAnnouncementManager - Announcement: OnInputFinished from xbmc
  1920. 16:18:59 T:44904 DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message OnInputFinished
  1921. 16:19:03 T:46504 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1922. 16:19:03 T:46504 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1923. 16:19:03 T:46504 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x0000, modifier: 0x0
  1924. 16:19:04 T:46504 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1925. 16:19:04 T:46504 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1926. 16:19:04 T:46504 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x0000, modifier: 0x0
  1927. 16:19:05 T:46504 DEBUG: ------ Window Deinit (E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\script-skinshortcuts.xml) ------
  1928. 16:19:05 T:46572 INFO: CPythonInvoker(23, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  1929. 16:19:05 T:46572 INFO: Python script stopped
  1930. 16:19:05 T:46572 DEBUG: Thread LanguageInvoker 46572 terminating
  1931. 16:19:08 T:46504 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1932. 16:19:08 T:46504 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1933. 16:19:08 T:46504 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1934. 16:19:09 T:46504 DEBUG: ------ Window Deinit (SkinSettings.xml) ------
  1935. 16:19:09 T:47900 DEBUG: Thread LanguageInvoker start, auto delete: false
  1936. 16:19:09 T:47900 INFO: initializing python engine.
  1937. 16:19:09 T:47900 DEBUG: CPythonInvoker(24, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  1938. 16:19:09 T:47380 DEBUG: Thread LanguageInvoker start, auto delete: false
  1939. 16:19:09 T:47380 INFO: initializing python engine.
  1940. 16:19:09 T:47380 DEBUG: CPythonInvoker(25, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\default.py): start processing
  1941. 16:19:09 T:46504 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1942. 16:19:09 T:46504 DEBUG: ------ Window Init (Home.xml) ------
  1943. 16:19:09 T:47192 DEBUG: Thread LanguageInvoker start, auto delete: false
  1944. 16:19:09 T:47192 INFO: initializing python engine.
  1945. 16:19:09 T:46504 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x0000, modifier: 0x0
  1946. 16:19:09 T:47192 DEBUG: CPythonInvoker(26, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  1947. 16:19:09 T:47900 DEBUG: -->Python Interpreter Initialized<--
  1948. 16:19:09 T:47900 DEBUG: CPythonInvoker(24, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
  1949. 16:19:09 T:47900 DEBUG: CPythonInvoker(24, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1950. 16:19:09 T:47900 DEBUG: CPythonInvoker(24, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts
  1951. 16:19:09 T:47900 DEBUG: CPythonInvoker(24, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.20.0 of the xbmc.python api
  1952. 16:19:09 T:47380 DEBUG: -->Python Interpreter Initialized<--
  1953. 16:19:09 T:47380 DEBUG: CPythonInvoker(25, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\default.py"
  1954. 16:19:09 T:47192 DEBUG: -->Python Interpreter Initialized<--
  1955. 16:19:09 T:47192 DEBUG: CPythonInvoker(26, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
  1956. 16:19:09 T:47380 DEBUG: CPythonInvoker(25, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1957. 16:19:09 T:47380 DEBUG: CPythonInvoker(25, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart
  1958. 16:19:09 T:47192 DEBUG: CPythonInvoker(26, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  1959. 16:19:09 T:47192 DEBUG: CPythonInvoker(26, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts
  1960. 16:19:09 T:47380 DEBUG: CPythonInvoker(25, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\default.py): instantiating addon using automatically obtained id of "script.grab.fanart" dependent on version 2.19.0 of the xbmc.python api
  1961. 16:19:09 T:47192 DEBUG: CPythonInvoker(26, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.20.0 of the xbmc.python api
  1962. 16:19:09 T:47380 DEBUG: script.grab.fanart: updating settings
  1963. 16:19:09 T:47380 NOTICE: script.grab.fanart: mode
  1964. 16:19:09 T:47380 NOTICE: script.grab.fanart: refresh
  1965. 16:19:09 T:47380 INFO: CPythonInvoker(25, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\default.py): script successfully run
  1966. 16:19:09 T:47380 INFO: Python script stopped
  1967. 16:19:09 T:47380 DEBUG: Thread LanguageInvoker 47380 terminating
  1968. 16:19:09 T:46504 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  1969. 16:19:09 T:47192 INFO: CPythonInvoker(26, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  1970. 16:19:09 T:47192 INFO: Python script stopped
  1971. 16:19:09 T:47192 DEBUG: Thread LanguageInvoker 47192 terminating
  1972. 16:19:09 T:47900 INFO: CPythonInvoker(24, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  1973. 16:19:09 T:46504 INFO: Unloading old skin ...
  1974. 16:19:09 T:46504 DEBUG: ------ Window Deinit () ------
  1975. 16:19:09 T:46504 DEBUG: ------ Window Deinit (Home.xml) ------
  1976. 16:19:09 T:46504 DEBUG: ------ Window Deinit (Custom_Overlay_Debug.xml) ------
  1977. 16:19:09 T:46504 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  1978. 16:19:09 T:46504 INFO: load skin from: E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo (version: 6.0.1)
  1979. 16:19:09 T:47900 INFO: Python script stopped
  1980. 16:19:09 T:47900 DEBUG: Thread LanguageInvoker 47900 terminating
  1981. 16:19:09 T:46504 INFO: load fonts for skin...
  1982. 16:19:09 T:46504 INFO: Loading fonts from E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\Font.xml
  1983. 16:19:09 T:46504 DEBUG: LocalizeStrings: loaded 605 strings from file E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\language\resource.language.en_gb\strings.po
  1984. 16:19:09 T:46504 INFO: Loading skin includes from E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\includes.xml
  1985. 16:19:09 T:46504 INFO: load new skin...
  1986. 16:19:09 T:46504 INFO: Loading user windows, path E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9
  1987. 16:19:09 T:46504 DEBUG: Load Skin XML: 18.00ms
  1988. 16:19:09 T:46504 INFO: initialize new skin...
  1989. 16:19:09 T:46504 DEBUG: guilib: Fill viewport on change for solving rendering passes
  1990. 16:19:09 T:46504 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  1991. 16:19:09 T:46504 DEBUG: CTextureBundleXBT::OpenBundle - Opened bundle E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\media\Textures.xbt
  1992. 16:19:09 T:46504 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  1993. 16:19:09 T:46504 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  1994. 16:19:09 T:46504 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  1995. 16:19:09 T:46504 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  1996. 16:19:09 T:46504 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  1997. 16:19:09 T:46504 INFO: skin loaded...
  1998. 16:19:09 T:46504 DEBUG: Activating window ID: 10000
  1999. 16:19:09 T:46504 DEBUG: ------ Window Init (Home.xml) ------
  2000. 16:19:09 T:46504 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  2001. 16:19:10 T:46504 DEBUG: CDirectoryProvider[plugin://service.library.data.provider?type=recentmovies&reload=20161022141824]: refreshing..
  2002. 16:19:10 T:46504 DEBUG: CDirectoryProvider[library://video/inprogressshows.xml]: refreshing..
  2003. 16:19:10 T:46504 DEBUG: CDirectoryProvider[plugin://script.skin.helper.service/?action=recommendedmovies&reload=]: refreshing..
  2004. 16:19:10 T:42348 DEBUG: Thread JobWorker start, auto delete: true
  2005. 16:19:10 T:42348 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Library Data Provider('plugin://service.library.data.provider/','5','?type=recentmovies&reload=20161022141824')
  2006. 16:19:10 T:25680 DEBUG: Thread LanguageInvoker start, auto delete: false
  2007. 16:19:10 T:25680 INFO: initializing python engine.
  2008. 16:19:10 T:25680 DEBUG: CPythonInvoker(27, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): start processing
  2009. 16:19:10 T:46504 DEBUG: ------ Window Init () ------
  2010. 16:19:10 T:46504 DEBUG: ------ Window Init (Custom_Overlay_Debug.xml) ------
  2011. 16:19:10 T:46504 INFO: Loading skin file: Custom_Overlay_Debug.xml, load type: KEEP_IN_MEMORY
  2012. 16:19:10 T:47924 DEBUG: Thread LanguageInvoker start, auto delete: false
  2013. 16:19:10 T:47924 INFO: initializing python engine.
  2014. 16:19:10 T:47924 DEBUG: CPythonInvoker(28, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  2015. 16:19:10 T:46504 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  2016. 16:19:10 T:22736 DEBUG: Thread JobWorker start, auto delete: true
  2017. 16:19:10 T:48428 DEBUG: Previous line repeats 2 times.
  2018. 16:19:10 T:48428 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','6','?action=recommendedmovies&reload=')
  2019. 16:19:10 T:22736 ERROR: XFILE::CDirectory::GetDirectory - Error getting library://video/inprogressshows.xml
  2020. 16:19:10 T:48160 DEBUG: Thread LanguageInvoker start, auto delete: false
  2021. 16:19:10 T:48160 INFO: initializing python engine.
  2022. 16:19:10 T:48160 DEBUG: CPythonInvoker(29, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): start processing
  2023. 16:19:10 T:46504 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  2024. 16:19:10 T:25680 DEBUG: -->Python Interpreter Initialized<--
  2025. 16:19:10 T:25680 DEBUG: CPythonInvoker(27, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py"
  2026. 16:19:10 T:47924 DEBUG: -->Python Interpreter Initialized<--
  2027. 16:19:10 T:47924 DEBUG: CPythonInvoker(28, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
  2028. 16:19:10 T:25680 DEBUG: CPythonInvoker(27, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  2029. 16:19:10 T:25680 DEBUG: CPythonInvoker(27, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider
  2030. 16:19:10 T:47924 DEBUG: CPythonInvoker(28, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  2031. 16:19:10 T:47924 DEBUG: CPythonInvoker(28, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts
  2032. 16:19:10 T:25680 DEBUG: CPythonInvoker(27, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): instantiating addon using automatically obtained id of "service.library.data.provider" dependent on version 2.25.0 of the xbmc.python api
  2033. 16:19:10 T:47924 DEBUG: CPythonInvoker(28, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.20.0 of the xbmc.python api
  2034. 16:19:10 T:48160 DEBUG: -->Python Interpreter Initialized<--
  2035. 16:19:10 T:48160 DEBUG: CPythonInvoker(29, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): the source file to load is "E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py"
  2036. 16:19:10 T:48160 DEBUG: CPythonInvoker(29, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): setting the Python path to E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service;E:\snyft\AppData\Roaming\Kodi\addons\script.module.beautifulsoup\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.requests\lib;E:\snyft\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;G:\Kodi\addons\script.module.pil\lib;G:\Kodi\system\python\DLLs;G:\Kodi\system\python\Lib;G:\Kodi\python27.zip;G:\Kodi\system\python\lib\plat-win;G:\Kodi\system\python\lib\lib-tk;G:\Kodi;G:\Kodi\system\python;G:\Kodi\system\python\lib\site-packages
  2037. 16:19:10 T:48160 DEBUG: CPythonInvoker(29, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service
  2038. 16:19:10 T:48160 DEBUG: CPythonInvoker(29, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  2039. 16:19:10 T:25680 DEBUG: Library Data Provider: script version 0.1.6 started
  2040. 16:19:10 T:25680 DEBUG: Library Data Provider: script version 0.1.6 stopped
  2041. 16:19:10 T:25680 INFO: CPythonInvoker(27, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): script successfully run
  2042. 16:19:10 T:25680 INFO: Python script stopped
  2043. 16:19:10 T:25680 DEBUG: Thread LanguageInvoker 25680 terminating
  2044. 16:19:10 T:48160 INFO: CPythonInvoker(29, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): script successfully run
  2045. 16:19:10 T:48160 INFO: Python script stopped
  2046. 16:19:10 T:48160 DEBUG: Thread LanguageInvoker 48160 terminating
  2047. 16:19:11 T:47924 INFO: CPythonInvoker(28, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  2048. 16:19:11 T:47924 INFO: Python script stopped
  2049. 16:19:11 T:47924 DEBUG: Thread LanguageInvoker 47924 terminating
  2050. 16:19:12 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  2051. 16:19:12 T:46504 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  2052. 16:19:12 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  2053. 16:19:13 T:46504 DEBUG: Previous line repeats 1 times.
  2054. 16:19:13 T:46504 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  2055. 16:19:13 T:46504 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  2056. 16:19:26 T:46504 DEBUG: CWinEventsWin32::WndProcWindow is active
  2057. 16:19:40 T:46808 DEBUG: Thread JobWorker 46808 terminating (autodelete)
  2058. 16:19:40 T:22736 DEBUG: Thread JobWorker 22736 terminating (autodelete)
  2059. 16:19:40 T:42348 DEBUG: Thread JobWorker 42348 terminating (autodelete)
  2060. 16:19:40 T:48428 DEBUG: Thread JobWorker 48428 terminating (autodelete)
  2061. 16:22:00 T:46504 DEBUG: CWinEventsWin32::WndProcWindow is active
  2062. 16:22:01 T:46504 DEBUG: Keyboard: scancode: 0x1f, sym: 0x0073, unicode: 0x0073, modifier: 0x0
  2063. 16:22:01 T:46504 DEBUG: CInputManager::OnKey: s (0xf053) pressed, action is ActivateWindow(ShutdownMenu)
  2064. 16:22:01 T:46504 DEBUG: Activating window ID: 10111
  2065. 16:22:01 T:46504 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
  2066. 16:22:01 T:46504 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
  2067. 16:22:02 T:46504 DEBUG: Keyboard: scancode: 0x1f, sym: 0x0073, unicode: 0x0000, modifier: 0x0
  2068. 16:22:02 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  2069. 16:22:02 T:46504 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  2070. 16:22:02 T:46504 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  2071. 16:22:02 T:46504 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  2072. 16:22:02 T:46504 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  2073. 16:22:03 T:46504 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  2074. 16:22:03 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  2075. 16:22:03 T:46504 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  2076. 16:22:03 T:46504 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  2077. 16:22:03 T:46504 NOTICE: Storing total System Uptime
  2078. 16:22:03 T:44904 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
  2079. 16:22:03 T:44904 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
  2080. 16:22:03 T:46504 NOTICE: Saving settings
  2081. 16:22:03 T:46504 NOTICE: Saving skin settings
  2082. 16:22:03 T:46504 NOTICE: stop all
  2083. 16:22:03 T:46504 NOTICE: stop player
  2084. 16:22:03 T:46504 INFO: stopping PVRManager
  2085. 16:22:03 T:46504 DEBUG: CNetwork::NetworkMessage - Signaling network services to stop
  2086. 16:22:03 T:46504 NOTICE: ES: Stopping event server
  2087. 16:22:03 T:46504 DEBUG: CNetwork::NetworkMessage - Waiting for network services to stop
  2088. 16:22:03 T:46504 NOTICE: stopping upnp
  2089. 16:22:03 T:46504 NOTICE: CWebServer[8080]: Stopped
  2090. 16:22:04 T:47212 NOTICE: ES: UDP Event server stopped
  2091. 16:22:04 T:46432 DEBUG: Thread TCPServer 46432 terminating
  2092. 16:22:04 T:47212 DEBUG: Thread EventServer 47212 terminating
  2093. 16:22:04 T:47116 DEBUG: Thread PeripEventScanner 47116 terminating
  2094. 16:22:04 T:48116 DEBUG: Thread PeripBusUSB 48116 terminating
  2095. 16:22:04 T:47464 DEBUG: Thread PeripBusCEC 47464 terminating
  2096. 16:22:04 T:46628 DEBUG: Thread PeripBusAddon 46628 terminating
  2097. 16:22:04 T:46504 DEBUG: SECTION:UnloadDll(G:\Kodi\addons\peripheral.joystick\peripheral.joystick.dll)
  2098. 16:22:04 T:46504 FATAL: G:\Kodi\addons\peripheral.joystick\peripheral.joystick.dll is a system dll and should never be released
  2099. 16:22:04 T:46504 INFO: ADDON: Dll Destroyed - Joystick Support
  2100. 16:22:04 T:46504 NOTICE: clean cached files!
  2101. 16:22:04 T:46504 DEBUG: ADDON: Stopping service addons.
  2102. 16:22:05 T:45268 DEBUG: StorageServer-2.5.4 Closed down
  2103. 16:22:05 T:45268 INFO: CPythonInvoker(19, E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): script successfully run
  2104. 16:22:05 T:46504 DEBUG: CPythonInvoker(19, E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): script termination took 426ms
  2105. 16:22:05 T:45268 INFO: Python script interrupted by user
  2106. 16:22:05 T:48560 INFO: CPythonInvoker(1, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): script successfully run
  2107. 16:22:05 T:46504 DEBUG: CPythonInvoker(1, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): script termination took 1ms
  2108. 16:22:05 T:45268 DEBUG: Thread LanguageInvoker 45268 terminating
  2109. 16:22:05 T:48560 INFO: Python script interrupted by user
  2110. 16:22:05 T:46472 DEBUG: Library Data Provider: service version 0.1.6 stopped
  2111. 16:22:05 T:46472 INFO: CPythonInvoker(2, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): script successfully run
  2112. 16:22:05 T:46504 DEBUG: CPythonInvoker(2, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): script termination took 0ms
  2113. 16:22:05 T:48560 DEBUG: Thread LanguageInvoker 48560 terminating
  2114. 16:22:05 T:46472 INFO: Python script interrupted by user
  2115. 16:22:05 T:45000 INFO: CPythonInvoker(4, E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\default.py): script successfully run
  2116. 16:22:05 T:46504 DEBUG: CPythonInvoker(4, E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\default.py): script termination took 2ms
  2117. 16:22:05 T:46472 DEBUG: Thread LanguageInvoker 46472 terminating
  2118. 16:22:05 T:45000 INFO: Python script interrupted by user
  2119. 16:22:06 T:47444 INFO: CPythonInvoker(5, E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\notify.py): script successfully run
  2120. 16:22:06 T:46504 DEBUG: CPythonInvoker(5, E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\notify.py): script termination took 699ms
  2121. 16:22:06 T:45000 DEBUG: Thread LanguageInvoker 45000 terminating
  2122. 16:22:06 T:47444 INFO: Python script interrupted by user
  2123. 16:22:06 T:48448 DEBUG: Skin Widgets: script version 0.0.32 stopped
  2124. 16:22:06 T:48448 INFO: CPythonInvoker(6, E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): script successfully run
  2125. 16:22:06 T:46504 DEBUG: CPythonInvoker(6, E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): script termination took 101ms
  2126. 16:22:06 T:47444 DEBUG: Thread LanguageInvoker 47444 terminating
  2127. 16:22:06 T:48448 INFO: Python script interrupted by user
  2128. 16:22:06 T:47960 DEBUG: [service.watchdog] stopping..
  2129. 16:22:06 T:47960 INFO: CPythonInvoker(8, E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\service.py): script successfully run
  2130. 16:22:06 T:46504 DEBUG: CPythonInvoker(8, E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\service.py): script termination took 643ms
  2131. 16:22:06 T:47960 INFO: Python script interrupted by user
  2132. 16:22:07 T:48592 INFO: CPythonInvoker(20, E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\scheduler.py): script successfully run
  2133. 16:22:07 T:46504 DEBUG: CPythonInvoker(20, E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\scheduler.py): script termination took 467ms
  2134. 16:22:07 T:48448 DEBUG: Thread LanguageInvoker 48448 terminating
  2135. 16:22:07 T:48592 INFO: Python script interrupted by user
  2136. 16:22:07 T:44180 NOTICE: Skin Helper Service --> Shutdown requested !
  2137. 16:22:07 T:44180 NOTICE: Skin Helper Service --> BackgroundsUpdater - stop called
  2138. 16:22:07 T:44180 NOTICE: Skin Helper Service --> ListItemMonitor - stop called
  2139. 16:22:07 T:44180 NOTICE: Skin Helper Service --> WebService - stop called
  2140. 16:22:07 T:44180 NOTICE: Skin Helper Service --> skin helper service version 1.0.100 stopped
  2141. 16:22:07 T:44180 INFO: CPythonInvoker(9, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py): script successfully run
  2142. 16:22:07 T:46504 DEBUG: CPythonInvoker(9, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py): script termination took 7ms
  2143. 16:22:07 T:47960 DEBUG: Thread LanguageInvoker 47960 terminating
  2144. 16:22:07 T:44180 INFO: Python script interrupted by user
  2145. 16:22:08 T:46804 NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
  2146. 16:22:08 T:46804 INFO: CPythonInvoker(10, E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): script aborted
  2147. 16:22:08 T:46504 DEBUG: CPythonInvoker(10, E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): script termination took 777ms
  2148. 16:22:08 T:48592 DEBUG: Thread LanguageInvoker 48592 terminating
  2149. 16:22:08 T:46804 INFO: Python script interrupted by user
  2150. 16:22:08 T:48652 INFO: CPythonInvoker(11, E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\default.py): script successfully run
  2151. 16:22:08 T:46504 DEBUG: CPythonInvoker(11, E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\default.py): script termination took 3ms
  2152. 16:22:08 T:44180 DEBUG: Thread LanguageInvoker 44180 terminating
  2153. 16:22:08 T:46804 DEBUG: Thread LanguageInvoker 46804 terminating
  2154. 16:22:08 T:46780 DEBUG: Thread AESink 46780 terminating
  2155. 16:22:08 T:48496 DEBUG: Thread ActiveAE 48496 terminating
  2156. 16:22:08 T:46504 NOTICE: closing down remote control service
  2157. 16:22:08 T:39948 DEBUG: Thread RemoteControl 39948 terminating
  2158. 16:22:08 T:46504 NOTICE: stopped
  2159. 16:22:08 T:48652 INFO: Python script interrupted by user
  2160. 16:22:08 T:48652 DEBUG: Thread LanguageInvoker 48652 terminating
  2161. 16:22:08 T:46504 DEBUG: CWinEventsWin32::WndProcWindow is active
  2162. 16:22:08 T:46504 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files (x86)\Notepad++\notepad++.exe
  2163. 16:22:08 T:46504 NOTICE: destroy
  2164. 16:22:08 T:46504 NOTICE: unload skin
  2165. 16:22:08 T:46504 INFO: Unloading old skin ...
  2166. 16:22:08 T:46504 DEBUG: ------ Window Deinit () ------
  2167. 16:22:08 T:46504 DEBUG: ------ Window Deinit (Home.xml) ------
  2168. 16:22:08 T:46504 DEBUG: ------ Window Deinit (Custom_Overlay_Debug.xml) ------
  2169. 16:22:08 T:46504 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
  2170. 16:22:10 T:47208 NOTICE: [Artist Slideshow] script stopped
  2171. 16:22:10 T:47208 INFO: CPythonInvoker(13, E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\default.py): script successfully run
  2172. 16:22:10 T:46504 DEBUG: CPythonInvoker(13, E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\default.py): script termination took 2423ms
  2173. 16:22:10 T:47208 INFO: Python script interrupted by user
  2174. 16:22:10 T:47208 DEBUG: Thread LanguageInvoker 47208 terminating
  2175. 16:22:10 T:47256 DEBUG: script.toolbox: finished
  2176. 16:22:10 T:47256 INFO: CPythonInvoker(14, E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\default.py): script successfully run
  2177. 16:22:10 T:46504 DEBUG: CPythonInvoker(14, E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\default.py): script termination took 81ms
  2178. 16:22:10 T:47256 INFO: Python script interrupted by user
  2179. 16:22:10 T:47256 DEBUG: Thread LanguageInvoker 47256 terminating
  2180. 16:22:10 T:46504 NOTICE: unload sections
  2181. 16:22:10 T:46504 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2182. 16:22:10 T:46504 DEBUG: PVRManager - destroyed
  2183. 16:22:10 T:46504 DEBUG: ActiveAE DSP - destroyed
  2184. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.stars has been uninstalled.'
  2185. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.phstreams has been uninstalled.'
  2186. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been uninstalled.'
  2187. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been uninstalled.'
  2188. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.shani has been uninstalled.'
  2189. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.movies.anidb.net.mod has been uninstalled.'
  2190. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.nos has been uninstalled.'
  2191. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.moviesetart has been uninstalled.'
  2192. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been uninstalled.'
  2193. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been uninstalled.'
  2194. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in weather.yahoo has been uninstalled.'
  2195. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been uninstalled.'
  2196. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.peripheral has been uninstalled.'
  2197. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in adsp.basic has been uninstalled.'
  2198. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.anidb.net has been uninstalled.'
  2199. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.regionalnl has been uninstalled.'
  2200. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmcadult has been uninstalled.'
  2201. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.adsp has been uninstalled.'
  2202. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been uninstalled.'
  2203. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.tknorris.release has been uninstalled.'
  2204. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been uninstalled.'
  2205. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.ofdb.de has been uninstalled.'
  2206. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.uk has been uninstalled.'
  2207. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup4 has been uninstalled.'
  2208. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been uninstalled.'
  2209. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.repository has been uninstalled.'
  2210. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.Kinkin has been uninstalled.'
  2211. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.TheYid has been uninstalled.'
  2212. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.images.recordlabels.white has been uninstalled.'
  2213. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been uninstalled.'
  2214. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.shadertoy has been uninstalled.'
  2215. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been uninstalled.'
  2216. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot has been uninstalled.'
  2217. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop2 has been uninstalled.'
  2218. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been uninstalled.'
  2219. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.kodi65 has been uninstalled.'
  2220. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.httplib2 has been uninstalled.'
  2221. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.myconnpy has been uninstalled.'
  2222. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.last.fm has been uninstalled.'
  2223. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weatherfanart.single has been uninstalled.'
  2224. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.image.resource.select has been uninstalled.'
  2225. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been uninstalled.'
  2226. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.pyxbmct has been uninstalled.'
  2227. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been uninstalled.'
  2228. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in superrepo.kodi.isengard.adult has been uninstalled.'
  2229. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.trakt has been uninstalled.'
  2230. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.eldorado has been uninstalled.'
  2231. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been uninstalled.'
  2232. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.mtg has been uninstalled.'
  2233. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.ptom has been uninstalled.'
  2234. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmchub has been uninstalled.'
  2235. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been uninstalled.'
  2236. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.impa.com has been uninstalled.'
  2237. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in superrepo.kodi.isengard.all has been uninstalled.'
  2238. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.last.fm has been uninstalled.'
  2239. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.m4x1m has been uninstalled.'
  2240. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.mtv has been uninstalled.'
  2241. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.grab.fanart has been uninstalled.'
  2242. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.arrow has been uninstalled.'
  2243. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been uninstalled.'
  2244. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.opensubtitles has been uninstalled.'
  2245. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been uninstalled.'
  2246. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.videos has been uninstalled.'
  2247. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.ytplugin has been uninstalled.'
  2248. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.picture.slideshow has been uninstalled.'
  2249. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been uninstalled.'
  2250. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.video.F4mProxy has been uninstalled.'
  2251. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.colorbox has been uninstalled.'
  2252. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.actionhandler has been uninstalled.'
  2253. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been uninstalled.'
  2254. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.addoninstaller has been uninstalled.'
  2255. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been uninstalled.'
  2256. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.movieposterdb.com has been uninstalled.'
  2257. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.cdartmanager has been uninstalled.'
  2258. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.stsound has been uninstalled.'
  2259. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been uninstalled.'
  2260. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.libraryeditor has been uninstalled.'
  2261. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.dateutil has been uninstalled.'
  2262. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.spectrum has been uninstalled.'
  2263. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been uninstalled.'
  2264. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been uninstalled.'
  2265. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.port.hu has been uninstalled.'
  2266. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.no has been uninstalled.'
  2267. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been uninstalled.'
  2268. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.maps.browser has been uninstalled.'
  2269. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been uninstalled.'
  2270. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.videodevil has been uninstalled.'
  2271. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pyro has been uninstalled.'
  2272. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been uninstalled.'
  2273. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.skin.helper.service has been uninstalled.'
  2274. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been uninstalled.'
  2275. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been uninstalled.'
  2276. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.scudlee has been uninstalled.'
  2277. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.buggalo has been uninstalled.'
  2278. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been uninstalled.'
  2279. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.se has been uninstalled.'
  2280. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been uninstalled.'
  2281. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.googleapi has been uninstalled.'
  2282. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been uninstalled.'
  2283. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been uninstalled.'
  2284. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcswift2 has been uninstalled.'
  2285. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been uninstalled.'
  2286. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.5 has been uninstalled.'
  2287. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.video has been uninstalled.'
  2288. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been uninstalled.'
  2289. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.backup.watched has been uninstalled.'
  2290. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in skin.estuary has been uninstalled.'
  2291. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been uninstalled.'
  2292. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.watchedlist has been uninstalled.'
  2293. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.streams has been uninstalled.'
  2294. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.rbiez.telldus has been uninstalled.'
  2295. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been uninstalled.'
  2296. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvshows.anidb.net.mod has been uninstalled.'
  2297. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been uninstalled.'
  2298. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.autocompletion has been uninstalled.'
  2299. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.biogenesis has been uninstalled.'
  2300. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been uninstalled.'
  2301. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been uninstalled.'
  2302. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been uninstalled.'
  2303. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been uninstalled.'
  2304. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.dropbox has been uninstalled.'
  2305. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been uninstalled.'
  2306. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.six has been uninstalled.'
  2307. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been uninstalled.'
  2308. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been uninstalled.'
  2309. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been uninstalled.'
  2310. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.asteroids has been uninstalled.'
  2311. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been uninstalled.'
  2312. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been uninstalled.'
  2313. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.addic7ed has been uninstalled.'
  2314. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in adsp.biquad.filters has been uninstalled.'
  2315. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been uninstalled.'
  2316. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in peripheral.joystick has been uninstalled.'
  2317. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been uninstalled.'
  2318. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been uninstalled.'
  2319. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in game.controller.default has been uninstalled.'
  2320. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been uninstalled.'
  2321. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been uninstalled.'
  2322. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.universal has been uninstalled.'
  2323. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been uninstalled.'
  2324. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.cinemavision has been uninstalled.'
  2325. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.aeon.nox.silvo has been uninstalled.'
  2326. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.twitch has been uninstalled.'
  2327. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been uninstalled.'
  2328. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.game has been uninstalled.'
  2329. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been uninstalled.'
  2330. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repo.djtoll has been uninstalled.'
  2331. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been uninstalled.'
  2332. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.profilecleaner has been uninstalled.'
  2333. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.common has been uninstalled.'
  2334. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.toolbox has been uninstalled.'
  2335. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.hdhomerun has been uninstalled.'
  2336. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been uninstalled.'
  2337. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.nebula has been uninstalled.'
  2338. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.imdb.trailers has been uninstalled.'
  2339. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.linuxwhatelse.notify has been uninstalled.'
  2340. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been uninstalled.'
  2341. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.skin.widgets has been uninstalled.'
  2342. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been uninstalled.'
  2343. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been uninstalled.'
  2344. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.images.languageflags.colour has been uninstalled.'
  2345. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been uninstalled.'
  2346. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been uninstalled.'
  2347. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.uritemplate has been uninstalled.'
  2348. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.simple.downloader has been uninstalled.'
  2349. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been uninstalled.'
  2350. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been uninstalled.'
  2351. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.sbsnl has been uninstalled.'
  2352. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.subscene has been uninstalled.'
  2353. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pingpong has been uninstalled.'
  2354. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been uninstalled.'
  2355. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.The_Silencer has been uninstalled.'
  2356. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been uninstalled.'
  2357. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in service.watchdog has been uninstalled.'
  2358. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in inputstream.mpd has been uninstalled.'
  2359. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in skin.estouchy has been uninstalled.'
  2360. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been uninstalled.'
  2361. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been uninstalled.'
  2362. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been uninstalled.'
  2363. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been uninstalled.'
  2364. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been uninstalled.'
  2365. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in inputstream.smoothstream has been uninstalled.'
  2366. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.nakamori has been uninstalled.'
  2367. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.nick has been uninstalled.'
  2368. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in kodi.inputstream has been uninstalled.'
  2369. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.urlresolver has been uninstalled.'
  2370. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.repo.hitcher has been uninstalled.'
  2371. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.shadertoy has been uninstalled.'
  2372. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been uninstalled.'
  2373. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.oauth2client has been uninstalled.'
  2374. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.trakt has been uninstalled.'
  2375. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been uninstalled.'
  2376. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.database.cleaner has been uninstalled.'
  2377. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.yaml has been uninstalled.'
  2378. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.routing has been uninstalled.'
  2379. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.teeedubb has been uninstalled.'
  2380. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.rtlnl has been uninstalled.'
  2381. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.de has been uninstalled.'
  2382. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.be has been uninstalled.'
  2383. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been uninstalled.'
  2384. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.xbmcbackup has been uninstalled.'
  2385. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been uninstalled.'
  2386. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple2 has been uninstalled.'
  2387. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been uninstalled.'
  2388. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been uninstalled.'
  2389. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been uninstalled.'
  2390. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.p2p-streams.xbmc has been uninstalled.'
  2391. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.javstream has been uninstalled.'
  2392. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in adsp.freesurround has been uninstalled.'
  2393. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.home has been uninstalled.'
  2394. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in resource.images.studios.white has been uninstalled.'
  2395. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.omdbapi.com has been uninstalled.'
  2396. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been uninstalled.'
  2397. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in context.extendedinfo.dialog has been uninstalled.'
  2398. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.silvo has been uninstalled.'
  2399. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.ratingupdate has been uninstalled.'
  2400. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.theaudiodb.com has been uninstalled.'
  2401. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.parsedom has been uninstalled.'
  2402. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been uninstalled.'
  2403. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in repository.whitecream has been uninstalled.'
  2404. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been uninstalled.'
  2405. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been uninstalled.'
  2406. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.liveresolver has been uninstalled.'
  2407. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been uninstalled.'
  2408. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in script.module.qrcode has been uninstalled.'
  2409. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in screensaver.greynetic has been uninstalled.'
  2410. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.uwc has been uninstalled.'
  2411. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been uninstalled.'
  2412. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been uninstalled.'
  2413. 16:22:10 T:46504 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been uninstalled.'
  2414. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036AD400 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2415. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036AD880 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2416. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 03776B20 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2417. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036ACC20 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2418. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036AE0A8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2419. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036AD328 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2420. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036AC5A8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2421. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036ADA30 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2422. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036AD3B8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2423. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036AD838 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2424. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036AD640 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2425. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036ADC70 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2426. 16:22:10 T:46504 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 036AD7F0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2427. 16:22:10 T:46504 NOTICE: application stopped...
  2428. 16:22:10 T:44904 DEBUG: Thread Announce 44904 terminating
  2429. 16:22:10 T:46504 DEBUG: SECTION:UnloadDll(special://xbmcbin/libcurl.dll)
  2430. 16:22:10 T:46504 FATAL: /libcurl.dll is a system dll and should never be released
  2431. 16:22:10 T:46504 FATAL: /cpluff.dll is a system dll and should never be released
  2432. 16:22:10 T:46504 FATAL: /cec.dll is a system dll and should never be released
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement