Advertisement
Guest User

aeonnox missing icon

a guest
Oct 22nd, 2016
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 211.58 KB | None | 0 0
  1. 11:52:08 T:20664 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 11:52:08 T:20664 NOTICE: -----------------------------------------------------------------------
  3. 11:52:08 T:20664 NOTICE: Starting Kodi (17.0-BETA3 Git:20161004-df45f18-dirty). Platform: Windows NT x86 32-bit
  4. 11:52:08 T:20664 NOTICE: Using Release Kodi x32 build
  5. 11:52:08 T:20664 NOTICE: Kodi compiled Oct 4 2016 by MSVC 190024210 for Windows NT x86 32-bit version 6.3 (0x06030000)
  6. 11:52:08 T:20664 NOTICE: Running on Windows 8.1, kernel: Windows NT x86 64-bit version 6.3
  7. 11:52:08 T:20664 NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi
  8. 11:52:08 T:20664 NOTICE: Host CPU: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz, 4 cores available
  9. 11:52:08 T:20664 NOTICE: Desktop Resolution: 1680x1050 32Bit at 60Hz
  10. 11:52:08 T:20664 NOTICE: Running with administrator rights
  11. 11:52:08 T:20664 NOTICE: Aero is enabled
  12. 11:52:08 T:20664 NOTICE: special://xbmc/ is mapped to: G:\Kodi
  13. 11:52:08 T:20664 NOTICE: special://xbmcbin/ is mapped to: G:\Kodi
  14. 11:52:08 T:20664 NOTICE: special://xbmcbinaddons/ is mapped to: G:\Kodi/addons
  15. 11:52:08 T:20664 NOTICE: special://masterprofile/ is mapped to: E:\snyft\AppData\Roaming\Kodi\userdata
  16. 11:52:08 T:20664 NOTICE: special://home/ is mapped to: E:\snyft\AppData\Roaming\Kodi\
  17. 11:52:08 T:20664 NOTICE: special://temp/ is mapped to: E:\snyft\AppData\Roaming\Kodi\cache
  18. 11:52:08 T:20664 NOTICE: special://logpath/ is mapped to: E:\snyft\AppData\Roaming\Kodi\
  19. 11:52:08 T:20664 NOTICE: The executable running is: G:\Kodi\Kodi.exe
  20. 11:52:08 T:20664 NOTICE: Local hostname: snyfton
  21. 11:52:08 T:20664 NOTICE: Log File is located: E:\snyft\AppData\Roaming\Kodi\/kodi.log
  22. 11:52:08 T:20664 NOTICE: -----------------------------------------------------------------------
  23. 11:52:08 T:20664 NOTICE: load settings...
  24. 11:52:08 T:20664 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
  25. 11:52:08 T:20664 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
  26. 11:52:08 T:20664 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  27. 11:52:08 T:20664 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  28. 11:52:08 T:20664 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. 11:52:08 T:20664 NOTICE: Default Video Player: VideoPlayer
  173. 11:52:08 T:20664 NOTICE: Default Audio Player: paplayer
  174. 11:52:08 T:20664 NOTICE: Enabled debug logging due to GUI setting (2)
  175. 11:52:08 T:20664 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  176. 11:52:08 T:20664 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  177. 11:52:08 T:20664 DEBUG: CMediaSourceSettings: Setting <default> source to : Album
  178. 11:52:08 T:20664 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  179. 11:52:08 T:20664 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
  180. 11:52:08 T:20664 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
  181. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  182. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
  183. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  184. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  185. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  186. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  187. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  188. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  189. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  190. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  191. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  192. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  193. 11:52:08 T:20664 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  194. 11:52:08 T:20664 NOTICE: Loaded playercorefactory configuration
  195. 11:52:08 T:20664 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  196. 11:52:08 T:20664 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  197. 11:52:08 T:20664 INFO: creating subdirectories
  198. 11:52:08 T:20664 INFO: userdata folder: special://masterprofile/
  199. 11:52:08 T:20664 INFO: recording folder:
  200. 11:52:08 T:20664 INFO: screenshots folder:
  201. 11:52:08 T:20664 NOTICE: Running database version Addons26
  202. 11:52:08 T:20664 DEBUG: SECTION:LoadDLL(special://xbmcbin/cpluff.dll)
  203. 11:52:11 T:20664 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. 11:52:12 T:20664 INFO: ADDON: cpluff: 'Could not read plug-in directory E:\snyft\AppData\Roaming\Kodi\addons: No such file or directory'
  205. 11:52:13 T:20664 INFO: ADDON: cpluff: 'Could not read plug-in directory G:\Kodi\addons: No such file or directory'
  206. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.stars has been installed.'
  207. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.phstreams has been installed.'
  208. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been installed.'
  209. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been installed.'
  210. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.shani has been installed.'
  211. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.movies.anidb.net.mod has been installed.'
  212. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.nos has been installed.'
  213. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.moviesetart has been installed.'
  214. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  215. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
  216. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in weather.yahoo has been installed.'
  217. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
  218. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in kodi.peripheral has been installed.'
  219. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in adsp.basic has been installed.'
  220. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.anidb.net has been installed.'
  221. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.regionalnl has been installed.'
  222. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmcadult has been installed.'
  223. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in kodi.adsp has been installed.'
  224. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
  225. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.tknorris.release has been installed.'
  226. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
  227. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.ofdb.de has been installed.'
  228. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.uk has been installed.'
  229. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup4 has been installed.'
  230. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  231. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.repository has been installed.'
  232. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.Kinkin has been installed.'
  233. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.TheYid has been installed.'
  234. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in resource.images.recordlabels.white has been installed.'
  235. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  236. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in visualization.shadertoy has been installed.'
  237. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
  238. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot has been installed.'
  239. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop2 has been installed.'
  240. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been installed.'
  241. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.kodi65 has been installed.'
  242. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.httplib2 has been installed.'
  243. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.myconnpy has been installed.'
  244. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.last.fm has been installed.'
  245. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weatherfanart.single has been installed.'
  246. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.image.resource.select has been installed.'
  247. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been installed.'
  248. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.pyxbmct has been installed.'
  249. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  250. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in superrepo.kodi.isengard.adult has been installed.'
  251. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.trakt has been installed.'
  252. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.eldorado has been installed.'
  253. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
  254. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.mtg has been installed.'
  255. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.ptom has been installed.'
  256. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmchub has been installed.'
  257. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
  258. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.impa.com has been installed.'
  259. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in superrepo.kodi.isengard.all has been installed.'
  260. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.last.fm has been installed.'
  261. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.m4x1m has been installed.'
  262. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.mtv has been installed.'
  263. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.grab.fanart has been installed.'
  264. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.arrow has been installed.'
  265. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been installed.'
  266. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.opensubtitles has been installed.'
  267. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
  268. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.videos has been installed.'
  269. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.ytplugin has been installed.'
  270. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.picture.slideshow has been installed.'
  271. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
  272. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.video.F4mProxy has been installed.'
  273. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.colorbox has been installed.'
  274. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.actionhandler has been installed.'
  275. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been installed.'
  276. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.addoninstaller has been installed.'
  277. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been installed.'
  278. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.movieposterdb.com has been installed.'
  279. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.cdartmanager has been installed.'
  280. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.stsound has been installed.'
  281. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  282. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.libraryeditor has been installed.'
  283. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.dateutil has been installed.'
  284. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in visualization.spectrum has been installed.'
  285. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
  286. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
  287. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.port.hu has been installed.'
  288. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.no has been installed.'
  289. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been installed.'
  290. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.maps.browser has been installed.'
  291. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
  292. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.videodevil has been installed.'
  293. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pyro has been installed.'
  294. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
  295. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.skin.helper.service has been installed.'
  296. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
  297. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been installed.'
  298. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.scudlee has been installed.'
  299. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.buggalo has been installed.'
  300. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been installed.'
  301. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.se has been installed.'
  302. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  303. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.googleapi has been installed.'
  304. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
  305. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
  306. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcswift2 has been installed.'
  307. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been installed.'
  308. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.5 has been installed.'
  309. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.video has been installed.'
  310. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  311. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.backup.watched has been installed.'
  312. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in skin.estuary has been installed.'
  313. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been installed.'
  314. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in service.watchedlist has been installed.'
  315. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.streams has been installed.'
  316. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.rbiez.telldus has been installed.'
  317. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  318. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvshows.anidb.net.mod has been installed.'
  319. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
  320. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.autocompletion has been installed.'
  321. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.biogenesis has been installed.'
  322. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been installed.'
  323. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
  324. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been installed.'
  325. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been installed.'
  326. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.dropbox has been installed.'
  327. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  328. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.six has been installed.'
  329. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
  330. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  331. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.asteroids has been installed.'
  332. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
  333. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
  334. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been installed.'
  335. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
  336. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in peripheral.joystick has been installed.'
  337. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been installed.'
  338. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in adsp.biquad.filters has been installed.'
  339. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.addic7ed has been installed.'
  340. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in game.controller.default has been installed.'
  341. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been installed.'
  342. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.universal has been installed.'
  343. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  344. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been installed.'
  345. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  346. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in kodi.game has been installed.'
  347. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been installed.'
  348. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.twitch has been installed.'
  349. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.aeon.nox.silvo has been installed.'
  350. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.cinemavision has been installed.'
  351. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been installed.'
  352. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been installed.'
  353. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repo.djtoll has been installed.'
  354. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.hdhomerun has been installed.'
  355. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.toolbox has been installed.'
  356. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.common has been installed.'
  357. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.profilecleaner has been installed.'
  358. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.imdb.trailers has been installed.'
  359. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.nebula has been installed.'
  360. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been installed.'
  361. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
  362. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in service.linuxwhatelse.notify has been installed.'
  363. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
  364. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  365. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in service.skin.widgets has been installed.'
  366. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in resource.images.languageflags.colour has been installed.'
  367. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been installed.'
  368. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been installed.'
  369. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
  370. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been installed.'
  371. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.simple.downloader has been installed.'
  372. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.uritemplate has been installed.'
  373. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  374. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pingpong has been installed.'
  375. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.subscene has been installed.'
  376. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.sbsnl has been installed.'
  377. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in skin.estouchy has been installed.'
  378. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in inputstream.mpd has been installed.'
  379. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in service.watchdog has been installed.'
  380. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
  381. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.The_Silencer has been installed.'
  382. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
  383. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been installed.'
  384. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been installed.'
  385. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been installed.'
  386. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in inputstream.smoothstream has been installed.'
  387. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been installed.'
  388. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in kodi.inputstream has been installed.'
  389. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.nick has been installed.'
  390. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.nakamori has been installed.'
  391. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
  392. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.shadertoy has been installed.'
  393. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.repo.hitcher has been installed.'
  394. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.urlresolver has been installed.'
  395. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.oauth2client has been installed.'
  396. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
  397. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.trakt has been installed.'
  398. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.database.cleaner has been installed.'
  399. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.yaml has been installed.'
  400. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
  401. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.xbmcbackup has been installed.'
  402. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
  403. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.be has been installed.'
  404. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.de has been installed.'
  405. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in net.rieter.xot.channel.rtlnl has been installed.'
  406. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.teeedubb has been installed.'
  407. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.routing has been installed.'
  408. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple2 has been installed.'
  409. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been installed.'
  410. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  411. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  412. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.javstream has been installed.'
  413. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.p2p-streams.xbmc has been installed.'
  414. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in adsp.freesurround has been installed.'
  415. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.silvo has been installed.'
  416. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in context.extendedinfo.dialog has been installed.'
  417. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  418. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.omdbapi.com has been installed.'
  419. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in resource.images.studios.white has been installed.'
  420. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.home has been installed.'
  421. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.ratingupdate has been installed.'
  422. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.theaudiodb.com has been installed.'
  423. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
  424. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.parsedom has been installed.'
  425. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  426. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  427. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in repository.whitecream has been installed.'
  428. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been installed.'
  429. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.liveresolver has been installed.'
  430. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in screensaver.greynetic has been installed.'
  431. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in script.module.qrcode has been installed.'
  432. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  433. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
  434. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.uwc has been installed.'
  435. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
  436. 11:52:13 T:20664 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  437. 11:52:13 T:29228 DEBUG: Thread JobWorker start, auto delete: true
  438. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.shani
  439. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.xbmcadult
  440. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.tknorris.release
  441. 11:52:13 T:20664 NOTICE: ADDONS: Using repository net.rieter.xot.repository
  442. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.Kinkin
  443. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.TheYid
  444. 11:52:13 T:20664 NOTICE: ADDONS: Using repository superrepo.kodi.isengard.adult
  445. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.eldorado
  446. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.xbmchub
  447. 11:52:13 T:20664 NOTICE: ADDONS: Using repository superrepo.kodi.isengard.all
  448. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.scudlee
  449. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.xbmc.org
  450. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.aeon.nox.silvo
  451. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repo.djtoll
  452. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.The_Silencer
  453. 11:52:13 T:20664 NOTICE: ADDONS: Using repository xbmc.repo.hitcher
  454. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.teeedubb
  455. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.p2p-streams.xbmc
  456. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.whitecream
  457. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.ptom
  458. 11:52:13 T:20664 NOTICE: ADDONS: Using repository repository.m4x1m
  459. 11:52:13 T:20664 DEBUG: ADDON: Dll Initializing - InputStream MPEG DASH
  460. 11:52:13 T:20664 DEBUG: SECTION:LoadDLL(G:\Kodi\addons\inputstream.mpd\inputstream.mpd.dll)
  461. 11:52:13 T:20664 DEBUG: AddOnLog: InputStream MPEG DASH: libXBMC_addon successfully loaded
  462. 11:52:13 T:20664 DEBUG: AddOnLog: InputStream MPEG DASH: ADDON_Create()
  463. 11:52:13 T:20664 DEBUG: AddOnLog: InputStream MPEG DASH: ADDON_Destroy()
  464. 11:52:13 T:20664 DEBUG: SECTION:UnloadDll(G:\Kodi\addons\inputstream.mpd\inputstream.mpd.dll)
  465. 11:52:13 T:20664 FATAL: G:\Kodi\addons\inputstream.mpd\inputstream.mpd.dll is a system dll and should never be released
  466. 11:52:13 T:20664 INFO: ADDON: Dll Destroyed - InputStream MPEG DASH
  467. 11:52:13 T:20664 DEBUG: ADDON: Dll Initializing - InputStream SmoothStreamingMedia
  468. 11:52:13 T:20664 DEBUG: SECTION:LoadDLL(G:\Kodi\addons\inputstream.smoothstream\inputstream.smoothstream.dll)
  469. 11:52:13 T:20664 DEBUG: AddOnLog: InputStream SmoothStreamingMedia: ADDON_Create()
  470. 11:52:13 T:20664 DEBUG: AddOnLog: InputStream SmoothStreamingMedia: ADDON_Destroy()
  471. 11:52:13 T:20664 DEBUG: SECTION:UnloadDll(G:\Kodi\addons\inputstream.smoothstream\inputstream.smoothstream.dll)
  472. 11:52:13 T:20664 FATAL: G:\Kodi\addons\inputstream.smoothstream\inputstream.smoothstream.dll is a system dll and should never be released
  473. 11:52:13 T:20664 INFO: ADDON: Dll Destroyed - InputStream SmoothStreamingMedia
  474. 11:52:13 T:27272 DEBUG: Thread ActiveAE start, auto delete: false
  475. 11:52:13 T:25900 DEBUG: Thread AESink start, auto delete: false
  476. 11:52:13 T:27272 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_DTSHD" on device "HT-RC630-4 (NVIDIA High Definition Audio)" seems to be not supported.
  477. 11:52:13 T:27272 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_TRUEHD" on device "HT-RC630-4 (NVIDIA High Definition Audio)" seems to be not supported.
  478. 11:52:13 T:27272 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "HT-RC630-4 (NVIDIA High Definition Audio)" seems to be not supported.
  479. 11:52:13 T:27272 NOTICE: Found 2 Lists of Devices
  480. 11:52:13 T:27272 NOTICE: Enumerated DIRECTSOUND devices:
  481. 11:52:13 T:27272 NOTICE: Device 1
  482. 11:52:13 T:27272 NOTICE: m_deviceName : {09782487-8FAD-43EF-A56A-05EEEA8579AC}
  483. 11:52:13 T:27272 NOTICE: m_displayName : Speakers - Speakers (ASUS Xonar DX Audio Device)
  484. 11:52:13 T:27272 NOTICE: m_displayNameExtra: DIRECTSOUND: Speakers (ASUS Xonar DX Audio Device)
  485. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  486. 11:52:13 T:27272 NOTICE: m_channels : FL,FR,FC,BL,BR,SL,SR,LFE
  487. 11:52:13 T:27272 NOTICE: m_sampleRates : 96000
  488. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_FLOAT
  489. 11:52:13 T:27272 NOTICE: m_streamTypes : No passthrough capabilities
  490. 11:52:13 T:27272 NOTICE: Device 2
  491. 11:52:13 T:27272 NOTICE: m_deviceName : default
  492. 11:52:13 T:27272 NOTICE: m_displayName : default
  493. 11:52:13 T:27272 NOTICE: m_displayNameExtra:
  494. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  495. 11:52:13 T:27272 NOTICE: m_channels : FL,FR,FC,BL,BR,SL,SR,LFE
  496. 11:52:13 T:27272 NOTICE: m_sampleRates : 96000
  497. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_FLOAT
  498. 11:52:13 T:27272 NOTICE: m_streamTypes : No passthrough capabilities
  499. 11:52:13 T:27272 NOTICE: Device 3
  500. 11:52:13 T:27272 NOTICE: m_deviceName : {5379F0A6-CC16-459A-A23E-0C3751283C54}
  501. 11:52:13 T:27272 NOTICE: m_displayName : Headphones - Headphones (High Definition Audio Device)
  502. 11:52:13 T:27272 NOTICE: m_displayNameExtra: DIRECTSOUND: Headphones (High Definition Audio Device)
  503. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  504. 11:52:13 T:27272 NOTICE: m_channels : FL,FR
  505. 11:52:13 T:27272 NOTICE: m_sampleRates : 44100
  506. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_FLOAT
  507. 11:52:13 T:27272 NOTICE: m_streamTypes : No passthrough capabilities
  508. 11:52:13 T:27272 NOTICE: Device 4
  509. 11:52:13 T:27272 NOTICE: m_deviceName : {9328F95D-C49C-4F1D-B68F-3AAECAD34D17}
  510. 11:52:13 T:27272 NOTICE: m_displayName : SPDIF - Digital Audio (S/PDIF) (High Definition Audio Device)
  511. 11:52:13 T:27272 NOTICE: m_displayNameExtra: DIRECTSOUND: Digital Audio (S/PDIF) (High Definition Audio Device)
  512. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  513. 11:52:13 T:27272 NOTICE: m_channels : FL,FR
  514. 11:52:13 T:27272 NOTICE: m_sampleRates : 44100
  515. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  516. 11:52:13 T:27272 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  517. 11:52:13 T:27272 NOTICE: Device 5
  518. 11:52:13 T:27272 NOTICE: m_deviceName : {A5332DFC-3905-4439-8A01-D4685EC38498}
  519. 11:52:13 T:27272 NOTICE: m_displayName : SPDIF - S/PDIF Pass-through Device (ASUS Xonar DX Audio Device)
  520. 11:52:13 T:27272 NOTICE: m_displayNameExtra: DIRECTSOUND: S/PDIF Pass-through Device (ASUS Xonar DX Audio Device)
  521. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  522. 11:52:13 T:27272 NOTICE: m_channels : FL,FR
  523. 11:52:13 T:27272 NOTICE: m_sampleRates : 48000
  524. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  525. 11:52:13 T:27272 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. 11:52:13 T:27272 NOTICE: Device 6
  527. 11:52:13 T:27272 NOTICE: m_deviceName : {F78A403C-9BA8-4238-B54B-B7DB6F68E079}
  528. 11:52:13 T:27272 NOTICE: m_displayName : HDMI - HT-RC630-4 (NVIDIA High Definition Audio)
  529. 11:52:13 T:27272 NOTICE: m_displayNameExtra: DIRECTSOUND: HT-RC630-4 (NVIDIA High Definition Audio)
  530. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  531. 11:52:13 T:27272 NOTICE: m_channels : FL,FR
  532. 11:52:13 T:27272 NOTICE: m_sampleRates : 48000
  533. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  534. 11:52:13 T:27272 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. 11:52:13 T:27272 NOTICE: Enumerated WASAPI devices:
  536. 11:52:13 T:27272 NOTICE: Device 1
  537. 11:52:13 T:27272 NOTICE: m_deviceName : {09782487-8FAD-43EF-A56A-05EEEA8579AC}
  538. 11:52:13 T:27272 NOTICE: m_displayName : Speakers - Speakers (ASUS Xonar DX Audio Device)
  539. 11:52:13 T:27272 NOTICE: m_displayNameExtra: WASAPI: Speakers (ASUS Xonar DX Audio Device)
  540. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  541. 11:52:13 T:27272 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR,SL,SR
  542. 11:52:13 T:27272 NOTICE: m_sampleRates : 192000,96000,48000,44100
  543. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  544. 11:52:13 T:27272 NOTICE: m_streamTypes : No passthrough capabilities
  545. 11:52:13 T:27272 NOTICE: Device 2
  546. 11:52:13 T:27272 NOTICE: m_deviceName : default
  547. 11:52:13 T:27272 NOTICE: m_displayName : default
  548. 11:52:13 T:27272 NOTICE: m_displayNameExtra:
  549. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  550. 11:52:13 T:27272 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR,SL,SR
  551. 11:52:13 T:27272 NOTICE: m_sampleRates : 192000,96000,48000,44100
  552. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  553. 11:52:13 T:27272 NOTICE: m_streamTypes : No passthrough capabilities
  554. 11:52:13 T:27272 NOTICE: Device 3
  555. 11:52:13 T:27272 NOTICE: m_deviceName : {5379F0A6-CC16-459A-A23E-0C3751283C54}
  556. 11:52:13 T:27272 NOTICE: m_displayName : Headphones - Headphones (High Definition Audio Device)
  557. 11:52:13 T:27272 NOTICE: m_displayNameExtra: WASAPI: Headphones (High Definition Audio Device)
  558. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  559. 11:52:13 T:27272 NOTICE: m_channels : FL,FR
  560. 11:52:13 T:27272 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100
  561. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  562. 11:52:13 T:27272 NOTICE: m_streamTypes : No passthrough capabilities
  563. 11:52:13 T:27272 NOTICE: Device 4
  564. 11:52:13 T:27272 NOTICE: m_deviceName : {9328F95D-C49C-4F1D-B68F-3AAECAD34D17}
  565. 11:52:13 T:27272 NOTICE: m_displayName : SPDIF - Digital Audio (S/PDIF) (High Definition Audio Device)
  566. 11:52:13 T:27272 NOTICE: m_displayNameExtra: WASAPI: Digital Audio (S/PDIF) (High Definition Audio Device)
  567. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  568. 11:52:13 T:27272 NOTICE: m_channels : FL,FR
  569. 11:52:13 T:27272 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100,32000
  570. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  571. 11:52:13 T:27272 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  572. 11:52:13 T:27272 NOTICE: Device 5
  573. 11:52:13 T:27272 NOTICE: m_deviceName : {A5332DFC-3905-4439-8A01-D4685EC38498}
  574. 11:52:13 T:27272 NOTICE: m_displayName : SPDIF - S/PDIF Pass-through Device (ASUS Xonar DX Audio Device)
  575. 11:52:13 T:27272 NOTICE: m_displayNameExtra: WASAPI: S/PDIF Pass-through Device (ASUS Xonar DX Audio Device)
  576. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  577. 11:52:13 T:27272 NOTICE: m_channels : FL,FR
  578. 11:52:13 T:27272 NOTICE: m_sampleRates : 192000,96000,48000,44100
  579. 11:52:13 T:27272 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. 11:52:13 T:27272 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. 11:52:13 T:27272 NOTICE: Device 6
  582. 11:52:13 T:27272 NOTICE: m_deviceName : {F78A403C-9BA8-4238-B54B-B7DB6F68E079}
  583. 11:52:13 T:27272 NOTICE: m_displayName : HDMI - HT-RC630-4 (NVIDIA High Definition Audio)
  584. 11:52:13 T:27272 NOTICE: m_displayNameExtra: WASAPI: HT-RC630-4 (NVIDIA High Definition Audio)
  585. 11:52:13 T:27272 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  586. 11:52:13 T:27272 NOTICE: m_channels : FL,FR
  587. 11:52:13 T:27272 NOTICE: m_sampleRates : 192000,96000,48000,44100
  588. 11:52:13 T:27272 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  589. 11:52:13 T:27272 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. 11:52:13 T:25900 INFO: CActiveAESink::OpenSink - initialize sink
  591. 11:52:13 T:25900 DEBUG: CActiveAESink::OpenSink - trying to open device WASAPI:{F78A403C-9BA8-4238-B54B-B7DB6F68E079}
  592. 11:52:13 T:25900 INFO: CAESinkWASAPI::InitializeExclusive: WASAPI Exclusive Mode Sink Initialized using: AE_FMT_S24NE4MSB, 44100, 6
  593. 11:52:13 T:25900 DEBUG: CActiveAESink::OpenSink - WASAPI Initialized:
  594. 11:52:13 T:25900 DEBUG: Output Device : HDMI - HT-RC630-4 (NVIDIA High Definition Audio)
  595. 11:52:13 T:25900 DEBUG: Sample Rate : 44100
  596. 11:52:13 T:25900 DEBUG: Sample Format : AE_FMT_S24NE4MSB
  597. 11:52:13 T:25900 DEBUG: Channel Count : 6
  598. 11:52:13 T:25900 DEBUG: Channel Layout: FL,FR,FC,LFE,SL,SR
  599. 11:52:13 T:25900 DEBUG: Frames : 2208
  600. 11:52:13 T:25900 DEBUG: Frame Size : 24
  601. 11:52:13 T:29656 DEBUG: Thread RemoteControl start, auto delete: false
  602. 11:52:13 T:29656 DEBUG: CRemoteControl::Connect - connecting to: ::1:24000 ...
  603. 11:52:13 T:20664 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  604. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  605. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  606. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  607. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
  608. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
  609. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
  610. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  611. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  612. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  613. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  614. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
  615. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  616. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  617. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  618. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  619. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  620. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
  621. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
  622. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  623. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  624. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  625. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  626. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  627. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  628. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  629. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  630. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
  631. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
  632. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
  633. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
  634. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  635. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  636. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  637. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  638. 11:52:13 T:20664 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  639. 11:52:13 T:20664 DEBUG: CWin32StorageProvider::Initialize: No optical drive found.
  640. 11:52:13 T:20664 NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce GTX 760, adapter 0.
  641. 11:52:13 T:20664 NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce GTX 760, adapter 1.
  642. 11:52:13 T:20664 NOTICE: Primary mode: 1680x1050@ 60.00 - Full Screen
  643. 11:52:13 T:20664 NOTICE: Secondary mode: 1920x1080@ 59.94 #2 - Full Screen
  644. 11:52:13 T:20664 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  645. 11:52:13 T:20664 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  646. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  647. 11:52:13 T:20664 NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
  648. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  649. 11:52:13 T:20664 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  650. 11:52:13 T:20664 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  651. 11:52:13 T:20664 NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
  652. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  653. 11:52:13 T:20664 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  654. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  655. 11:52:13 T:20664 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  656. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  657. 11:52:13 T:20664 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
  658. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  659. 11:52:13 T:20664 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  660. 11:52:13 T:20664 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  661. 11:52:13 T:20664 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  662. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  663. 11:52:13 T:20664 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  664. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  665. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  666. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  667. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 60.00 - Full Screen
  668. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  669. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  670. 11:52:13 T:20664 NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
  671. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  672. 11:52:13 T:20664 NOTICE: Additional mode: 1920x1080@ 59.94 #2 - Full Screen
  673. 11:52:13 T:20664 NOTICE: Additional mode: 1920x1080@ 25.00i #2 - Full Screen
  674. 11:52:13 T:20664 NOTICE: Additional mode: 1920x1080@ 29.97i #2 - Full Screen
  675. 11:52:13 T:20664 NOTICE: Additional mode: 1920x1080@ 30.00i #2 - Full Screen
  676. 11:52:13 T:20664 NOTICE: Additional mode: 1920x1080@ 23.98 #2 - Full Screen
  677. 11:52:13 T:20664 NOTICE: Additional mode: 1920x1080@ 24.00 #2 - Full Screen
  678. 11:52:13 T:20664 NOTICE: Additional mode: 1920x1080@ 29.97 #2 - Full Screen
  679. 11:52:13 T:20664 NOTICE: Additional mode: 1920x1080@ 30.00 #2 - Full Screen
  680. 11:52:13 T:20664 NOTICE: Additional mode: 1920x1080@ 50.00 #2 - Full Screen
  681. 11:52:13 T:20664 NOTICE: Additional mode: 1920x1080@ 60.00 #2 - Full Screen
  682. 11:52:13 T:20664 NOTICE: Additional mode: 640x480@ 60.00 #2 - Full Screen
  683. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  684. 11:52:13 T:20664 NOTICE: Additional mode: 720x480@ 59.94 #2 - Full Screen
  685. 11:52:13 T:20664 NOTICE: Additional mode: 720x480@ 60.00 #2 - Full Screen
  686. 11:52:13 T:20664 NOTICE: Additional mode: 720x576@ 50.00 #2 - Full Screen
  687. 11:52:13 T:20664 NOTICE: Additional mode: 800x600@ 60.00 #2 - Full Screen
  688. 11:52:13 T:20664 NOTICE: Additional mode: 1024x768@ 60.00 #2 - Full Screen
  689. 11:52:13 T:20664 NOTICE: Additional mode: 1152x864@ 60.00 #2 - Full Screen
  690. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  691. 11:52:13 T:20664 NOTICE: Additional mode: 1176x664@ 50.00 #2 - Full Screen
  692. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  693. 11:52:13 T:20664 NOTICE: Additional mode: 1176x664@ 59.94 #2 - Full Screen
  694. 11:52:13 T:20664 NOTICE: Additional mode: 1176x664@ 60.00 #2 - Full Screen
  695. 11:52:13 T:20664 NOTICE: Additional mode: 1176x664@ 59.94 #2 - Full Screen
  696. 11:52:13 T:20664 NOTICE: Additional mode: 1176x664@ 60.00 #2 - Full Screen
  697. 11:52:13 T:20664 NOTICE: Additional mode: 1176x664@ 59.94 #2 - Full Screen
  698. 11:52:13 T:20664 NOTICE: Additional mode: 1176x664@ 60.00 #2 - Full Screen
  699. 11:52:13 T:20664 NOTICE: Additional mode: 1280x720@ 50.00 #2 - Full Screen
  700. 11:52:13 T:20664 NOTICE: Additional mode: 1280x720@ 59.94 #2 - Full Screen
  701. 11:52:13 T:20664 NOTICE: Additional mode: 1280x720@ 60.00 #2 - Full Screen
  702. 11:52:13 T:20664 NOTICE: Additional mode: 1280x768@ 60.00 #2 - Full Screen
  703. 11:52:13 T:20664 NOTICE: Additional mode: 1280x800@ 60.00 #2 - Full Screen
  704. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  705. 11:52:13 T:20664 NOTICE: Additional mode: 1280x960@ 60.00 #2 - Full Screen
  706. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  707. 11:52:13 T:20664 NOTICE: Additional mode: 1280x1024@ 60.00 #2 - Full Screen
  708. 11:52:13 T:20664 NOTICE: Additional mode: 1360x768@ 60.00 #2 - Full Screen
  709. 11:52:13 T:20664 NOTICE: Additional mode: 1366x768@ 60.00 #2 - Full Screen
  710. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  711. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 59.94 #2 - Full Screen
  712. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  713. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 25.00i #2 - Full Screen
  714. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  715. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 29.97i #2 - Full Screen
  716. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 30.00i #2 - Full Screen
  717. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 29.97i #2 - Full Screen
  718. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 30.00i #2 - Full Screen
  719. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 29.97i #2 - Full Screen
  720. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 30.00i #2 - Full Screen
  721. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 23.98 #2 - Full Screen
  722. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 24.00 #2 - Full Screen
  723. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 23.98 #2 - Full Screen
  724. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 24.00 #2 - Full Screen
  725. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 23.98 #2 - Full Screen
  726. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 24.00 #2 - Full Screen
  727. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 29.97 #2 - Full Screen
  728. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 30.00 #2 - Full Screen
  729. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 29.97 #2 - Full Screen
  730. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 30.00 #2 - Full Screen
  731. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 29.97 #2 - Full Screen
  732. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 30.00 #2 - Full Screen
  733. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 50.00 #2 - Full Screen
  734. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  735. 11:52:13 T:20664 NOTICE: Additional mode: 1600x900@ 60.00 #2 - Full Screen
  736. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  737. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 59.94 #2 - Full Screen
  738. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  739. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 25.00i #2 - Full Screen
  740. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  741. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 29.97i #2 - Full Screen
  742. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 30.00i #2 - Full Screen
  743. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 29.97i #2 - Full Screen
  744. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 30.00i #2 - Full Screen
  745. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 29.97i #2 - Full Screen
  746. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 30.00i #2 - Full Screen
  747. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 23.98 #2 - Full Screen
  748. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 24.00 #2 - Full Screen
  749. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 23.98 #2 - Full Screen
  750. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 24.00 #2 - Full Screen
  751. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 23.98 #2 - Full Screen
  752. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 24.00 #2 - Full Screen
  753. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 29.97 #2 - Full Screen
  754. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 30.00 #2 - Full Screen
  755. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 29.97 #2 - Full Screen
  756. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 30.00 #2 - Full Screen
  757. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 29.97 #2 - Full Screen
  758. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 30.00 #2 - Full Screen
  759. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 50.00 #2 - Full Screen
  760. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  761. 11:52:13 T:20664 NOTICE: Additional mode: 1600x1024@ 60.00 #2 - Full Screen
  762. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  763. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 59.94 #2 - Full Screen
  764. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  765. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 25.00i #2 - Full Screen
  766. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  767. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 29.97i #2 - Full Screen
  768. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 30.00i #2 - Full Screen
  769. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 29.97i #2 - Full Screen
  770. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 30.00i #2 - Full Screen
  771. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 29.97i #2 - Full Screen
  772. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 30.00i #2 - Full Screen
  773. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 23.98 #2 - Full Screen
  774. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 24.00 #2 - Full Screen
  775. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 23.98 #2 - Full Screen
  776. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 24.00 #2 - Full Screen
  777. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 23.98 #2 - Full Screen
  778. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 24.00 #2 - Full Screen
  779. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 29.97 #2 - Full Screen
  780. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 30.00 #2 - Full Screen
  781. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 29.97 #2 - Full Screen
  782. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 30.00 #2 - Full Screen
  783. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 29.97 #2 - Full Screen
  784. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 30.00 #2 - Full Screen
  785. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 50.00 #2 - Full Screen
  786. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  787. 11:52:13 T:20664 NOTICE: Additional mode: 1680x1050@ 60.00 #2 - Full Screen
  788. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  789. 11:52:13 T:20664 NOTICE: Additional mode: 1768x992@ 25.00i #2 - Full Screen
  790. 11:52:13 T:20664 NOTICE: Previous line repeats 2 times.
  791. 11:52:13 T:20664 NOTICE: Additional mode: 1768x992@ 29.97i #2 - Full Screen
  792. 11:52:13 T:20664 NOTICE: Additional mode: 1768x992@ 30.00i #2 - Full Screen
  793. 11:52:13 T:20664 NOTICE: Additional mode: 1768x992@ 29.97i #2 - Full Screen
  794. 11:52:13 T:20664 NOTICE: Additional mode: 1768x992@ 30.00i #2 - Full Screen
  795. 11:52:13 T:20664 NOTICE: Additional mode: 1768x992@ 29.97i #2 - Full Screen
  796. 11:52:13 T:20664 NOTICE: Additional mode: 1768x992@ 30.00i #2 - Full Screen
  797. 11:52:13 T:20664 NOTICE: Additional mode: 1400x1050@ 60.00 #2 - Full Screen
  798. 11:52:13 T:20664 NOTICE: Checking resolution 17
  799. 11:52:13 T:20664 DEBUG: CWinEventsWin32::WndProc: window resize event
  800. 11:52:13 T:20664 DEBUG: CWinEventsWin32::WndProc: window move event
  801. 11:52:13 T:20664 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1920,1080 fullscreen)->(1680,-60,3600,1020 fullscreen)
  802. 11:52:13 T:20664 DEBUG: CWinEventsWin32::WndProcWindow is active
  803. 11:52:13 T:20664 DEBUG: CWinEventsWin32::WndProc: window move event
  804. 11:52:13 T:20664 DEBUG: CRenderSystemDX::InitRenderSystem - Initializing D3D11 Factory...
  805. 11:52:13 T:20664 DEBUG: CRenderSystemDX::SetMonitor - Selected \\.\DISPLAY6 output.
  806. 11:52:13 T:20664 DEBUG: CRenderSystemDX::SetMonitor - Selected NVIDIA GeForce GTX 760 adapter.
  807. 11:52:13 T:20664 DEBUG: CRenderSystemDX::InitHooks: Hookind into UserModeDriver on device \Registry\Machine\System\CurrentControlSet\Control\Video\{949C404A-ED4D-460C-A93B-5D91EB06F485}\0001.
  808. 11:52:13 T:20664 DEBUG: CRenderSystemDX::InitHooks: D3D11 hook installed and activated.
  809. 11:52:13 T:20664 DEBUG: HookOpenAdapter10_2: hook into pOpenData->pAdapterFuncs->pfnCreateDevice
  810. 11:52:13 T:20664 DEBUG: HookCreateDevice: hook into pCreateData->pDeviceFuncs->pfnCreateResource
  811. 11:52:13 T:20664 DEBUG: CRenderSystemDX::CreateDevice - on adapter NVIDIA GeForce GTX 760 (VendorId: 0x10de DeviceId: 0x1187) with feature level 0xb000.
  812. 11:52:13 T:20664 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
  813. 11:52:13 T:20664 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_NPOT
  814. 11:52:13 T:20664 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT_NPOT
  815. 11:52:13 T:20664 DEBUG: CD3DVertexShader::CreateInternal - Create the vertex shader.
  816. 11:52:13 T:20664 DEBUG: CD3DVertexShader::CreateInternal - create the input layout.
  817. 11:52:13 T:20664 DEBUG: CD3DPixelShader::CreateInternal - Create the pixel shader.
  818. 11:52:13 T:20664 DEBUG: Previous line repeats 10 times.
  819. 11:52:13 T:20664 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - (Re)Create window size (1920x1080) dependent resources.
  820. 11:52:13 T:20664 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - Creating swapchain in Mono mode.
  821. 11:52:13 T:20664 DEBUG: CRenderSystemDX::FixRefreshRateIfNecessary: refreshRate: 59.9340, desired: 59.9401, deviation: 0.00010, fixRequired: false
  822. 11:52:13 T:20664 DEBUG: Previous line repeats 2 times.
  823. 11:52:13 T:20664 DEBUG: CWinSystemWin32::SetFullScreenEx (windowed fullscreen) on screen 1 with size 1920x1080, refresh 59.940056
  824. 11:52:13 T:20664 INFO: load keymapping
  825. 11:52:13 T:20664 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  826. 11:52:13 T:20664 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  827. 11:52:13 T:20664 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  828. 11:52:13 T:20664 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  829. 11:52:13 T:20664 INFO: Loading special://xbmc/system/keymaps/joystick.xml
  830. 11:52:13 T:20664 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  831. 11:52:13 T:20664 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  832. 11:52:13 T:20664 INFO: Loading special://xbmc/system/keymaps/remote.xml
  833. 11:52:13 T:20664 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  834. 11:52:13 T:20664 INFO: Loading special://xbmc/system/IRSSmap.xml
  835. 11:52:13 T:20664 INFO: * Adding remote mapping for device 'Microsoft MCE'
  836. 11:52:13 T:20664 INFO: * Adding remote mapping for device 'Abstract'
  837. 11:52:13 T:20664 DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
  838. 11:52:13 T:20664 INFO: GUI format 1920x1080, Display 1920x1080@ 59.94 #2 - Full Screen
  839. 11:52:13 T:20664 DEBUG: guilib: Fill viewport on change for solving rendering passes
  840. 11:52:13 T:20664 INFO: CLangInfo: loading resource.language.en_gb language information...
  841. 11:52:13 T:20664 DEBUG: trying to set locale to en-gb
  842. 11:52:13 T:20664 INFO: global locale set to en-gb
  843. 11:52:13 T:20664 INFO: CLangInfo: loading resource.language.en_gb language strings...
  844. 11:52:14 T:20664 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. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 3755 strings from file resource://resource.language.en_gb/strings.po
  846. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 6 strings from file G:\Kodi\addons\screensaver.stars\resources\language\English\strings.po
  847. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 35 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.phstreams\resources\language\English\strings.po
  848. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 39 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.movies.anidb.net.mod\resources\language\English\strings.xml
  849. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 6 strings from file E:\snyft\AppData\Roaming\Kodi\addons\weather.yahoo\resources\language\English\strings.po
  850. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 8 strings from file G:\Kodi\addons\pvr.argustv\resources\language\resource.language.en_gb\strings.po
  851. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 44 strings from file G:\Kodi\addons\adsp.basic\resources\language\English\strings.po
  852. 11:52:14 T:20664 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. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 1 strings from file G:\Kodi\addons\audioencoder.xbmc.builtin.wma\resources\language\English\strings.po
  854. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 7 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.themoviedb.org\resources\language\English\strings.po
  855. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 21 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\resources\language\English\strings.po
  856. 11:52:14 T:20664 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. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 180 strings from file E:\snyft\AppData\Roaming\Kodi\addons\net.rieter.xot\resources\language\English\strings.po
  858. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 3 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.artists.last.fm\resources\language\English\strings.xml
  859. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 7 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\resources\language\English\strings.xml
  860. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 2 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.musicvideos.theaudiodb.com\resources\language\English\strings.po
  861. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 1 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.albums.last.fm\resources\language\English\strings.xml
  862. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 8 strings from file G:\Kodi\addons\pvr.pctv\resources\language\resource.language.en_gb\strings.po
  863. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 4 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.subtitles.opensubtitles\resources\language\English\strings.po
  864. 11:52:14 T:29656 DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
  865. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 22 strings from file G:\Kodi\addons\pvr.iptvsimple\resources\language\resource.language.en_gb\strings.po
  866. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 25 strings from file E:\snyft\AppData\Roaming\Kodi\addons\screensaver.picture.slideshow\resources\language\English\strings.po
  867. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 2 strings from file G:\Kodi\addons\pvr.njoy\resources\language\resource.language.en_gb\strings.po
  868. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 24 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\resources\language\English\strings.po
  869. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 191 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.cdartmanager\resources\language\English\strings.po
  870. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 15 strings from file G:\Kodi\addons\visualization.spectrum\resources\language\English\strings.po
  871. 11:52:14 T:20664 DEBUG: LocalizeStrings: loaded 43 strings from file G:\Kodi\addons\pvr.stalker\resources\language\resource.language.en_gb\strings.po
  872. 11:52:15 T:20664 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. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 34 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.maps.browser\resources\language\English\strings.po
  874. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 52 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.videodevil\resources\language\English\strings.xml
  875. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 6 strings from file G:\Kodi\addons\audioencoder.lame\resources\language\English\strings.po
  876. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 22 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.module.buggalo\resources\language\English\strings.xml
  877. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 3 strings from file G:\Kodi\addons\pvr.filmon\resources\language\resource.language.en_gb\strings.po
  878. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 78 strings from file E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\resources\language\English\strings.po
  879. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 10 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.backup.watched\resources\language\English\strings.po
  880. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 82 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\resources\language\English\strings.po
  881. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 19 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.rbiez.telldus\resources\language\English\strings.xml
  882. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 35 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.tvshows.anidb.net.mod\resources\language\English\strings.xml
  883. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 167 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\language\resource.language.en_gb\strings.po
  884. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 8 strings from file G:\Kodi\addons\screensaver.biogenesis\resources\language\English\strings.po
  885. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 2 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.albums.allmusic.com\resources\language\English\strings.xml
  886. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 16 strings from file G:\Kodi\addons\pvr.vbox\resources\language\resource.language.en_gb\strings.po
  887. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 69 strings from file G:\Kodi\addons\pvr.vdr.vnsi\resources\language\resource.language.en_gb\strings.po
  888. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 11 strings from file G:\Kodi\addons\visualization.vortex\resources\language\English\strings.po
  889. 11:52:15 T:29656 DEBUG: CRemoteControl::Connect - failed to connect
  890. 11:52:15 T:29656 INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
  891. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 6 strings from file G:\Kodi\addons\audioencoder.vorbis\resources\language\English\strings.po
  892. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 71 strings from file G:\Kodi\addons\pvr.mediaportal.tvserver\resources\language\resource.language.en_gb\strings.po
  893. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 61 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.universal\resources\language\English\strings.po
  894. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 37 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.module.youtube.dl\resources\language\English\strings.po
  895. 11:52:15 T:20664 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
  896. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 1 strings from file G:\Kodi\addons\screensaver.xbmc.builtin.dim\resources\language\resource.language.en_gb\strings.po
  897. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 85 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.twitch\resources\language\English\strings.po
  898. 11:52:15 T:20664 DEBUG: LocalizeStrings: loaded 4 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.artists.allmusic.com\resources\language\English\strings.xml
  899. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 70 strings from file G:\Kodi\addons\pvr.wmc\resources\language\resource.language.en_gb\strings.po
  900. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 1 strings from file G:\Kodi\addons\audioencoder.flac\resources\language\English\strings.po
  901. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 18 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\resources\language\English\strings.po
  902. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 5 strings from file G:\Kodi\addons\pvr.hdhomerun\resources\language\resource.language.en_gb\strings.po
  903. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 24 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.globalsearch\resources\language\English\strings.po
  904. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 19 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.imdb.trailers\resources\language\English\strings.xml
  905. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 20 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\resources\language\English\strings.po
  906. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 13 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\resources\language\English\strings.po
  907. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 18 strings from file G:\Kodi\addons\visualization.milkdrop\resources\language\English\strings.po
  908. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 117 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\language\English\strings.po
  909. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 18 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader\resources\language\English\strings.xml
  910. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 93 strings from file G:\Kodi\addons\pvr.mythtv\resources\language\resource.language.en_gb\strings.po
  911. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 27 strings from file G:\Kodi\addons\pvr.vuplus\resources\language\resource.language.en_gb\strings.po
  912. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 4 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.subtitles.subscene\resources\language\English\strings.po
  913. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 10 strings from file G:\Kodi\addons\screensaver.pingpong\resources\language\English\strings.po
  914. 11:52:16 T:20664 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. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 108 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\language\English\strings.po
  916. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 44 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\resources\language\English\strings.xml
  917. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 100 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.artwork.downloader\resources\language\English\strings.po
  918. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 28 strings from file G:\Kodi\addons\pvr.nextpvr\resources\language\resource.language.en_gb\strings.po
  919. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 13 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.album.universal\resources\language\English\strings.po
  920. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 89 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\resources\language\English\strings.xml
  921. 11:52:16 T:20664 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. 11:52:16 T:20664 DEBUG: LocalizeStrings: loaded 1 strings from file G:\Kodi\addons\audioencoder.xbmc.builtin.aac\resources\language\English\strings.po
  923. 11:52:17 T:20664 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. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 17 strings from file E:\snyft\AppData\Roaming\Kodi\addons\kodi.15.pvr.iptvsimple2\resources\language\English\strings.po
  925. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 7 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.tvdb.com\resources\language\English\strings.po
  926. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 16 strings from file G:\Kodi\addons\adsp.freesurround\resources\language\English\strings.po
  927. 11:52:17 T:20664 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. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 22 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.home\resources\language\English\strings.po
  929. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 2 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.artists.theaudiodb.com\resources\language\English\strings.po
  930. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 26 strings from file E:\snyft\AppData\Roaming\Kodi\addons\metadata.artists.universal\resources\language\English\strings.po
  931. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 16 strings from file G:\Kodi\addons\screensaver.greynetic\resources\language\English\strings.po
  932. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 17 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.uwc\resources\language\English\strings.xml
  933. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 68 strings from file G:\Kodi\addons\pvr.hts\resources\language\resource.language.en_gb\strings.po
  934. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 19 strings from file G:\Kodi\addons\adsp.biquad.filters\resources\language\English\strings.po
  935. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 1 strings from file E:\snyft\AppData\Roaming\Kodi\addons\context.extendedinfo.dialog\resources\language\English\strings.po
  936. 11:52:17 T:20664 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. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 18 strings from file G:\Kodi\addons\game.controller.default\resources\language\resource.language.en_gb\strings.po
  938. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 7 strings from file G:\Kodi\addons\inputstream.mpd\resources\language\resource.language.en_gb\strings.po
  939. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 5 strings from file G:\Kodi\addons\inputstream.smoothstream\resources\language\resource.language.en_gb\strings.po
  940. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 1 strings from file G:\Kodi\addons\peripheral.joystick\resources\language\English\strings.po
  941. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 32 strings from file E:\snyft\AppData\Roaming\Kodi\addons\plugin.video.javstream\resources\language\English\strings.xml
  942. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 67 strings from file G:\Kodi\addons\pvr.dvblink\resources\language\resource.language.en_gb\strings.po
  943. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 34 strings from file G:\Kodi\addons\pvr.dvbviewer\resources\language\resource.language.en_gb\strings.po
  944. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 39 strings from file G:\Kodi\addons\screensaver.shadertoy\resources\language\English\strings.po
  945. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 27 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.database.cleaner\resources\language\English\strings.po
  946. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 10 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.module.dropbox\resources\language\English\strings.xml
  947. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 98 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.profilecleaner-master\resources\language\English\strings.po
  948. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 4 strings from file E:\snyft\AppData\Roaming\Kodi\addons\service.subtitles.addic7ed\resources\language\English\strings.po
  949. 11:52:17 T:20664 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. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 18 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\resources\language\English\strings.po
  951. 11:52:17 T:20664 DEBUG: LocalizeStrings: loaded 43 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\resources\language\English\strings.po
  952. 11:52:18 T:20664 DEBUG: LocalizeStrings: loaded 171 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\resources\language\English\strings.po
  953. 11:52:18 T:20664 DEBUG: LocalizeStrings: loaded 107 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\resources\language\English\strings.po
  954. 11:52:18 T:20664 DEBUG: LocalizeStrings: loaded 247 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.cinemavision\resources\language\English\strings.po
  955. 11:52:18 T:20664 DEBUG: LocalizeStrings: loaded 2 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.libraryeditor\resources\language\English\strings.xml
  956. 11:52:18 T:20664 DEBUG: LocalizeStrings: loaded 27 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.moviesetart\resources\language\English\strings.xml
  957. 11:52:18 T:20664 DEBUG: LocalizeStrings: loaded 122 strings from file E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\resources\language\English\strings.po
  958. 11:52:18 T:20664 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  959. 11:52:18 T:20664 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "CEC Adapter"
  960. 11:52:18 T:20664 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  961. 11:52:18 T:20664 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "iMON HID device"
  962. 11:52:18 T:20664 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "WETEK Play remote"
  963. 11:52:18 T:20664 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node ""
  964. 11:52:18 T:20664 DEBUG: SECTION:LoadDLL(special://xbmcbin/cec.dll)
  965. 11:52:18 T:20664 DEBUG: Add-on bus: Registering add-on peripheral.joystick
  966. 11:52:18 T:20664 DEBUG: PERIPHERAL - PERIPHERALS::CPeripheralAddon::CreateAddon - creating peripheral add-on instance 'Joystick Support'
  967. 11:52:18 T:20664 DEBUG: ADDON: Dll Initializing - Joystick Support
  968. 11:52:18 T:20664 DEBUG: SECTION:LoadDLL(G:\Kodi\addons\peripheral.joystick\peripheral.joystick.dll)
  969. 11:52:18 T:20664 DEBUG: AddOnLog: Joystick Support: Attempting to load XInput1_4.dll...
  970. 11:52:18 T:20664 DEBUG: AddOnLog: Joystick Support: Loaded XInput DLL version 1.4
  971. 11:52:18 T:20664 DEBUG: AddOnLog: Joystick Support: Loaded XInput symbols (GetState=71A61810, SetState=71A61900, GetCaps=71A61B50, GetBatteryInformation=71A61E80, PowerOff=71A61CC0)
  972. 11:52:18 T:20664 DEBUG: AddOnLog: Joystick Support: Loaded 14 joystick families with 14 total joysticks
  973. 11:52:18 T:20664 DEBUG: Calling TransferSettings for: Joystick Support
  974. 11:52:18 T:20664 DEBUG: SECTION:LoadDLL(special://xbmcbin/libcurl.dll)
  975. 11:52:18 T:29688 DEBUG: Thread PeripBusUSB start, auto delete: false
  976. 11:52:18 T:26396 DEBUG: Thread PeripBusCEC start, auto delete: false
  977. 11:52:18 T:24892 DEBUG: Thread PeripBusAddon start, auto delete: false
  978. 11:52:18 T:30448 DEBUG: Thread PeripEventScanner start, auto delete: false
  979. 11:52:18 T:20664 NOTICE: Running database version Addons26
  980. 11:52:18 T:20664 DEBUG: CDatabaseManager::Initialize, updating databases...
  981. 11:52:18 T:20664 NOTICE: Running database version ViewModes6
  982. 11:52:18 T:20664 NOTICE: Running database version Textures13
  983. 11:52:18 T:20664 NOTICE: Running database version MyMusic60
  984. 11:52:18 T:20664 NOTICE: Running database version MyVideos107
  985. 11:52:18 T:20664 NOTICE: Running database version TV29
  986. 11:52:18 T:20664 NOTICE: Running database version Epg11
  987. 11:52:18 T:20664 DEBUG: CDatabaseManager::Initialize, updating databases... DONE
  988. 11:52:18 T:20664 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
  989. 11:52:18 T:15108 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  990. 11:52:18 T:15108 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  991. 11:52:18 T:20664 INFO: Unloading old skin ...
  992. 11:52:18 T:20664 INFO: load skin from: E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo (version: 6.0.1)
  993. 11:52:18 T:20664 INFO: load fonts for skin...
  994. 11:52:18 T:20664 INFO: Loading fonts from E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\Font.xml
  995. 11:52:18 T:20664 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. 11:52:18 T:20664 INFO: Loading skin includes from E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9\includes.xml
  997. 11:52:19 T:20664 INFO: load new skin...
  998. 11:52:19 T:20664 INFO: Loading user windows, path E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\16x9
  999. 11:52:19 T:20664 DEBUG: Load Skin XML: 334.25ms
  1000. 11:52:19 T:20664 INFO: initialize new skin...
  1001. 11:52:19 T:20664 DEBUG: guilib: Fill viewport on change for solving rendering passes
  1002. 11:52:19 T:20664 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  1003. 11:52:19 T:20664 DEBUG: CTextureBundleXBT::OpenBundle - Opened bundle E:\snyft\AppData\Roaming\Kodi\addons\skin.aeon.nox.silvo\media\Textures.xbt
  1004. 11:52:19 T:20664 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  1005. 11:52:19 T:20664 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  1006. 11:52:19 T:20664 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  1007. 11:52:19 T:20664 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  1008. 11:52:19 T:20664 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  1009. 11:52:19 T:20664 INFO: skin loaded...
  1010. 11:52:19 T:20664 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  1011. 11:52:19 T:20664 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  1012. 11:52:19 T:20664 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  1013. 11:52:19 T:20664 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  1014. 11:52:20 T:20664 ERROR: JSONRPC: Unable to parse JSON Schema definition for ""
  1015. 11:52:20 T:20664 ERROR: JSONRPC: Invalid JSON Schema definition for method ""
  1016. 11:52:20 T:20664 INFO: JSONRPC v7.22.0: Successfully initialized
  1017. 11:52:20 T:20664 DEBUG: ADDON: Starting service addons.
  1018. 11:52:20 T:29560 DEBUG: Thread LanguageInvoker start, auto delete: false
  1019. 11:52:20 T:29560 INFO: initializing python engine.
  1020. 11:52:20 T:27508 DEBUG: Thread LanguageInvoker start, auto delete: false
  1021. 11:52:20 T:27508 INFO: initializing python engine.
  1022. 11:52:20 T:27960 DEBUG: Thread LanguageInvoker start, auto delete: false
  1023. 11:52:20 T:27960 INFO: initializing python engine.
  1024. 11:52:20 T:30228 DEBUG: Thread LanguageInvoker start, auto delete: false
  1025. 11:52:20 T:30228 INFO: initializing python engine.
  1026. 11:52:20 T:28896 DEBUG: Thread LanguageInvoker start, auto delete: false
  1027. 11:52:20 T:28896 INFO: initializing python engine.
  1028. 11:52:20 T:30004 DEBUG: Thread LanguageInvoker start, auto delete: false
  1029. 11:52:20 T:30004 INFO: initializing python engine.
  1030. 11:52:20 T:29796 DEBUG: Thread LanguageInvoker start, auto delete: false
  1031. 11:52:20 T:29796 INFO: initializing python engine.
  1032. 11:52:20 T:45068 DEBUG: Thread LanguageInvoker start, auto delete: false
  1033. 11:52:20 T:45068 DEBUG: Previous line repeats 1 times.
  1034. 11:52:20 T:45068 INFO: initializing python engine.
  1035. 11:52:20 T:27876 INFO: Previous line repeats 1 times.
  1036. 11:52:20 T:27876 DEBUG: Thread LanguageInvoker start, auto delete: false
  1037. 11:52:20 T:27876 INFO: initializing python engine.
  1038. 11:52:20 T:30648 DEBUG: Thread LanguageInvoker start, auto delete: false
  1039. 11:52:20 T:30648 INFO: initializing python engine.
  1040. 11:52:20 T:25944 DEBUG: Thread LanguageInvoker start, auto delete: false
  1041. 11:52:20 T:25944 INFO: initializing python engine.
  1042. 11:52:20 T:20664 DEBUG: Activating window ID: 12999
  1043. 11:52:20 T:6792 DEBUG: Thread LanguageInvoker start, auto delete: false
  1044. 11:52:20 T:20664 DEBUG: ------ Window Init (Startup.xml) ------
  1045. 11:52:20 T:20664 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  1046. 11:52:20 T:6792 INFO: initializing python engine.
  1047. 11:52:20 T:29848 DEBUG: Thread LanguageInvoker start, auto delete: false
  1048. 11:52:20 T:29848 INFO: initializing python engine.
  1049. 11:52:20 T:1628 DEBUG: Thread LanguageInvoker start, auto delete: false
  1050. 11:52:20 T:1628 INFO: initializing python engine.
  1051. 11:52:20 T:20664 DEBUG: Activating window ID: 10000
  1052. 11:52:20 T:12248 DEBUG: Thread LanguageInvoker start, auto delete: false
  1053. 11:52:20 T:20664 DEBUG: ------ Window Deinit (Startup.xml) ------
  1054. 11:52:20 T:12248 INFO: initializing python engine.
  1055. 11:52:20 T:20664 DEBUG: ------ Window Init (Home.xml) ------
  1056. 11:52:20 T:20664 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  1057. 11:52:20 T:29560 DEBUG: CPythonInvoker(0, E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): start processing
  1058. 11:52:20 T:27508 DEBUG: CPythonInvoker(1, E:\snyft\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): start processing
  1059. 11:52:20 T:30228 DEBUG: CPythonInvoker(3, E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\service.py): start processing
  1060. 11:52:20 T:27960 DEBUG: CPythonInvoker(2, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): start processing
  1061. 11:52:20 T:30004 DEBUG: CPythonInvoker(5, E:\snyft\AppData\Roaming\Kodi\addons\service.linuxwhatelse.notify\notify.py): start processing
  1062. 11:52:20 T:28896 DEBUG: CPythonInvoker(4, E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\default.py): start processing
  1063. 11:52:20 T:29796 DEBUG: CPythonInvoker(6, E:\snyft\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): start processing
  1064. 11:52:20 T:45068 DEBUG: CPythonInvoker(7, E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): start processing
  1065. 11:52:20 T:27324 DEBUG: CPythonInvoker(8, E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\service.py): start processing
  1066. 11:52:20 T:27876 DEBUG: CPythonInvoker(9, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py): start processing
  1067. 11:52:20 T:30648 DEBUG: CPythonInvoker(10, E:\snyft\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): start processing
  1068. 11:52:20 T:25944 DEBUG: CPythonInvoker(11, E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\default.py): start processing
  1069. 11:52:20 T:6792 DEBUG: CPythonInvoker(12, E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\service.py): start processing
  1070. 11:52:20 T:29848 DEBUG: CPythonInvoker(13, E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\default.py): start processing
  1071. 11:52:20 T:1628 DEBUG: CPythonInvoker(14, E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\default.py): start processing
  1072. 11:52:20 T:12248 DEBUG: CPythonInvoker(15, E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\default.py): start processing
  1073. 11:52:20 T:29560 DEBUG: -->Python Interpreter Initialized<--
  1074. 11:52:20 T:29560 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. 11:52:20 T:29560 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. 11:52:20 T:29560 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. 11:52:20 T:29560 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. 11:52:20 T:20664 DEBUG: CDirectoryProvider[plugin://service.library.data.provider?type=recentmovies&reload=]: refreshing..
  1079. 11:52:20 T:20664 DEBUG: CDirectoryProvider[plugin://service.library.data.provider?type=recentepisodes&reload=]: refreshing..
  1080. 11:52:20 T:20664 DEBUG: CDirectoryProvider[plugin://script.skin.helper.service/?action=recommendedmovies&reload=]: refreshing..
  1081. 11:52:20 T:30148 DEBUG: Thread JobWorker start, auto delete: true
  1082. 11:52:20 T:29228 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Library Data Provider('plugin://service.library.data.provider/','1','?type=recentmovies&reload=')
  1083. 11:52:20 T:30148 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Library Data Provider('plugin://service.library.data.provider/','2','?type=recentepisodes&reload=')
  1084. 11:52:20 T:30356 DEBUG: Thread LanguageInvoker start, auto delete: false
  1085. 11:52:20 T:30356 DEBUG: Previous line repeats 1 times.
  1086. 11:52:20 T:30356 INFO: initializing python engine.
  1087. 11:52:20 T:30356 INFO: Previous line repeats 1 times.
  1088. 11:52:20 T:30356 DEBUG: CPythonInvoker(17, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): start processing
  1089. 11:52:20 T:26268 DEBUG: CPythonInvoker(16, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): start processing
  1090. 11:52:20 T:28900 DEBUG: Thread JobWorker start, auto delete: true
  1091. 11:52:20 T:28900 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','3','?action=recommendedmovies&reload=')
  1092. 11:52:20 T:29060 DEBUG: Thread LanguageInvoker start, auto delete: false
  1093. 11:52:20 T:29060 INFO: initializing python engine.
  1094. 11:52:20 T:29060 DEBUG: CPythonInvoker(18, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): start processing
  1095. 11:52:20 T:11308 DEBUG: Thread LanguageInvoker start, auto delete: false
  1096. 11:52:20 T:11308 INFO: initializing python engine.
  1097. 11:52:20 T:11308 DEBUG: CPythonInvoker(19, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  1098. 11:52:20 T:20664 DEBUG: ContextMenuManager: addon menus reloaded.
  1099. 11:52:20 T:20664 INFO: removing tempfiles
  1100. 11:52:20 T:20664 DEBUG: ADDON: Starting service addons.
  1101. 11:52:20 T:45672 DEBUG: Thread LanguageInvoker start, auto delete: false
  1102. 11:52:20 T:45672 INFO: initializing python engine.
  1103. 11:52:20 T:45672 DEBUG: CPythonInvoker(20, E:\snyft\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): start processing
  1104. 11:52:20 T:28544 DEBUG: Thread LanguageInvoker start, auto delete: false
  1105. 11:52:20 T:28544 INFO: initializing python engine.
  1106. 11:52:20 T:28544 DEBUG: CPythonInvoker(21, E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\scheduler.py): start processing
  1107. 11:52:20 T:20664 DEBUG: CRepositoryUpdater: previous update at 21/10/2016 14:14:47, next at 22/10/2016 14:14:47
  1108. 11:52:20 T:20664 NOTICE: initialize done
  1109. 11:52:20 T:29972 DEBUG: Thread Timer start, auto delete: false
  1110. 11:52:20 T:20664 NOTICE: Running the application...
  1111. 11:52:20 T:20664 DEBUG: no profile autoexec.py (E:\snyft\AppData\Roaming\Kodi\userdata\autoexec.py) found, skipping
  1112. 11:52:20 T:20664 DEBUG: CNetwork::NetworkMessage - Starting network services
  1113. 11:52:20 T:20664 NOTICE: CWebServer[8080]: Started
  1114. 11:52:20 T:20664 NOTICE: starting upnp client
  1115. 11:52:20 T:20664 INFO: JSONRPC Server: Unable to bind to bluetooth socket
  1116. 11:52:20 T:29056 DEBUG: Thread EventServer start, auto delete: false
  1117. 11:52:20 T:29056 NOTICE: ES: Starting UDP Event server on port 9777
  1118. 11:52:20 T:20664 INFO: JSONRPC Server: Successfully initialized
  1119. 11:52:20 T:29056 NOTICE: UDP: Listening on port 9777 (ipv6 : true)
  1120. 11:52:20 T:29816 DEBUG: Thread TCPServer start, auto delete: false
  1121. 11:52:20 T:20664 DEBUG: ------ Window Init () ------
  1122. 11:52:20 T:20664 DEBUG: ------ Window Init (Custom_Overlay_Debug.xml) ------
  1123. 11:52:20 T:20664 INFO: Loading skin file: Custom_Overlay_Debug.xml, load type: KEEP_IN_MEMORY
  1124. 11:52:20 T:27508 DEBUG: -->Python Interpreter Initialized<--
  1125. 11:52:20 T:27508 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"
  1126. 11:52:20 T:27960 DEBUG: -->Python Interpreter Initialized<--
  1127. 11:52:20 T:27960 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"
  1128. 11:52:20 T:30228 DEBUG: -->Python Interpreter Initialized<--
  1129. 11:52:20 T:30228 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"
  1130. 11:52:20 T:30004 DEBUG: -->Python Interpreter Initialized<--
  1131. 11:52:20 T:30004 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"
  1132. 11:52:20 T:28896 DEBUG: -->Python Interpreter Initialized<--
  1133. 11:52:20 T:28896 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"
  1134. 11:52:20 T:29796 DEBUG: -->Python Interpreter Initialized<--
  1135. 11:52:20 T:29796 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"
  1136. 11:52:20 T:45068 DEBUG: -->Python Interpreter Initialized<--
  1137. 11:52:20 T:45068 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"
  1138. 11:52:20 T:27876 DEBUG: -->Python Interpreter Initialized<--
  1139. 11:52:20 T:27876 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"
  1140. 11:52:20 T:30648 DEBUG: -->Python Interpreter Initialized<--
  1141. 11:52:20 T:30648 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"
  1142. 11:52:20 T:27324 DEBUG: -->Python Interpreter Initialized<--
  1143. 11:52:20 T:27324 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"
  1144. 11:52:20 T:25944 DEBUG: -->Python Interpreter Initialized<--
  1145. 11:52:20 T:25944 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"
  1146. 11:52:20 T:6792 DEBUG: -->Python Interpreter Initialized<--
  1147. 11:52:20 T:6792 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"
  1148. 11:52:20 T:29848 DEBUG: -->Python Interpreter Initialized<--
  1149. 11:52:20 T:29848 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"
  1150. 11:52:20 T:1628 DEBUG: -->Python Interpreter Initialized<--
  1151. 11:52:20 T:1628 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"
  1152. 11:52:20 T:12248 DEBUG: -->Python Interpreter Initialized<--
  1153. 11:52:20 T:12248 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"
  1154. 11:52:20 T:27508 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
  1155. 11:52:20 T:27508 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
  1156. 11:52:20 T:27960 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
  1157. 11:52:20 T:27960 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
  1158. 11:52:20 T:30228 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
  1159. 11:52:20 T:30228 DEBUG: CPythonInvoker(3, E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video
  1160. 11:52:20 T:27508 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. 11:52:20 T:27960 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
  1162. 11:52:20 T:30004 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
  1163. 11:52:20 T:30004 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
  1164. 11:52:20 T:30228 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
  1165. 11:52:20 T:28896 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
  1166. 11:52:20 T:28896 DEBUG: CPythonInvoker(4, E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist
  1167. 11:52:20 T:29796 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
  1168. 11:52:20 T:29796 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
  1169. 11:52:20 T:45068 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
  1170. 11:52:20 T:45068 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
  1171. 11:52:20 T:30004 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
  1172. 11:52:20 T:28896 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
  1173. 11:52:20 T:27876 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
  1174. 11:52:20 T:27876 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
  1175. 11:52:20 T:29796 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
  1176. 11:52:20 T:30648 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
  1177. 11:52:20 T:30648 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
  1178. 11:52:20 T:45068 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
  1179. 11:52:20 T:27324 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
  1180. 11:52:20 T:27324 DEBUG: CPythonInvoker(8, E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\service.watchdog
  1181. 11:52:20 T:27876 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
  1182. 11:52:20 T:25944 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
  1183. 11:52:20 T:25944 DEBUG: CPythonInvoker(11, E:\snyft\AppData\Roaming\Kodi\addons\script.trakt\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.trakt
  1184. 11:52:20 T:30648 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
  1185. 11:52:20 T:6792 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
  1186. 11:52:20 T:6792 DEBUG: CPythonInvoker(12, E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\service.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate
  1187. 11:52:20 T:27324 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
  1188. 11:52:20 T:29848 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
  1189. 11:52:20 T:29848 DEBUG: CPythonInvoker(13, E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.artistslideshow
  1190. 11:52:20 T:25944 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
  1191. 11:52:20 T:1628 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
  1192. 11:52:20 T:1628 DEBUG: CPythonInvoker(14, E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.toolbox
  1193. 11:52:20 T:6792 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
  1194. 11:52:20 T:12248 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
  1195. 11:52:20 T:12248 DEBUG: CPythonInvoker(15, E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox
  1196. 11:52:20 T:29848 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
  1197. 11:52:20 T:1628 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
  1198. 11:52:20 T:12248 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
  1199. 11:52:20 T:25232 DEBUG: Thread JobWorker start, auto delete: true
  1200. 11:52:20 T:25232 DEBUG: CImageLoader::DoWork - took 124 ms to load special://skin/extras/icons/DefaultAudio.png
  1201. 11:52:21 T:29560 DEBUG: Version Check: Version 0.3.19 started
  1202. 11:52:21 T:30648 DEBUG: script.tv.show.next.aired: ### params: {'service': 'true'}
  1203. 11:52:21 T:30648 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.15)
  1204. 11:52:21 T:30648 DEBUG: CVideoDatabase::RunQuery took 17 ms for 124 items query: SELECT * FROM tvshow_view
  1205. 11:52:22 T:30356 DEBUG: -->Python Interpreter Initialized<--
  1206. 11:52:22 T:30356 DEBUG: CPythonInvoker(17, 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"
  1207. 11:52:22 T:26268 DEBUG: -->Python Interpreter Initialized<--
  1208. 11:52:22 T:26268 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"
  1209. 11:52:22 T:29060 DEBUG: -->Python Interpreter Initialized<--
  1210. 11:52:22 T:29060 DEBUG: CPythonInvoker(18, 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"
  1211. 11:52:22 T:11308 DEBUG: -->Python Interpreter Initialized<--
  1212. 11:52:22 T:11308 DEBUG: CPythonInvoker(19, 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"
  1213. 11:52:22 T:45672 DEBUG: -->Python Interpreter Initialized<--
  1214. 11:52:22 T:45672 DEBUG: CPythonInvoker(20, 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"
  1215. 11:52:22 T:28544 DEBUG: -->Python Interpreter Initialized<--
  1216. 11:52:22 T:28544 DEBUG: CPythonInvoker(21, 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"
  1217. 11:52:23 T:20664 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  1218. 11:52:24 T:20664 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1219. 11:52:24 T:20664 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1220. 11:52:24 T:27324 DEBUG: [service.watchdog] video sources [u'L:\\rar9\\', u'J:\\rar7\\', u'E:\\anime\\tv\\', u'G:\\rar3\\', u'E:\\rar\\']
  1221. 11:52:24 T:28896 NOTICE: service.watchedlist: WatchedList Database Service starting...
  1222. 11:52:24 T:20664 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1223. 11:52:24 T:28896 DEBUG: service.watchedlist: data_dir() = E:\snyft\AppData\Roaming\Kodi\userdata\addon_data\service.watchedlist\
  1224. 11:52:24 T:28896 DEBUG: service.watchedlist: addon_dir() = E:\snyft\AppData\Roaming\Kodi\addons\service.watchedlist
  1225. 11:52:24 T:28896 DEBUG: service.watchedlist: debug = false
  1226. 11:52:24 T:28896 DEBUG: service.watchedlist: w_movies = true
  1227. 11:52:24 T:28896 DEBUG: service.watchedlist: w_episodes = true
  1228. 11:52:24 T:28896 DEBUG: service.watchedlist: autostart = true
  1229. 11:52:24 T:28896 DEBUG: service.watchedlist: delay = 5
  1230. 11:52:24 T:28896 DEBUG: service.watchedlist: starttype = 2
  1231. 11:52:24 T:28896 DEBUG: service.watchedlist: interval = 24
  1232. 11:52:24 T:28896 DEBUG: service.watchedlist: watch_user = true
  1233. 11:52:24 T:28896 DEBUG: service.watchedlist: progressdialog = true
  1234. 11:52:24 T:28896 DEBUG: service.watchedlist: db_format = 0
  1235. 11:52:24 T:28896 DEBUG: service.watchedlist: extdb = true
  1236. 11:52:24 T:28896 DEBUG: service.watchedlist: dbpath = G:\rar3\
  1237. 11:52:24 T:28896 DEBUG: service.watchedlist: dbfilename = watchedlist.db
  1238. 11:52:24 T:28896 DEBUG: service.watchedlist: dbbackup = true
  1239. 11:52:24 T:28896 DEBUG: service.watchedlist: dropbox_enabled = false
  1240. 11:52:24 T:28896 DEBUG: service.watchedlist: dropbox_apikey =
  1241. 11:52:24 T:28896 DEBUG: service.watchedlist: mysql_server = 127.0.0.1
  1242. 11:52:24 T:28896 DEBUG: service.watchedlist: mysql_port = 3306
  1243. 11:52:24 T:28896 DEBUG: service.watchedlist: mysql_user = xbmc
  1244. 11:52:24 T:28896 DEBUG: service.watchedlist: mysql_pass = xbmc
  1245. 11:52:24 T:28896 DEBUG: service.watchedlist: Delay time before execution: 300 seconds
  1246. 11:52:24 T:28896 NOTICE: service.watchedlist: Notification. WatchedList: begin update in 5 minutes
  1247. 11:52:24 T:20664 DEBUG: ------ Window Init (DialogNotification.xml) ------
  1248. 11:52:24 T:30356 DEBUG: CPythonInvoker(17, 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
  1249. 11:52:24 T:30356 DEBUG: CPythonInvoker(17, 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
  1250. 11:52:24 T:30356 DEBUG: CPythonInvoker(17, 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
  1251. 11:52:24 T:26268 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. 11:52:24 T:26268 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. 11:52:24 T:26268 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
  1254. 11:52:24 T:29060 DEBUG: CPythonInvoker(18, 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
  1255. 11:52:24 T:29060 DEBUG: CPythonInvoker(18, 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
  1256. 11:52:24 T:30228 INFO: CPythonInvoker(3, E:\snyft\AppData\Roaming\Kodi\addons\screensaver.video\service.py): script successfully run
  1257. 11:52:24 T:11308 DEBUG: CPythonInvoker(19, 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
  1258. 11:52:24 T:11308 DEBUG: CPythonInvoker(19, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts
  1259. 11:52:24 T:45672 DEBUG: CPythonInvoker(20, 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
  1260. 11:52:24 T:45672 DEBUG: CPythonInvoker(20, 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
  1261. 11:52:24 T:28544 DEBUG: CPythonInvoker(21, 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
  1262. 11:52:24 T:28544 DEBUG: CPythonInvoker(21, E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup\scheduler.py): entering source directory E:\snyft\AppData\Roaming\Kodi\addons\script.xbmcbackup
  1263. 11:52:24 T:29060 DEBUG: CPythonInvoker(18, 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
  1264. 11:52:25 T:11308 DEBUG: CPythonInvoker(19, 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. 11:52:25 T:45672 DEBUG: CPythonInvoker(20, 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
  1266. 11:52:25 T:28544 DEBUG: CPythonInvoker(21, 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
  1267. 11:52:25 T:27324 DEBUG: [service.watchdog] music sources [u'E:\\mp3\\VA\\', u'E:\\mp3\\Album\\']
  1268. 11:52:25 T:1628 DEBUG: script.toolbox: version 1.1.1 started
  1269. 11:52:25 T:30228 INFO: Python script stopped
  1270. 11:52:25 T:30228 DEBUG: Thread LanguageInvoker 30228 terminating
  1271. 11:52:25 T:6792 INFO: CPythonInvoker(12, E:\snyft\AppData\Roaming\Kodi\addons\script.ratingupdate\service.py): script successfully run
  1272. 11:52:25 T:12248 DEBUG: script.colorbox: version 1.0.10 started
  1273. 11:52:25 T:27960 DEBUG: Library Data Provider: service version 0.1.6 started
  1274. 11:52:25 T:12248 DEBUG: script.colorbox: finished
  1275. 11:52:25 T:12248 INFO: CPythonInvoker(15, E:\snyft\AppData\Roaming\Kodi\addons\script.colorbox\default.py): script successfully run
  1276. 11:52:25 T:27960 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))
  1277. 11:52:25 T:6792 INFO: Python script stopped
  1278. 11:52:25 T:27876 NOTICE: Skin Helper Service --> skin helper service version 1.0.100 started
  1279. 11:52:25 T:6792 DEBUG: Thread LanguageInvoker 6792 terminating
  1280. 11:52:25 T:12248 INFO: Python script stopped
  1281. 11:52:25 T:12248 DEBUG: Thread LanguageInvoker 12248 terminating
  1282. 11:52:25 T:27876 NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
  1283. 11:52:25 T:45068 INFO: CPythonInvoker(7, E:\snyft\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): script successfully run
  1284. 11:52:25 T:27508 NOTICE: script.grab.fanart: Grab Fanart Service Started
  1285. 11:52:25 T:27508 DEBUG: script.grab.fanart: media type is: random
  1286. 11:52:25 T:27508 DEBUG: CVideoDatabase::RunQuery took 14 ms for 638 items query: select * from movie_view
  1287. 11:52:25 T:45068 INFO: Python script stopped
  1288. 11:52:25 T:45068 DEBUG: Thread LanguageInvoker 45068 terminating
  1289. 11:52:25 T:29796 DEBUG: Skin Widgets: script version 0.0.32 started
  1290. 11:52:25 T:29796 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))
  1291. 11:52:26 T:27508 DEBUG: script.grab.fanart: found 637 movies files
  1292. 11:52:26 T:27508 DEBUG: CVideoDatabase::RunQuery took 10 ms for 124 items query: SELECT * FROM tvshow_view
  1293. 11:52:26 T:27324 DEBUG: [service.watchdog] watching <L:\rar9\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1294. 11:52:26 T:45672 DEBUG: StorageServer Module loaded RUN
  1295. 11:52:26 T:45672 DEBUG: StorageClient-2.5.4 Starting server
  1296. 11:52:26 T:30356 DEBUG: Library Data Provider: script version 0.1.6 started
  1297. 11:52:26 T:29060 DEBUG: Previous line repeats 1 times.
  1298. 11:52:26 T:29060 DEBUG: CVideoDatabase::RunQuery took 17 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))
  1299. 11:52:26 T:27508 DEBUG: script.grab.fanart: found 122 tv files
  1300. 11:52:26 T:27508 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'
  1301. 11:52:26 T:26268 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))
  1302. 11:52:26 T:30356 DEBUG: CVideoDatabase::RunQuery took 17 ms for 1588 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1303. 11:52:26 T:27508 DEBUG: Time to retrieve artists from dataset = 152
  1304. 11:52:26 T:27960 DEBUG: CVideoDatabase::RunQuery took 16 ms for 1588 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1305. 11:52:27 T:30148 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  1306. 11:52:27 T:30148 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
  1307. 11:52:27 T:30356 DEBUG: Library Data Provider: script version 0.1.6 stopped
  1308. 11:52:27 T:30356 INFO: CPythonInvoker(17, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): script successfully run
  1309. 11:52:27 T:27960 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. 11:52:27 T:30148 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
  1311. 11:52:27 T:30148 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  1312. 11:52:27 T:26268 DEBUG: Library Data Provider: script version 0.1.6 stopped
  1313. 11:52:27 T:26268 INFO: CPythonInvoker(16, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): script successfully run
  1314. 11:52:27 T:30148 DEBUG: CVideoDatabase::RunQuery took 18 ms for 10 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
  1315. 11:52:27 T:30148 DEBUG: CVideoDatabase::RunQuery took 30 ms for 10 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  1316. 11:52:27 T:30148 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  1317. 11:52:27 T:30148 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  1318. 11:52:27 T:30148 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'
  1319. 11:52:27 T:27508 DEBUG: script.grab.fanart: found 270 music files
  1320. 11:52:27 T:27960 DEBUG: CMusicDatabase::GetSongsFullByWhere() - took 362 ms
  1321. 11:52:27 T:27960 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1322. 11:52:27 T:20664 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1323. 11:52:27 T:20664 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1324. 11:52:27 T:27960 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 24 ms
  1325. 11:52:27 T:27960 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))
  1326. 11:52:27 T:27960 DEBUG: CVideoDatabase::RunQuery took 11 ms for 336 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  1327. 11:52:27 T:20664 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1328. 11:52:28 T:27960 DEBUG: CVideoDatabase::RunQuery took 16 ms for 1588 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1329. 11:52:28 T:27960 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1330. 11:52:28 T:27960 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 24 ms
  1331. 11:52:28 T:27960 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))
  1332. 11:52:28 T:27960 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))
  1333. 11:52:28 T:20664 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1334. 11:52:28 T:20664 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1335. 11:52:28 T:29060 INFO: CPythonInvoker(18, E:\snyft\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py): script successfully run
  1336. 11:52:28 T:27960 DEBUG: CVideoDatabase::RunQuery took 25 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))))
  1337. 11:52:28 T:27960 DEBUG: CVideoDatabase::RunQuery took 2 ms for 106 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1338. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1339. 11:52:28 T:27960 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)))
  1340. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1341. 11:52:28 T:27960 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)))
  1342. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1343. 11:52:28 T:27960 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)))
  1344. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1345. 11:52:28 T:27960 DEBUG: CVideoDatabase::RunQuery took 0 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)))
  1346. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1347. 11:52:28 T:27960 DEBUG: CVideoDatabase::RunQuery took 1 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)))
  1348. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1349. 11:52:28 T:27960 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)))
  1350. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1351. 11:52:28 T:27960 DEBUG: CVideoDatabase::RunQuery took 0 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)))
  1352. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1353. 11:52:28 T:27960 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 < 1)))
  1354. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1355. 11:52:28 T:27960 DEBUG: CVideoDatabase::RunQuery took 0 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)))
  1356. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1357. 11:52:28 T:27960 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. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1359. 11:52:28 T:27960 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)))
  1360. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1361. 11:52:28 T:20664 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1362. 11:52:28 T:27960 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)))
  1363. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1364. 11:52:28 T:27960 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)))
  1365. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1366. 11:52:28 T:27960 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)))
  1367. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1368. 11:52:28 T:27960 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)))
  1369. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1370. 11:52:28 T:27960 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)))
  1371. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1372. 11:52:28 T:27960 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 < 1)))
  1373. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1374. 11:52:28 T:27960 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)))
  1375. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1376. 11:52:28 T:27960 DEBUG: CVideoDatabase::RunQuery took 1 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)))
  1377. 11:52:28 T:27960 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1378. 11:52:28 T:27960 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1379. 11:52:28 T:20664 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1380. 11:52:28 T:20664 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1381. 11:52:28 T:20664 DEBUG: CDirectoryProvider[plugin://service.library.data.provider?type=recentepisodes&reload=20161022095228]: refreshing..
  1382. 11:52:28 T:29228 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Library Data Provider('plugin://service.library.data.provider/','4','?type=recentepisodes&reload=20161022095228')
  1383. 11:52:28 T:27960 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 24 ms
  1384. 11:52:28 T:30252 DEBUG: Thread LanguageInvoker start, auto delete: false
  1385. 11:52:28 T:30252 INFO: initializing python engine.
  1386. 11:52:28 T:30252 DEBUG: CPythonInvoker(22, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): start processing
  1387. 11:52:28 T:27960 DEBUG: CFavourites::Load - no system favourites found, skipping
  1388. 11:52:28 T:27960 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))
  1389. 11:52:28 T:30356 INFO: Python script stopped
  1390. 11:52:28 T:30356 DEBUG: Thread LanguageInvoker 30356 terminating
  1391. 11:52:28 T:26268 INFO: Python script stopped
  1392. 11:52:28 T:26268 DEBUG: Thread LanguageInvoker 26268 terminating
  1393. 11:52:28 T:29060 INFO: Python script stopped
  1394. 11:52:28 T:29060 DEBUG: Thread LanguageInvoker 29060 terminating
  1395. 11:52:28 T:20664 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1396. 11:52:28 T:29560 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'}
  1397. 11:52:28 T:29560 INFO: CPythonInvoker(0, E:\snyft\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): script successfully run
  1398. 11:52:28 T:29560 INFO: Python script stopped
  1399. 11:52:28 T:29560 DEBUG: Thread LanguageInvoker 29560 terminating
  1400. 11:52:28 T:27960 DEBUG: Library Data Provider: Total time needed for all queries: 0:00:03.355000
  1401. 11:52:28 T:27324 DEBUG: [service.watchdog] watching <J:\rar7\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1402. 11:52:29 T:30252 DEBUG: -->Python Interpreter Initialized<--
  1403. 11:52:29 T:30252 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"
  1404. 11:52:29 T:30252 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
  1405. 11:52:29 T:30252 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
  1406. 11:52:29 T:30252 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
  1407. 11:52:29 T:29848 NOTICE: [Artist Slideshow] script version 2.0.3 started
  1408. 11:52:29 T:29848 NOTICE: [Artist Slideshow] debug logging set to false
  1409. 11:52:29 T:27324 DEBUG: [service.watchdog] watching <E:\anime\tv\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1410. 11:52:29 T:30252 DEBUG: Library Data Provider: script version 0.1.6 started
  1411. 11:52:29 T:27324 DEBUG: [service.watchdog] watching <G:\rar3\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1412. 11:52:29 T:27324 DEBUG: [service.watchdog] watching <E:\rar\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1413. 11:52:29 T:27324 DEBUG: [service.watchdog] watching <E:\mp3\VA\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1414. 11:52:29 T:27324 DEBUG: [service.watchdog] watching <E:\mp3\Album\> using <class 'watchdog.observers.read_directory_changes.WindowsApiEmitter'>
  1415. 11:52:29 T:27324 DEBUG: [service.watchdog] initialization done
  1416. 11:52:29 T:30252 DEBUG: Library Data Provider: script version 0.1.6 stopped
  1417. 11:52:29 T:30252 INFO: CPythonInvoker(22, E:\snyft\AppData\Roaming\Kodi\addons\service.library.data.provider\default.py): script successfully run
  1418. 11:52:29 T:30252 INFO: Python script stopped
  1419. 11:52:29 T:30252 DEBUG: Thread LanguageInvoker 30252 terminating
  1420. 11:52:29 T:11308 INFO: CPythonInvoker(19, E:\snyft\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  1421. 11:52:29 T:11308 INFO: Python script stopped
  1422. 11:52:29 T:11308 DEBUG: Thread LanguageInvoker 11308 terminating
  1423. 11:52:29 T:29796 DEBUG: CVideoDatabase::RunQuery took 16 ms for 1588 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1424. 11:52:29 T:29796 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view
  1425. 11:52:29 T:29796 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1426. 11:52:29 T:29796 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 25 ms
  1427. 11:52:29 T:20664 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  1428. 11:52:29 T:20664 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
  1429. 11:52:29 T:29796 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'
  1430. 11:52:29 T:29796 DEBUG: Time to retrieve artists from dataset = 40
  1431. 11:52:29 T:29796 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))
  1432. 11:52:29 T:29796 DEBUG: CMusicDatabase::GetSongsFullByWhere() - took 352 ms
  1433. 11:52:30 T:29796 DEBUG: Skin Widgets: Total time needed to request random queries: 0:00:04.739000
  1434. 11:52:30 T:29796 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  1435. 11:52:30 T:29796 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))))
  1436. 11:52:31 T:29796 DEBUG: CVideoDatabase::RunQuery took 3 ms for 106 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1437. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1438. 11:52:31 T:29796 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1440. 11:52:31 T:29796 DEBUG: CVideoDatabase::RunQuery took 3 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1442. 11:52:31 T:29796 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 = 0)))
  1443. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1444. 11:52:31 T:29796 DEBUG: CVideoDatabase::RunQuery took 0 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1446. 11:52:31 T:29796 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1448. 11:52:31 T:29796 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1450. 11:52:31 T:29796 DEBUG: CVideoDatabase::RunQuery took 0 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1452. 11:52:31 T:29796 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 = 0)))
  1453. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1454. 11:52:31 T:29796 DEBUG: CVideoDatabase::RunQuery took 0 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1456. 11:52:31 T:29796 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1458. 11:52:31 T:29796 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 = 0)))
  1459. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1460. 11:52:31 T:29796 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 = 0)))
  1461. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1462. 11:52:31 T:29796 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 = 0)))
  1463. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1464. 11:52:31 T:29796 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1466. 11:52:31 T:29796 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 = 0)))
  1467. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1468. 11:52:31 T:29796 DEBUG: CVideoDatabase::RunQuery took 0 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1470. 11:52:31 T:29796 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 = 0)))
  1471. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1472. 11:52:31 T:29796 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1474. 11:52:31 T:29796 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. 11:52:31 T:29796 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  1476. 11:52:31 T:29796 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1477. 11:52:31 T:29796 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 25 ms
  1478. 11:52:31 T:29796 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from musicvideo_view
  1479. 11:52:31 T:29796 DEBUG: Skin Widgets: Total time needed to request recommended queries: 0:00:00.660000
  1480. 11:52:31 T:29796 DEBUG: CVideoDatabase::RunQuery took 8 ms for 336 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
  1481. 11:52:31 T:29796 DEBUG: CVideoDatabase::RunQuery took 16 ms for 1588 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1482. 11:52:31 T:29796 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view
  1483. 11:52:31 T:29796 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  1484. 11:52:31 T:29796 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 25 ms
  1485. 11:52:31 T:29796 DEBUG: Skin Widgets: Total time needed to request recent items queries: 0:00:00.152000
  1486. 11:52:31 T:29796 DEBUG: Skin Widgets: Total time needed for all queries: 0:00:05.551000
  1487. 11:52:31 T:30640 DEBUG: CFavourites::Load - no system favourites found, skipping
  1488. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 8 ms for 156 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet ORDER BY sets.idSet
  1489. 11:52:31 T:30640 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
  1490. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 168
  1491. 11:52:31 T:30640 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
  1492. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 169
  1493. 11:52:31 T:30640 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
  1494. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 179
  1495. 11:52:31 T:30640 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
  1496. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 182
  1497. 11:52:31 T:30640 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
  1498. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 184
  1499. 11:52:31 T:30640 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=189 ORDER BY sets.idSet
  1500. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 189
  1501. 11:52:31 T:30640 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
  1502. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 211
  1503. 11:52:31 T:30640 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
  1504. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 217
  1505. 11:52:31 T:30640 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=220 ORDER BY sets.idSet
  1506. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 220
  1507. 11:52:31 T:30640 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
  1508. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 234
  1509. 11:52:31 T:30640 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=255 ORDER BY sets.idSet
  1510. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 255
  1511. 11:52:31 T:30640 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=256 ORDER BY sets.idSet
  1512. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 256
  1513. 11:52:31 T:30640 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
  1514. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 257
  1515. 11:52:31 T:30640 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=273 ORDER BY sets.idSet
  1516. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 273
  1517. 11:52:31 T:30640 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
  1518. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 285
  1519. 11:52:31 T:30640 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
  1520. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 303
  1521. 11:52:31 T:30640 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
  1522. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 310
  1523. 11:52:31 T:30640 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
  1524. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 317
  1525. 11:52:31 T:30640 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
  1526. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 329
  1527. 11:52:31 T:30640 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=332 ORDER BY sets.idSet
  1528. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 332
  1529. 11:52:31 T:30640 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=333 ORDER BY sets.idSet
  1530. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 333
  1531. 11:52:31 T:30640 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
  1532. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 334
  1533. 11:52:31 T:30640 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
  1534. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 335
  1535. 11:52:31 T:30640 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
  1536. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 337
  1537. 11:52:31 T:30640 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
  1538. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 338
  1539. 11:52:31 T:30640 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
  1540. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 339
  1541. 11:52:31 T:30640 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=340 ORDER BY sets.idSet
  1542. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 340
  1543. 11:52:31 T:30640 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
  1544. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 341
  1545. 11:52:31 T:30640 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
  1546. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 342
  1547. 11:52:31 T:30640 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=343 ORDER BY sets.idSet
  1548. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 343
  1549. 11:52:31 T:30640 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
  1550. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 344
  1551. 11:52:31 T:30640 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
  1552. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 345
  1553. 11:52:31 T:30640 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
  1554. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 346
  1555. 11:52:31 T:30640 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
  1556. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 2 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 347
  1557. 11:52:31 T:30640 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=348 ORDER BY sets.idSet
  1558. 11:52:31 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 348
  1559. 11:52:32 T:30640 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=349 ORDER BY sets.idSet
  1560. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 349
  1561. 11:52:32 T:30640 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=350 ORDER BY sets.idSet
  1562. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 350
  1563. 11:52:32 T:30640 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
  1564. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 351
  1565. 11:52:32 T:30640 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
  1566. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 352
  1567. 11:52:32 T:30640 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
  1568. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 353
  1569. 11:52:32 T:30640 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=356 ORDER BY sets.idSet
  1570. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 356
  1571. 11:52:32 T:30640 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
  1572. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 357
  1573. 11:52:32 T:30640 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
  1574. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 358
  1575. 11:52:32 T:30640 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=359 ORDER BY sets.idSet
  1576. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 359
  1577. 11:52:32 T:30640 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=360 ORDER BY sets.idSet
  1578. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 360
  1579. 11:52:32 T:30640 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=361 ORDER BY sets.idSet
  1580. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 361
  1581. 11:52:32 T:30640 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=363 ORDER BY sets.idSet
  1582. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 363
  1583. 11:52:32 T:30640 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
  1584. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 364
  1585. 11:52:32 T:30640 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
  1586. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 365
  1587. 11:52:32 T:30640 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
  1588. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 366
  1589. 11:52:32 T:30640 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=367 ORDER BY sets.idSet
  1590. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 367
  1591. 11:52:32 T:30640 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
  1592. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 368
  1593. 11:52:32 T:30640 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=369 ORDER BY sets.idSet
  1594. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 369
  1595. 11:52:32 T:30640 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
  1596. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 371
  1597. 11:52:32 T:30640 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
  1598. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 372
  1599. 11:52:32 T:30640 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
  1600. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 373
  1601. 11:52:32 T:30640 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
  1602. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 374
  1603. 11:52:32 T:30640 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
  1604. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 375
  1605. 11:52:32 T:30640 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
  1606. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 376
  1607. 11:52:32 T:30640 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
  1608. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 377
  1609. 11:52:32 T:30640 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
  1610. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 378
  1611. 11:52:32 T:30640 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=399 ORDER BY sets.idSet
  1612. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 399
  1613. 11:52:32 T:30640 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
  1614. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 400
  1615. 11:52:32 T:30640 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
  1616. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 405
  1617. 11:52:32 T:30640 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
  1618. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 409
  1619. 11:52:32 T:30640 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
  1620. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 410
  1621. 11:52:32 T:30640 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
  1622. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 411
  1623. 11:52:32 T:30640 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
  1624. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 412
  1625. 11:52:32 T:30640 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
  1626. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 413
  1627. 11:52:32 T:30640 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
  1628. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 414
  1629. 11:52:32 T:30640 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
  1630. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 415
  1631. 11:52:32 T:30640 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
  1632. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 416
  1633. 11:52:32 T:30640 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=417 ORDER BY sets.idSet
  1634. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 417
  1635. 11:52:32 T:30640 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=418 ORDER BY sets.idSet
  1636. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 418
  1637. 11:52:32 T:30640 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
  1638. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 419
  1639. 11:52:32 T:30640 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
  1640. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 420
  1641. 11:52:32 T:30640 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
  1642. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 421
  1643. 11:52:32 T:30640 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=422 ORDER BY sets.idSet
  1644. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 422
  1645. 11:52:32 T:30640 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=423 ORDER BY sets.idSet
  1646. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 423
  1647. 11:52:32 T:30640 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=424 ORDER BY sets.idSet
  1648. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 424
  1649. 11:52:32 T:30640 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=425 ORDER BY sets.idSet
  1650. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 425
  1651. 11:52:32 T:30640 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
  1652. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 426
  1653. 11:52:32 T:30640 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
  1654. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 427
  1655. 11:52:32 T:30640 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
  1656. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 428
  1657. 11:52:32 T:30640 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
  1658. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 429
  1659. 11:52:32 T:30640 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
  1660. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 430
  1661. 11:52:32 T:30640 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=431 ORDER BY sets.idSet
  1662. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 431
  1663. 11:52:32 T:30640 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
  1664. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 432
  1665. 11:52:32 T:30640 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
  1666. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 433
  1667. 11:52:32 T:30640 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
  1668. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 434
  1669. 11:52:32 T:30640 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
  1670. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 435
  1671. 11:52:32 T:30640 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=436 ORDER BY sets.idSet
  1672. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 436
  1673. 11:52:32 T:30640 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
  1674. 11:52:32 T:30640 DEBUG: CVideoDatabase::RunQuery took 0 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 437
  1675. 11:52:33 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1676. 11:52:34 T:20664 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1677. 11:52:34 T:20664 DEBUG: Activating window ID: 10025
  1678. 11:52:34 T:20664 DEBUG: ------ Window Deinit (Home.xml) ------
  1679. 11:52:34 T:20664 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  1680. 11:52:34 T:20664 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
  1681. 11:52:34 T:20664 ERROR: CGUITextureManager::GetTexturePath: could not find texture 'scrollbar/texturesliderbackground2.png'
  1682. 11:52:34 T:20664 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/)
  1683. 11:52:34 T:20664 DEBUG: ParentPath = [videodb://tvshows/titles/]
  1684. 11:52:34 T:20664 DEBUG: CVideoDatabase::RunQuery took 9 ms for 118 items query: SELECT * FROM tvshow_view WHERE totalCount IS NOT NULL AND totalCount > 0
  1685. 11:52:34 T:30204 DEBUG: Thread BackgroundLoader start, auto delete: false
  1686. 11:52:34 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1687. 11:52:34 T:30204 DEBUG: Thread BackgroundLoader 30204 terminating
  1688. 11:52:35 T:20664 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1689. 11:52:35 T:20664 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1690. 11:52:35 T:28900 ERROR: CImageLoader::DoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/Hulu.png
  1691. 11:52:35 T:28900 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.studios.coloured/Hulu.png
  1692. 11:52:36 T:20664 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1693. 11:52:40 T:20664 DEBUG: Keyboard: scancode: 0x42, sym: 0x0121, unicode: 0x0000, modifier: 0x0
  1694. 11:52:40 T:20664 DEBUG: CInputManager::OnKey: f8 (0xf097) pressed, action is Mute
  1695. 11:52:40 T:20664 DEBUG: ------ Window Init (DialogVolumeBar.xml) ------
  1696. 11:52:40 T:15108 DEBUG: CAnnouncementManager - Announcement: OnVolumeChanged from xbmc
  1697. 11:52:40 T:15108 DEBUG: GOT ANNOUNCEMENT, type: 64, from xbmc, message OnVolumeChanged
  1698. 11:52:40 T:20664 DEBUG: Keyboard: scancode: 0x42, sym: 0x0121, unicode: 0x0000, modifier: 0x0
  1699. 11:52:50 T:20664 DEBUG: Keyboard: scancode: 0x37, sym: 0x013c, unicode: 0x0000, modifier: 0x0
  1700. 11:52:50 T:20664 DEBUG: CInputManager::OnKey: printscreen (0xf0db) pressed, action is Screenshot
  1701. 11:52:50 T:20664 INFO: Loading skin file: FileBrowser.xml, load type: KEEP_IN_MEMORY
  1702. 11:52:50 T:20664 DEBUG: ------ Window Init (FileBrowser.xml) ------
  1703. 11:52:52 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1704. 11:52:52 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1705. 11:52:53 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1706. 11:52:53 T:20664 DEBUG: Previous line repeats 1 times.
  1707. 11:52:53 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1708. 11:52:53 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1709. 11:52:53 T:20664 DEBUG: Previous line repeats 1 times.
  1710. 11:52:53 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1711. 11:52:53 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1712. 11:52:53 T:20664 DEBUG: Previous line repeats 1 times.
  1713. 11:52:53 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1714. 11:52:53 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1715. 11:52:53 T:20664 DEBUG: Previous line repeats 1 times.
  1716. 11:52:53 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1717. 11:52:53 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1718. 11:52:54 T:20664 DEBUG: Previous line repeats 1 times.
  1719. 11:52:54 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1720. 11:52:54 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1721. 11:52:54 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1722. 11:52:54 T:20664 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1723. 11:52:54 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1724. 11:52:54 T:20664 DEBUG: Previous line repeats 1 times.
  1725. 11:52:54 T:20664 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1726. 11:52:54 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1727. 11:52:55 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1728. 11:52:55 T:20664 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1729. 11:52:55 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1730. 11:52:56 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1731. 11:52:56 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1732. 11:52:56 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1733. 11:52:56 T:20664 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1734. 11:52:56 T:20664 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1735. 11:52:57 T:20664 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1736. 11:52:58 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1737. 11:52:59 T:20664 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1738. 11:52:59 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1739. 11:52:59 T:20664 DEBUG: ------ Window Deinit (FileBrowser.xml) ------
  1740. 11:52:59 T:20664 DEBUG: Saving screenshot G:\screenshot000.png
  1741. 11:52:59 T:25232 DEBUG: cached image 'G:\screenshot000.png' size 1920x1080
  1742. 11:53:02 T:20664 DEBUG: CWinEventsWin32::WndProcWindow is active
  1743. 11:53:28 T:20664 DEBUG: Previous line repeats 1 times.
  1744. 11:53:28 T:20664 DEBUG: Keyboard: scancode: 0x42, sym: 0x0121, unicode: 0x0000, modifier: 0x0
  1745. 11:53:28 T:20664 DEBUG: CInputManager::OnKey: f8 (0xf097) pressed, action is Mute
  1746. 11:53:28 T:15108 DEBUG: CAnnouncementManager - Announcement: OnVolumeChanged from xbmc
  1747. 11:53:28 T:15108 DEBUG: GOT ANNOUNCEMENT, type: 64, from xbmc, message OnVolumeChanged
  1748. 11:53:28 T:20664 DEBUG: Keyboard: scancode: 0x42, sym: 0x0121, unicode: 0x0000, modifier: 0x0
  1749. 11:53:29 T:28900 DEBUG: Thread JobWorker 28900 terminating (autodelete)
  1750. 11:53:29 T:30148 DEBUG: Thread JobWorker 30148 terminating (autodelete)
  1751. 11:53:29 T:29228 DEBUG: Thread JobWorker 29228 terminating (autodelete)
  1752. 11:53:29 T:20664 DEBUG: ------ Window Deinit (DialogVolumeBar.xml) ------
  1753. 11:53:29 T:25232 DEBUG: Thread JobWorker 25232 terminating (autodelete)
  1754. 11:53:30 T:20664 DEBUG: Keyboard: scancode: 0x1f, sym: 0x0073, unicode: 0x0073, modifier: 0x0
  1755. 11:53:30 T:20664 DEBUG: CInputManager::OnKey: s (0xf053) pressed, action is ActivateWindow(ShutdownMenu)
  1756. 11:53:30 T:20664 DEBUG: Activating window ID: 10111
  1757. 11:53:30 T:20664 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
  1758. 11:53:30 T:20664 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
  1759. 11:53:31 T:20664 DEBUG: Keyboard: scancode: 0x1f, sym: 0x0073, unicode: 0x0000, modifier: 0x0
  1760. 11:53:31 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1761. 11:53:31 T:20664 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1762. 11:53:31 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1763. 11:53:31 T:20664 DEBUG: Previous line repeats 1 times.
  1764. 11:53:31 T:20664 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1765. 11:53:31 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1766. 11:53:32 T:20664 DEBUG: Previous line repeats 1 times.
  1767. 11:53:32 T:20664 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1768. 11:53:32 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1769. 11:53:32 T:20664 DEBUG: Previous line repeats 1 times.
  1770. 11:53:32 T:20664 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1771. 11:53:32 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1772. 11:53:32 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1773. 11:53:32 T:20664 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1774. 11:53:32 T:20664 DEBUG: ------ Window Deinit () ------
  1775. 11:53:32 T:20664 DEBUG: ------ Window Deinit (Custom_Overlay_Debug.xml) ------
  1776. 11:53:32 T:20664 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
  1777. 11:53:32 T:20664 DEBUG: Activating window ID: 10004
  1778. 11:53:32 T:20664 DEBUG: ------ Window Init () ------
  1779. 11:53:32 T:20664 DEBUG: ------ Window Init (Custom_Overlay_Debug.xml) ------
  1780. 11:53:33 T:20664 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  1781. 11:53:33 T:20664 DEBUG: ------ Window Init (Settings.xml) ------
  1782. 11:53:33 T:20664 INFO: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
  1783. 11:53:33 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1784. 11:53:33 T:30096 DEBUG: Thread JobWorker start, auto delete: true
  1785. 11:53:34 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1786. 11:53:34 T:20664 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1787. 11:53:34 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1788. 11:53:35 T:20664 DEBUG: Previous line repeats 1 times.
  1789. 11:53:35 T:20664 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1790. 11:53:35 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1791. 11:53:41 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1792. 11:53:41 T:20664 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1793. 11:53:41 T:20664 DEBUG: Activating window ID: 10016
  1794. 11:53:41 T:20664 DEBUG: ------ Window Deinit (Settings.xml) ------
  1795. 11:53:41 T:20664 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  1796. 11:53:41 T:20664 INFO: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
  1797. 11:53:41 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1798. 11:53:42 T:20664 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1799. 11:53:42 T:20664 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1800. 11:53:42 T:20664 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1801. 11:53:44 T:20664 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1802. 11:53:44 T:20664 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1803. 11:53:44 T:20664 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1804. 11:53:44 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1805. 11:53:44 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1806. 11:53:44 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1807. 11:53:44 T:20664 DEBUG: Previous line repeats 1 times.
  1808. 11:53:44 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1809. 11:53:44 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1810. 11:53:45 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1811. 11:53:45 T:20664 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1812. 11:53:45 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1813. 11:53:46 T:20664 DEBUG: Previous line repeats 1 times.
  1814. 11:53:46 T:20664 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1815. 11:53:46 T:20664 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1816. 11:53:47 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1817. 11:53:47 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1818. 11:53:47 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1819. 11:53:47 T:20664 DEBUG: Previous line repeats 1 times.
  1820. 11:53:47 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1821. 11:53:47 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1822. 11:53:47 T:20664 DEBUG: Previous line repeats 1 times.
  1823. 11:53:47 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1824. 11:53:47 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1825. 11:53:47 T:20664 DEBUG: Previous line repeats 1 times.
  1826. 11:53:47 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1827. 11:53:47 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1828. 11:53:47 T:20664 DEBUG: Previous line repeats 1 times.
  1829. 11:53:47 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1830. 11:53:47 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1831. 11:53:48 T:20664 DEBUG: Previous line repeats 1 times.
  1832. 11:53:48 T:20664 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1833. 11:53:48 T:20664 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1834. 11:53:48 T:20664 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1835. 11:53:48 T:20664 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1836. 11:53:49 T:20664 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1837. 11:53:50 T:20664 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1838. 11:53:50 T:20664 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1839. 11:53:50 T:20664 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  1840. 11:53:50 T:20664 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
  1841. 11:53:58 T:20664 NOTICE: Storing total System Uptime
  1842. 11:53:58 T:20664 NOTICE: Saving settings
  1843. 11:53:58 T:20664 NOTICE: Saving skin settings
  1844. 11:53:58 T:20664 NOTICE: stop all
  1845. 11:53:58 T:20664 NOTICE: stop player
  1846. 11:53:58 T:20664 NOTICE: ES: Stopping event server
  1847. 11:53:58 T:20664 NOTICE: stopping upnp
  1848. 11:53:58 T:20664 NOTICE: CWebServer[8080]: Stopped
  1849. 11:53:59 T:29056 NOTICE: ES: UDP Event server stopped
  1850. 11:53:59 T:20664 FATAL: G:\Kodi\addons\peripheral.joystick\peripheral.joystick.dll is a system dll and should never be released
  1851. 11:53:59 T:20664 NOTICE: clean cached files!
  1852. 11:54:00 T:27876 NOTICE: Skin Helper Service --> Shutdown requested !
  1853. 11:54:00 T:27876 NOTICE: Skin Helper Service --> BackgroundsUpdater - stop called
  1854. 11:54:00 T:27876 NOTICE: Skin Helper Service --> ListItemMonitor - stop called
  1855. 11:54:00 T:27876 NOTICE: Skin Helper Service --> WebService - stop called
  1856. 11:54:00 T:27876 NOTICE: Skin Helper Service --> skin helper service version 1.0.100 stopped
  1857. 11:54:01 T:30648 NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
  1858. 11:54:01 T:20664 NOTICE: closing down remote control service
  1859. 11:54:01 T:20664 NOTICE: stopped
  1860. 11:54:01 T:20664 NOTICE: destroy
  1861. 11:54:01 T:20664 NOTICE: unload skin
  1862. 11:54:02 T:29848 NOTICE: [Artist Slideshow] script stopped
  1863. 11:54:02 T:20664 NOTICE: unload sections
  1864. 11:54:02 T:20664 NOTICE: special://profile/ is mapped to: special://masterprofile/
  1865. 11:54:02 T:20664 NOTICE: application stopped...
  1866. 11:54:02 T:20664 FATAL: /libcurl.dll is a system dll and should never be released
  1867. 11:54:02 T:20664 FATAL: /cpluff.dll is a system dll and should never be released
  1868. 11:54:02 T:20664 FATAL: /cec.dll is a system dll and should never be released
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement