Advertisement
Guest User

Untitled

a guest
May 19th, 2018
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 88.31 KB | None | 0 0
  1. 22:24:25.042 T:11100 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 22:24:25.042 T:11100 NOTICE: -----------------------------------------------------------------------
  3. 22:24:25.042 T:11100 NOTICE: Starting Kodi (17.6 Git:20171114-a9a7a20). Platform: Windows NT x86 32-bit
  4. 22:24:25.042 T:11100 NOTICE: Using Release Kodi x32 build
  5. 22:24:25.042 T:11100 NOTICE: Kodi compiled Dec 10 2017 by MSVC 190024215 for Windows NT x86 32-bit version 10.0 (0x0A000000)
  6. 22:24:25.043 T:11100 NOTICE: Running on ASUS All Series with Windows 10, kernel: Windows NT x86 64-bit version 10.0
  7. 22:24:25.043 T:11100 NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi
  8. 22:24:25.043 T:11100 NOTICE: Host CPU: Unknown, 4 cores available
  9. 22:24:25.043 T:11100 NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
  10. 22:24:25.043 T:11100 NOTICE: Running with restricted rights
  11. 22:24:25.044 T:11100 NOTICE: Aero is enabled
  12. 22:24:25.044 T:11100 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\Kodi
  13. 22:24:25.044 T:11100 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\Kodi
  14. 22:24:25.044 T:11100 NOTICE: special://xbmcbinaddons/ is mapped to: C:\Program Files (x86)\Kodi/addons
  15. 22:24:25.044 T:11100 NOTICE: special://masterprofile/ is mapped to: C:\Users\Gebruiker\AppData\Roaming\Kodi\userdata
  16. 22:24:25.044 T:11100 NOTICE: special://home/ is mapped to: C:\Users\Gebruiker\AppData\Roaming\Kodi\
  17. 22:24:25.044 T:11100 NOTICE: special://temp/ is mapped to: C:\Users\Gebruiker\AppData\Roaming\Kodi\cache
  18. 22:24:25.044 T:11100 NOTICE: special://logpath/ is mapped to: C:\Users\Gebruiker\AppData\Roaming\Kodi\
  19. 22:24:25.044 T:11100 NOTICE: The executable running is: C:\Program Files (x86)\Kodi\kodi.exe
  20. 22:24:25.046 T:11100 NOTICE: Local hostname: AsusDesktop
  21. 22:24:25.046 T:11100 NOTICE: Log File is located: C:\Users\Gebruiker\AppData\Roaming\Kodi\/kodi.log
  22. 22:24:25.046 T:11100 NOTICE: -----------------------------------------------------------------------
  23. 22:24:25.050 T:11100 NOTICE: load settings...
  24. 22:24:25.057 T:11100 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
  25. 22:24:25.057 T:11100 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
  26. 22:24:25.060 T:11100 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  27. 22:24:25.061 T:11100 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  28. 22:24:25.061 T:11100 NOTICE: Contents of special://profile/advancedsettings.xml are...
  29. <advancedsettings>
  30. <tvshowmatching action="prepend">
  31. <!-- Anime specific matching exclusively for Absolute Ordering. Everything will be matched to season 1, except Specials that will be assigned season 0 -->
  32. <!-- Anime must be contained in a folder called anime (case insensitive) at any dept, to avoid messing with regular TV Shows. You can change it to match your folder sructure. If your anime isn't separate from your other shows then simply delete "Anime" from the regex, but bear in mind it won't play nice with shows with more than 1 season -->
  33. <!-- Files must either have a mkv, mp4, avi or ogm extenion to avoid matching spam files that sometimes come with some downloads like .url and the like. Also optional. Remove (?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)) if you want to match any extensions. -->
  34. <!-- The last number without brackets not immediately followed by letters other than "v" will be matched. That means shows like Macross 7, Eyeshield 21 or Hunter x Hunter (2011) pose no problem to match. -->
  35. <!-- Specials are automatically asigned to season 0, so there's no need to add "S00" to the filename, but that doesn't affect the match. The file must be in a folder called "Specials" (case insensiive) for each show somewhere inside your anime folder. I recommend numbering after TVDB. -->
  36. <regexp defaultseason="0">(?i)Anime.*Specials(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?&lt;![a-df-z0-9])(\d+)(?&lt;=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])</regexp>
  37. <!-- EG: Anime/Kurenai/Specials/[gleam] Kurenai OVA - 01 [OAD][0e73f000].mkv -->
  38. <!-- We are looking for a multi episode with the format Anime/Show 01-02.mkv There can be any number of folders in between and numbers either before or after. It will match only the last set, so in the following file it will pick episodes 08 and 09 for example and not 01 and 12. It will fail on single episodes even if the folder has a range of episodes, so no need to rename anything. -->
  39. <!-- smb://n5200xxx/data/anime/started/hack/[kaa]_hack_twilight_01-12.dvd(complete)/hack_twilight_08-09.dvd(aac)[kaa][06da16fc].ogm -->
  40. <regexp>(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?&lt;![a-df-z0-9])(\d+)(\-\d+)(?&lt;=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])</regexp>
  41. <!-- This one matches single episodes, always matching the last valid number as the episode. It supports a wide array of formats either with CRC, resolution, hash, etc. or without. -->
  42. <regexp>(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?&lt;![a-df-z0-9])(\d+)(?&lt;=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])</regexp>
  43. </tvshowmatching>
  44. <videolibrary>
  45. <cleanonupdate>true</cleanonupdate>
  46. </videolibrary>
  47. </advancedsettings>
  48. 22:24:25.061 T:11100 NOTICE: Default Video Player: VideoPlayer
  49. 22:24:25.061 T:11100 NOTICE: Default Audio Player: paplayer
  50. 22:24:25.061 T:11100 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  51. 22:24:25.061 T:11100 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
  52. 22:24:25.061 T:11100 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  53. 22:24:25.062 T:11100 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  54. 22:24:25.062 T:11100 NOTICE: Loaded playercorefactory configuration
  55. 22:24:25.062 T:11100 NOTICE: Loading player core factory settings from special://profile/playercorefactory.xml.
  56. 22:24:25.062 T:11100 WARNING: CPlayerCoreFactory::GetPlayer(mpv): no such player: mpv
  57. 22:24:25.062 T:11100 NOTICE: Loaded playercorefactory configuration
  58. 22:24:25.080 T:11100 NOTICE: Running database version Addons27
  59. 22:24:25.146 T:11100 NOTICE: ADDONS: Using repository repository.xbmc.org
  60. 22:24:25.146 T:11100 NOTICE: ADDONS: Using repository repository.scudlee
  61. 22:24:25.175 T:10576 NOTICE: Found 2 Lists of Devices
  62. 22:24:25.175 T:10576 NOTICE: Enumerated DIRECTSOUND devices:
  63. 22:24:25.175 T:10576 NOTICE: Device 1
  64. 22:24:25.175 T:10576 NOTICE: m_deviceName : {09DF7A6A-43E5-4E64-A5DE-5FBA29DB4AD2}
  65. 22:24:25.175 T:10576 NOTICE: m_displayName : SPDIF - SPDIF Uit (Sound Blaster Z)
  66. 22:24:25.175 T:10576 NOTICE: m_displayNameExtra: DIRECTSOUND: SPDIF Uit (Sound Blaster Z)
  67. 22:24:25.175 T:10576 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  68. 22:24:25.175 T:10576 NOTICE: m_channels : FL,FR
  69. 22:24:25.175 T:10576 NOTICE: m_sampleRates : 48000
  70. 22:24:25.175 T:10576 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  71. 22:24:25.175 T:10576 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  72. 22:24:25.175 T:10576 NOTICE: Device 2
  73. 22:24:25.175 T:10576 NOTICE: m_deviceName : {0EBCD637-6B17-4920-A903-CAEF364564E7}
  74. 22:24:25.175 T:10576 NOTICE: m_displayName : Speakers - Luidsprekers (Sound Blaster Z)
  75. 22:24:25.175 T:10576 NOTICE: m_displayNameExtra: DIRECTSOUND: Luidsprekers (Sound Blaster Z)
  76. 22:24:25.175 T:10576 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  77. 22:24:25.175 T:10576 NOTICE: m_channels : FL,FR,FC,BL,BR,LFE
  78. 22:24:25.175 T:10576 NOTICE: m_sampleRates : 48000
  79. 22:24:25.175 T:10576 NOTICE: m_dataFormats : AE_FMT_FLOAT
  80. 22:24:25.175 T:10576 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  81. 22:24:25.175 T:10576 NOTICE: Device 3
  82. 22:24:25.175 T:10576 NOTICE: m_deviceName : default
  83. 22:24:25.175 T:10576 NOTICE: m_displayName : default
  84. 22:24:25.175 T:10576 NOTICE: m_displayNameExtra:
  85. 22:24:25.175 T:10576 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  86. 22:24:25.175 T:10576 NOTICE: m_channels : FL,FR,FC,BL,BR,LFE
  87. 22:24:25.175 T:10576 NOTICE: m_sampleRates : 48000
  88. 22:24:25.175 T:10576 NOTICE: m_dataFormats : AE_FMT_FLOAT
  89. 22:24:25.175 T:10576 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  90. 22:24:25.175 T:10576 NOTICE: Enumerated WASAPI devices:
  91. 22:24:25.175 T:10576 NOTICE: Device 1
  92. 22:24:25.175 T:10576 NOTICE: m_deviceName : {09DF7A6A-43E5-4E64-A5DE-5FBA29DB4AD2}
  93. 22:24:25.175 T:10576 NOTICE: m_displayName : SPDIF - SPDIF Uit (Sound Blaster Z)
  94. 22:24:25.175 T:10576 NOTICE: m_displayNameExtra: WASAPI: SPDIF Uit (Sound Blaster Z)
  95. 22:24:25.175 T:10576 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  96. 22:24:25.175 T:10576 NOTICE: m_channels : FL,FR
  97. 22:24:25.176 T:10576 NOTICE: m_sampleRates : 96000,88200,48000,44100
  98. 22:24:25.176 T:10576 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  99. 22:24:25.176 T:10576 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  100. 22:24:25.176 T:10576 NOTICE: Device 2
  101. 22:24:25.176 T:10576 NOTICE: m_deviceName : {0EBCD637-6B17-4920-A903-CAEF364564E7}
  102. 22:24:25.176 T:10576 NOTICE: m_displayName : Speakers - Luidsprekers (Sound Blaster Z)
  103. 22:24:25.176 T:10576 NOTICE: m_displayNameExtra: WASAPI: Luidsprekers (Sound Blaster Z)
  104. 22:24:25.176 T:10576 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  105. 22:24:25.176 T:10576 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR
  106. 22:24:25.176 T:10576 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100
  107. 22:24:25.176 T:10576 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  108. 22:24:25.176 T:10576 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  109. 22:24:25.176 T:10576 NOTICE: Device 3
  110. 22:24:25.176 T:10576 NOTICE: m_deviceName : default
  111. 22:24:25.176 T:10576 NOTICE: m_displayName : default
  112. 22:24:25.176 T:10576 NOTICE: m_displayNameExtra:
  113. 22:24:25.176 T:10576 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  114. 22:24:25.176 T:10576 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR
  115. 22:24:25.176 T:10576 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100
  116. 22:24:25.176 T:10576 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  117. 22:24:25.176 T:10576 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  118. 22:24:25.201 T:11100 NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce GTX 970, adapter 0.
  119. 22:24:25.202 T:11100 NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
  120. 22:24:25.202 T:11100 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  121. 22:24:25.202 T:11100 NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
  122. 22:24:25.202 T:11100 NOTICE: Additional mode: 720x480@ 56.00 - Full Screen
  123. 22:24:25.203 T:11100 NOTICE: Previous line repeats 2 times.
  124. 22:24:25.203 T:11100 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  125. 22:24:25.203 T:11100 NOTICE: Previous line repeats 2 times.
  126. 22:24:25.203 T:11100 NOTICE: Additional mode: 720x480@ 75.00 - Full Screen
  127. 22:24:25.203 T:11100 NOTICE: Previous line repeats 2 times.
  128. 22:24:25.203 T:11100 NOTICE: Additional mode: 720x576@ 56.00 - Full Screen
  129. 22:24:25.203 T:11100 NOTICE: Previous line repeats 2 times.
  130. 22:24:25.203 T:11100 NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
  131. 22:24:25.204 T:11100 NOTICE: Previous line repeats 2 times.
  132. 22:24:25.204 T:11100 NOTICE: Additional mode: 720x576@ 75.00 - Full Screen
  133. 22:24:25.204 T:11100 NOTICE: Previous line repeats 2 times.
  134. 22:24:25.204 T:11100 NOTICE: Additional mode: 800x600@ 56.00 - Full Screen
  135. 22:24:25.204 T:11100 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  136. 22:24:25.204 T:11100 NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
  137. 22:24:25.204 T:11100 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  138. 22:24:25.204 T:11100 NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
  139. 22:24:25.204 T:11100 NOTICE: Additional mode: 1152x864@ 75.00 - Full Screen
  140. 22:24:25.204 T:11100 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  141. 22:24:25.205 T:11100 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  142. 22:24:25.205 T:11100 NOTICE: Previous line repeats 2 times.
  143. 22:24:25.205 T:11100 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
  144. 22:24:25.205 T:11100 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  145. 22:24:25.205 T:11100 NOTICE: Previous line repeats 2 times.
  146. 22:24:25.205 T:11100 NOTICE: Additional mode: 1280x960@ 75.00 - Full Screen
  147. 22:24:25.205 T:11100 NOTICE: Previous line repeats 2 times.
  148. 22:24:25.205 T:11100 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  149. 22:24:25.205 T:11100 NOTICE: Additional mode: 1280x1024@ 75.00 - Full Screen
  150. 22:24:25.205 T:11100 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  151. 22:24:25.206 T:11100 NOTICE: Previous line repeats 2 times.
  152. 22:24:25.206 T:11100 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  153. 22:24:25.206 T:11100 NOTICE: Previous line repeats 2 times.
  154. 22:24:25.206 T:11100 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  155. 22:24:25.206 T:11100 NOTICE: Additional mode: 1600x1024@ 59.94 - Full Screen
  156. 22:24:25.206 T:11100 NOTICE: Additional mode: 1600x1024@ 60.00 - Full Screen
  157. 22:24:25.206 T:11100 NOTICE: Additional mode: 1600x1024@ 59.94 - Full Screen
  158. 22:24:25.206 T:11100 NOTICE: Additional mode: 1600x1024@ 60.00 - Full Screen
  159. 22:24:25.206 T:11100 NOTICE: Additional mode: 1600x1024@ 59.94 - Full Screen
  160. 22:24:25.207 T:11100 NOTICE: Additional mode: 1600x1024@ 60.00 - Full Screen
  161. 22:24:25.207 T:11100 NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
  162. 22:24:25.207 T:11100 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  163. 22:24:25.207 T:11100 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
  164. 22:24:25.207 T:11100 NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
  165. 22:24:25.207 T:11100 NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
  166. 22:24:25.207 T:11100 NOTICE: Checking resolution 16
  167. 22:24:25.449 T:13272 NOTICE: Running database version Addons27
  168. 22:24:25.450 T:13272 NOTICE: Running database version ViewModes6
  169. 22:24:25.451 T:13272 NOTICE: Running database version Textures13
  170. 22:24:25.452 T:13272 NOTICE: Running database version MyMusic60
  171. 22:24:25.455 T:13272 NOTICE: Running database version MyVideos107
  172. 22:24:25.456 T:13272 NOTICE: Running database version TV29
  173. 22:24:25.456 T:13272 NOTICE: Running database version Epg11
  174. 22:24:25.618 T:11100 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  175. 22:24:25.638 T:11100 WARNING: CApplication::Initialize - startup.xml taints init process
  176. 22:24:25.658 T:11100 NOTICE: initialize done
  177. 22:24:25.658 T:11100 NOTICE: Running the application...
  178. 22:24:25.658 T:11100 NOTICE: starting upnp client
  179. 22:24:25.661 T:6844 NOTICE: ES: Starting UDP Event server on port 9777
  180. 22:24:25.661 T:6844 NOTICE: UDP: Listening on port 9777 (ipv6 : false)
  181. 22:24:27.242 T:13272 ERROR: XFILE::CDirectory::GetDirectory - Error getting noop
  182. 22:24:28.154 T:9428 NOTICE: Skin Helper Backgrounds --> BackgroundsUpdater - started
  183. 22:24:28.385 T:12112 NOTICE: Skin Helper Widgets --> Backgroundservice started
  184. 22:24:28.434 T:2040 NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
  185. 22:24:28.434 T:9668 NOTICE: Skin Helper Service --> Skin Helper Service version 1.1.3 started
  186. 22:24:28.669 T:1996 NOTICE: script.grab.fanart: Grab Fanart Service Started
  187. 22:24:34.318 T:11108 ERROR: CCurlFile::Exists - Failed: Couldn't resolve host name(6) for http://www.msftncsi.com/ncsi.txt
  188. 22:24:45.138 T:11100 ERROR: Window Translator: Can't find window librarysettings
  189. 22:24:50.516 T:11100 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  190. 22:24:50.516 T:11100 NOTICE: Enabled debug logging due to GUI setting. Level 2.
  191. 22:24:50.516 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  192. 22:24:50.517 T:11100 DEBUG: ------ Window Init () ------
  193. 22:24:53.233 T:11100 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  194. 22:24:53.233 T:11100 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  195. 22:24:53.384 T:11100 DEBUG: CWinEventsWin32::WndProcWindow is active
  196. 22:24:53.384 T:11100 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Windows\explorer.exe
  197. 22:25:04.314 T:13272 DEBUG: Thread JobWorker 13272 terminating (autodelete)
  198. 22:25:04.416 T:11100 INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://www.msftncsi.com (easy=0B5D6A50, multi=00000000)
  199. 22:25:04.587 T:11108 DEBUG: Thread JobWorker 11108 terminating (autodelete)
  200. 22:25:04.916 T:11100 INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://www.w3.org (easy=0F8D7058, multi=00000000)
  201. 22:25:17.468 T:11100 DEBUG: CWinEventsWin32::WndProcWindow is active
  202. 22:25:19.451 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  203. 22:25:19.451 T:11100 DEBUG: CInputManager::OnKey: backspace (0xf008) pressed, action is Back
  204. 22:25:19.458 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  205. 22:25:19.669 T:11100 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
  206. 22:25:19.684 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  207. 22:25:19.684 T:11100 DEBUG: ------ Window Init (Settings.xml) ------
  208. 22:25:19.685 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  209. 22:25:19.685 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0000, modifier: 0x0
  210. 22:25:21.001 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  211. 22:25:21.109 T:11100 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  212. 22:25:21.109 T:11100 DEBUG: Activating window ID: 10016
  213. 22:25:21.319 T:11100 DEBUG: ------ Window Deinit (Settings.xml) ------
  214. 22:25:21.334 T:11100 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  215. 22:25:21.335 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  216. 22:25:21.338 T:11100 DEBUG: Previous line repeats 30 times.
  217. 22:25:21.338 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  218. 22:25:22.017 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  219. 22:25:22.017 T:11100 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  220. 22:25:22.018 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  221. 22:25:22.117 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  222. 22:25:22.367 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  223. 22:25:22.368 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  224. 22:25:22.368 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  225. 22:25:22.518 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  226. 22:25:22.618 T:11100 DEBUG: Previous line repeats 1 times.
  227. 22:25:22.618 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  228. 22:25:22.618 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  229. 22:25:22.759 T:11100 DEBUG: Previous line repeats 21 times.
  230. 22:25:22.759 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  231. 22:25:22.800 T:11100 DEBUG: Previous line repeats 1 times.
  232. 22:25:22.800 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  233. 22:25:22.800 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  234. 22:25:22.900 T:11100 DEBUG: Previous line repeats 8 times.
  235. 22:25:22.900 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  236. 22:25:22.951 T:11100 DEBUG: Previous line repeats 1 times.
  237. 22:25:22.951 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  238. 22:25:22.952 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  239. 22:25:23.051 T:11100 DEBUG: Previous line repeats 8 times.
  240. 22:25:23.051 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  241. 22:25:23.135 T:11100 DEBUG: Previous line repeats 1 times.
  242. 22:25:23.135 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  243. 22:25:23.135 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  244. 22:25:23.218 T:11100 DEBUG: Previous line repeats 5 times.
  245. 22:25:23.218 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  246. 22:25:23.285 T:11100 DEBUG: Previous line repeats 1 times.
  247. 22:25:23.285 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  248. 22:25:23.285 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  249. 22:25:23.376 T:11100 DEBUG: Previous line repeats 6 times.
  250. 22:25:23.376 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  251. 22:25:23.466 T:11100 DEBUG: Previous line repeats 1 times.
  252. 22:25:23.466 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  253. 22:25:23.466 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  254. 22:25:23.551 T:11100 DEBUG: Previous line repeats 8 times.
  255. 22:25:23.551 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  256. 22:25:24.451 T:11100 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  257. 22:25:24.451 T:11100 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  258. 22:25:24.635 T:11100 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  259. 22:25:25.035 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  260. 22:25:25.035 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  261. 22:25:25.168 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  262. 22:25:25.251 T:11100 DEBUG: Previous line repeats 1 times.
  263. 22:25:25.251 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  264. 22:25:25.401 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  265. 22:25:26.118 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  266. 22:25:26.118 T:11100 DEBUG: CInputManager::OnKey: backspace (0xf008) pressed, action is Back
  267. 22:25:26.125 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  268. 22:25:26.319 T:11100 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
  269. 22:25:26.334 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  270. 22:25:26.335 T:11100 DEBUG: ------ Window Init (Settings.xml) ------
  271. 22:25:26.335 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  272. 22:25:26.335 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0000, modifier: 0x0
  273. 22:25:28.452 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  274. 22:25:28.585 T:11100 DEBUG: CInputManager::OnKey: backspace (0xf008) pressed, action is Back
  275. 22:25:28.585 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  276. 22:25:28.935 T:11100 DEBUG: ------ Window Deinit (Settings.xml) ------
  277. 22:25:28.951 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  278. 22:25:28.951 T:11100 DEBUG: ------ Window Init (Home.xml) ------
  279. 22:25:28.951 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  280. 22:25:28.952 T:15088 DEBUG: Thread LanguageInvoker start, auto delete: false
  281. 22:25:28.952 T:15088 INFO: initializing python engine.
  282. 22:25:28.952 T:15088 DEBUG: CPythonInvoker(10, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): start processing
  283. 22:25:28.952 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0000, modifier: 0x0
  284. 22:25:28.952 T:2188 DEBUG: Thread LanguageInvoker start, auto delete: false
  285. 22:25:28.953 T:2188 INFO: initializing python engine.
  286. 22:25:28.953 T:2188 DEBUG: CPythonInvoker(11, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  287. 22:25:28.953 T:5200 DEBUG: Thread JobWorker start, auto delete: true
  288. 22:25:29.144 T:2188 DEBUG: -->Python Interpreter Initialized<--
  289. 22:25:29.144 T:2188 DEBUG: CPythonInvoker(11, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
  290. 22:25:29.144 T:2188 DEBUG: CPythonInvoker(11, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  291. 22:25:29.144 T:2188 DEBUG: CPythonInvoker(11, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts
  292. 22:25:29.144 T:15088 DEBUG: -->Python Interpreter Initialized<--
  293. 22:25:29.144 T:15088 DEBUG: CPythonInvoker(10, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): the source file to load is "C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py"
  294. 22:25:29.144 T:15088 DEBUG: CPythonInvoker(10, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): setting the Python path to C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  295. 22:25:29.144 T:15088 DEBUG: CPythonInvoker(10, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): entering source directory C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites
  296. 22:25:29.144 T:2188 DEBUG: CPythonInvoker(11, C:\Users\Gebruiker\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
  297. 22:25:29.168 T:15088 DEBUG: CPythonInvoker(10, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): instantiating addon using automatically obtained id of "script.favourites" dependent on version 2.25.0 of the xbmc.python api
  298. 22:25:29.298 T:15088 DEBUG: script.favourites: script version 7.1.1 started
  299. 22:25:29.298 T:15088 DEBUG: script.favourites: ### params: {}
  300. 22:25:29.298 T:15088 DEBUG: script.favourites: script stopped
  301. 22:25:29.298 T:15088 INFO: CPythonInvoker(10, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): script successfully run
  302. 22:25:29.323 T:15088 INFO: Python script stopped
  303. 22:25:29.323 T:15088 DEBUG: Thread LanguageInvoker 15088 terminating
  304. 22:25:29.400 T:2188 INFO: CPythonInvoker(11, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  305. 22:25:29.401 T:3784 DEBUG: Thread Timer start, auto delete: false
  306. 22:25:29.409 T:3784 DEBUG: Thread Timer 3784 terminating
  307. 22:25:29.409 T:9568 DEBUG: Thread Timer start, auto delete: false
  308. 22:25:29.422 T:2188 INFO: Python script stopped
  309. 22:25:29.422 T:2188 DEBUG: Thread LanguageInvoker 2188 terminating
  310. 22:25:29.718 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  311. 22:25:29.718 T:11100 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  312. 22:25:29.835 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  313. 22:25:29.915 T:9568 DEBUG: Thread Timer 9568 terminating
  314. 22:25:30.035 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  315. 22:25:30.035 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  316. 22:25:30.152 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  317. 22:25:30.218 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  318. 22:25:30.335 T:11100 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  319. 22:25:30.335 T:11100 DEBUG: Activating window ID: 10004
  320. 22:25:30.685 T:11100 DEBUG: ------ Window Deinit (Home.xml) ------
  321. 22:25:30.701 T:11100 DEBUG: ------ Window Init (Settings.xml) ------
  322. 22:25:30.701 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  323. 22:25:30.701 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  324. 22:25:31.385 T:11100 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  325. 22:25:31.385 T:11100 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  326. 22:25:31.535 T:11100 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  327. 22:25:31.879 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  328. 22:25:31.879 T:11100 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  329. 22:25:32.085 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  330. 22:25:32.119 T:11100 DEBUG: Previous line repeats 1 times.
  331. 22:25:32.119 T:11100 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  332. 22:25:32.218 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  333. 22:25:32.464 T:11100 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  334. 22:25:32.464 T:11100 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  335. 22:25:32.585 T:11100 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  336. 22:25:32.651 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  337. 22:25:32.651 T:11100 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  338. 22:25:32.735 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  339. 22:25:32.809 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  340. 22:25:32.932 T:11100 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  341. 22:25:32.932 T:11100 DEBUG: Activating window ID: 10031
  342. 22:25:33.136 T:11100 DEBUG: ------ Window Deinit (Settings.xml) ------
  343. 22:25:33.151 T:11100 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  344. 22:25:33.152 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  345. 22:25:33.155 T:11100 DEBUG: Previous line repeats 31 times.
  346. 22:25:33.155 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  347. 22:25:33.719 T:11100 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  348. 22:25:33.719 T:11100 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  349. 22:25:33.835 T:11100 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  350. 22:25:34.368 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  351. 22:25:34.468 T:11100 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  352. 22:25:34.468 T:11100 DEBUG: Activating window ID: 10025
  353. 22:25:34.671 T:11100 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
  354. 22:25:34.712 T:11100 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  355. 22:25:34.712 T:11100 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
  356. 22:25:34.923 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  357. 22:25:34.938 T:11100 DEBUG: Previous line repeats 52 times.
  358. 22:25:34.938 T:11100 DEBUG: CGUIMediaWindow::GetDirectory (library://video/files.xml)
  359. 22:25:34.939 T:11100 DEBUG: ParentPath = [library://video/files.xml/]
  360. 22:25:34.950 T:11428 DEBUG: Thread BackgroundLoader start, auto delete: false
  361. 22:25:34.965 T:11428 DEBUG: Thread BackgroundLoader 11428 terminating
  362. 22:25:34.974 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  363. 22:25:35.755 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  364. 22:25:35.755 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  365. 22:25:35.819 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  366. 22:25:35.885 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  367. 22:25:36.394 T:11100 DEBUG: Previous line repeats 1 times.
  368. 22:25:36.394 T:11100 DEBUG: CInputManager::OnKey: long-return (0x100f00d) pressed, action is ContextMenu
  369. 22:25:36.396 T:11100 DEBUG: CFavourites::Load - no system favourites found, skipping
  370. 22:25:36.396 T:11100 DEBUG: CFavourites::Load - no userdata favourites found, skipping
  371. 22:25:36.399 T:11100 INFO: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY
  372. 22:25:36.400 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  373. 22:25:36.400 T:11100 DEBUG: ------ Window Init (DialogContextMenu.xml) ------
  374. 22:25:36.400 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  375. 22:25:36.418 T:11100 DEBUG: Previous line repeats 6 times.
  376. 22:25:36.418 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  377. 22:25:36.668 T:11100 DEBUG: Previous line repeats 7 times.
  378. 22:25:36.668 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  379. 22:25:36.944 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  380. 22:25:36.944 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  381. 22:25:36.945 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  382. 22:25:37.075 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  383. 22:25:37.130 T:11100 DEBUG: Previous line repeats 1 times.
  384. 22:25:37.130 T:11100 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  385. 22:25:37.134 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  386. 22:25:37.227 T:11100 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  387. 22:25:38.052 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  388. 22:25:38.052 T:11100 DEBUG: CInputManager::OnKey: backspace (0xf008) pressed, action is Back
  389. 22:25:38.135 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0000, modifier: 0x0
  390. 22:25:38.204 T:11100 DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------
  391. 22:25:38.335 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  392. 22:25:38.435 T:11100 DEBUG: CInputManager::OnKey: backspace (0xf008) pressed, action is Back
  393. 22:25:38.436 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  394. 22:25:38.638 T:11100 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  395. 22:25:38.652 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  396. 22:25:38.652 T:11100 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  397. 22:25:38.652 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  398. 22:25:38.664 T:11100 DEBUG: Previous line repeats 31 times.
  399. 22:25:38.664 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0000, modifier: 0x0
  400. 22:25:38.852 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  401. 22:25:38.852 T:11100 DEBUG: CInputManager::OnKey: backspace (0xf008) pressed, action is Back
  402. 22:25:38.877 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  403. 22:25:39.055 T:11100 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
  404. 22:25:39.069 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  405. 22:25:39.069 T:11100 DEBUG: ------ Window Init (Settings.xml) ------
  406. 22:25:39.069 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  407. 22:25:39.070 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0000, modifier: 0x0
  408. 22:25:39.621 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  409. 22:25:39.717 T:11100 DEBUG: CInputManager::OnKey: backspace (0xf008) pressed, action is Back
  410. 22:25:39.717 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  411. 22:25:40.071 T:11100 DEBUG: ------ Window Deinit (Settings.xml) ------
  412. 22:25:40.085 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  413. 22:25:40.085 T:11100 DEBUG: ------ Window Init (Home.xml) ------
  414. 22:25:40.086 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  415. 22:25:40.089 T:9104 DEBUG: Thread LanguageInvoker start, auto delete: false
  416. 22:25:40.089 T:9104 INFO: initializing python engine.
  417. 22:25:40.089 T:9104 DEBUG: CPythonInvoker(12, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): start processing
  418. 22:25:40.091 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0000, modifier: 0x0
  419. 22:25:40.091 T:104 DEBUG: Thread LanguageInvoker start, auto delete: false
  420. 22:25:40.091 T:104 INFO: initializing python engine.
  421. 22:25:40.091 T:104 DEBUG: CPythonInvoker(13, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  422. 22:25:40.314 T:9104 DEBUG: -->Python Interpreter Initialized<--
  423. 22:25:40.315 T:9104 DEBUG: CPythonInvoker(12, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): the source file to load is "C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py"
  424. 22:25:40.315 T:104 DEBUG: -->Python Interpreter Initialized<--
  425. 22:25:40.315 T:104 DEBUG: CPythonInvoker(13, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
  426. 22:25:40.315 T:9104 DEBUG: CPythonInvoker(12, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): setting the Python path to C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  427. 22:25:40.315 T:9104 DEBUG: CPythonInvoker(12, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): entering source directory C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites
  428. 22:25:40.315 T:104 DEBUG: CPythonInvoker(13, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  429. 22:25:40.315 T:104 DEBUG: CPythonInvoker(13, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts
  430. 22:25:40.315 T:9104 DEBUG: CPythonInvoker(12, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): instantiating addon using automatically obtained id of "script.favourites" dependent on version 2.25.0 of the xbmc.python api
  431. 22:25:40.320 T:104 DEBUG: CPythonInvoker(13, C:\Users\Gebruiker\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
  432. 22:25:40.374 T:9104 DEBUG: script.favourites: script version 7.1.1 started
  433. 22:25:40.374 T:9104 DEBUG: script.favourites: ### params: {}
  434. 22:25:40.374 T:9104 DEBUG: script.favourites: script stopped
  435. 22:25:40.374 T:9104 INFO: CPythonInvoker(12, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): script successfully run
  436. 22:25:40.436 T:9104 INFO: Python script stopped
  437. 22:25:40.436 T:9104 DEBUG: Thread LanguageInvoker 9104 terminating
  438. 22:25:40.564 T:104 INFO: CPythonInvoker(13, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  439. 22:25:40.569 T:4000 DEBUG: Thread Timer start, auto delete: false
  440. 22:25:40.576 T:4000 DEBUG: Thread Timer 4000 terminating
  441. 22:25:40.576 T:3764 DEBUG: Thread Timer start, auto delete: false
  442. 22:25:40.585 T:104 INFO: Python script stopped
  443. 22:25:40.585 T:104 DEBUG: Thread LanguageInvoker 104 terminating
  444. 22:25:40.635 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  445. 22:25:40.635 T:11100 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  446. 22:25:40.768 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  447. 22:25:40.819 T:11100 DEBUG: Previous line repeats 1 times.
  448. 22:25:40.819 T:11100 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  449. 22:25:40.969 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  450. 22:25:40.985 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  451. 22:25:41.082 T:3764 DEBUG: Thread Timer 3764 terminating
  452. 22:25:41.085 T:11100 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  453. 22:25:41.085 T:11100 DEBUG: Activating window ID: 10025
  454. 22:25:41.438 T:11100 DEBUG: ------ Window Deinit (Home.xml) ------
  455. 22:25:41.481 T:11100 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  456. 22:25:41.481 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  457. 22:25:41.497 T:11100 DEBUG: Previous line repeats 52 times.
  458. 22:25:41.497 T:11100 DEBUG: CGUIMediaWindow::GetDirectory (library://video/tvshows/titles.xml/)
  459. 22:25:41.497 T:11100 DEBUG: ParentPath = [library://video/tvshows/titles.xml/]
  460. 22:25:41.513 T:11100 DEBUG: CVideoDatabase::RunQuery took 3 ms for 4 items query: SELECT * FROM tvshow_view
  461. 22:25:41.531 T:12260 DEBUG: Thread BackgroundLoader start, auto delete: false
  462. 22:25:41.546 T:12260 DEBUG: Thread BackgroundLoader 12260 terminating
  463. 22:25:41.547 T:2124 DEBUG: Thread BackgroundLoader start, auto delete: false
  464. 22:25:41.559 T:2124 DEBUG: Thread BackgroundLoader 2124 terminating
  465. 22:25:41.567 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  466. 22:25:41.570 T:2704 DEBUG: Thread JobWorker start, auto delete: true
  467. 22:25:42.933 T:11100 DEBUG: Previous line repeats 2 times.
  468. 22:25:42.933 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  469. 22:25:42.933 T:11100 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  470. 22:25:43.003 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  471. 22:25:43.419 T:11100 DEBUG: Previous line repeats 1 times.
  472. 22:25:43.419 T:11100 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  473. 22:25:43.420 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  474. 22:25:43.535 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  475. 22:25:44.102 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  476. 22:25:44.168 T:11100 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  477. 22:25:44.168 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  478. 22:25:44.185 T:11100 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  479. 22:25:44.187 T:5200 NOTICE: VideoInfoScanner: Starting scan ..
  480. 22:25:44.187 T:13768 DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
  481. 22:25:44.187 T:13768 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnScanStarted
  482. 22:25:44.194 T:5200 DEBUG: VideoInfoScanner: Scanning dir 'D:\Anime\Monster\' as not in the database
  483. 22:25:44.196 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 06.mkv (s1e6) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  484. 22:25:44.197 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 07.mkv (s1e7) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  485. 22:25:44.197 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 08.mkv (s1e8) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  486. 22:25:44.197 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 09.mkv (s1e9) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  487. 22:25:44.197 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 10.mkv (s1e10) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  488. 22:25:44.197 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 11.mkv (s1e11) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  489. 22:25:44.197 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 12.mkv (s1e12) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  490. 22:25:44.197 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 13.mkv (s1e13) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  491. 22:25:44.197 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 14.mkv (s1e14) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  492. 22:25:44.197 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 15.mkv (s1e15) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  493. 22:25:44.197 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 16.mkv (s1e16) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  494. 22:25:44.198 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 17.mkv (s1e17) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  495. 22:25:44.198 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 18.mkv (s1e18) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  496. 22:25:44.198 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 19.mkv (s1e19) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  497. 22:25:44.198 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 20.mkv (s1e20) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  498. 22:25:44.198 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 21.mkv (s1e21) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  499. 22:25:44.198 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 22.mkv (s1e22) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  500. 22:25:44.198 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 23.mkv (s1e23) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  501. 22:25:44.198 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 24.mkv (s1e24) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  502. 22:25:44.198 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 25.mkv (s1e25) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  503. 22:25:44.198 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 26.mkv (s1e26) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  504. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 27.mkv (s1e27) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  505. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 28.mkv (s1e28) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  506. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 29.mkv (s1e29) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  507. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 30.mkv (s1e30) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  508. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 31.mkv (s1e31) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  509. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 32.mkv (s1e32) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  510. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 33.mkv (s1e33) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  511. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 34.mkv (s1e34) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  512. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 35.mkv (s1e35) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  513. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 36.mkv (s1e36) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  514. 22:25:44.199 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 37.mkv (s1e37) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  515. 22:25:44.200 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 38.mkv (s1e38) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  516. 22:25:44.200 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 39.mkv (s1e39) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  517. 22:25:44.200 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 40.mkv (s1e40) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  518. 22:25:44.200 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 41.mkv (s1e41) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  519. 22:25:44.200 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 42.mkv (s1e42) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  520. 22:25:44.200 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 43.mkv (s1e43) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  521. 22:25:44.200 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 44.mkv (s1e44) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  522. 22:25:44.200 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 45.mkv (s1e45) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  523. 22:25:44.200 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 46.mkv (s1e46) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  524. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 47.mkv (s1e47) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  525. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 48.mkv (s1e48) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  526. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 49.mkv (s1e49) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  527. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 50.mkv (s1e50) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  528. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 51.mkv (s1e51) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  529. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 52.mkv (s1e52) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  530. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 53.mkv (s1e53) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  531. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 54.mkv (s1e54) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  532. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 55.mkv (s1e55) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  533. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 56.mkv (s1e56) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  534. 22:25:44.201 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 57.mkv (s1e57) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  535. 22:25:44.202 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 58.mkv (s1e58) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  536. 22:25:44.202 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 59.mkv (s1e59) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  537. 22:25:44.202 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 60.mkv (s1e60) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  538. 22:25:44.202 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 61.mkv (s1e61) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  539. 22:25:44.202 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 62.mkv (s1e62) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  540. 22:25:44.202 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 63.mkv (s1e63) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  541. 22:25:44.202 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 64.mkv (s1e64) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  542. 22:25:44.202 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 65.mkv (s1e65) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  543. 22:25:44.202 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 66.mkv (s1e66) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  544. 22:25:44.202 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 67.mkv (s1e67) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  545. 22:25:44.203 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 68.mkv (s1e68) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  546. 22:25:44.203 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 69.mkv (s1e69) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  547. 22:25:44.203 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 70.mkv (s1e70) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  548. 22:25:44.203 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 71.mkv (s1e71) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  549. 22:25:44.203 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 72.mkv (s1e72) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  550. 22:25:44.203 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 73.mkv (s1e73) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  551. 22:25:44.203 T:5200 DEBUG: VideoInfoScanner: Found episode match D:\Anime\Monster\[CBM] Monster - 74.mkv (s1e74) [(?i)()Anime(?:(?=.*\.mkv$)|(?=.*\.mp4$)|(?=.*\.avi$)|(?=.*\.ogm$)).+(?=\w)(?<![a-df-z0-9])(\d+)(?<=\d)(?!.*[\\\/])(?![a-uw-z0-9\])}px])]
  552. 22:25:44.205 T:5200 DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'D:\Anime\Monster\[CBM] Monster - 06.mkv'
  553. 22:25:44.205 T:5200 DEBUG: ADDON::CScraper::GetEpisodeList: Searching 'http://api.anidb.net:9001/httpapi?request=anime&client=xbmcscrap&clientver=1&protover=1&aid=1539' using AniDB.net [MOD] scraper (file: 'C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\metadata.tvshows.anidb.net.mod', content: 'tvshows', version: '2.4.0')
  554. 22:25:44.211 T:9668 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnScanStarted - data: null
  555. 22:25:44.217 T:5200 DEBUG: scraper: GetEpisodeList returned <episodeguide><chain function="StartDelayLoop">&</chain></episodeguide>
  556. 22:25:44.217 T:5200 DEBUG: scraper: StartDelayLoop returned <details><chain function="DelayLoop">&</chain></details>
  557. 22:25:44.217 T:5200 DEBUG: scraper: DelayLoop returned <details><chain function="DelayLoop">&</chain></details>
  558. 22:25:44.217 T:5200 DEBUG: scraper: DelayLoop returned <details></details>
  559. 22:25:44.217 T:5200 WARNING: No information found for item 'D:\Anime\Monster\', it won't be added to the library.
  560. 22:25:44.225 T:5200 DEBUG: VideoInfoScanner: Skipping dir 'D:\Anime\Naruto\' due to no change
  561. 22:25:44.229 T:5200 DEBUG: VideoInfoScanner: Skipping dir 'D:\Anime\Owari No Seraph\' due to no change
  562. 22:25:44.235 T:5200 DEBUG: VideoInfoScanner: Skipping dir 'D:\Anime\Shokugeki No Souma\' due to no change
  563. 22:25:44.237 T:5200 NOTICE: CVideoDatabase::CleanDatabase: Starting videodatabase cleanup ..
  564. 22:25:44.237 T:13768 DEBUG: CAnnouncementManager - Announcement: OnCleanStarted from xbmc
  565. 22:25:44.237 T:13768 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnCleanStarted
  566. 22:25:44.238 T:5200 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
  567. 22:25:44.238 T:13768 DEBUG: CAnnouncementManager - Announcement: OnScanFinished from xbmc
  568. 22:25:44.238 T:13768 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnScanFinished
  569. 22:25:44.252 T:11100 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/?xsp=%7b%22order%22%3a%7b%22direction%22%3a%22ascending%22%2c%22ignorefolders%22%3a0%2c%22method%22%3a%22sorttitle%22%7d%2c%22type%22%3a%22tvshows%22%7d)
  570. 22:25:44.252 T:11100 DEBUG: ParentPath = [videodb://tvshows/titles/?xsp=%7b%22order%22%3a%7b%22direction%22%3a%22ascending%22%2c%22ignorefolders%22%3a0%2c%22method%22%3a%22sorttitle%22%7d%2c%22type%22%3a%22tvshows%22%7d]
  571. 22:25:44.256 T:3288 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: SELECT * FROM tvshow_view WHERE totalCount IS NOT NULL AND totalCount > 0
  572. 22:25:44.261 T:12004 DEBUG: Thread BackgroundLoader start, auto delete: false
  573. 22:25:44.264 T:12004 DEBUG: Thread BackgroundLoader 12004 terminating
  574. 22:25:44.265 T:10640 DEBUG: Thread BackgroundLoader start, auto delete: false
  575. 22:25:44.268 T:10640 DEBUG: Thread BackgroundLoader 10640 terminating
  576. 22:25:44.268 T:11100 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/?xsp=%7b%22order%22%3a%7b%22direction%22%3a%22ascending%22%2c%22ignorefolders%22%3a0%2c%22method%22%3a%22sorttitle%22%7d%2c%22type%22%3a%22tvshows%22%7d)
  577. 22:25:44.268 T:11100 DEBUG: ParentPath = [videodb://tvshows/titles/?xsp=%7b%22order%22%3a%7b%22direction%22%3a%22ascending%22%2c%22ignorefolders%22%3a0%2c%22method%22%3a%22sorttitle%22%7d%2c%22type%22%3a%22tvshows%22%7d]
  578. 22:25:44.272 T:5200 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: SELECT * FROM tvshow_view WHERE totalCount IS NOT NULL AND totalCount > 0
  579. 22:25:44.277 T:10268 DEBUG: Thread BackgroundLoader start, auto delete: false
  580. 22:25:44.280 T:10268 DEBUG: Thread BackgroundLoader 10268 terminating
  581. 22:25:44.281 T:13600 DEBUG: Thread BackgroundLoader start, auto delete: false
  582. 22:25:44.284 T:13600 DEBUG: Thread BackgroundLoader 13600 terminating
  583. 22:25:44.284 T:11100 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  584. 22:25:44.287 T:12112 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnScanStarted - data: null
  585. 22:25:44.288 T:12112 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnCleanStarted - data: null
  586. 22:25:44.288 T:12112 DEBUG: Skin Helper Widgets --> Kodi_Monitor: video database updated
  587. 22:25:44.288 T:12112 DEBUG: Skin Helper Widgets --> Video database changed - type: - refreshing widgets....
  588. 22:25:44.288 T:12112 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnScanFinished - data: null
  589. 22:25:44.311 T:9668 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnCleanStarted - data: null
  590. 22:25:44.311 T:9668 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnScanFinished - data: null
  591. 22:25:45.322 T:7860 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))
  592. 22:25:45.339 T:7860 DEBUG: CVideoDatabase::RunQuery took 5 ms for 1 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))))
  593. 22:25:45.370 T:7860 DEBUG: CVideoDatabase::RunQuery took 7 ms for 146 items query: select * from episode_view WHERE (episode_view.idShow = 2) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  594. 22:25:45.370 T:7860 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  595. 22:25:45.396 T:7860 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  596. 22:25:45.406 T:7860 DEBUG: CVideoDatabase::RunQuery took 4 ms for 182 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  597. 22:25:45.953 T:11100 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  598. 22:25:45.953 T:11100 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  599. 22:25:46.153 T:11100 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  600. 22:25:46.484 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  601. 22:25:46.570 T:11100 DEBUG: CInputManager::OnKey: backspace (0xf008) pressed, action is Back
  602. 22:25:46.570 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  603. 22:25:46.923 T:11100 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  604. 22:25:46.936 T:11100 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  605. 22:25:46.936 T:11100 DEBUG: ------ Window Init (Home.xml) ------
  606. 22:25:46.936 T:11100 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop'
  607. 22:25:46.955 T:4232 DEBUG: Thread LanguageInvoker start, auto delete: false
  608. 22:25:46.956 T:4232 INFO: initializing python engine.
  609. 22:25:46.956 T:4232 DEBUG: CPythonInvoker(14, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): start processing
  610. 22:25:46.956 T:11100 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0000, modifier: 0x0
  611. 22:25:46.957 T:5200 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  612. 22:25:46.957 T:14868 DEBUG: Thread LanguageInvoker start, auto delete: false
  613. 22:25:46.957 T:14868 INFO: initializing python engine.
  614. 22:25:46.957 T:14868 DEBUG: CPythonInvoker(15, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  615. 22:25:46.974 T:5200 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
  616. 22:25:46.978 T:5200 DEBUG: CVideoDatabase::RunQuery took 3 ms for 10 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  617. 22:25:46.993 T:5200 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  618. 22:25:46.994 T:4692 DEBUG: CThumbExtractor::DoWork - trying to extract filestream details from video file D:\Anime\Naruto\Naruto - 096.mkv
  619. 22:25:46.995 T:5200 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  620. 22:25:46.997 T:5200 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE ((EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')) AND (artistview.strArtist <> 'Various artists')
  621. 22:25:47.022 T:4692 DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [matroska,webm]
  622. 22:25:47.022 T:4692 DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
  623. 22:25:47.026 T:4692 DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
  624. 22:25:47.026 T:4692 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 0
  625. 22:25:47.026 T:4692 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 1
  626. 22:25:47.026 T:4692 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 2
  627. 22:25:47.026 T:4692 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 3
  628. 22:25:47.166 T:4232 DEBUG: -->Python Interpreter Initialized<--
  629. 22:25:47.166 T:4232 DEBUG: CPythonInvoker(14, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): the source file to load is "C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py"
  630. 22:25:47.166 T:14868 DEBUG: -->Python Interpreter Initialized<--
  631. 22:25:47.166 T:14868 DEBUG: CPythonInvoker(15, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
  632. 22:25:47.166 T:4232 DEBUG: CPythonInvoker(14, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): setting the Python path to C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  633. 22:25:47.166 T:4232 DEBUG: CPythonInvoker(14, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): entering source directory C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites
  634. 22:25:47.166 T:14868 DEBUG: CPythonInvoker(15, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  635. 22:25:47.166 T:14868 DEBUG: CPythonInvoker(15, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts
  636. 22:25:47.166 T:4232 DEBUG: CPythonInvoker(14, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): instantiating addon using automatically obtained id of "script.favourites" dependent on version 2.25.0 of the xbmc.python api
  637. 22:25:47.169 T:14868 DEBUG: CPythonInvoker(15, C:\Users\Gebruiker\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
  638. 22:25:47.225 T:4232 DEBUG: script.favourites: script version 7.1.1 started
  639. 22:25:47.225 T:4232 DEBUG: script.favourites: ### params: {}
  640. 22:25:47.226 T:4232 DEBUG: script.favourites: script stopped
  641. 22:25:47.226 T:4232 INFO: CPythonInvoker(14, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.favourites\default.py): script successfully run
  642. 22:25:47.290 T:4232 INFO: Python script stopped
  643. 22:25:47.290 T:4232 DEBUG: Thread LanguageInvoker 4232 terminating
  644. 22:25:47.419 T:14868 INFO: CPythonInvoker(15, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  645. 22:25:47.419 T:9832 DEBUG: Thread Timer start, auto delete: false
  646. 22:25:47.426 T:9832 DEBUG: Thread Timer 9832 terminating
  647. 22:25:47.426 T:368 DEBUG: Thread Timer start, auto delete: false
  648. 22:25:47.440 T:14868 INFO: Python script stopped
  649. 22:25:47.440 T:14868 DEBUG: Thread LanguageInvoker 14868 terminating
  650. 22:25:47.896 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  651. 22:25:47.896 T:11100 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  652. 22:25:47.940 T:368 DEBUG: Thread Timer 368 terminating
  653. 22:25:48.019 T:11100 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  654. 22:25:48.202 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  655. 22:25:48.286 T:11100 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  656. 22:25:48.286 T:11100 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  657. 22:25:48.303 T:11100 NOTICE: Storing total System Uptime
  658. 22:25:48.303 T:4612 DEBUG: Thread AlarmClock 4612 terminating
  659. 22:25:48.303 T:13768 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
  660. 22:25:48.303 T:13768 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
  661. 22:25:48.303 T:11100 NOTICE: Saving settings
  662. 22:25:48.309 T:11100 NOTICE: Saving skin settings
  663. 22:25:48.315 T:11100 NOTICE: stop all
  664. 22:25:48.315 T:2704 DEBUG: Thread JobWorker 2704 terminating (autodelete)
  665. 22:25:48.315 T:4692 DEBUG: Thread JobWorker 4692 terminating (autodelete)
  666. 22:25:48.315 T:3288 DEBUG: Thread JobWorker 3288 terminating (autodelete)
  667. 22:25:48.315 T:11100 NOTICE: stop player
  668. 22:25:48.315 T:5200 DEBUG: Thread JobWorker 5200 terminating (autodelete)
  669. 22:25:48.315 T:11100 DEBUG: CNetwork::NetworkMessage - Signaling network services to stop
  670. 22:25:48.315 T:11100 NOTICE: ES: Stopping event server
  671. 22:25:48.315 T:11100 DEBUG: CNetwork::NetworkMessage - Waiting for network services to stop
  672. 22:25:48.315 T:11100 NOTICE: stopping upnp
  673. 22:25:48.343 T:12112 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: System.OnQuit - data: {"exitcode":0}
  674. 22:25:48.343 T:9668 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: System.OnQuit - data: {"exitcode":0}
  675. 22:25:48.702 T:6844 NOTICE: ES: UDP Event server stopped
  676. 22:25:48.702 T:12504 DEBUG: Thread TCPServer 12504 terminating
  677. 22:25:48.702 T:6844 DEBUG: Thread EventServer 6844 terminating
  678. 22:25:48.702 T:14508 DEBUG: Thread PeripEventScanner 14508 terminating
  679. 22:25:48.702 T:1528 DEBUG: Thread PeripBusUSB 1528 terminating
  680. 22:25:49.095 T:13632 DEBUG: Thread PeripBusAddon 13632 terminating
  681. 22:25:49.095 T:10688 DEBUG: Thread PeripBusCEC 10688 terminating
  682. 22:25:49.096 T:11100 DEBUG: SECTION:UnloadDll(C:\Program Files (x86)\Kodi\addons\peripheral.joystick\peripheral.joystick.dll)
  683. 22:25:49.097 T:11100 INFO: ADDON: Dll Destroyed - Joystick Support
  684. 22:25:49.097 T:11100 NOTICE: clean cached files!
  685. 22:25:49.097 T:11100 DEBUG: ADDON: Stopping service addons.
  686. 22:25:49.110 T:9668 NOTICE: Skin Helper Service --> Shutdown requested !
  687. 22:25:49.110 T:9668 DEBUG: Skin Helper Service --> ListItemMonitor - stop called
  688. 22:25:49.110 T:9668 DEBUG: Skin Helper Service --> WebService - stop called
  689. 22:25:49.113 T:2040 DEBUG: Skin Helper Service --> Webservice --> [19/May/2018 22:25:49] "QUIT / HTTP/1.1" 200 -
  690. 22:25:49.117 T:9668 DEBUG: Skin Helper Simplecache --> Closed
  691. 22:25:49.117 T:9668 DEBUG: Previous line repeats 4 times.
  692. 22:25:49.117 T:9668 DEBUG: Metadata and Artwork module --> Exited
  693. 22:25:49.117 T:9668 NOTICE: Skin Helper Service --> Skin Helper Service version 1.1.3 stopped
  694. 22:25:49.117 T:9668 DEBUG: Skin Helper Simplecache --> Closed
  695. 22:25:49.118 T:9668 INFO: CPythonInvoker(1, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py): script successfully run
  696. 22:25:49.118 T:11100 DEBUG: CPythonInvoker(1, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py): script termination took 9ms
  697. 22:25:49.131 T:9668 INFO: Python script interrupted by user
  698. 22:25:49.131 T:7860 DEBUG: Library Data Provider: service version 0.3.2 stopped
  699. 22:25:49.131 T:7860 INFO: CPythonInvoker(2, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): script successfully run
  700. 22:25:49.131 T:11100 DEBUG: CPythonInvoker(2, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): script termination took 13ms
  701. 22:25:49.131 T:9428 NOTICE: Skin Helper Backgrounds --> BackgroundsUpdater - stop called
  702. 22:25:49.134 T:7860 INFO: Python script interrupted by user
  703. 22:25:49.232 T:9428 DEBUG: Skin Helper Simplecache --> Closed
  704. 22:25:49.232 T:9428 INFO: CPythonInvoker(3, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skin.helper.backgrounds\service.py): script successfully run
  705. 22:25:49.232 T:11100 DEBUG: CPythonInvoker(3, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skin.helper.backgrounds\service.py): script termination took 101ms
  706. 22:25:49.244 T:9428 INFO: Python script interrupted by user
  707. 22:25:49.245 T:12112 NOTICE: Skin Helper Widgets --> Backgroundservice stopped
  708. 22:25:49.245 T:12112 INFO: CPythonInvoker(4, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skin.helper.widgets\service.py): script successfully run
  709. 22:25:49.245 T:11100 DEBUG: CPythonInvoker(4, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skin.helper.widgets\service.py): script termination took 13ms
  710. 22:25:49.245 T:1736 DEBUG: Skin Helper Backup --> Service stopped
  711. 22:25:49.245 T:1736 INFO: CPythonInvoker(6, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skin.helper.skinbackup\service.py): script successfully run
  712. 22:25:49.246 T:11100 DEBUG: CPythonInvoker(6, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.skin.helper.skinbackup\service.py): script termination took 1ms
  713. 22:25:49.249 T:12112 INFO: Python script interrupted by user
  714. 22:25:49.249 T:9668 DEBUG: Thread LanguageInvoker 9668 terminating
  715. 22:25:49.249 T:12112 DEBUG: Thread LanguageInvoker 12112 terminating
  716. 22:25:49.253 T:1736 INFO: Python script interrupted by user
  717. 22:25:49.254 T:1996 INFO: CPythonInvoker(7, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): script successfully run
  718. 22:25:49.254 T:11100 DEBUG: CPythonInvoker(7, C:\Users\Gebruiker\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): script termination took 2ms
  719. 22:25:49.254 T:7860 DEBUG: Thread LanguageInvoker 7860 terminating
  720. 22:25:49.254 T:9428 DEBUG: Thread LanguageInvoker 9428 terminating
  721. 22:25:49.254 T:10576 DEBUG: Thread ActiveAE 10576 terminating
  722. 22:25:49.254 T:1736 DEBUG: Thread LanguageInvoker 1736 terminating
  723. 22:25:49.254 T:10932 DEBUG: Thread AESink 10932 terminating
  724. 22:25:49.254 T:11100 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  725. 22:25:49.259 T:1996 INFO: Python script interrupted by user
  726. 22:25:49.259 T:1996 DEBUG: Thread LanguageInvoker 1996 terminating
  727. 22:25:49.272 T:11100 NOTICE: closing down remote control service
  728. 22:25:49.272 T:11152 DEBUG: Thread RemoteControl 11152 terminating
  729. 22:25:49.272 T:11100 NOTICE: stopped
  730. 22:25:49.473 T:11100 NOTICE: destroy
  731. 22:25:49.473 T:11100 NOTICE: unload skin
  732. 22:25:49.473 T:11100 INFO: Unloading old skin ...
  733. 22:25:49.491 T:11100 DEBUG: ------ Window Deinit () ------
  734. 22:25:49.491 T:11100 DEBUG: ------ Window Deinit (Home.xml) ------
  735. 22:25:49.497 T:11100 DEBUG: ------ Window Deinit (Custom_Overlay.xml) ------
  736. 22:25:49.498 T:11100 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture common/white.png
  737. 22:25:49.498 T:11100 DEBUG: CTextureBundleXBT::CloseBundle - Closed theme bundle
  738. 22:25:49.499 T:11100 DEBUG: CTextureBundleXBT::CloseBundle - Closed bundle
  739. 22:25:49.513 T:11100 DEBUG: Infobool 'container.content(movies)' still used by 2 instances
  740. 22:25:49.513 T:11100 DEBUG: Infobool 'container.content(songs)' still used by 2 instances
  741. 22:25:49.513 T:11100 DEBUG: Infobool 'container.content(albums)' still used by 2 instances
  742. 22:25:49.513 T:11100 DEBUG: Infobool 'container.content(artists)' still used by 2 instances
  743. 22:25:49.513 T:11100 DEBUG: Infobool 'isempty(window(home).property(skinhelper.enableanimatedposters))' still used by 2 instances
  744. 22:25:49.513 T:11100 DEBUG: Infobool '!isempty(window(home).property(skinhelper.enableanimatedposters)) + container.content(movies)' still used by 2 instances
  745. 22:25:49.513 T:11100 DEBUG: Infobool 'isempty(window(home).property(skinhelper.enablepvrthumbs))' still used by 2 instances
  746. 22:25:49.513 T:11100 DEBUG: Infobool 'window.isactive(mypvrchannels.xml)' still used by 2 instances
  747. 22:25:49.513 T:11100 DEBUG: Infobool 'window.isactive(mypvrguide.xml)' still used by 2 instances
  748. 22:25:49.513 T:11100 DEBUG: Infobool 'window.isactive(mypvrrecordings.xml)' still used by 2 instances
  749. 22:25:49.513 T:11100 DEBUG: Infobool 'window.isactive(mypvrtimers.xml)' still used by 2 instances
  750. 22:25:49.513 T:11100 DEBUG: Infobool 'window.isactive(mypvrsearch.xml)' still used by 2 instances
  751. 22:25:49.513 T:11100 DEBUG: Infobool '!isempty(window(home).property(skinhelper.enablepvrthumbs)) +
  752. [window.isactive(mypvrchannels.xml) |
  753. window.isactive(mypvrguide.xml) | window.isactive(mypvrrecordings.xml) |
  754. window.isactive(mypvrtimers.xml) | window.isactive(mypvrsearch.xml)]' still used by 2 instances
  755. 22:25:49.513 T:11100 DEBUG: Infobool 'isempty(window(home).property(skinhelper.enablemusicart))' still used by 2 instances
  756. 22:25:49.514 T:11100 DEBUG: Infobool '!isempty(window(home).property(skinhelper.enablemusicart)) +
  757. [container.content(albums) | container.content(artists) | container.content(songs)]' still used by 2 instances
  758. 22:25:49.553 T:11100 NOTICE: unload sections
  759. 22:25:49.556 T:11100 NOTICE: special://profile/ is mapped to: special://masterprofile/
  760. 22:25:49.556 T:11100 DEBUG: PVRManager - destroyed
  761. 22:25:49.556 T:11100 DEBUG: ActiveAE DSP - destroyed
  762. 22:25:49.558 T:11100 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0439F580 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  763. 22:25:49.558 T:11100 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0439F808 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  764. 22:25:49.558 T:11100 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 043A0198 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  765. 22:25:49.558 T:11100 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0439F6A0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  766. 22:25:49.558 T:11100 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0439F340 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  767. 22:25:49.558 T:11100 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0439FA48 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  768. 22:25:49.559 T:11100 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 044F1BD8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  769. 22:25:49.559 T:11100 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0439FFE8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  770. 22:25:49.559 T:11100 NOTICE: application stopped...
  771. 22:25:49.559 T:13768 DEBUG: Thread Announce 13768 terminating
  772. 22:25:49.566 T:11100 DEBUG: SECTION:UnloadDll(special://xbmcbin/libcurl.dll)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement