Advertisement
anzerman

trakt issue anidb scraper

Sep 4th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 207.82 KB | None | 0 0
  1. 18:07:38 T:3044 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 18:07:38 T:3044 NOTICE: -----------------------------------------------------------------------
  3. 18:07:38 T:3044 NOTICE: Starting Kodi (15.0-BETA1 Git:20150501-d1a2c33). Platform: Windows NT x86 32-bit
  4. 18:07:38 T:3044 NOTICE: Using Release Kodi x32 build
  5. 18:07:38 T:3044 NOTICE: Kodi compiled May 1 2015 by MSVC 180030723 for Windows NT x86 32-bit version 6.0 (0x06000000)
  6. 18:07:38 T:3044 NOTICE: Running on Windows 7 SP1, kernel: Windows NT x86 64-bit version 6.1
  7. 18:07:38 T:3044 NOTICE: Host CPU: Intel(R) Pentium(R) CPU G3258 @ 3.20GHz, 2 cores available
  8. 18:07:38 T:3044 NOTICE: Desktop Resolution: 1862x1048 32Bit at 30Hz
  9. 18:07:38 T:3044 NOTICE: Running with administrator rights
  10. 18:07:38 T:3044 NOTICE: Aero is enabled
  11. 18:07:38 T:3044 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\Kodi
  12. 18:07:38 T:3044 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\Kodi
  13. 18:07:38 T:3044 NOTICE: special://masterprofile/ is mapped to: C:\Users\HTPC\AppData\Roaming\Kodi\userdata
  14. 18:07:38 T:3044 NOTICE: special://home/ is mapped to: C:\Users\HTPC\AppData\Roaming\Kodi\
  15. 18:07:38 T:3044 NOTICE: special://temp/ is mapped to: C:\Users\HTPC\AppData\Roaming\Kodi\cache
  16. 18:07:38 T:3044 NOTICE: The executable running is: C:\Program Files (x86)\Kodi\Kodi.exe
  17. 18:07:38 T:3044 NOTICE: Local hostname: HTPC-PC
  18. 18:07:38 T:3044 NOTICE: Log File is located: C:\Users\HTPC\AppData\Roaming\Kodi\kodi.log
  19. 18:07:38 T:3044 NOTICE: -----------------------------------------------------------------------
  20. 18:07:38 T:3044 NOTICE: load settings...
  21. 18:07:38 T:3044 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
  22. 18:07:38 T:3044 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
  23. 18:07:38 T:3044 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  24. 18:07:38 T:3044 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  25. 18:07:38 T:3044 NOTICE: Contents of special://profile/advancedsettings.xml are...
  26. <advancedsettings>
  27. <videodatabase>
  28. <type>mysql</type>
  29. <host>192.168.1.5</host>
  30. <port>3306</port>
  31. <user>kodi</user>
  32. <pass>kodi</pass>
  33. </videodatabase>
  34. <musicdatabase>
  35. <type>mysql</type>
  36. <host>192.168.1.5</host>
  37. <port>3306</port>
  38. <user>kodi</user>
  39. <pass>kodi</pass>
  40. </musicdatabase>
  41. <videolibrary>
  42. <importwatchedstate>true</importwatchedstate>
  43. <importresumepoint>true</importresumepoint>
  44. </videolibrary>
  45. <pathsubstitution>
  46. <substitute>
  47. <from>special://masterprofile/thumbnails/</from>
  48. <to>smb://SERVER/Thumbnails/</to>
  49. </substitute>
  50. </pathsubstitution>
  51. <tvshowmatching action="prepend">
  52. <regexp> - ()(\d+)((?:-\d+)*)(?:v\d+)? - [^\\/]*$</regexp>
  53. <regexp defaultseason="0"> - ()s(\d+)((?:-\d+)*)(?:v\d+)? - [^\\/]*$</regexp>
  54. </tvshowmatching>
  55. </advancedsettings>
  56. <pathsubstitution>
  57. <substitute>
  58. <from>special://masterprofile/thumbnails/</from>
  59. <to>smb://SERVER/Thumbnails/</to>
  60. </substitute>
  61. </pathsubstitution>
  62. 18:07:38 T:3044 WARNING: VIDEO database configuration is experimental.
  63. 18:07:38 T:3044 NOTICE: Default DVD Player: dvdplayer
  64. 18:07:38 T:3044 NOTICE: Default Video Player: dvdplayer
  65. 18:07:38 T:3044 NOTICE: Default Audio Player: paplayer
  66. 18:07:38 T:3044 NOTICE: Enabled debug logging due to GUI setting (2)
  67. 18:07:38 T:3044 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  68. 18:07:38 T:3044 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  69. 18:07:38 T:3044 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  70. 18:07:38 T:3044 DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
  71. 18:07:38 T:3044 DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
  72. 18:07:38 T:3044 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
  73. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  74. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/mms/udp
  75. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  76. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  77. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  78. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  79. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  80. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  81. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  82. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  83. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  84. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  85. 18:07:38 T:3044 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  86. 18:07:38 T:3044 NOTICE: Loaded playercorefactory configuration
  87. 18:07:38 T:3044 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  88. 18:07:38 T:3044 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  89. 18:07:38 T:3044 INFO: creating subdirectories
  90. 18:07:38 T:3044 INFO: userdata folder: special://masterprofile/
  91. 18:07:38 T:3044 INFO: recording folder:
  92. 18:07:38 T:3044 INFO: screenshots folder:
  93. 18:07:38 T:2400 NOTICE: Thread ActiveAE start, auto delete: false
  94. 18:07:38 T:1972 NOTICE: Thread AESink start, auto delete: false
  95. 18:07:38 T:2400 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTSHD" on device "LCD801-C (NVIDIA High Definition Audio)" seems to be not supported.
  96. 18:07:38 T:2400 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_TRUEHD" on device "LCD801-C (NVIDIA High Definition Audio)" seems to be not supported.
  97. 18:07:38 T:2400 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_EAC3" on device "LCD801-C (NVIDIA High Definition Audio)" seems to be not supported.
  98. 18:07:38 T:2400 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTS" on device "LCD801-C (NVIDIA High Definition Audio)" seems to be not supported.
  99. 18:07:38 T:2400 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AC3" on device "LCD801-C (NVIDIA High Definition Audio)" seems to be not supported.
  100. 18:07:38 T:2400 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AAC" on device "LCD801-C (NVIDIA High Definition Audio)" seems to be not supported.
  101. 18:07:38 T:2400 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_LPCM" on device "LCD801-C (NVIDIA High Definition Audio)" seems to be not supported.
  102. 18:07:38 T:2400 DEBUG: Found 2 Lists of Devices
  103. 18:07:38 T:2400 DEBUG: Enumerated DIRECTSOUND devices:
  104. 18:07:38 T:2400 DEBUG: Device 1
  105. 18:07:38 T:2400 DEBUG: m_deviceName : {765D6663-192C-43FB-B1A0-22C50F36840B}
  106. 18:07:38 T:2400 DEBUG: m_displayName : SPDIF - Realtek Digital Output (2- Realtek High Definition Audio)
  107. 18:07:38 T:2400 DEBUG: m_displayNameExtra: DIRECTSOUND: Realtek Digital Output (2- Realtek High Definition Audio)
  108. 18:07:38 T:2400 DEBUG: m_deviceType : AE_DEVTYPE_IEC958
  109. 18:07:38 T:2400 DEBUG: m_channels : FL,FR
  110. 18:07:38 T:2400 DEBUG: m_sampleRates : 48000
  111. 18:07:38 T:2400 DEBUG: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
  112. 18:07:38 T:2400 DEBUG: Device 2
  113. 18:07:38 T:2400 DEBUG: m_deviceName : {B210E2CA-BC7F-4657-9D41-80B0C23FAA19}
  114. 18:07:38 T:2400 DEBUG: m_displayName : HDMI - LCD801-C (NVIDIA High Definition Audio)
  115. 18:07:38 T:2400 DEBUG: m_displayNameExtra: DIRECTSOUND: LCD801-C (NVIDIA High Definition Audio)
  116. 18:07:38 T:2400 DEBUG: m_deviceType : AE_DEVTYPE_HDMI
  117. 18:07:38 T:2400 DEBUG: m_channels : FL,FR
  118. 18:07:38 T:2400 DEBUG: m_sampleRates : 48000
  119. 18:07:38 T:2400 DEBUG: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
  120. 18:07:38 T:2400 DEBUG: Device 3
  121. 18:07:38 T:2400 DEBUG: m_deviceName : default
  122. 18:07:38 T:2400 DEBUG: m_displayName : default
  123. 18:07:38 T:2400 DEBUG: m_displayNameExtra:
  124. 18:07:38 T:2400 DEBUG: m_deviceType : AE_DEVTYPE_HDMI
  125. 18:07:38 T:2400 DEBUG: m_channels : FL,FR
  126. 18:07:38 T:2400 DEBUG: m_sampleRates : 48000
  127. 18:07:38 T:2400 DEBUG: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
  128. 18:07:38 T:2400 DEBUG: Enumerated WASAPI devices:
  129. 18:07:38 T:2400 DEBUG: Device 1
  130. 18:07:38 T:2400 DEBUG: m_deviceName : {765D6663-192C-43FB-B1A0-22C50F36840B}
  131. 18:07:38 T:2400 DEBUG: m_displayName : SPDIF - Realtek Digital Output (2- Realtek High Definition Audio)
  132. 18:07:38 T:2400 DEBUG: m_displayNameExtra: WASAPI: Realtek Digital Output (2- Realtek High Definition Audio)
  133. 18:07:38 T:2400 DEBUG: m_deviceType : AE_DEVTYPE_IEC958
  134. 18:07:38 T:2400 DEBUG: m_channels : FL,FR
  135. 18:07:38 T:2400 DEBUG: m_sampleRates : 192000,96000,48000,44100
  136. 18:07:38 T:2400 DEBUG: m_dataFormats : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  137. 18:07:38 T:2400 DEBUG: Device 2
  138. 18:07:38 T:2400 DEBUG: m_deviceName : {B210E2CA-BC7F-4657-9D41-80B0C23FAA19}
  139. 18:07:38 T:2400 DEBUG: m_displayName : HDMI - LCD801-C (NVIDIA High Definition Audio)
  140. 18:07:38 T:2400 DEBUG: m_displayNameExtra: WASAPI: LCD801-C (NVIDIA High Definition Audio)
  141. 18:07:38 T:2400 DEBUG: m_deviceType : AE_DEVTYPE_HDMI
  142. 18:07:38 T:2400 DEBUG: m_channels : FL,FR
  143. 18:07:38 T:2400 DEBUG: m_sampleRates : 192000,96000,48000,44100
  144. 18:07:38 T:2400 DEBUG: m_dataFormats : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
  145. 18:07:38 T:2400 DEBUG: Device 3
  146. 18:07:38 T:2400 DEBUG: m_deviceName : default
  147. 18:07:38 T:2400 DEBUG: m_displayName : default
  148. 18:07:38 T:2400 DEBUG: m_displayNameExtra:
  149. 18:07:38 T:2400 DEBUG: m_deviceType : AE_DEVTYPE_HDMI
  150. 18:07:38 T:2400 DEBUG: m_channels : FL,FR
  151. 18:07:38 T:2400 DEBUG: m_sampleRates : 192000,96000,48000,44100
  152. 18:07:38 T:2400 DEBUG: m_dataFormats : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
  153. 18:07:38 T:1972 INFO: CActiveAESink::OpenSink - initialize sink
  154. 18:07:38 T:1972 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:default
  155. 18:07:38 T:1972 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 65552
  156. 18:07:38 T:1972 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  157. 18:07:38 T:1972 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  158. 18:07:38 T:1972 DEBUG: Audio Device : LCD801-C (NVIDIA High Definition Audio)
  159. 18:07:38 T:1972 DEBUG: Sample Rate : 44100
  160. 18:07:38 T:1972 DEBUG: Sample Format : AE_FMT_FLOAT
  161. 18:07:38 T:1972 DEBUG: Bits Per Sample : 32
  162. 18:07:38 T:1972 DEBUG: Valid Bits/Samp : 32
  163. 18:07:38 T:1972 DEBUG: Channel Count : 2
  164. 18:07:38 T:1972 DEBUG: Block Align : 8
  165. 18:07:38 T:1972 DEBUG: Avg. Bytes Sec : 352800
  166. 18:07:38 T:1972 DEBUG: Samples/Block : 32
  167. 18:07:38 T:1972 DEBUG: Format cBSize : 22
  168. 18:07:38 T:1972 DEBUG: Channel Layout : FL,FR
  169. 18:07:38 T:1972 DEBUG: Channel Mask : 3
  170. 18:07:38 T:1972 DEBUG: Frames : 661
  171. 18:07:38 T:1972 DEBUG: Frame Samples : 1322
  172. 18:07:38 T:1972 DEBUG: Frame Size : 8
  173. 18:07:38 T:1972 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  174. 18:07:38 T:1972 DEBUG: Output Device : default
  175. 18:07:38 T:1972 DEBUG: Sample Rate : 44100
  176. 18:07:38 T:1972 DEBUG: Sample Format : AE_FMT_FLOAT
  177. 18:07:38 T:1972 DEBUG: Channel Count : 2
  178. 18:07:38 T:1972 DEBUG: Channel Layout: FL,FR
  179. 18:07:38 T:1972 DEBUG: Frames : 661
  180. 18:07:38 T:1972 DEBUG: Frame Samples : 1322
  181. 18:07:38 T:1972 DEBUG: Frame Size : 8
  182. 18:07:38 T:3044 NOTICE: Running database version Addons18
  183. 18:07:38 T:3044 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/cpluff.dll)
  184. 18:07:38 T:3044 INFO: ADDON: cpluff: 'XML parsing error in C:\Program Files (x86)\Kodi\addons\kodi.guilib\addon.xml, line 1, column 32 (encoding specified in XML declaration is incorrect).'
  185. 18:07:38 T:3044 INFO: ADDON: cpluff: 'Plug-in descriptor in C:\Program Files (x86)\Kodi\addons\kodi.guilib is invalid.'
  186. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  187. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.refocus has been installed.'
  188. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvshows.anidb.net.mod has been installed.'
  189. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
  190. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.games.rom.collection.browser has been installed.'
  191. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.cu.lrclyrics has been installed.'
  192. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been installed.'
  193. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been installed.'
  194. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
  195. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been installed.'
  196. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  197. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  198. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
  199. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.six has been installed.'
  200. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
  201. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  202. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
  203. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
  204. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been installed.'
  205. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.anidb.net has been installed.'
  206. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
  207. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
  208. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been installed.'
  209. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.chardet has been installed.'
  210. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been installed.'
  211. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been installed.'
  212. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  213. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  214. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been installed.'
  215. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  216. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  217. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been installed.'
  218. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
  219. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.watchlist has been installed.'
  220. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been installed.'
  221. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been installed.'
  222. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
  223. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.toolbox has been installed.'
  224. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.ym has been installed.'
  225. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been installed.'
  226. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
  227. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.randomandlastitems has been installed.'
  228. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  229. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
  230. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  231. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been installed.'
  232. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in service.skin.widgets has been installed.'
  233. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.trakt has been installed.'
  234. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
  235. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
  236. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.mimic has been installed.'
  237. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been installed.'
  238. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been installed.'
  239. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
  240. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been installed.'
  241. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
  242. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  243. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.aeonmq5 has been installed.'
  244. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
  245. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
  246. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been installed.'
  247. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.re-touched has been installed.'
  248. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been installed.'
  249. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.arrow has been installed.'
  250. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.grab.fanart has been installed.'
  251. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been installed.'
  252. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been installed.'
  253. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been installed.'
  254. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.opensubtitles has been installed.'
  255. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
  256. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.blackglassnova has been installed.'
  257. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
  258. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
  259. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
  260. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.trakt has been installed.'
  261. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been installed.'
  262. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in repository.aeon-mq5-mod-isengard has been installed.'
  263. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
  264. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been installed.'
  265. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
  266. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  267. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.dateutil has been installed.'
  268. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
  269. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
  270. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.amber has been installed.'
  271. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been installed.'
  272. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.eminencefunctions has been installed.'
  273. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in service.rom.collection.browser has been installed.'
  274. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been installed.'
  275. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  276. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.eminence has been installed.'
  277. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.cinema.experience has been installed.'
  278. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  279. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
  280. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
  281. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
  282. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been installed.'
  283. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in repository.scudlee has been installed.'
  284. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been installed.'
  285. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  286. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  287. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
  288. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.videolanguage has been installed.'
  289. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
  290. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  291. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  292. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
  293. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been installed.'
  294. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.5 has been installed.'
  295. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  296. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  297. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
  298. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.transparency has been installed.'
  299. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
  300. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.aeonmq5.extrapack has been installed.'
  301. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been installed.'
  302. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
  303. 18:07:38 T:3044 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  304. 18:07:38 T:3044 NOTICE: ADDONS: Using repository repository.xbmc.org
  305. 18:07:38 T:3044 NOTICE: ADDONS: Using repository repository.aeon-mq5-mod-isengard
  306. 18:07:38 T:3044 NOTICE: ADDONS: Using repository repository.scudlee
  307. 18:07:38 T:3044 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  308. 18:07:38 T:3044 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "CEC Adapter"
  309. 18:07:38 T:3044 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  310. 18:07:38 T:3044 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "iMON HID device"
  311. 18:07:38 T:3044 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcec.dll)
  312. 18:07:38 T:6100 NOTICE: Thread PeripBusCEC start, auto delete: false
  313. 18:07:38 T:6108 NOTICE: Thread PeripBusUSB start, auto delete: false
  314. 18:07:38 T:1808 NOTICE: Thread RemoteControl start, auto delete: false
  315. 18:07:38 T:3044 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  316. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  317. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  318. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  319. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  320. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  321. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  322. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  323. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  324. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  325. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  326. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  327. 18:07:38 T:1808 DEBUG: CRemoteControl::Connect - connecting to: ::1:24000 ...
  328. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  329. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  330. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  331. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  332. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  333. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  334. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  335. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  336. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  337. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  338. 18:07:38 T:3044 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  339. 18:07:38 T:3044 DEBUG: CWIN32Util::GetDriveStatus: Requesting status for drive \\.\F:.
  340. 18:07:38 T:3044 DEBUG: CWIN32Util::GetDriveStatus: Requesting media status for drive \\.\F:.
  341. 18:07:38 T:1972 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  342. 18:07:38 T:3044 NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce GTX 750 Ti, adapter 0.
  343. 18:07:38 T:3044 NOTICE: Primary mode: 1862x1048@ 30.00i - Full Screen
  344. 18:07:38 T:3044 NOTICE: Additional mode: 640x480@ 85.00 - Full Screen
  345. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  346. 18:07:38 T:3044 NOTICE: Additional mode: 640x480@ 56.00 - Full Screen
  347. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  348. 18:07:38 T:3044 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  349. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  350. 18:07:38 T:3044 NOTICE: Additional mode: 640x480@ 72.00 - Full Screen
  351. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  352. 18:07:38 T:3044 NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
  353. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  354. 18:07:38 T:3044 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  355. 18:07:38 T:3044 NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
  356. 18:07:38 T:3044 NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
  357. 18:07:38 T:3044 NOTICE: Additional mode: 800x600@ 85.00 - Full Screen
  358. 18:07:38 T:3044 NOTICE: Additional mode: 800x600@ 56.00 - Full Screen
  359. 18:07:38 T:3044 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  360. 18:07:38 T:3044 NOTICE: Additional mode: 800x600@ 72.00 - Full Screen
  361. 18:07:38 T:3044 NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
  362. 18:07:38 T:3044 NOTICE: Additional mode: 1024x768@ 85.00 - Full Screen
  363. 18:07:38 T:3044 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  364. 18:07:38 T:3044 NOTICE: Additional mode: 1024x768@ 70.00 - Full Screen
  365. 18:07:38 T:3044 NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
  366. 18:07:38 T:3044 NOTICE: Additional mode: 1152x864@ 85.00 - Full Screen
  367. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  368. 18:07:38 T:3044 NOTICE: Additional mode: 1176x664@ 50.00 - Full Screen
  369. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  370. 18:07:38 T:3044 NOTICE: Additional mode: 1176x664@ 60.00 - Full Screen
  371. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  372. 18:07:38 T:3044 NOTICE: Additional mode: 1176x664@ 59.94 - Full Screen
  373. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  374. 18:07:38 T:3044 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  375. 18:07:38 T:3044 NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
  376. 18:07:38 T:3044 NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
  377. 18:07:38 T:3044 NOTICE: Additional mode: 1280x768@ 85.00 - Full Screen
  378. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  379. 18:07:38 T:3044 NOTICE: Additional mode: 1280x800@ 85.00 - Full Screen
  380. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  381. 18:07:38 T:3044 NOTICE: Additional mode: 1280x960@ 85.00 - Full Screen
  382. 18:07:38 T:3044 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  383. 18:07:38 T:3044 NOTICE: Additional mode: 1280x1024@ 75.00 - Full Screen
  384. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 30.00i - Full Screen
  385. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  386. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 29.97i - Full Screen
  387. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  388. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 25.00i - Full Screen
  389. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  390. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  391. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  392. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 59.94 - Full Screen
  393. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  394. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 50.00 - Full Screen
  395. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  396. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 25.00 - Full Screen
  397. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  398. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 30.00 - Full Screen
  399. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  400. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 29.97 - Full Screen
  401. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  402. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 24.00 - Full Screen
  403. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  404. 18:07:38 T:3044 NOTICE: Additional mode: 1360x768@ 23.98 - Full Screen
  405. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  406. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 30.00i - Full Screen
  407. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  408. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 29.97i - Full Screen
  409. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  410. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 25.00i - Full Screen
  411. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  412. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  413. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  414. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 59.94 - Full Screen
  415. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  416. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 50.00 - Full Screen
  417. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  418. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 25.00 - Full Screen
  419. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  420. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 30.00 - Full Screen
  421. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  422. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 29.97 - Full Screen
  423. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  424. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 24.00 - Full Screen
  425. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  426. 18:07:38 T:3044 NOTICE: Additional mode: 1366x768@ 23.98 - Full Screen
  427. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  428. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 30.00i - Full Screen
  429. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  430. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 29.97i - Full Screen
  431. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  432. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 25.00i - Full Screen
  433. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  434. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  435. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  436. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
  437. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  438. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 50.00 - Full Screen
  439. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  440. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 25.00 - Full Screen
  441. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  442. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 30.00 - Full Screen
  443. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  444. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 29.97 - Full Screen
  445. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  446. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 24.00 - Full Screen
  447. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  448. 18:07:38 T:3044 NOTICE: Additional mode: 1600x900@ 23.98 - Full Screen
  449. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  450. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 30.00i - Full Screen
  451. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  452. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 29.97i - Full Screen
  453. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  454. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 25.00i - Full Screen
  455. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  456. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 60.00 - Full Screen
  457. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  458. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 59.94 - Full Screen
  459. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  460. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 50.00 - Full Screen
  461. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  462. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 25.00 - Full Screen
  463. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  464. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 30.00 - Full Screen
  465. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  466. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 29.97 - Full Screen
  467. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  468. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 24.00 - Full Screen
  469. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  470. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1024@ 23.98 - Full Screen
  471. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  472. 18:07:38 T:3044 NOTICE: Additional mode: 1600x1200@ 60.00 - Full Screen
  473. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 30.00i - Full Screen
  474. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  475. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 29.97i - Full Screen
  476. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  477. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 25.00i - Full Screen
  478. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  479. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  480. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  481. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
  482. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  483. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 50.00 - Full Screen
  484. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  485. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 25.00 - Full Screen
  486. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  487. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 30.00 - Full Screen
  488. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  489. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 29.97 - Full Screen
  490. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  491. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
  492. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  493. 18:07:38 T:3044 NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
  494. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  495. 18:07:38 T:3044 NOTICE: Additional mode: 1768x992@ 25.00i - Full Screen
  496. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  497. 18:07:38 T:3044 NOTICE: Additional mode: 1768x992@ 30.00i - Full Screen
  498. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  499. 18:07:38 T:3044 NOTICE: Additional mode: 1768x992@ 29.97i - Full Screen
  500. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  501. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
  502. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
  503. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
  504. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
  505. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
  506. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
  507. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 25.00 - Full Screen
  508. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 30.00 - Full Screen
  509. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 29.97 - Full Screen
  510. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 24.00 - Full Screen
  511. 18:07:38 T:3044 NOTICE: Additional mode: 1920x1080@ 23.98 - Full Screen
  512. 18:07:38 T:3044 NOTICE: Additional mode: 640x400@ 85.00 - Full Screen
  513. 18:07:38 T:3044 NOTICE: Additional mode: 640x360@ 85.00 - Full Screen
  514. 18:07:38 T:3044 NOTICE: Additional mode: 1862x1048@ 30.00i - Full Screen
  515. 18:07:38 T:3044 NOTICE: Previous line repeats 2 times.
  516. 18:07:38 T:3044 NOTICE: Checking resolution 16
  517. 18:07:39 T:3044 DEBUG: CWinEventsWin32::WndProc: window resize event
  518. 18:07:39 T:3044 DEBUG: CWinEventsWin32::WndProc: window move event
  519. 18:07:39 T:3044 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1862,1048 fullscreen)->(0,0,1862,1048 fullscreen)
  520. 18:07:39 T:3044 DEBUG: CWinEventsWin32::WndProcWindow is active
  521. 18:07:39 T:3044 DEBUG: CRenderSystemDX::InitRenderSystem - trying D3D9Ex...
  522. 18:07:39 T:3044 DEBUG: CRenderSystemDX::InitRenderSystem - using D3D9Ex
  523. 18:07:39 T:3044 DEBUG: CRenderSystemDX::CreateDevice on adapter 0
  524. 18:07:39 T:3044 DEBUG: CRenderSystemDX::CreateDevice - using hardware vertex processing
  525. 18:07:39 T:3044 DEBUG: CRenderSystemDX::CreateDevice - adapter 0: nvd3dum.dll, NVIDIA GeForce GTX 750 Ti, VendorId 4318, DeviceId 4992
  526. 18:07:39 T:3044 DEBUG: CRenderSystemDX::CreateDevice - using D3DCAPS2_DYNAMICTEXTURES
  527. 18:07:39 T:3044 DEBUG: CRenderSystemDX::CreateDevice - texture caps: 0x0001ECC5
  528. 18:07:39 T:3044 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
  529. 18:07:39 T:3044 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_NPOT
  530. 18:07:39 T:3044 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT_NPOT
  531. 18:07:39 T:3044 DEBUG: CRenderSystemDX::CreateDevice - nVidia workaround - disabling RENDER_CAPS_DXT_NPOT
  532. 18:07:39 T:3044 DEBUG: CWinSystemWin32::SetFullScreen (windowed fullscreen) on screen 0 with size 1862x1048, refresh 30.000000i
  533. 18:07:39 T:3044 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  534. 18:07:39 T:3044 INFO: load default splash image: C:\Program Files (x86)\Kodi\media\Splash.png
  535. 18:07:39 T:3044 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib.dll)
  536. 18:07:39 T:3044 INFO: load keymapping
  537. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  538. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  539. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
  540. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
  541. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
  542. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
  543. 18:07:39 T:3044 ERROR: Error reading joystick map element, Invalid id: 0
  544. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
  545. 18:07:39 T:3044 ERROR: Error reading joystick map element, Invalid id: 0
  546. 18:07:39 T:3044 ERROR: Previous line repeats 25 times.
  547. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
  548. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
  549. 18:07:39 T:3044 ERROR: Error reading joystick map element, Invalid id: 0
  550. 18:07:39 T:3044 ERROR: Previous line repeats 98 times.
  551. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.Nintendo.Wii.U.Pro.Controller.xml
  552. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.Ouya.Controller.xml
  553. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
  554. 18:07:39 T:3044 ERROR: Error reading joystick map element, Invalid id: 0
  555. 18:07:39 T:3044 ERROR: Previous line repeats 13 times.
  556. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.PS4.Controller.xml
  557. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
  558. 18:07:39 T:3044 ERROR: Error reading joystick map element, Invalid id: 0
  559. 18:07:39 T:3044 ERROR: Previous line repeats 109 times.
  560. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
  561. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  562. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  563. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/remote.xml
  564. 18:07:39 T:3044 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  565. 18:07:39 T:3044 INFO: Loading special://xbmc/system/IRSSmap.xml
  566. 18:07:39 T:3044 INFO: * Adding remote mapping for device 'Microsoft MCE'
  567. 18:07:39 T:3044 INFO: * Adding remote mapping for device 'Abstract'
  568. 18:07:39 T:3044 DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
  569. 18:07:39 T:3044 INFO: GUI format 1862x1048, Display 1862x1048@ 30.00i - Full Screen
  570. 18:07:39 T:3044 DEBUG: guilib: Fill viewport on change for solving rendering passes
  571. 18:07:39 T:3044 INFO: CLangInfo: loading resource.language.en_gb language information...
  572. 18:07:39 T:3044 DEBUG: trying to set locale to eng_usa
  573. 18:07:39 T:3044 INFO: global locale set to English_United States.1252
  574. 18:07:39 T:3044 INFO: CLangInfo: loading resource.language.en_gb language strings...
  575. 18:07:39 T:3044 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: resource://resource.language.en_gb/strings.po
  576. 18:07:39 T:3044 DEBUG: POParser: loaded 3332 strings from file resource://resource.language.en_gb/strings.po
  577. 18:07:39 T:3044 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcurl.dll)
  578. 18:07:39 T:3044 NOTICE: Running database version Addons18
  579. 18:07:39 T:3044 DEBUG: CDatabaseManager::Initialize, updating databases...
  580. 18:07:39 T:3044 NOTICE: Running database version ViewModes6
  581. 18:07:39 T:3044 NOTICE: Running database version Textures13
  582. 18:07:39 T:3044 NOTICE: Running database version MyMusic52
  583. 18:07:39 T:3044 NOTICE: Running database version MyVideos92
  584. 18:07:39 T:3044 NOTICE: Running database version TV29
  585. 18:07:39 T:3044 NOTICE: Running database version Epg10
  586. 18:07:39 T:3044 DEBUG: CDatabaseManager::Initialize, updating databases... DONE
  587. 18:07:39 T:3044 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
  588. 18:07:39 T:3044 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  589. 18:07:39 T:3044 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  590. 18:07:39 T:3044 INFO: Unloading old skin ...
  591. 18:07:39 T:3044 INFO: load skin from: C:\Users\HTPC\AppData\Roaming\Kodi\addons\skin.amber (version: 2.1.2)
  592. 18:07:39 T:3044 INFO: load fonts for skin...
  593. 18:07:39 T:3044 INFO: Loading fonts from C:\Users\HTPC\AppData\Roaming\Kodi\addons\skin.amber\1080i\Font.xml
  594. 18:07:39 T:3044 DEBUG: POParser: loaded 110 strings from file C:\Users\HTPC\AppData\Roaming\Kodi\addons\skin.amber\language\English\strings.po
  595. 18:07:39 T:3044 DEBUG: POParser: loaded 0 strings from file C:\Users\HTPC\AppData\Roaming\Kodi\addons\skin.amber\language\English\strings.po
  596. 18:07:39 T:3044 INFO: Loading skin includes from C:\Users\HTPC\AppData\Roaming\Kodi\addons\skin.amber\1080i\includes.xml
  597. 18:07:39 T:3044 INFO: load new skin...
  598. 18:07:39 T:3044 INFO: Loading user windows, path C:\Users\HTPC\AppData\Roaming\Kodi\addons\skin.amber\1080i
  599. 18:07:39 T:3044 DEBUG: Load Skin XML: 4.18ms
  600. 18:07:39 T:3044 INFO: initialize new skin...
  601. 18:07:39 T:3044 DEBUG: guilib: Fill viewport on change for solving rendering passes
  602. 18:07:39 T:3044 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  603. 18:07:39 T:3044 DEBUG: CTextureBundleXBT::OpenBundle - Opened bundle C:\Users\HTPC\AppData\Roaming\Kodi\addons\skin.amber\media\Textures.xbt
  604. 18:07:39 T:3044 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  605. 18:07:39 T:3044 INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
  606. 18:07:39 T:3044 INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
  607. 18:07:39 T:3044 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  608. 18:07:39 T:3044 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  609. 18:07:39 T:3044 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  610. 18:07:39 T:3044 INFO: Loading resource://resource.uisounds.confluence/sounds.xml
  611. 18:07:39 T:3044 INFO: skin loaded...
  612. 18:07:39 T:3044 DEBUG: JSONRPC: JSON schema type broadcastnext references an unknown type PVR.Details.Broadcast
  613. 18:07:39 T:3044 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
  614. 18:07:39 T:3044 INFO: JSONRPC: Adding type "PVR.Details.Channel" to list of incomplete definitions (waiting for "PVR.Details.Broadcast")
  615. 18:07:39 T:3044 DEBUG: JSONRPC: JSON schema type references an unknown type PVR.Details.Channel
  616. 18:07:39 T:3044 DEBUG: Invalid item definition in "items" for type channels
  617. 18:07:39 T:3044 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
  618. 18:07:39 T:3044 INFO: JSONRPC: Adding type "PVR.Details.ChannelGroup.Extended" to list of incomplete definitions (waiting for "PVR.Details.Channel")
  619. 18:07:39 T:3044 INFO: JSONRPC: Resolving incomplete types/methods referencing PVR.Details.Broadcast
  620. 18:07:39 T:3044 INFO: JSONRPC: Resolving incomplete types/methods referencing PVR.Details.Channel
  621. 18:07:39 T:3044 DEBUG: JSONRPC: JSON schema type stereoscopicmode references an unknown type GUI.Stereoscopy.Mode
  622. 18:07:39 T:3044 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
  623. 18:07:39 T:3044 INFO: JSONRPC: Adding type "GUI.Property.Value" to list of incomplete definitions (waiting for "GUI.Stereoscopy.Mode")
  624. 18:07:39 T:3044 INFO: JSONRPC: Resolving incomplete types/methods referencing GUI.Stereoscopy.Mode
  625. 18:07:39 T:3044 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  626. 18:07:39 T:3044 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  627. 18:07:39 T:3044 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  628. 18:07:39 T:3044 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  629. 18:07:39 T:3044 INFO: JSONRPC v6.25.1: Successfully initialized
  630. 18:07:39 T:3044 DEBUG: ADDON: Starting service addons.
  631. 18:07:39 T:3044 DEBUG: Activating window ID: 12999
  632. 18:07:39 T:3044 DEBUG: ------ Window Init (Startup.xml) ------
  633. 18:07:39 T:3044 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  634. 18:07:39 T:3044 INFO: removing tempfiles
  635. 18:07:39 T:3044 DEBUG: ADDON: Starting service addons.
  636. 18:07:39 T:3044 NOTICE: initialize done
  637. 18:07:39 T:3476 NOTICE: Thread LanguageInvoker start, auto delete: false
  638. 18:07:39 T:3476 INFO: initializing python engine.
  639. 18:07:39 T:3476 DEBUG: CPythonInvoker(0, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): start processing
  640. 18:07:39 T:3476 NOTICE: -->Python Interpreter Initialized<--
  641. 18:07:39 T:3476 DEBUG: CPythonInvoker(0, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py"
  642. 18:07:39 T:3476 DEBUG: CPythonInvoker(0, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): setting the Python path to C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.chardet\lib;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.simplejson\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
  643. 18:07:39 T:3476 DEBUG: CPythonInvoker(0, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics
  644. 18:07:39 T:3476 DEBUG: CPythonInvoker(0, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): instantiating addon using automatically obtained id of "script.cu.lrclyrics" dependent on version 2.19.0 of the xbmc.python api
  645. 18:07:39 T:5996 NOTICE: Thread LanguageInvoker start, auto delete: false
  646. 18:07:39 T:5996 INFO: initializing python engine.
  647. 18:07:39 T:5996 DEBUG: CPythonInvoker(1, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): start processing
  648. 18:07:39 T:4168 NOTICE: Thread LanguageInvoker start, auto delete: false
  649. 18:07:39 T:4168 INFO: initializing python engine.
  650. 18:07:39 T:4168 DEBUG: CPythonInvoker(5, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): start processing
  651. 18:07:39 T:5020 NOTICE: Thread LanguageInvoker start, auto delete: false
  652. 18:07:39 T:5020 INFO: initializing python engine.
  653. 18:07:39 T:5020 DEBUG: CPythonInvoker(7, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cinema.experience\service.py): start processing
  654. 18:07:39 T:4968 NOTICE: Thread LanguageInvoker start, auto delete: false
  655. 18:07:39 T:4968 INFO: initializing python engine.
  656. 18:07:39 T:4968 DEBUG: CPythonInvoker(9, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): start processing
  657. 18:07:39 T:3884 NOTICE: Thread LanguageInvoker start, auto delete: false
  658. 18:07:39 T:3884 INFO: initializing python engine.
  659. 18:07:39 T:3884 DEBUG: CPythonInvoker(2, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): start processing
  660. 18:07:39 T:3784 NOTICE: Thread LanguageInvoker start, auto delete: false
  661. 18:07:39 T:3784 INFO: initializing python engine.
  662. 18:07:39 T:3784 DEBUG: CPythonInvoker(3, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.trakt\default.py): start processing
  663. 18:07:39 T:5756 NOTICE: Thread LanguageInvoker start, auto delete: false
  664. 18:07:39 T:5756 INFO: initializing python engine.
  665. 18:07:39 T:5756 DEBUG: CPythonInvoker(6, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): start processing
  666. 18:07:39 T:4760 NOTICE: Thread LanguageInvoker start, auto delete: false
  667. 18:07:39 T:4760 INFO: initializing python engine.
  668. 18:07:39 T:4760 DEBUG: CPythonInvoker(4, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): start processing
  669. 18:07:39 T:1528 NOTICE: Thread LanguageInvoker start, auto delete: false
  670. 18:07:39 T:1528 INFO: initializing python engine.
  671. 18:07:39 T:1528 DEBUG: CPythonInvoker(8, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): start processing
  672. 18:07:39 T:3044 DEBUG: CJoystick::Initialize : No Joystick found
  673. 18:07:39 T:3044 NOTICE: Running the application...
  674. 18:07:39 T:3044 DEBUG: no profile autoexec.py (C:\Users\HTPC\AppData\Roaming\Kodi\userdata\autoexec.py) found, skipping
  675. 18:07:39 T:3044 DEBUG: CNetwork::NetworkMessage - Starting network services
  676. 18:07:39 T:3044 NOTICE: Webserver: Starting...
  677. 18:07:39 T:3044 DEBUG: CWebServer [MHD]: setsockopt failed: Bad address
  678. 18:07:39 T:3044 NOTICE: WebServer: Started the webserver
  679. 18:07:39 T:3044 NOTICE: starting upnp client
  680. 18:07:39 T:3044 NOTICE: ES: Starting event server
  681. 18:07:39 T:3044 INFO: JSONRPC Server: Successfully initialized
  682. 18:07:39 T:1824 NOTICE: Thread EventServer start, auto delete: false
  683. 18:07:39 T:1824 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  684. 18:07:39 T:1824 NOTICE: UDP: Listening on port 9777
  685. 18:07:39 T:3248 NOTICE: Thread TCPServer start, auto delete: false
  686. 18:07:39 T:3044 DEBUG: ------ Window Init () ------
  687. 18:07:39 T:5272 NOTICE: Thread JobWorker start, auto delete: true
  688. 18:07:39 T:3044 DEBUG: ------ Window Init (Pointer.xml) ------
  689. 18:07:39 T:5996 NOTICE: -->Python Interpreter Initialized<--
  690. 18:07:39 T:5996 DEBUG: CPythonInvoker(1, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py"
  691. 18:07:39 T:5020 NOTICE: -->Python Interpreter Initialized<--
  692. 18:07:39 T:5020 DEBUG: CPythonInvoker(7, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cinema.experience\service.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cinema.experience\service.py"
  693. 18:07:39 T:4168 NOTICE: -->Python Interpreter Initialized<--
  694. 18:07:39 T:4168 DEBUG: CPythonInvoker(5, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py"
  695. 18:07:39 T:3884 NOTICE: -->Python Interpreter Initialized<--
  696. 18:07:39 T:3884 DEBUG: CPythonInvoker(2, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py"
  697. 18:07:39 T:4968 NOTICE: -->Python Interpreter Initialized<--
  698. 18:07:39 T:4968 DEBUG: CPythonInvoker(9, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py"
  699. 18:07:39 T:3784 NOTICE: -->Python Interpreter Initialized<--
  700. 18:07:39 T:3784 DEBUG: CPythonInvoker(3, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.trakt\default.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.trakt\default.py"
  701. 18:07:39 T:5756 NOTICE: -->Python Interpreter Initialized<--
  702. 18:07:39 T:5756 DEBUG: CPythonInvoker(6, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py"
  703. 18:07:39 T:4760 NOTICE: -->Python Interpreter Initialized<--
  704. 18:07:39 T:4760 DEBUG: CPythonInvoker(4, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py"
  705. 18:07:39 T:1528 NOTICE: -->Python Interpreter Initialized<--
  706. 18:07:39 T:1528 DEBUG: CPythonInvoker(8, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py"
  707. 18:07:39 T:5996 DEBUG: CPythonInvoker(1, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): setting the Python path to C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  708. 18:07:39 T:5996 DEBUG: CPythonInvoker(1, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck
  709. 18:07:39 T:5020 DEBUG: CPythonInvoker(7, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cinema.experience\service.py): setting the Python path to C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cinema.experience;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.simplejson\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
  710. 18:07:39 T:5020 DEBUG: CPythonInvoker(7, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cinema.experience\service.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cinema.experience
  711. 18:07:39 T:5996 DEBUG: CPythonInvoker(1, C:\Users\HTPC\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
  712. 18:07:39 T:4168 DEBUG: CPythonInvoker(5, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): setting the Python path to C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.simplejson\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
  713. 18:07:39 T:4168 DEBUG: CPythonInvoker(5, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider
  714. 18:07:39 T:5020 DEBUG: CPythonInvoker(7, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cinema.experience\service.py): instantiating addon using automatically obtained id of "script.cinema.experience" dependent on version 2.12.0 of the xbmc.python api
  715. 18:07:39 T:3884 DEBUG: CPythonInvoker(2, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): setting the Python path to C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.simplejson\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
  716. 18:07:39 T:3884 DEBUG: CPythonInvoker(2, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets
  717. 18:07:39 T:4968 DEBUG: CPythonInvoker(9, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): setting the Python path to C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.common.plugin.cache;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  718. 18:07:39 T:4968 DEBUG: CPythonInvoker(9, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.common.plugin.cache
  719. 18:07:39 T:4168 DEBUG: CPythonInvoker(5, C:\Users\HTPC\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.1.0 of the xbmc.python api
  720. 18:07:39 T:3784 DEBUG: CPythonInvoker(3, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.trakt\default.py): setting the Python path to C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.trakt;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.arrow\lib;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.dateutil\lib;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.requests\lib;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.six\lib;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.trakt\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
  721. 18:07:39 T:3784 DEBUG: CPythonInvoker(3, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.trakt\default.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.trakt
  722. 18:07:39 T:3884 DEBUG: CPythonInvoker(2, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): instantiating addon using automatically obtained id of "service.skin.widgets" dependent on version 2.1.0 of the xbmc.python api
  723. 18:07:39 T:5620 DEBUG: CMMNotificationClient::OnPropertyValueChanged: Changed device property of {0.0.0.00000000}.{b210e2ca-bc7f-4657-9d41-80b0c23faa19} is {9855c4cd-df8c-449c-a181-8191b68bd06c}#0
  724. 18:07:39 T:5756 DEBUG: CPythonInvoker(6, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): setting the Python path to C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.rom.collection.browser;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
  725. 18:07:39 T:5756 DEBUG: CPythonInvoker(6, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.rom.collection.browser
  726. 18:07:39 T:4968 DEBUG: CPythonInvoker(9, C:\Users\HTPC\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.1.0 of the xbmc.python api
  727. 18:07:39 T:4760 DEBUG: CPythonInvoker(4, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): setting the Python path to C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.grab.fanart;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
  728. 18:07:39 T:4760 DEBUG: CPythonInvoker(4, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.grab.fanart
  729. 18:07:39 T:3784 DEBUG: CPythonInvoker(3, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.trakt\default.py): instantiating addon using automatically obtained id of "script.trakt" dependent on version 2.14.0 of the xbmc.python api
  730. 18:07:39 T:1528 DEBUG: CPythonInvoker(8, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): setting the Python path to C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.tv.show.next.aired;C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.simplejson\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
  731. 18:07:39 T:1528 DEBUG: CPythonInvoker(8, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.tv.show.next.aired
  732. 18:07:39 T:5756 DEBUG: CPythonInvoker(6, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): instantiating addon using automatically obtained id of "service.rom.collection.browser" dependent on version 2.1.0 of the xbmc.python api
  733. 18:07:39 T:4760 DEBUG: CPythonInvoker(4, C:\Users\HTPC\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
  734. 18:07:39 T:1528 DEBUG: CPythonInvoker(8, C:\Users\HTPC\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
  735. 18:07:39 T:1808 DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
  736. 18:07:39 T:1528 DEBUG: POParser: loaded 43 strings from file C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\resources\language\English\strings.po
  737. 18:07:39 T:1528 DEBUG: script.tv.show.next.aired: ### params: {'service': 'true'}
  738. 18:07:39 T:1528 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.14)
  739. 18:07:39 T:5756 NOTICE: RCB Service: Start
  740. 18:07:39 T:5756 NOTICE: RCB Service: launch RCB on startup =
  741. 18:07:39 T:5756 NOTICE: RCB Service: scrape games on startup = false
  742. 18:07:39 T:5756 NOTICE: RCB Service: Done
  743. 18:07:39 T:5756 INFO: CPythonInvoker(6, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): script successfully run
  744. 18:07:39 T:5756 INFO: Python script stopped
  745. 18:07:39 T:5756 DEBUG: Thread LanguageInvoker 5756 terminating
  746. 18:07:39 T:5996 DEBUG: Version Check: Version 0.3.7 started
  747. 18:07:39 T:4968 NOTICE: StorageServer Module loaded RUN
  748. 18:07:39 T:4968 NOTICE: StorageClient-2.5.4 Starting server
  749. 18:07:39 T:1528 DEBUG: CVideoDatabase::RunQuery took 179 ms for 239 items query: SELECT * FROM tvshow_view
  750. 18:07:39 T:4168 DEBUG: Library Data Provider: service version 0.1.2 started
  751. 18:07:40 T:4760 NOTICE: script.grab.fanart: Grab Fanart Service Started
  752. 18:07:40 T:4760 DEBUG: script.grab.fanart: media type is: random
  753. 18:07:40 T:5020 DEBUG: [Cinema Experience] - settings() - __init__
  754. 18:07:40 T:5020 DEBUG: [Cinema Experience] - settings() - start
  755. 18:07:40 T:5020 DEBUG: [Cinema Experience] - Reading settings.xml
  756. 18:07:40 T:3884 DEBUG: Skin Widgets: script version 0.0.30 started
  757. 18:07:40 T:5020 DEBUG: [Cinema Experience] - Reading settings.xml
  758. 18:07:40 T:5020 DEBUG: [Cinema Experience] - Cinema Experience service script version 4.0.11 started
  759. 18:07:40 T:5020 DEBUG: [Cinema Experience] - Reading settings.xml
  760. 18:07:40 T:5020 DEBUG: [Cinema Experience] - settings() - start
  761. 18:07:40 T:5020 DEBUG: [Cinema Experience] - Reading settings.xml
  762. 18:07:40 T:4760 DEBUG: CVideoDatabase::RunQuery took 237 ms for 1902 items query: select * from movie_view
  763. 18:07:40 T:4168 DEBUG: CVideoDatabase::RunQuery took 362 ms for 1342 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  764. 18:07:40 T:3884 DEBUG: CVideoDatabase::RunQuery took 429 ms for 1342 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  765. 18:07:40 T:1808 DEBUG: CRemoteControl::Connect - failed to connect
  766. 18:07:40 T:1808 INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
  767. 18:07:41 T:4168 DEBUG: CVideoDatabase::RunQuery took 802 ms for 9395 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  768. 18:07:41 T:3884 DEBUG: CVideoDatabase::RunQuery took 920 ms for 9395 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  769. 18:07:41 T:4168 DEBUG: CMusicDatabase::GetSongsByWhere query = SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
  770. 18:07:41 T:4168 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  771. 18:07:41 T:4168 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 3 ms
  772. 18:07:41 T:4168 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from musicvideo_view WHERE ((musicvideo_view.playCount IS NULL OR musicvideo_view.playCount < 1))
  773. 18:07:42 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 0 items query: select * from musicvideo_view
  774. 18:07:42 T:3884 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  775. 18:07:42 T:3884 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 3 ms
  776. 18:07:42 T:3884 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  777. 18:07:42 T:3884 DEBUG: Time to retrieve artists from dataset = 1
  778. 18:07:42 T:3884 DEBUG: CMusicDatabase::GetSongsByWhere query = SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
  779. 18:07:42 T:4168 DEBUG: CVideoDatabase::RunQuery took 299 ms for 1342 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  780. 18:07:42 T:3884 DEBUG: Skin Widgets: Total time needed to request random queries: 0:00:02.189000
  781. 18:07:42 T:3884 DEBUG: CVideoDatabase::RunQuery took 28 ms for 5 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  782. 18:07:42 T:3884 DEBUG: CVideoDatabase::RunQuery took 219 ms for 77 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))))
  783. 18:07:42 T:3884 DEBUG: CVideoDatabase::RunQuery took 74 ms for 703 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  784. 18:07:42 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  785. 18:07:42 T:3884 DEBUG: CVideoDatabase::RunQuery took 26 ms for 337 items query: select * from episode_view WHERE (episode_view.idShow = 285) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  786. 18:07:42 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  787. 18:07:42 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 11 items query: select * from episode_view WHERE (episode_view.idShow = 205) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  788. 18:07:42 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  789. 18:07:42 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 12 items query: select * from episode_view WHERE (episode_view.idShow = 55) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  790. 18:07:42 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  791. 18:07:42 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 7 items query: select * from episode_view WHERE (episode_view.idShow = 138) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  792. 18:07:42 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  793. 18:07:42 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 241) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  794. 18:07:42 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  795. 18:07:42 T:3884 DEBUG: CVideoDatabase::RunQuery took 4 ms for 33 items query: select * from episode_view WHERE (episode_view.idShow = 234) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  796. 18:07:42 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  797. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 39 items query: select * from episode_view WHERE (episode_view.idShow = 26) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  798. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  799. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 4 ms for 73 items query: select * from episode_view WHERE (episode_view.idShow = 30) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  800. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  801. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 1 items query: select * from episode_view WHERE (episode_view.idShow = 40) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  802. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  803. 18:07:43 T:4168 DEBUG: CVideoDatabase::RunQuery took 613 ms for 9395 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  804. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 232) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  805. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  806. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 18 items query: select * from episode_view WHERE (episode_view.idShow = 154) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  807. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  808. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 4 ms for 46 items query: select * from episode_view WHERE (episode_view.idShow = 123) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  809. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  810. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 19) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  811. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  812. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 10 items query: select * from episode_view WHERE (episode_view.idShow = 24) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  813. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  814. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 13 items query: select * from episode_view WHERE (episode_view.idShow = 18) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  815. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  816. 18:07:43 T:4760 DEBUG: script.grab.fanart: found 1822 movies files
  817. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 200) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  818. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  819. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 24 items query: select * from episode_view WHERE (episode_view.idShow = 193) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  820. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  821. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 23 items query: select * from episode_view WHERE (episode_view.idShow = 192) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  822. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  823. 18:07:43 T:3044 DEBUG: ------ Window Deinit (Pointer.xml) ------
  824. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 4 ms for 37 items query: select * from episode_view WHERE (episode_view.idShow = 189) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  825. 18:07:43 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  826. 18:07:43 T:3884 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  827. 18:07:43 T:3884 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 5 ms
  828. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from musicvideo_view
  829. 18:07:43 T:3884 DEBUG: Skin Widgets: Total time needed to request recommended queries: 0:00:01.315000
  830. 18:07:43 T:4168 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  831. 18:07:43 T:4168 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 5 ms
  832. 18:07:43 T:4168 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from musicvideo_view WHERE ((musicvideo_view.playCount IS NULL OR musicvideo_view.playCount < 1))
  833. 18:07:43 T:4760 DEBUG: CVideoDatabase::RunQuery took 239 ms for 239 items query: SELECT * FROM tvshow_view
  834. 18:07:43 T:4168 DEBUG: CVideoDatabase::RunQuery took 39 ms for 5 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  835. 18:07:43 T:3884 DEBUG: CVideoDatabase::RunQuery took 166 ms for 1342 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
  836. 18:07:43 T:4760 DEBUG: script.grab.fanart: found 238 tv files
  837. 18:07:43 T:4168 DEBUG: CVideoDatabase::RunQuery took 221 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)) 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))))
  838. 18:07:43 T:4760 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  839. 18:07:43 T:4760 DEBUG: Time to retrieve artists from dataset = 0
  840. 18:07:43 T:4760 DEBUG: script.grab.fanart: found 0 music files
  841. 18:07:43 T:4168 DEBUG: CVideoDatabase::RunQuery took 30 ms for 703 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  842. 18:07:43 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  843. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 21 ms for 337 items query: select * from episode_view WHERE (episode_view.idShow = 285) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  844. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  845. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 11 items query: select * from episode_view WHERE (episode_view.idShow = 205) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  846. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  847. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 12 items query: select * from episode_view WHERE (episode_view.idShow = 55) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  848. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  849. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 7 items query: select * from episode_view WHERE (episode_view.idShow = 138) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  850. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  851. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 241) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  852. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  853. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 33 items query: select * from episode_view WHERE (episode_view.idShow = 234) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  854. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  855. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 39 items query: select * from episode_view WHERE (episode_view.idShow = 26) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  856. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  857. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 73 items query: select * from episode_view WHERE (episode_view.idShow = 30) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  858. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  859. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 1 items query: select * from episode_view WHERE (episode_view.idShow = 40) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  860. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  861. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 232) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  862. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  863. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 18 items query: select * from episode_view WHERE (episode_view.idShow = 154) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  864. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  865. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 46 items query: select * from episode_view WHERE (episode_view.idShow = 123) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  866. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  867. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 19) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  868. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  869. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 10 items query: select * from episode_view WHERE (episode_view.idShow = 24) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  870. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  871. 18:07:44 T:3884 DEBUG: CVideoDatabase::RunQuery took 471 ms for 9395 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  872. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 8 ms for 13 items query: select * from episode_view WHERE (episode_view.idShow = 18) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  873. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  874. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 2 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 200) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  875. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  876. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 24 items query: select * from episode_view WHERE (episode_view.idShow = 193) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  877. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  878. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 23 items query: select * from episode_view WHERE (episode_view.idShow = 192) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  879. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  880. 18:07:44 T:4168 DEBUG: CVideoDatabase::RunQuery took 7 ms for 37 items query: select * from episode_view WHERE (episode_view.idShow = 189) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  881. 18:07:44 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  882. 18:07:44 T:4168 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  883. 18:07:44 T:4168 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 3 ms
  884. 18:07:44 T:4168 DEBUG: JSONRPC: Value does not match any of the enum values in type field
  885. 18:07:44 T:4168 DEBUG: JSONRPC: Invalid property "field" in type List.Filter.Rule.MusicVideos
  886. 18:07:44 T:4168 DEBUG: CFavourites::Load - no system favourites found, skipping
  887. 18:07:44 T:4168 DEBUG: CFavourites::Load - no userdata favourites found, skipping
  888. 18:07:44 T:4168 DEBUG: Library Data Provider: Total time needed for all queries: 0:00:04.624000
  889. 18:07:44 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 0 items query: select * from musicvideo_view
  890. 18:07:44 T:3884 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  891. 18:07:44 T:3884 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 3 ms
  892. 18:07:44 T:3884 DEBUG: Skin Widgets: Total time needed to request recent items queries: 0:00:01.219000
  893. 18:07:44 T:3884 DEBUG: Skin Widgets: Total time needed for all queries: 0:00:04.723000
  894. 18:07:44 T:3044 DEBUG: Activating window ID: 10000
  895. 18:07:45 T:3044 DEBUG: ------ Window Deinit (Startup.xml) ------
  896. 18:07:45 T:3044 DEBUG: ------ Window Init (Home.xml) ------
  897. 18:07:45 T:3044 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  898. 18:07:45 T:5272 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  899. 18:07:45 T:6092 NOTICE: Thread LanguageInvoker start, auto delete: false
  900. 18:07:45 T:6092 INFO: initializing python engine.
  901. 18:07:45 T:6092 DEBUG: CPythonInvoker(10, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): start processing
  902. 18:07:45 T:6080 NOTICE: Thread JobWorker start, auto delete: true
  903. 18:07:45 T:5832 NOTICE: Thread RSSReader start, auto delete: false
  904. 18:07:45 T:5832 DEBUG: CurlFile::Open(1215F948) http://feeds.xbmc.org/xbmc
  905. 18:07:45 T:5832 INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://feeds.xbmc.org
  906. 18:07:45 T:5996 DEBUG: Version Check: Version installed {u'major': 15, u'tag': u'beta', u'tagversion': u'1', u'minor': 0, u'revision': u'20150501-d1a2c33'}
  907. 18:07:45 T:5996 DEBUG: Version Check: Version available {u'major': u'15', u'extrainfo': u'final', u'tagversion': u'', u'tag': u'stable', u'addon_support': u'yes', u'minor': u'1', u'revision': u'20150816-f4dda26'}
  908. 18:07:45 T:5996 DEBUG: Version Check: You are running an older minor version
  909. 18:07:45 T:5996 DEBUG: POParser: loaded 21 strings from file C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\resources\language\English\strings.po
  910. 18:07:45 T:5272 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
  911. 18:07:45 T:6092 NOTICE: -->Python Interpreter Initialized<--
  912. 18:07:45 T:6092 DEBUG: CPythonInvoker(10, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py"
  913. 18:07:45 T:6092 DEBUG: CPythonInvoker(10, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): setting the Python path to C:\Users\HTPC\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
  914. 18:07:45 T:6092 DEBUG: CPythonInvoker(10, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites
  915. 18:07:45 T:6092 DEBUG: CPythonInvoker(10, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): instantiating addon using automatically obtained id of "script.favourites" dependent on version 2.12.0 of the xbmc.python api
  916. 18:07:45 T:6092 DEBUG: script.favourites: script version 6.0.2 started
  917. 18:07:45 T:6092 DEBUG: script.favourites: ### params: {}
  918. 18:07:45 T:5272 DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
  919. 18:07:45 T:6092 DEBUG: script.favourites: script stopped
  920. 18:07:45 T:6092 INFO: CPythonInvoker(10, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): script successfully run
  921. 18:07:45 T:5272 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  922. 18:07:45 T:6092 INFO: Python script stopped
  923. 18:07:45 T:6092 DEBUG: Thread LanguageInvoker 6092 terminating
  924. 18:07:45 T:5272 DEBUG: CVideoDatabase::RunQuery took 92 ms for 10 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
  925. 18:07:45 T:3884 DEBUG: CVideoDatabase::RunQuery took 132 ms for 1342 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  926. 18:07:45 T:3044 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  927. 18:07:45 T:3044 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  928. 18:07:45 T:5272 DEBUG: CVideoDatabase::RunQuery took 601 ms for 10 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  929. 18:07:45 T:5832 DEBUG: Got rss feed: http://feeds.xbmc.org/xbmc
  930. 18:07:45 T:5832 DEBUG: RSS feed encoding: UTF-8
  931. 18:07:45 T:5832 DEBUG: Parsed rss feed: http://feeds.xbmc.org/xbmc
  932. 18:07:45 T:5832 DEBUG: CurlFile::Open(1215F948) http://feeds.xbmc.org/latest_xbmc_addons
  933. 18:07:45 T:5272 DEBUG: CVideoDatabase::RunQuery took 4 ms for 0 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  934. 18:07:45 T:5272 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  935. 18:07:46 T:3044 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  936. 18:07:46 T:3044 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  937. 18:07:46 T:5836 NOTICE: Thread JobWorker start, auto delete: true
  938. 18:07:46 T:5832 NOTICE: Previous line repeats 1 times.
  939. 18:07:46 T:5832 DEBUG: Got rss feed: http://feeds.xbmc.org/latest_xbmc_addons
  940. 18:07:46 T:5832 DEBUG: RSS feed encoding: UTF-8
  941. 18:07:46 T:5832 DEBUG: Parsed rss feed: http://feeds.xbmc.org/latest_xbmc_addons
  942. 18:07:46 T:5832 DEBUG: CurlFile::Open(1215F948) http://feeds.xbmc.org/updated_xbmc_addons
  943. 18:07:46 T:3884 DEBUG: CVideoDatabase::RunQuery took 551 ms for 9395 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  944. 18:07:46 T:5832 DEBUG: Got rss feed: http://feeds.xbmc.org/updated_xbmc_addons
  945. 18:07:46 T:5832 DEBUG: RSS feed encoding: UTF-8
  946. 18:07:46 T:5832 DEBUG: Parsed rss feed: http://feeds.xbmc.org/updated_xbmc_addons
  947. 18:07:46 T:5832 DEBUG: Thread RSSReader 5832 terminating
  948. 18:07:46 T:3884 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from musicvideo_view
  949. 18:07:46 T:3884 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  950. 18:07:46 T:3884 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 3 ms
  951. 18:07:46 T:3884 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  952. 18:07:46 T:3884 DEBUG: Time to retrieve artists from dataset = 1
  953. 18:07:46 T:3884 DEBUG: CMusicDatabase::GetSongsByWhere query = SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
  954. 18:07:46 T:3044 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  955. 18:07:46 T:3044 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  956. 18:07:46 T:3044 DEBUG: Activating window ID: 10025
  957. 18:07:46 T:3044 DEBUG: ------ Window Deinit (Home.xml) ------
  958. 18:07:46 T:3044 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  959. 18:07:46 T:3044 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
  960. 18:07:46 T:3044 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/)
  961. 18:07:46 T:3044 DEBUG: ParentPath = [videodb://tvshows/titles/]
  962. 18:07:46 T:3044 DEBUG: CVideoDatabase::RunQuery took 254 ms for 239 items query: SELECT * FROM tvshow_view
  963. 18:07:46 T:3752 NOTICE: Thread BackgroundLoader start, auto delete: false
  964. 18:07:46 T:3884 DEBUG: Skin Widgets: Total time needed to request random queries: 0:00:01.579000
  965. 18:07:47 T:5840 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  966. 18:07:47 T:5840 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/90210/poster.jpg
  967. 18:07:47 T:5272 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  968. 18:07:47 T:5272 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/12 Monkeys/poster.jpg
  969. 18:07:47 T:5272 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  970. 18:07:47 T:5272 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/According to Jim/poster.jpg
  971. 18:07:47 T:5836 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  972. 18:07:47 T:5836 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Arrow/poster.jpg
  973. 18:07:47 T:3752 DEBUG: Thread BackgroundLoader 3752 terminating
  974. 18:07:47 T:3044 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  975. 18:07:47 T:3044 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  976. 18:07:48 T:3044 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  977. 18:07:48 T:3044 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  978. 18:07:48 T:6080 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Brothers & Sisters/poster.jpg
  979. 18:07:48 T:6080 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  980. 18:07:48 T:6080 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Burn Notice/poster.jpg
  981. 18:07:48 T:6080 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  982. 18:07:48 T:6080 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Castle 2009/poster.jpg
  983. 18:07:48 T:3044 DEBUG: Keyboard: scancode: 0x2a, sym: 0x0130, unicode: 0x0000, modifier: 0x1
  984. 18:07:48 T:3044 DEBUG: CInputManager::OnKey: leftshift (0xf0d2) pressed, action is
  985. 18:07:49 T:3044 DEBUG: Keyboard: scancode: 0x18, sym: 0x006f, unicode: 0x004f, modifier: 0x1
  986. 18:07:49 T:3044 DEBUG: CInputManager::OnKey: shift-o (0x2f04f) pressed, trying keyboard action f14f
  987. 18:07:49 T:5836 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  988. 18:07:49 T:5836 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Magic City/poster.jpg
  989. 18:07:49 T:5840 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  990. 18:07:49 T:5840 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Marvel's Agents of S.H.I.E.L.D/poster.jpg
  991. 18:07:49 T:5840 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  992. 18:07:49 T:5840 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Numb3rs/poster.jpg
  993. 18:07:49 T:5840 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  994. 18:07:49 T:5840 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Once Upon a Time (2011)/poster.jpg
  995. 18:07:49 T:5840 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  996. 18:07:49 T:5840 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Oz/poster.jpg
  997. 18:07:49 T:5836 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  998. 18:07:49 T:5836 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Packed To The Rafters/poster.jpg
  999. 18:07:49 T:6080 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  1000. 18:07:49 T:6080 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Person of Interest/poster.jpg
  1001. 18:07:49 T:6080 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  1002. 18:07:49 T:6080 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Man vs Wild/poster.jpg
  1003. 18:07:49 T:3044 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1004. 18:07:49 T:3044 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1005. 18:07:49 T:6080 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  1006. 18:07:49 T:6080 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Private Practice/poster.jpg
  1007. 18:07:49 T:6080 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  1008. 18:07:49 T:6080 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Revolution (2012)/poster.jpg
  1009. 18:07:50 T:3044 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1010. 18:07:50 T:3044 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1011. 18:07:50 T:6080 DEBUG: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Connected to "\\SERVER\TV SHOWS" without username and without password
  1012. 18:07:50 T:6080 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url smb://SERVER/TV SHOWS/Scandal (2012)/poster.jpg
  1013. 18:07:50 T:3044 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1014. 18:07:50 T:3044 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1015. 18:07:51 T:3044 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1016. 18:07:51 T:3044 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1017. 18:07:51 T:3044 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1018. 18:07:51 T:3044 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1019. 18:07:51 T:3044 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1020. 18:07:51 T:3044 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1021. 18:07:51 T:3044 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1022. 18:07:51 T:3044 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1023. 18:07:51 T:3044 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1024. 18:07:51 T:3044 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1025. 18:07:52 T:3044 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1026. 18:07:52 T:3044 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1027. 18:07:52 T:3044 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/293/)
  1028. 18:07:52 T:3044 DEBUG: ParentPath = [videodb://tvshows/titles/]
  1029. 18:07:52 T:3044 DEBUG: ------ Window Init (DialogBusy.xml) ------
  1030. 18:07:52 T:5840 DEBUG: CVideoDatabase::RunQuery took 677 ms for 2 items query: SELECT * FROM season_view WHERE season_view.idShow = 293
  1031. 18:07:52 T:5840 DEBUG: CVideoDatabase::RunQuery took 3 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 293
  1032. 18:07:52 T:3044 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  1033. 18:07:52 T:3044 DEBUG: WindowVideoNav::GetDirectory
  1034. 18:07:52 T:2300 NOTICE: Thread BackgroundLoader start, auto delete: false
  1035. 18:07:52 T:2300 DEBUG: Thread BackgroundLoader 2300 terminating
  1036. 18:07:52 T:5864 NOTICE: Thread BackgroundLoader start, auto delete: false
  1037. 18:07:52 T:5864 DEBUG: Thread BackgroundLoader 5864 terminating
  1038. 18:07:53 T:3044 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1039. 18:07:53 T:3044 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1040. 18:07:53 T:3044 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/293/1/?tvshowid=293)
  1041. 18:07:53 T:3044 DEBUG: ParentPath = [videodb://tvshows/titles/293/]
  1042. 18:07:53 T:5840 DEBUG: CVideoDatabase::RunQuery took 29 ms for 713 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND ((episode_view.c12 = 1 or (episode_view.c12 = 0 and (episode_view.c15 = 0 or episode_view.c15 = 1))))
  1043. 18:07:54 T:3044 DEBUG: WindowVideoNav::GetDirectory
  1044. 18:07:54 T:4184 NOTICE: Thread BackgroundLoader start, auto delete: false
  1045. 18:07:55 T:3044 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1046. 18:07:55 T:3044 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1047. 18:07:55 T:5996 DEBUG: Version Check: Already notified one time for upgrading.
  1048. 18:07:55 T:5996 INFO: CPythonInvoker(1, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): script successfully run
  1049. 18:07:55 T:5996 INFO: Python script stopped
  1050. 18:07:55 T:5996 DEBUG: Thread LanguageInvoker 5996 terminating
  1051. 18:07:55 T:4184 DEBUG: Thread BackgroundLoader 4184 terminating
  1052. 18:07:55 T:3044 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1053. 18:07:55 T:3044 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1054. 18:07:55 T:3044 DEBUG: CGUIWindowVideoBase::OnPlayMedia smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4
  1055. 18:07:55 T:3044 DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
  1056. 18:07:55 T:3044 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
  1057. 18:07:55 T:3044 DEBUG: Loading settings for smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4
  1058. 18:07:55 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers(smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4)
  1059. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  1060. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  1061. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/mms/udp
  1062. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  1063. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
  1064. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  1065. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  1066. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  1067. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  1068. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  1069. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  1070. 18:07:55 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
  1071. 18:07:55 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  1072. 18:07:55 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
  1073. 18:07:55 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  1074. 18:07:55 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  1075. 18:07:55 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
  1076. 18:07:55 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  1077. 18:07:55 T:3044 NOTICE: DVDPlayer: Opening: smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4
  1078. 18:07:55 T:3044 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  1079. 18:07:55 T:3044 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  1080. 18:07:55 T:5412 NOTICE: Thread DVDPlayer start, auto delete: false
  1081. 18:07:55 T:5412 NOTICE: Creating InputStream
  1082. 18:07:55 T:5412 DEBUG: CUtil::ScanForExternalSubtitles: Searching for subtitles...
  1083. 18:07:55 T:5412 DEBUG: CUtil::ScanForExternalSubtitles: END (total time: 33 ms)
  1084. 18:07:55 T:5412 NOTICE: Creating Demuxer
  1085. 18:07:56 T:5412 DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [mov,mp4,m4a,3gp,3g2,mj2]
  1086. 18:07:56 T:5412 DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
  1087. 18:07:56 T:5412 DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
  1088. 18:07:56 T:5412 INFO: ffmpeg[1524]: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4':
  1089. 18:07:56 T:5412 INFO: ffmpeg[1524]: Metadata:
  1090. 18:07:56 T:5412 INFO: ffmpeg[1524]: major_brand : isom
  1091. 18:07:56 T:5412 INFO: ffmpeg[1524]: minor_version : 1
  1092. 18:07:56 T:5412 INFO: ffmpeg[1524]: compatible_brands: isom
  1093. 18:07:56 T:5412 INFO: ffmpeg[1524]: creation_time : 2011-08-22 22:45:01
  1094. 18:07:56 T:5412 INFO: ffmpeg[1524]: Duration: 00:24:06.08, start: 0.021333, bitrate: 1131 kb/s
  1095. 18:07:56 T:5412 INFO: ffmpeg[1524]: Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 640x480, 999 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)
  1096. 18:07:56 T:5412 INFO: ffmpeg[1524]: Metadata:
  1097. 18:07:56 T:5412 INFO: ffmpeg[1524]: creation_time : 2011-01-23 03:16:36
  1098. 18:07:56 T:5412 INFO: ffmpeg[1524]: handler_name : GPAC ISO Video Handler
  1099. 18:07:56 T:5412 INFO: ffmpeg[1524]: Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)
  1100. 18:07:56 T:5412 INFO: ffmpeg[1524]: Metadata:
  1101. 18:07:56 T:5412 INFO: ffmpeg[1524]: creation_time : 2011-01-23 03:16:36
  1102. 18:07:56 T:5412 INFO: ffmpeg[1524]: handler_name : GPAC ISO Audio Handler
  1103. 18:07:56 T:5412 DEBUG: CDVDDemuxFFmpeg::AddStream(0, ...) -> 0
  1104. 18:07:56 T:5412 DEBUG: CDVDDemuxFFmpeg::AddStream(1, ...) -> 1
  1105. 18:07:56 T:5412 NOTICE: Opening stream: 0 source: 256
  1106. 18:07:56 T:5412 NOTICE: Creating video codec with codec id: 28
  1107. 18:07:56 T:5412 DEBUG: CDVDFactoryCodec: compiled in hardware support: AMCodec:no MediaCodec:no DXVA:yes iMXVPU:no MMAL:no
  1108. 18:07:56 T:5412 DEBUG: FactoryCodec - Video: - Opening
  1109. 18:07:56 T:5412 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
  1110. 18:07:56 T:5412 DEBUG: FactoryCodec - Video: ff-h264 - Opened
  1111. 18:07:56 T:5412 NOTICE: Creating video thread
  1112. 18:07:56 T:5412 NOTICE: Opening stream: 1 source: 256
  1113. 18:07:56 T:5412 NOTICE: Finding audio codec for: 86018
  1114. 18:07:56 T:5412 DEBUG: FactoryCodec - Audio: passthrough - Opening
  1115. 18:07:56 T:5412 DEBUG: FactoryCodec - Audio: passthrough - Failed
  1116. 18:07:56 T:5412 DEBUG: FactoryCodec - Audio: FFmpeg - Opening
  1117. 18:07:56 T:5428 NOTICE: Thread DVDPlayerVideo start, auto delete: false
  1118. 18:07:56 T:5428 NOTICE: running thread: video_thread
  1119. 18:07:56 T:3044 DEBUG: ------ Window Init (DialogBusy.xml) ------
  1120. 18:07:56 T:5412 DEBUG: FactoryCodec - Audio: FFmpeg - Opened
  1121. 18:07:56 T:5412 NOTICE: Creating audio thread
  1122. 18:07:56 T:5412 DEBUG: CEdl::ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4
  1123. 18:07:56 T:2492 NOTICE: Thread DVDPlayerAudio start, auto delete: false
  1124. 18:07:56 T:2492 NOTICE: running thread: CDVDPlayerAudio::Process()
  1125. 18:07:56 T:5428 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  1126. 18:07:56 T:2492 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
  1127. 18:07:56 T:5412 DEBUG: CApplication::OnPlayBackStarted: play state was 1, starting 1
  1128. 18:07:56 T:3044 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  1129. 18:07:56 T:3044 DEBUG: CApplication::PlayFile: OpenFile succeed, play state 2
  1130. 18:07:56 T:3044 DEBUG: CApplication::OnPlayBackStarted: play state was 2, starting 0
  1131. 18:07:56 T:5412 DEBUG: CDVDPlayer::SetCaching - caching state 3
  1132. 18:07:56 T:2492 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(0.333333, 1)
  1133. 18:07:56 T:2492 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
  1134. 18:07:56 T:2492 DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback
  1135. 18:07:56 T:2492 NOTICE: CDVDPlayerAudio::OutputPacket duplicate 4 packets of duration 21
  1136. 18:07:56 T:3044 DEBUG: CGUIInfoManager::SetCurrentMovie(smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4)
  1137. 18:07:56 T:5428 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(20375.333333, 1)
  1138. 18:07:56 T:5428 INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
  1139. 18:07:56 T:5428 DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
  1140. 18:07:56 T:5428 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(640x480)
  1141. 18:07:56 T:5428 DEBUG: DXVA - open decoder
  1142. 18:07:56 T:5428 DEBUG: DXVA - supports 'MPEG1/2 VLD'
  1143. 18:07:56 T:5428 DEBUG: DXVA - supports 'MPEG2 VLD'
  1144. 18:07:56 T:5428 DEBUG: DXVA - supports 6F3EC719-3735-42cc-8063-65cc3cb36616
  1145. 18:07:56 T:5428 DEBUG: DXVA - supports 'VC-1 VLD 2010'
  1146. 18:07:56 T:5428 DEBUG: DXVA - supports 'VC-1 VLD'
  1147. 18:07:56 T:5428 DEBUG: DXVA - supports 32FCFE3F-de46-4a49-861b-ac71110649d5
  1148. 18:07:56 T:5428 DEBUG: DXVA - supports D79BE8DA-0cf1-4c81-b82a-69a4e236f43d
  1149. 18:07:56 T:5428 DEBUG: DXVA - supports F9AACCBB-c2b6-4cfc-8779-5707b1760552
  1150. 18:07:56 T:5428 DEBUG: DXVA - supports 'H.264 VLD, no FGT'
  1151. 18:07:56 T:5428 DEBUG: DXVA - supports 'HEVC / H.265 variable-length decoder, main'
  1152. 18:07:56 T:5428 DEBUG: DXVA - supports EFD64D74-c9e8-41d7-a5e9-e9b0e39fa319
  1153. 18:07:56 T:5428 DEBUG: DXVA - supports ED418A9F-010d-4eda-9ae3-9a65358d8d2e
  1154. 18:07:56 T:5428 DEBUG: DXVA - supports 9947EC6F-689b-11dc-a320-0019dbbc4184
  1155. 18:07:56 T:5428 DEBUG: DXVA - supports 6AFFD11E-1d96-42b1-a215-93a31f09a53d
  1156. 18:07:56 T:5428 DEBUG: DXVA - supports 914C84A3-4078-4fa9-984c-e2f262cb5c9c
  1157. 18:07:56 T:5428 DEBUG: DXVA - trying 'H.264 VLD, no FGT'
  1158. 18:07:56 T:5428 DEBUG: DXVA - source requires 16 references
  1159. 18:07:56 T:5428 DEBUG: DXVA - config 0: bitstream type 1
  1160. 18:07:56 T:5428 DEBUG: DXVA - config 1: bitstream type 2
  1161. 18:07:56 T:5428 DEBUG: DXVA - allocating 26 surfaces
  1162. 18:07:56 T:5428 DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
  1163. 18:07:56 T:5412 DEBUG: CDVDPlayer::SetCaching - caching state 0
  1164. 18:07:56 T:5428 NOTICE: fps: 23.976024, pwidth: 640, pheight: 480, dwidth: 640, dheight: 480
  1165. 18:07:56 T:5428 DEBUG: CDVDPlayerVideo::OutputPicture - change configuration. 640x480. framerate: 23.98. format: DXVA
  1166. 18:07:56 T:5428 NOTICE: Display resolution DESKTOP : 1862x1048@ 30.00i - Full Screen (16)
  1167. 18:07:56 T:5428 NOTICE: D3D: rendering method forced to DXVA processor
  1168. 18:07:56 T:5428 DEBUG: DXVA::CProcessorHD::OpenProcessor - processor selected 95F4EDF4-6e03-4cd7-be1b-3075d665aa52.
  1169. 18:07:56 T:5428 DEBUG: CWinRenderer::SelectRenderMethod: Selected render method 3: DXVA
  1170. 18:07:56 T:5428 DEBUG: CXBMCRenderManager::Configure - 6
  1171. 18:07:56 T:1972 INFO: CActiveAESink::OpenSink - initialize sink
  1172. 18:07:56 T:1972 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  1173. 18:07:56 T:3044 DEBUG: CVideoDatabase::GetMovieId (smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4), query = select idMovie from movie where idFile=16594
  1174. 18:07:56 T:1972 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:default
  1175. 18:07:56 T:3044 DEBUG: CVideoDatabase::GetEpisodeId (smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4), query = select idEpisode from episode where idFile=16594
  1176. 18:07:56 T:1972 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 131420
  1177. 18:07:56 T:1972 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  1178. 18:07:56 T:1972 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  1179. 18:07:56 T:1972 DEBUG: Audio Device : LCD801-C (NVIDIA High Definition Audio)
  1180. 18:07:56 T:1972 DEBUG: Sample Rate : 48000
  1181. 18:07:56 T:1972 DEBUG: Sample Format : AE_FMT_FLOAT
  1182. 18:07:56 T:1972 DEBUG: Bits Per Sample : 32
  1183. 18:07:56 T:1972 DEBUG: Valid Bits/Samp : 32
  1184. 18:07:56 T:1972 DEBUG: Channel Count : 2
  1185. 18:07:56 T:1972 DEBUG: Block Align : 8
  1186. 18:07:56 T:1972 DEBUG: Avg. Bytes Sec : 384000
  1187. 18:07:56 T:1972 DEBUG: Samples/Block : 32
  1188. 18:07:56 T:1972 DEBUG: Format cBSize : 22
  1189. 18:07:56 T:1972 DEBUG: Channel Layout : FL,FR
  1190. 18:07:56 T:1972 DEBUG: Channel Mask : 3
  1191. 18:07:56 T:1972 DEBUG: Frames : 720
  1192. 18:07:56 T:1972 DEBUG: Frame Samples : 1440
  1193. 18:07:56 T:1972 DEBUG: Frame Size : 8
  1194. 18:07:56 T:1972 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  1195. 18:07:56 T:1972 DEBUG: Output Device : default
  1196. 18:07:56 T:1972 DEBUG: Sample Rate : 48000
  1197. 18:07:56 T:1972 DEBUG: Sample Format : AE_FMT_FLOAT
  1198. 18:07:56 T:1972 DEBUG: Channel Count : 2
  1199. 18:07:56 T:1972 DEBUG: Channel Layout: FL,FR
  1200. 18:07:56 T:1972 DEBUG: Frames : 720
  1201. 18:07:56 T:1972 DEBUG: Frame Samples : 1440
  1202. 18:07:56 T:1972 DEBUG: Frame Size : 8
  1203. 18:07:56 T:2400 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1204. 18:07:56 T:2492 DEBUG: Previous line repeats 1 times.
  1205. 18:07:56 T:2492 NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 21
  1206. 18:07:56 T:3044 NOTICE: Previous line repeats 3 times.
  1207. 18:07:56 T:3044 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
  1208. 18:07:56 T:3044 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
  1209. 18:07:56 T:3044 DEBUG: Activating window ID: 12005
  1210. 18:07:56 T:3044 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  1211. 18:07:56 T:3044 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  1212. 18:07:56 T:3044 INFO: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
  1213. 18:07:56 T:5412 DEBUG: CDVDPlayer::HandleMessages - player started 1
  1214. 18:07:56 T:3044 DEBUG: created video buffer 0
  1215. 18:07:56 T:3044 DEBUG: created video buffer 1
  1216. 18:07:56 T:3044 DEBUG: created video buffer 2
  1217. 18:07:56 T:3044 DEBUG: created video buffer 3
  1218. 18:07:56 T:3044 DEBUG: created video buffer 4
  1219. 18:07:56 T:3044 DEBUG: created video buffer 5
  1220. 18:07:56 T:3044 WARNING: CWinRenderer::UpdateVideoFilter - chosen scaling method 1 is not supported by renderer
  1221. 18:07:56 T:3044 DEBUG: CWinRenderer::CreateIntermediateRenderTarget: format 22
  1222. 18:07:56 T:5428 DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
  1223. 18:07:56 T:5412 DEBUG: Previous line repeats 1 times.
  1224. 18:07:56 T:5412 DEBUG: CDVDPlayer::HandleMessages - player started 2
  1225. 18:07:56 T:1972 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  1226. 18:07:56 T:2492 NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 21
  1227. 18:07:56 T:2492 NOTICE: Previous line repeats 2 times.
  1228. 18:07:56 T:2492 DEBUG: CDVDPlayerAudio::HandleSyncError - average error -8371.346927 below threshold of 50000.000000
  1229. 18:07:57 T:5620 DEBUG: CMMNotificationClient::OnPropertyValueChanged: Changed device property of {0.0.0.00000000}.{b210e2ca-bc7f-4657-9d41-80b0c23faa19} is {9855c4cd-df8c-449c-a181-8191b68bd06c}#0
  1230. 18:07:57 T:3784 DEBUG: CVideoDatabase::GetMovieId (smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4), query = select idMovie from movie where idFile=16594
  1231. 18:07:57 T:3784 DEBUG: CVideoDatabase::GetEpisodeId (smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4), query = select idEpisode from episode where idFile=16594
  1232. 18:07:57 T:2492 DEBUG: CDVDClock::Discontinuity - CDVDPlayerAudio::HandleSyncError2 - was:1098799.835894, should be:1079004.393031, error:-19795.442863
  1233. 18:07:57 T:3784 DEBUG: CVideoDatabase::RunQuery took 29 ms for 713 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND ((episode_view.c12 = 1 or (episode_view.c12 = 0 and (episode_view.c15 = 0 or episode_view.c15 = 1))))
  1234. 18:07:57 T:3784 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1235. 18:07:58 T:3784 ERROR: C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  1236. InsecurePlatformWarning
  1237. 18:07:58 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1238. 18:07:58 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1239. 18:07:58 T:3044 DEBUG: CWinEventsWin32::WndProcWindow is active
  1240. 18:07:58 T:3044 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Windows\explorer.exe
  1241. 18:08:00 T:5428 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33, frameduration: 41708.333333
  1242. 18:08:08 T:3044 DEBUG: CJoystick::Initialize : No Joystick found
  1243. 18:08:08 T:3044 DEBUG: CWinEventsWin32::WndProcWindow is active
  1244. 18:08:08 T:3044 DEBUG: ------ Window Init (Pointer.xml) ------
  1245. 18:08:08 T:3044 DEBUG: ------ Window Init (VideoOSD.xml) ------
  1246. 18:08:08 T:3044 INFO: Loading skin file: VideoOSD.xml, load type: KEEP_IN_MEMORY
  1247. 18:08:08 T:3044 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1248. 18:08:10 T:3044 DEBUG: Keyboard: scancode: 0x2d, sym: 0x0078, unicode: 0x0078, modifier: 0x0
  1249. 18:08:10 T:3044 DEBUG: CInputManager::OnKey: x (0xf058) pressed, action is Stop
  1250. 18:08:10 T:3044 NOTICE: CDVDPlayer::CloseFile()
  1251. 18:08:10 T:3044 NOTICE: DVDPlayer: waiting for threads to exit
  1252. 18:08:10 T:5412 NOTICE: CDVDPlayer::OnExit()
  1253. 18:08:10 T:5412 NOTICE: Closing stream player 1
  1254. 18:08:10 T:5412 NOTICE: Waiting for audio thread to exit
  1255. 18:08:10 T:2492 NOTICE: thread end: CDVDPlayerAudio::OnExit()
  1256. 18:08:10 T:2492 DEBUG: Thread DVDPlayerAudio 2492 terminating
  1257. 18:08:10 T:5412 NOTICE: Closing audio device
  1258. 18:08:10 T:2400 DEBUG: CActiveAE::DiscardStream - audio stream deleted
  1259. 18:08:10 T:2400 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1260. 18:08:10 T:1972 DEBUG: Previous line repeats 1 times.
  1261. 18:08:10 T:1972 INFO: CActiveAESink::OpenSink - initialize sink
  1262. 18:08:10 T:1972 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  1263. 18:08:10 T:5412 NOTICE: Deleting audio codec
  1264. 18:08:10 T:5412 NOTICE: Closing stream player 2
  1265. 18:08:10 T:5412 NOTICE: waiting for video thread to exit
  1266. 18:08:10 T:1972 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:default
  1267. 18:08:10 T:1972 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 131420
  1268. 18:08:10 T:1972 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  1269. 18:08:10 T:1972 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  1270. 18:08:10 T:1972 DEBUG: Audio Device : LCD801-C (NVIDIA High Definition Audio)
  1271. 18:08:10 T:1972 DEBUG: Sample Rate : 44100
  1272. 18:08:10 T:1972 DEBUG: Sample Format : AE_FMT_FLOAT
  1273. 18:08:10 T:1972 DEBUG: Bits Per Sample : 32
  1274. 18:08:10 T:1972 DEBUG: Valid Bits/Samp : 32
  1275. 18:08:10 T:1972 DEBUG: Channel Count : 2
  1276. 18:08:10 T:1972 DEBUG: Block Align : 8
  1277. 18:08:10 T:1972 DEBUG: Avg. Bytes Sec : 352800
  1278. 18:08:10 T:1972 DEBUG: Samples/Block : 32
  1279. 18:08:10 T:1972 DEBUG: Format cBSize : 22
  1280. 18:08:10 T:1972 DEBUG: Channel Layout : FL,FR
  1281. 18:08:10 T:1972 DEBUG: Channel Mask : 3
  1282. 18:08:10 T:1972 DEBUG: Frames : 661
  1283. 18:08:10 T:1972 DEBUG: Frame Samples : 1322
  1284. 18:08:10 T:1972 DEBUG: Frame Size : 8
  1285. 18:08:10 T:1972 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  1286. 18:08:10 T:1972 DEBUG: Output Device : default
  1287. 18:08:10 T:1972 DEBUG: Sample Rate : 44100
  1288. 18:08:10 T:1972 DEBUG: Sample Format : AE_FMT_FLOAT
  1289. 18:08:10 T:1972 DEBUG: Channel Count : 2
  1290. 18:08:10 T:1972 DEBUG: Channel Layout: FL,FR
  1291. 18:08:10 T:1972 DEBUG: Frames : 661
  1292. 18:08:10 T:1972 DEBUG: Frame Samples : 1322
  1293. 18:08:10 T:1972 DEBUG: Frame Size : 8
  1294. 18:08:10 T:2400 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1295. 18:08:10 T:5428 NOTICE: thread end: video_thread
  1296. 18:08:10 T:5428 DEBUG: Thread DVDPlayerVideo 5428 terminating
  1297. 18:08:10 T:5412 NOTICE: deleting video codec
  1298. 18:08:10 T:5412 DEBUG: DXVA::CDecoder::~CDecoder - destructing decoder, 345502208
  1299. 18:08:10 T:5412 NOTICE: DXVA::CDecoder::Close - closing decoder
  1300. 18:08:10 T:5412 NOTICE: DXVA::Close - closing decoder context
  1301. 18:08:10 T:5412 DEBUG: CApplication::OnPlayBackStopped: play state was 2, starting 0
  1302. 18:08:10 T:5412 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
  1303. 18:08:10 T:5412 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
  1304. 18:08:10 T:3044 NOTICE: DVDPlayer: finished waiting
  1305. 18:08:10 T:3044 DEBUG: DXVA::CSurfaceContext::~CSurfaceContext - destructing surface context
  1306. 18:08:10 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1307. 18:08:10 T:3044 DEBUG: ------ Window Deinit (Pointer.xml) ------
  1308. 18:08:10 T:5412 DEBUG: Thread DVDPlayer 5412 terminating
  1309. 18:08:10 T:1972 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  1310. 18:08:10 T:3044 DEBUG: ------ Window Deinit (VideoOSD.xml) ------
  1311. 18:08:10 T:3044 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  1312. 18:08:10 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1313. 18:08:10 T:3044 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  1314. 18:08:10 T:3044 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/293/1/?tvshowid=293)
  1315. 18:08:10 T:3044 DEBUG: ParentPath = [videodb://tvshows/titles/293/1/?tvshowid=293]
  1316. 18:08:10 T:3044 DEBUG: CVideoDatabase::RunQuery took 32 ms for 713 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND ((episode_view.c12 = 1 or (episode_view.c12 = 0 and (episode_view.c15 = 0 or episode_view.c15 = 1))))
  1317. 18:08:10 T:3044 DEBUG: WindowVideoNav::GetDirectory
  1318. 18:08:10 T:1636 NOTICE: Thread BackgroundLoader start, auto delete: false
  1319. 18:08:10 T:3044 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib.dll)
  1320. 18:08:10 T:3044 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1321. 18:08:10 T:3044 NOTICE: CDVDPlayer::CloseFile()
  1322. 18:08:10 T:3044 NOTICE: DVDPlayer: waiting for threads to exit
  1323. 18:08:10 T:3044 NOTICE: DVDPlayer: finished waiting
  1324. 18:08:10 T:3044 NOTICE: CDVDPlayer::CloseFile()
  1325. 18:08:10 T:3044 NOTICE: DVDPlayer: waiting for threads to exit
  1326. 18:08:10 T:3044 NOTICE: DVDPlayer: finished waiting
  1327. 18:08:11 T:5840 DEBUG: CSaveFileStateJob::DoWork - Saving file state for video item smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 006 - Desperate Situation! Beast Tamer Mohji vs. Luffy! [K-F][DVD][3933AE63].mp4
  1328. 18:08:11 T:5840 DEBUG: Mysql execute: update files set playCount=2,lastPlayed='2015-09-04 18:08:11' where idFile=16594
  1329. 18:08:11 T:5840 DEBUG: CAnnouncementManager - Announcement: OnUpdate from xbmc
  1330. 18:08:11 T:5840 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnUpdate
  1331. 18:08:11 T:5840 DEBUG: Mysql execute: INSERT INTO settings (idFile,Deinterlace,ViewMode,ZoomAmount,PixelRatio, VerticalShift, AudioStream,SubtitleStream,SubtitleDelay,SubtitlesOn,Brightness,Contrast,Gamma,VolumeAmplification,AudioDelay,OutputToAllSpeakers,ResumeTime,Sharpness,NoiseReduction,NonLinStretch,PostProcess,ScalingMethod,DeinterlaceMode,StereoMode,StereoInvert) VALUES (16594,1,0,1.000000,1.000000,0.000000,-1,-1,0.000000,1,50.000000,50.000000,20.000000,0.000000,0.000000,0,0,0.000000,0.000000,0,0,1,1,0,0)
  1332. 18:08:11 T:5268 DEBUG: CMMNotificationClient::OnPropertyValueChanged: Changed device property of {0.0.0.00000000}.{b210e2ca-bc7f-4657-9d41-80b0c23faa19} is {9855c4cd-df8c-449c-a181-8191b68bd06c}#0
  1333. 18:08:11 T:3044 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1334. 18:08:11 T:3044 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1335. 18:08:11 T:4168 DEBUG: CVideoDatabase::RunQuery took 246 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)) 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))))
  1336. 18:08:11 T:3884 DEBUG: CVideoDatabase::RunQuery took 277 ms for 77 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))))
  1337. 18:08:11 T:4168 DEBUG: CVideoDatabase::RunQuery took 39 ms for 703 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1338. 18:08:11 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1339. 18:08:11 T:3884 DEBUG: CVideoDatabase::RunQuery took 35 ms for 703 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1340. 18:08:11 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1341. 18:08:11 T:4168 DEBUG: CVideoDatabase::RunQuery took 23 ms for 337 items query: select * from episode_view WHERE (episode_view.idShow = 285) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1342. 18:08:11 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1343. 18:08:11 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 11 items query: select * from episode_view WHERE (episode_view.idShow = 205) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1344. 18:08:11 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1345. 18:08:11 T:3884 DEBUG: CVideoDatabase::RunQuery took 18 ms for 337 items query: select * from episode_view WHERE (episode_view.idShow = 285) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1346. 18:08:11 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1347. 18:08:11 T:3044 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1348. 18:08:11 T:3044 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1349. 18:08:11 T:3044 INFO: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY
  1350. 18:08:11 T:3044 DEBUG: ------ Window Init (DialogContextMenu.xml) ------
  1351. 18:08:11 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 12 items query: select * from episode_view WHERE (episode_view.idShow = 55) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1352. 18:08:11 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1353. 18:08:11 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 11 items query: select * from episode_view WHERE (episode_view.idShow = 205) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1354. 18:08:11 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1355. 18:08:11 T:4168 DEBUG: CVideoDatabase::RunQuery took 2 ms for 7 items query: select * from episode_view WHERE (episode_view.idShow = 138) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1356. 18:08:11 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1357. 18:08:11 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 12 items query: select * from episode_view WHERE (episode_view.idShow = 55) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1358. 18:08:11 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1359. 18:08:11 T:4168 DEBUG: CVideoDatabase::RunQuery took 1 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 241) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1360. 18:08:11 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1361. 18:08:11 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 7 items query: select * from episode_view WHERE (episode_view.idShow = 138) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1362. 18:08:11 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1363. 18:08:11 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 33 items query: select * from episode_view WHERE (episode_view.idShow = 234) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1364. 18:08:11 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1365. 18:08:11 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 241) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1366. 18:08:11 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1367. 18:08:11 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 39 items query: select * from episode_view WHERE (episode_view.idShow = 26) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1368. 18:08:11 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1369. 18:08:11 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 33 items query: select * from episode_view WHERE (episode_view.idShow = 234) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1370. 18:08:11 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1371. 18:08:11 T:4168 DEBUG: CVideoDatabase::RunQuery took 10 ms for 73 items query: select * from episode_view WHERE (episode_view.idShow = 30) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1372. 18:08:11 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1373. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 39 items query: select * from episode_view WHERE (episode_view.idShow = 26) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1374. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1375. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 1 items query: select * from episode_view WHERE (episode_view.idShow = 40) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1376. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1377. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 73 items query: select * from episode_view WHERE (episode_view.idShow = 30) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1378. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1379. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 232) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1380. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1381. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 1 items query: select * from episode_view WHERE (episode_view.idShow = 40) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1382. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1383. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 6 ms for 18 items query: select * from episode_view WHERE (episode_view.idShow = 154) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1384. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1385. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 232) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1386. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1387. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 46 items query: select * from episode_view WHERE (episode_view.idShow = 123) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1388. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1389. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 18 items query: select * from episode_view WHERE (episode_view.idShow = 154) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1390. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1391. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 19) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1392. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1393. 18:08:12 T:1636 DEBUG: Thread BackgroundLoader 1636 terminating
  1394. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 4 ms for 46 items query: select * from episode_view WHERE (episode_view.idShow = 123) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1395. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1396. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 10 items query: select * from episode_view WHERE (episode_view.idShow = 24) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1397. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1398. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 19) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1399. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1400. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 13 items query: select * from episode_view WHERE (episode_view.idShow = 18) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1401. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1402. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 10 items query: select * from episode_view WHERE (episode_view.idShow = 24) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1403. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1404. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 2 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 200) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1405. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1406. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 13 items query: select * from episode_view WHERE (episode_view.idShow = 18) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1407. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1408. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 24 items query: select * from episode_view WHERE (episode_view.idShow = 193) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1409. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1410. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 200) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1411. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1412. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 23 items query: select * from episode_view WHERE (episode_view.idShow = 192) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1413. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1414. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 24 items query: select * from episode_view WHERE (episode_view.idShow = 193) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1415. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1416. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 37 items query: select * from episode_view WHERE (episode_view.idShow = 189) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1417. 18:08:12 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1418. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 23 items query: select * from episode_view WHERE (episode_view.idShow = 192) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1419. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1420. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 37 items query: select * from episode_view WHERE (episode_view.idShow = 189) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1421. 18:08:12 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1422. 18:08:12 T:3044 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1423. 18:08:12 T:3044 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1424. 18:08:12 T:4168 DEBUG: CVideoDatabase::RunQuery took 552 ms for 9395 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1425. 18:08:12 T:3044 DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------
  1426. 18:08:12 T:3884 DEBUG: CVideoDatabase::RunQuery took 578 ms for 9395 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1427. 18:08:13 T:3044 DEBUG: CGUIWindowVideoBase::OnPlayMedia smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi
  1428. 18:08:13 T:3044 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  1429. 18:08:13 T:3044 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  1430. 18:08:13 T:3044 DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
  1431. 18:08:13 T:3044 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
  1432. 18:08:13 T:3044 DEBUG: Loading settings for smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi
  1433. 18:08:13 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers(smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi)
  1434. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  1435. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  1436. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/mms/udp
  1437. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  1438. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
  1439. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  1440. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  1441. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  1442. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  1443. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  1444. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  1445. 18:08:13 T:3044 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
  1446. 18:08:13 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  1447. 18:08:13 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
  1448. 18:08:13 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  1449. 18:08:13 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  1450. 18:08:13 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
  1451. 18:08:13 T:3044 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  1452. 18:08:13 T:3044 NOTICE: DVDPlayer: Opening: smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi
  1453. 18:08:13 T:3044 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  1454. 18:08:13 T:3044 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  1455. 18:08:13 T:6132 NOTICE: Thread DVDPlayer start, auto delete: false
  1456. 18:08:13 T:6132 NOTICE: Creating InputStream
  1457. 18:08:13 T:6132 DEBUG: CUtil::ScanForExternalSubtitles: Searching for subtitles...
  1458. 18:08:13 T:6132 DEBUG: CUtil::ScanForExternalSubtitles: END (total time: 5 ms)
  1459. 18:08:13 T:6132 NOTICE: Creating Demuxer
  1460. 18:08:13 T:6132 DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [avi]
  1461. 18:08:13 T:6132 DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
  1462. 18:08:13 T:6132 DEBUG: ffmpeg[17F4]: [mpeg4] looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag
  1463. 18:08:13 T:6132 DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
  1464. 18:08:13 T:6132 INFO: ffmpeg[17F4]: Input #0, avi, from 'smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi':
  1465. 18:08:13 T:6132 INFO: ffmpeg[17F4]: Duration: 00:24:02.86, start: 0.000000, bitrate: 964 kb/s
  1466. 18:08:13 T:6132 INFO: ffmpeg[17F4]: Stream #0:0: Video: mpeg4 (XVID / 0x44495658), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 827 kb/s, 23.98 fps, 23.98 tbr, 23.98 tbn, 2 tbc
  1467. 18:08:13 T:6132 INFO: ffmpeg[17F4]: Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 128 kb/s
  1468. 18:08:13 T:6132 DEBUG: CDVDDemuxFFmpeg::AddStream(0, ...) -> 0
  1469. 18:08:13 T:6132 DEBUG: CDVDDemuxFFmpeg::AddStream(1, ...) -> 1
  1470. 18:08:13 T:6132 NOTICE: Opening stream: 0 source: 256
  1471. 18:08:13 T:6132 NOTICE: Creating video codec with codec id: 13
  1472. 18:08:13 T:6132 DEBUG: CDVDFactoryCodec: compiled in hardware support: AMCodec:no MediaCodec:no DXVA:yes iMXVPU:no MMAL:no
  1473. 18:08:13 T:6132 DEBUG: FactoryCodec - Video: - Opening
  1474. 18:08:13 T:6132 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-4 part 2
  1475. 18:08:13 T:6132 DEBUG: FactoryCodec - Video: ff-mpeg4 - Opened
  1476. 18:08:13 T:6132 NOTICE: Creating video thread
  1477. 18:08:13 T:6132 NOTICE: Opening stream: 1 source: 256
  1478. 18:08:13 T:6132 NOTICE: Finding audio codec for: 86017
  1479. 18:08:13 T:6132 DEBUG: FactoryCodec - Audio: passthrough - Opening
  1480. 18:08:13 T:6132 DEBUG: FactoryCodec - Audio: passthrough - Failed
  1481. 18:08:13 T:6132 DEBUG: FactoryCodec - Audio: FFmpeg - Opening
  1482. 18:08:13 T:6132 DEBUG: FactoryCodec - Audio: FFmpeg - Opened
  1483. 18:08:13 T:6132 NOTICE: Creating audio thread
  1484. 18:08:13 T:4800 NOTICE: Thread DVDPlayerVideo start, auto delete: false
  1485. 18:08:13 T:4800 NOTICE: running thread: video_thread
  1486. 18:08:13 T:4800 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  1487. 18:08:13 T:6132 DEBUG: CEdl::ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi
  1488. 18:08:13 T:6132 DEBUG: CDVDPlayer::Process - Start position set to last stopped position: 290000
  1489. 18:08:13 T:5448 NOTICE: Thread DVDPlayerAudio start, auto delete: false
  1490. 18:08:13 T:5448 NOTICE: running thread: CDVDPlayerAudio::Process()
  1491. 18:08:13 T:5448 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
  1492. 18:08:13 T:6132 DEBUG: CDVDDemuxFFmpeg::SeekTime - unknown position after seek
  1493. 18:08:13 T:6132 DEBUG: CDVDPlayer::Process - starting demuxer from: 290000
  1494. 18:08:13 T:6132 DEBUG: CApplication::OnPlayBackStarted: play state was 1, starting 1
  1495. 18:08:13 T:6132 DEBUG: CDVDPlayer::SetCaching - caching state 3
  1496. 18:08:13 T:3044 DEBUG: CApplication::PlayFile: OpenFile succeed, play state 2
  1497. 18:08:13 T:3044 DEBUG: CApplication::OnPlayBackStarted: play state was 2, starting 0
  1498. 18:08:13 T:3044 DEBUG: ------ Window Init (VideoOverlay.xml) ------
  1499. 18:08:13 T:3044 INFO: Loading skin file: VideoOverlay.xml, load type: KEEP_IN_MEMORY
  1500. 18:08:13 T:3044 DEBUG: CGUIInfoManager::SetCurrentMovie(smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi)
  1501. 18:08:13 T:5448 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(296001125.000000, 1)
  1502. 18:08:13 T:5448 ERROR: ffmpeg[1548]: [mp3] Header missing
  1503. 18:08:13 T:5448 ERROR: CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet (-1094995529)
  1504. 18:08:13 T:5448 DEBUG: CDVDPlayerAudio::Process - Decode Error
  1505. 18:08:13 T:5448 ERROR: ffmpeg[1548]: [mp3] Header missing
  1506. 18:08:13 T:5448 ERROR: CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet (-1094995529)
  1507. 18:08:13 T:5448 DEBUG: CDVDPlayerAudio::Process - Decode Error
  1508. 18:08:13 T:5448 NOTICE: Creating audio stream (codec id: 86017, channels: 2, sample rate: 48000, no pass-through)
  1509. 18:08:13 T:5448 DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback
  1510. 18:08:13 T:5448 NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 24
  1511. 18:08:13 T:6132 DEBUG: CDVDPlayer::HandleMessages - player started 1
  1512. 18:08:13 T:4800 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(296004337.671004, 0)
  1513. 18:08:13 T:4800 INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
  1514. 18:08:13 T:4800 DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
  1515. 18:08:13 T:4800 DEBUG: ffmpeg[12C0]: [mpeg4] looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag
  1516. 18:08:13 T:4800 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-4 part 2
  1517. 18:08:13 T:4800 DEBUG: CDVDVideoCodecFFmpeg - open frame threaded with 2 threads
  1518. 18:08:13 T:4800 DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
  1519. 18:08:13 T:5224 DEBUG: Previous line repeats 1 times.
  1520. 18:08:13 T:5224 DEBUG: ffmpeg[1468]: [mpeg4] looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag
  1521. 18:08:13 T:4800 NOTICE: fps: 23.976024, pwidth: 640, pheight: 480, dwidth: 640, dheight: 480
  1522. 18:08:13 T:4800 DEBUG: CDVDPlayerVideo::OutputPicture - change configuration. 640x480. framerate: 23.98. format: YV12
  1523. 18:08:13 T:4800 NOTICE: Display resolution DESKTOP : 1862x1048@ 30.00i - Full Screen (16)
  1524. 18:08:13 T:4800 DEBUG: CWinRenderer::SelectRenderMethod: Requested render method: 0
  1525. 18:08:13 T:4800 DEBUG: CWinShader::LoadEffect - loading shader special://xbmc/system/shaders/testshader.fx
  1526. 18:08:13 T:3044 DEBUG: CVideoDatabase::GetMovieId (smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi), query = select idMovie from movie where idFile=16595
  1527. 18:08:13 T:4800 DEBUG: CWinRenderer::SelectRenderMethod: Selected render method 1: Pixel Shaders
  1528. 18:08:13 T:4800 DEBUG: CXBMCRenderManager::Configure - 3
  1529. 18:08:13 T:1972 INFO: CActiveAESink::OpenSink - initialize sink
  1530. 18:08:13 T:1972 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  1531. 18:08:13 T:3044 DEBUG: CVideoDatabase::GetEpisodeId (smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi), query = select idEpisode from episode where idFile=16595
  1532. 18:08:13 T:1972 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:default
  1533. 18:08:13 T:1972 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 131420
  1534. 18:08:13 T:3044 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
  1535. 18:08:13 T:3044 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
  1536. 18:08:13 T:3044 DEBUG: Activating window ID: 12005
  1537. 18:08:13 T:3044 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  1538. 18:08:13 T:3044 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  1539. 18:08:13 T:1972 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  1540. 18:08:13 T:3044 DEBUG: ------ Window Deinit (VideoOverlay.xml) ------
  1541. 18:08:13 T:3044 DEBUG: created video buffer 0
  1542. 18:08:13 T:3044 DEBUG: created video buffer 1
  1543. 18:08:13 T:1972 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  1544. 18:08:13 T:1972 DEBUG: Audio Device : LCD801-C (NVIDIA High Definition Audio)
  1545. 18:08:13 T:1972 DEBUG: Sample Rate : 48000
  1546. 18:08:13 T:3044 DEBUG: created video buffer 2
  1547. 18:08:13 T:1972 DEBUG: Sample Format : AE_FMT_FLOAT
  1548. 18:08:13 T:1972 DEBUG: Bits Per Sample : 32
  1549. 18:08:13 T:1972 DEBUG: Valid Bits/Samp : 32
  1550. 18:08:13 T:1972 DEBUG: Channel Count : 2
  1551. 18:08:13 T:1972 DEBUG: Block Align : 8
  1552. 18:08:13 T:1972 DEBUG: Avg. Bytes Sec : 384000
  1553. 18:08:13 T:1972 DEBUG: Samples/Block : 32
  1554. 18:08:13 T:1972 DEBUG: Format cBSize : 22
  1555. 18:08:13 T:1972 DEBUG: Channel Layout : FL,FR
  1556. 18:08:13 T:1972 DEBUG: Channel Mask : 3
  1557. 18:08:13 T:1972 DEBUG: Frames : 720
  1558. 18:08:13 T:1972 DEBUG: Frame Samples : 1440
  1559. 18:08:13 T:1972 DEBUG: Frame Size : 8
  1560. 18:08:13 T:1972 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  1561. 18:08:13 T:1972 DEBUG: Output Device : default
  1562. 18:08:13 T:1972 DEBUG: Sample Rate : 48000
  1563. 18:08:13 T:1972 DEBUG: Sample Format : AE_FMT_FLOAT
  1564. 18:08:13 T:1972 DEBUG: Channel Count : 2
  1565. 18:08:13 T:1972 DEBUG: Channel Layout: FL,FR
  1566. 18:08:13 T:1972 DEBUG: Frames : 720
  1567. 18:08:13 T:1972 DEBUG: Frame Samples : 1440
  1568. 18:08:13 T:1972 DEBUG: Frame Size : 8
  1569. 18:08:13 T:2400 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1570. 18:08:13 T:3044 DEBUG: Previous line repeats 1 times.
  1571. 18:08:13 T:3044 DEBUG: CWinShader::LoadEffect - loading shader special://xbmc/system/shaders/yuv2rgb_d3d.fx
  1572. 18:08:13 T:6132 DEBUG: CDVDPlayer::HandleMessages - player started 2
  1573. 18:08:13 T:6132 DEBUG: CDVDPlayer::SetCaching - caching state 4
  1574. 18:08:13 T:5448 NOTICE: CDVDPlayerAudio::OutputPacket duplicate 4 packets of duration 24
  1575. 18:08:13 T:4800 NOTICE: Previous line repeats 3 times.
  1576. 18:08:13 T:4800 DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
  1577. 18:08:13 T:6132 DEBUG: CDVDPlayer::SetCaching - caching state 0
  1578. 18:08:13 T:4800 DEBUG: ffmpeg[12C0]: [src] w:640 h:480 pixfmt:yuv420p tb:1/2 fr:0/1 sar:1/1 sws_param:
  1579. 18:08:13 T:4800 DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
  1580. 18:08:13 T:4800 DEBUG: Previous line repeats 1 times.
  1581. 18:08:13 T:4800 DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
  1582. 18:08:13 T:1972 DEBUG: Previous line repeats 3 times.
  1583. 18:08:13 T:1972 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  1584. 18:08:13 T:5448 NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 24
  1585. 18:08:13 T:5448 NOTICE: Previous line repeats 1 times.
  1586. 18:08:13 T:5448 DEBUG: CDVDPlayerAudio::HandleSyncError - average error -13672.645722 below threshold of 50000.000000
  1587. 18:08:13 T:5448 DEBUG: CDVDClock::Discontinuity - CDVDPlayerAudio::HandleSyncError2 - was:295817731.667710, should be:295804059.342724, error:-13672.324986
  1588. 18:08:13 T:4168 DEBUG: CFavourites::Load - no system favourites found, skipping
  1589. 18:08:13 T:4168 DEBUG: CFavourites::Load - no userdata favourites found, skipping
  1590. 18:08:13 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1591. 18:08:13 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1592. 18:08:14 T:3044 DEBUG: CWinEventsWin32::WndProcWindow is active
  1593. 18:08:14 T:3044 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Windows\explorer.exe
  1594. 18:08:14 T:3784 DEBUG: CVideoDatabase::GetMovieId (smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi), query = select idMovie from movie where idFile=16595
  1595. 18:08:14 T:3784 DEBUG: CVideoDatabase::GetEpisodeId (smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi), query = select idEpisode from episode where idFile=16595
  1596. 18:08:14 T:5268 DEBUG: CMMNotificationClient::OnPropertyValueChanged: Changed device property of {0.0.0.00000000}.{b210e2ca-bc7f-4657-9d41-80b0c23faa19} is {9855c4cd-df8c-449c-a181-8191b68bd06c}#0
  1597. 18:08:14 T:3784 DEBUG: CVideoDatabase::RunQuery took 34 ms for 713 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND ((episode_view.c12 = 1 or (episode_view.c12 = 0 and (episode_view.c15 = 0 or episode_view.c15 = 1))))
  1598. 18:08:14 T:3784 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1599. 18:08:14 T:5448 DEBUG: CDVDClock::Discontinuity - CDVDPlayerAudio::HandleSyncError2 - was:296809875.884475, should be:296783697.740365, error:-26178.144110
  1600. 18:08:16 T:3044 INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://feeds.xbmc.org (easy=0C212148, multi=148BDA38)
  1601. 18:08:18 T:4800 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.38, frameduration: 41708.333333
  1602. 18:08:27 T:3044 DEBUG: CJoystick::Initialize : No Joystick found
  1603. 18:08:27 T:3044 DEBUG: CWinEventsWin32::WndProcWindow is active
  1604. 18:08:29 T:3044 DEBUG: Keyboard: scancode: 0x2d, sym: 0x0078, unicode: 0x0078, modifier: 0x0
  1605. 18:08:29 T:3044 DEBUG: CInputManager::OnKey: x (0xf058) pressed, action is Stop
  1606. 18:08:29 T:3044 NOTICE: CDVDPlayer::CloseFile()
  1607. 18:08:29 T:3044 NOTICE: DVDPlayer: waiting for threads to exit
  1608. 18:08:29 T:6132 NOTICE: CDVDPlayer::OnExit()
  1609. 18:08:29 T:6132 NOTICE: Closing stream player 1
  1610. 18:08:29 T:6132 NOTICE: Waiting for audio thread to exit
  1611. 18:08:29 T:5448 NOTICE: thread end: CDVDPlayerAudio::OnExit()
  1612. 18:08:29 T:5448 DEBUG: Thread DVDPlayerAudio 5448 terminating
  1613. 18:08:29 T:6132 NOTICE: Closing audio device
  1614. 18:08:29 T:2400 DEBUG: CActiveAE::DiscardStream - audio stream deleted
  1615. 18:08:29 T:2400 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1616. 18:08:29 T:1972 DEBUG: Previous line repeats 1 times.
  1617. 18:08:29 T:1972 INFO: CActiveAESink::OpenSink - initialize sink
  1618. 18:08:29 T:1972 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  1619. 18:08:29 T:6132 NOTICE: Deleting audio codec
  1620. 18:08:29 T:6132 NOTICE: Closing stream player 2
  1621. 18:08:29 T:6132 NOTICE: waiting for video thread to exit
  1622. 18:08:29 T:1972 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:default
  1623. 18:08:29 T:1972 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 131420
  1624. 18:08:29 T:4800 NOTICE: thread end: video_thread
  1625. 18:08:29 T:4800 DEBUG: Thread DVDPlayerVideo 4800 terminating
  1626. 18:08:29 T:1972 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  1627. 18:08:29 T:1972 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  1628. 18:08:29 T:1972 DEBUG: Audio Device : LCD801-C (NVIDIA High Definition Audio)
  1629. 18:08:29 T:1972 DEBUG: Sample Rate : 44100
  1630. 18:08:29 T:1972 DEBUG: Sample Format : AE_FMT_FLOAT
  1631. 18:08:29 T:1972 DEBUG: Bits Per Sample : 32
  1632. 18:08:29 T:1972 DEBUG: Valid Bits/Samp : 32
  1633. 18:08:29 T:1972 DEBUG: Channel Count : 2
  1634. 18:08:29 T:1972 DEBUG: Block Align : 8
  1635. 18:08:29 T:1972 DEBUG: Avg. Bytes Sec : 352800
  1636. 18:08:29 T:1972 DEBUG: Samples/Block : 32
  1637. 18:08:29 T:1972 DEBUG: Format cBSize : 22
  1638. 18:08:29 T:6132 NOTICE: deleting video codec
  1639. 18:08:29 T:1972 DEBUG: Channel Layout : FL,FR
  1640. 18:08:29 T:1972 DEBUG: Channel Mask : 3
  1641. 18:08:29 T:1972 DEBUG: Frames : 661
  1642. 18:08:29 T:1972 DEBUG: Frame Samples : 1322
  1643. 18:08:29 T:1972 DEBUG: Frame Size : 8
  1644. 18:08:29 T:1972 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  1645. 18:08:29 T:1972 DEBUG: Output Device : default
  1646. 18:08:29 T:1972 DEBUG: Sample Rate : 44100
  1647. 18:08:29 T:1972 DEBUG: Sample Format : AE_FMT_FLOAT
  1648. 18:08:29 T:1972 DEBUG: Channel Count : 2
  1649. 18:08:29 T:1972 DEBUG: Channel Layout: FL,FR
  1650. 18:08:29 T:1972 DEBUG: Frames : 661
  1651. 18:08:29 T:1972 DEBUG: Frame Samples : 1322
  1652. 18:08:29 T:1972 DEBUG: Frame Size : 8
  1653. 18:08:29 T:2400 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1654. 18:08:29 T:6132 DEBUG: CApplication::OnPlayBackStopped: play state was 2, starting 0
  1655. 18:08:29 T:6132 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
  1656. 18:08:29 T:6132 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
  1657. 18:08:29 T:3044 NOTICE: DVDPlayer: finished waiting
  1658. 18:08:29 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1659. 18:08:29 T:6132 DEBUG: Thread DVDPlayer 6132 terminating
  1660. 18:08:29 T:1972 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  1661. 18:08:29 T:3044 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  1662. 18:08:29 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1663. 18:08:29 T:3044 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  1664. 18:08:29 T:3044 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/293/1/?tvshowid=293)
  1665. 18:08:29 T:3044 DEBUG: ParentPath = [videodb://tvshows/titles/293/1/?tvshowid=293]
  1666. 18:08:29 T:3044 DEBUG: CVideoDatabase::RunQuery took 33 ms for 713 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND ((episode_view.c12 = 1 or (episode_view.c12 = 0 and (episode_view.c15 = 0 or episode_view.c15 = 1))))
  1667. 18:08:29 T:3044 DEBUG: WindowVideoNav::GetDirectory
  1668. 18:08:29 T:1540 NOTICE: Thread BackgroundLoader start, auto delete: false
  1669. 18:08:29 T:3044 NOTICE: CDVDPlayer::CloseFile()
  1670. 18:08:29 T:3044 NOTICE: DVDPlayer: waiting for threads to exit
  1671. 18:08:29 T:3044 NOTICE: DVDPlayer: finished waiting
  1672. 18:08:29 T:3044 NOTICE: CDVDPlayer::CloseFile()
  1673. 18:08:29 T:3044 NOTICE: DVDPlayer: waiting for threads to exit
  1674. 18:08:29 T:3044 NOTICE: DVDPlayer: finished waiting
  1675. 18:08:29 T:6080 DEBUG: CSaveFileStateJob::DoWork - Saving file state for video item smb://SERVER/ANIME/TV Shows/One Piece/One Piece - 011 - Expose the Plot! Pirate Butler, Captain Kuro! [K-F][HKDVD][9B1CBA8A].avi
  1676. 18:08:29 T:6080 DEBUG: Mysql execute: update files set playCount=NULL,lastPlayed='2015-09-04 18:08:29' where idFile=16595
  1677. 18:08:29 T:6080 DEBUG: CAnnouncementManager - Announcement: OnUpdate from xbmc
  1678. 18:08:29 T:6080 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnUpdate
  1679. 18:08:29 T:6080 DEBUG: Mysql execute: update bookmark set timeInSeconds = 311.177002, totalTimeInSeconds = 1442.859009, thumbNailImage = '', player = 'DVDPlayer', playerState = '' where idBookmark = 23
  1680. 18:08:29 T:6080 DEBUG: Mysql execute: update settings set Deinterlace=1,ViewMode=0,ZoomAmount=1.000000,PixelRatio=1.000000,VerticalShift=0.000000,AudioStream=-1,SubtitleStream=-1,SubtitleDelay=0.000000,SubtitlesOn=1,Brightness=50.000000,Contrast=50.000000,Gamma=20.000000,VolumeAmplification=0.000000,AudioDelay=0.000000,OutputToAllSpeakers=0,Sharpness=0.000000,NoiseReduction=0.000000,NonLinStretch=0,PostProcess=0,ScalingMethod=1,DeinterlaceMode=1,ResumeTime=0,StereoMode=0,StereoInvert=0 where idFile=16595
  1681. 18:08:30 T:5268 DEBUG: CMMNotificationClient::OnPropertyValueChanged: Changed device property of {0.0.0.00000000}.{b210e2ca-bc7f-4657-9d41-80b0c23faa19} is {9855c4cd-df8c-449c-a181-8191b68bd06c}#0
  1682. 18:08:30 T:3044 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1683. 18:08:30 T:3044 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1684. 18:08:30 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1685. 18:08:30 T:1540 DEBUG: Thread BackgroundLoader 1540 terminating
  1686. 18:08:30 T:3044 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  1687. 18:08:30 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1688. 18:08:30 T:3044 DEBUG: ------ Window Init (Home.xml) ------
  1689. 18:08:30 T:3044 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1690. 18:08:30 T:3044 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1691. 18:08:30 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1692. 18:08:30 T:1248 NOTICE: Thread LanguageInvoker start, auto delete: false
  1693. 18:08:30 T:1248 INFO: initializing python engine.
  1694. 18:08:30 T:1248 DEBUG: CPythonInvoker(11, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): start processing
  1695. 18:08:30 T:1248 NOTICE: -->Python Interpreter Initialized<--
  1696. 18:08:30 T:1248 DEBUG: CPythonInvoker(11, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): the source file to load is "C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py"
  1697. 18:08:30 T:1248 DEBUG: CPythonInvoker(11, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): setting the Python path to C:\Users\HTPC\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
  1698. 18:08:30 T:1248 DEBUG: CPythonInvoker(11, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): entering source directory C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites
  1699. 18:08:30 T:1248 DEBUG: CPythonInvoker(11, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): instantiating addon using automatically obtained id of "script.favourites" dependent on version 2.12.0 of the xbmc.python api
  1700. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 209 ms for 77 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))))
  1701. 18:08:30 T:1248 DEBUG: script.favourites: script version 6.0.2 started
  1702. 18:08:30 T:1248 DEBUG: script.favourites: ### params: {}
  1703. 18:08:30 T:6080 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  1704. 18:08:30 T:1248 DEBUG: script.favourites: script stopped
  1705. 18:08:30 T:1248 INFO: CPythonInvoker(11, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.favourites\default.py): script successfully run
  1706. 18:08:30 T:1248 INFO: Python script stopped
  1707. 18:08:30 T:1248 DEBUG: Thread LanguageInvoker 1248 terminating
  1708. 18:08:30 T:3044 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1709. 18:08:30 T:3044 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1710. 18:08:30 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1711. 18:08:30 T:6080 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
  1712. 18:08:30 T:6080 DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
  1713. 18:08:30 T:6080 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  1714. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 38 ms for 703 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1715. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1716. 18:08:30 T:4168 DEBUG: CVideoDatabase::RunQuery took 209 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)) 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))))
  1717. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 17 ms for 337 items query: select * from episode_view WHERE (episode_view.idShow = 285) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1718. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1719. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 11 items query: select * from episode_view WHERE (episode_view.idShow = 205) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1720. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1721. 18:08:30 T:6080 DEBUG: CVideoDatabase::RunQuery took 111 ms for 10 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
  1722. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 4 ms for 12 items query: select * from episode_view WHERE (episode_view.idShow = 55) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1723. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1724. 18:08:30 T:3044 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1725. 18:08:30 T:3044 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1726. 18:08:30 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1727. 18:08:30 T:4168 DEBUG: CVideoDatabase::RunQuery took 37 ms for 703 items query: select * from episode_view WHERE (episode_view.idShow = 293) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1728. 18:08:30 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1729. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 7 items query: select * from episode_view WHERE (episode_view.idShow = 138) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1730. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1731. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 241) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1732. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1733. 18:08:30 T:4168 DEBUG: CVideoDatabase::RunQuery took 18 ms for 337 items query: select * from episode_view WHERE (episode_view.idShow = 285) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1734. 18:08:30 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1735. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 33 items query: select * from episode_view WHERE (episode_view.idShow = 234) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1736. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1737. 18:08:30 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 11 items query: select * from episode_view WHERE (episode_view.idShow = 205) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1738. 18:08:30 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1739. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 4 ms for 39 items query: select * from episode_view WHERE (episode_view.idShow = 26) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1740. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1741. 18:08:30 T:4168 DEBUG: CVideoDatabase::RunQuery took 2 ms for 12 items query: select * from episode_view WHERE (episode_view.idShow = 55) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1742. 18:08:30 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1743. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 4 ms for 73 items query: select * from episode_view WHERE (episode_view.idShow = 30) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1744. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1745. 18:08:30 T:3044 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1746. 18:08:30 T:3044 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1747. 18:08:30 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1748. 18:08:30 T:4168 DEBUG: CVideoDatabase::RunQuery took 2 ms for 7 items query: select * from episode_view WHERE (episode_view.idShow = 138) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1749. 18:08:30 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1750. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 1 items query: select * from episode_view WHERE (episode_view.idShow = 40) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1751. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1752. 18:08:30 T:4168 DEBUG: CVideoDatabase::RunQuery took 2 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 241) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1753. 18:08:30 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1754. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 232) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1755. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1756. 18:08:30 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 33 items query: select * from episode_view WHERE (episode_view.idShow = 234) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1757. 18:08:30 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1758. 18:08:30 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 39 items query: select * from episode_view WHERE (episode_view.idShow = 26) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1759. 18:08:30 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1760. 18:08:30 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 18 items query: select * from episode_view WHERE (episode_view.idShow = 154) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1761. 18:08:30 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1762. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 73 items query: select * from episode_view WHERE (episode_view.idShow = 30) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1763. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1764. 18:08:31 T:3884 DEBUG: CVideoDatabase::RunQuery took 6 ms for 46 items query: select * from episode_view WHERE (episode_view.idShow = 123) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1765. 18:08:31 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1766. 18:08:31 T:3044 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1767. 18:08:31 T:3044 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1768. 18:08:31 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1769. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 7 ms for 1 items query: select * from episode_view WHERE (episode_view.idShow = 40) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1770. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1771. 18:08:31 T:3884 DEBUG: CVideoDatabase::RunQuery took 9 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 19) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1772. 18:08:31 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1773. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 2 ms for 9 items query: select * from episode_view WHERE (episode_view.idShow = 232) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1774. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1775. 18:08:31 T:3884 DEBUG: CVideoDatabase::RunQuery took 3 ms for 10 items query: select * from episode_view WHERE (episode_view.idShow = 24) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1776. 18:08:31 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1777. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 18 items query: select * from episode_view WHERE (episode_view.idShow = 154) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1778. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1779. 18:08:31 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 13 items query: select * from episode_view WHERE (episode_view.idShow = 18) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1780. 18:08:31 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1781. 18:08:31 T:3884 DEBUG: CVideoDatabase::RunQuery took 2 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 200) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1782. 18:08:31 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1783. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 7 ms for 46 items query: select * from episode_view WHERE (episode_view.idShow = 123) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1784. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1785. 18:08:31 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 24 items query: select * from episode_view WHERE (episode_view.idShow = 193) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1786. 18:08:31 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1787. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 6 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 19) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1788. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1789. 18:08:31 T:3044 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1790. 18:08:31 T:3044 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1791. 18:08:31 T:3044 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1792. 18:08:31 T:3884 DEBUG: CVideoDatabase::RunQuery took 7 ms for 23 items query: select * from episode_view WHERE (episode_view.idShow = 192) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1793. 18:08:31 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1794. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 10 items query: select * from episode_view WHERE (episode_view.idShow = 24) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1795. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1796. 18:08:31 T:3884 DEBUG: CVideoDatabase::RunQuery took 5 ms for 37 items query: select * from episode_view WHERE (episode_view.idShow = 189) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
  1797. 18:08:31 T:3884 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1798. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 4 ms for 13 items query: select * from episode_view WHERE (episode_view.idShow = 18) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1799. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1800. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 6 items query: select * from episode_view WHERE (episode_view.idShow = 200) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1801. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1802. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 3 ms for 24 items query: select * from episode_view WHERE (episode_view.idShow = 193) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1803. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1804. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 5 ms for 23 items query: select * from episode_view WHERE (episode_view.idShow = 192) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1805. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1806. 18:08:31 T:4168 DEBUG: CVideoDatabase::RunQuery took 6 ms for 37 items query: select * from episode_view WHERE (episode_view.idShow = 189) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  1807. 18:08:31 T:4168 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  1808. 18:08:31 T:6080 DEBUG: CVideoDatabase::RunQuery took 643 ms for 10 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  1809. 18:08:31 T:6080 DEBUG: CVideoDatabase::RunQuery took 4 ms for 0 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  1810. 18:08:31 T:6080 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  1811. 18:08:31 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1812. 18:08:31 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1813. 18:08:31 T:3884 DEBUG: CVideoDatabase::RunQuery took 609 ms for 9395 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1814. 18:08:32 T:4168 DEBUG: CVideoDatabase::RunQuery took 693 ms for 9395 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1815. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1816. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1817. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1818. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1819. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1820. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1821. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1822. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1823. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1824. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1825. 18:08:32 T:3884 DEBUG: CVideoDatabase::RunQuery took 161 ms for 1342 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  1826. 18:08:32 T:4168 DEBUG: CFavourites::Load - no system favourites found, skipping
  1827. 18:08:32 T:4168 DEBUG: CFavourites::Load - no userdata favourites found, skipping
  1828. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1829. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1830. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1831. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1832. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1833. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1834. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1835. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1836. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1837. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1838. 18:08:32 T:3044 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
  1839. 18:08:32 T:3044 DEBUG: CInputManager::OnKey: alt-leftalt (0x4f0d4) pressed, action is
  1840. 18:08:33 T:3884 DEBUG: CVideoDatabase::RunQuery took 441 ms for 9395 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1841. 18:08:33 T:3044 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1842. 18:08:33 T:3044 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1843. 18:08:33 T:3884 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from musicvideo_view
  1844. 18:08:33 T:3884 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  1845. 18:08:33 T:3884 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 5 ms
  1846. 18:08:33 T:3884 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  1847. 18:08:33 T:3884 DEBUG: Time to retrieve artists from dataset = 2
  1848. 18:08:33 T:3884 DEBUG: CMusicDatabase::GetSongsByWhere query = SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
  1849. 18:08:33 T:3884 DEBUG: Skin Widgets: Total time needed to request random queries: 0:00:01.154000
  1850. 18:08:33 T:3044 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1851. 18:08:33 T:3044 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1852. 18:08:34 T:3044 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1853. 18:08:34 T:3044 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1854. 18:08:34 T:3044 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1855. 18:08:34 T:3044 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1856. 18:08:34 T:3044 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1857. 18:08:34 T:3044 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1858. 18:08:34 T:3044 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1859. 18:08:34 T:3044 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1860. 18:08:34 T:3044 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1861. 18:08:34 T:3044 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1862. 18:08:36 T:3044 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1863. 18:08:36 T:3044 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1864. 18:08:36 T:3044 DEBUG: Activating window ID: 10111
  1865. 18:08:36 T:3044 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
  1866. 18:08:36 T:3044 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
  1867. 18:08:36 T:3044 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1868. 18:08:36 T:3044 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1869. 18:08:37 T:3044 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1870. 18:08:37 T:3044 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1871. 18:08:37 T:3044 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1872. 18:08:37 T:3044 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1873. 18:08:37 T:3044 DEBUG: ------ Window Deinit () ------
  1874. 18:08:37 T:3044 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
  1875. 18:08:37 T:3044 DEBUG: ------ Window Init () ------
  1876. 18:08:37 T:3044 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
  1877. 18:08:37 T:3044 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
  1878. 18:08:37 T:3044 NOTICE: Storing total System Uptime
  1879. 18:08:37 T:3044 NOTICE: Saving settings
  1880. 18:08:37 T:3044 NOTICE: stop all
  1881. 18:08:37 T:5840 DEBUG: Thread JobWorker 5840 terminating (autodelete)
  1882. 18:08:37 T:5836 DEBUG: Thread JobWorker 5836 terminating (autodelete)
  1883. 18:08:37 T:6080 DEBUG: Thread JobWorker 6080 terminating (autodelete)
  1884. 18:08:37 T:5272 DEBUG: Thread JobWorker 5272 terminating (autodelete)
  1885. 18:08:37 T:3044 NOTICE: stop player
  1886. 18:08:37 T:3044 INFO: stopping PVRManager
  1887. 18:08:37 T:3044 DEBUG: CNetwork::NetworkMessage - Signaling network services to stop
  1888. 18:08:37 T:3044 NOTICE: ES: Stopping event server
  1889. 18:08:37 T:3044 DEBUG: CNetwork::NetworkMessage - Waiting for network services to stop
  1890. 18:08:37 T:3044 NOTICE: stopping upnp
  1891. 18:08:37 T:3044 NOTICE: Webserver: Stopping...
  1892. 18:08:37 T:3044 NOTICE: WebServer: Stopped the webserver
  1893. 18:08:37 T:3044 NOTICE: Webserver: Stopped...
  1894. 18:08:38 T:1824 NOTICE: ES: UDP Event server stopped
  1895. 18:08:38 T:1824 DEBUG: Thread EventServer 1824 terminating
  1896. 18:08:38 T:3248 DEBUG: Thread TCPServer 3248 terminating
  1897. 18:08:38 T:6108 DEBUG: Thread PeripBusUSB 6108 terminating
  1898. 18:08:38 T:3044 NOTICE: stop sap announcement listener
  1899. 18:08:38 T:3044 NOTICE: clean cached files!
  1900. 18:08:38 T:3044 NOTICE: unload skin
  1901. 18:08:38 T:3044 INFO: Unloading old skin ...
  1902. 18:08:38 T:3044 DEBUG: ------ Window Deinit () ------
  1903. 18:08:38 T:3044 DEBUG: ------ Window Deinit (Home.xml) ------
  1904. 18:08:38 T:6100 DEBUG: Thread PeripBusCEC 6100 terminating
  1905. 18:08:38 T:3044 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture buttons/ButtonNF.png
  1906. 18:08:38 T:3044 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture dialogs/ContextFO.png
  1907. 18:08:38 T:3044 DEBUG: CTextureBundleXBT::Cleanup - Closed bundle
  1908. 18:08:38 T:3044 DEBUG: Infobool 'player.showcodec' still used by 2 instances
  1909. 18:08:38 T:3044 DEBUG: ADDON: Stopping service addons.
  1910. 18:08:40 T:3476 INFO: CPythonInvoker(0, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): script successfully run
  1911. 18:08:40 T:3044 DEBUG: CPythonInvoker(0, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): script termination took 2294ms
  1912. 18:08:40 T:3476 INFO: Python script interrupted by user
  1913. 18:08:40 T:3884 DEBUG: Skin Widgets: script version 0.0.30 stopped
  1914. 18:08:40 T:3884 INFO: CPythonInvoker(2, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): script successfully run
  1915. 18:08:40 T:3044 DEBUG: CPythonInvoker(2, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): script termination took 74ms
  1916. 18:08:40 T:3884 WARNING: CPythonInvoker(2, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): the python script "C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::Window,class PythonBindings::XBMCAddon_xbmc_Player_Director,class PythonBindings::XBMCAddon_xbmc_Monitor_Director
  1917. 18:08:40 T:3884 INFO: Python script interrupted by user
  1918. 18:08:41 T:3784 INFO: CPythonInvoker(3, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.trakt\default.py): script successfully run
  1919. 18:08:41 T:3044 DEBUG: CPythonInvoker(3, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.trakt\default.py): script termination took 368ms
  1920. 18:08:41 T:3784 INFO: Python script interrupted by user
  1921. 18:08:41 T:4968 NOTICE: StorageServer-2.5.4 Closed down
  1922. 18:08:41 T:4968 INFO: CPythonInvoker(9, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): script successfully run
  1923. 18:08:41 T:3044 DEBUG: CPythonInvoker(9, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): script termination took 60ms
  1924. 18:08:41 T:3884 DEBUG: Thread LanguageInvoker 3884 terminating
  1925. 18:08:41 T:4760 INFO: CPythonInvoker(4, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): script successfully run
  1926. 18:08:41 T:3044 DEBUG: CPythonInvoker(4, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): script termination took 0ms
  1927. 18:08:41 T:4760 INFO: Python script interrupted by user
  1928. 18:08:41 T:4168 INFO: Previous line repeats 1 times.
  1929. 18:08:41 T:4168 DEBUG: Library Data Provider: service version 0.1.2 stopped
  1930. 18:08:41 T:4168 INFO: CPythonInvoker(5, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): script successfully run
  1931. 18:08:41 T:3044 DEBUG: CPythonInvoker(5, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): script termination took 101ms
  1932. 18:08:41 T:4168 WARNING: CPythonInvoker(5, C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): the python script "C:\Users\HTPC\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::Window,class PythonBindings::XBMCAddon_xbmc_Monitor_Director,class PythonBindings::XBMCAddon_xbmc_Player_Director
  1933. 18:08:41 T:4168 INFO: Python script interrupted by user
  1934. 18:08:41 T:5020 DEBUG: [Cinema Experience] - Cinema Experience service script version 4.0.11 stopped
  1935. 18:08:41 T:5020 INFO: CPythonInvoker(7, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cinema.experience\service.py): script successfully run
  1936. 18:08:41 T:3044 DEBUG: CPythonInvoker(7, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.cinema.experience\service.py): script termination took 53ms
  1937. 18:08:41 T:4760 DEBUG: Thread LanguageInvoker 4760 terminating
  1938. 18:08:41 T:5020 INFO: Python script interrupted by user
  1939. 18:08:41 T:1528 NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
  1940. 18:08:41 T:1528 INFO: CPythonInvoker(8, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): script aborted
  1941. 18:08:41 T:3044 DEBUG: CPythonInvoker(8, C:\Users\HTPC\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): script termination took 339ms
  1942. 18:08:41 T:4968 DEBUG: Thread LanguageInvoker 4968 terminating
  1943. 18:08:41 T:3784 DEBUG: Thread LanguageInvoker 3784 terminating
  1944. 18:08:41 T:4168 DEBUG: Thread LanguageInvoker 4168 terminating
  1945. 18:08:41 T:3476 DEBUG: Thread LanguageInvoker 3476 terminating
  1946. 18:08:41 T:5020 DEBUG: Thread LanguageInvoker 5020 terminating
  1947. 18:08:41 T:1528 INFO: Python script interrupted by user
  1948. 18:08:41 T:1528 DEBUG: Thread LanguageInvoker 1528 terminating
  1949. 18:08:41 T:2400 DEBUG: Thread ActiveAE 2400 terminating
  1950. 18:08:41 T:1972 DEBUG: Thread AESink 1972 terminating
  1951. 18:08:41 T:3044 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  1952. 18:08:41 T:3044 NOTICE: stopped
  1953. 18:08:41 T:3044 NOTICE: destroy
  1954. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvshows.anidb.net.mod has been uninstalled.'
  1955. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.refocus has been uninstalled.'
  1956. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been uninstalled.'
  1957. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.cu.lrclyrics has been uninstalled.'
  1958. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.games.rom.collection.browser has been uninstalled.'
  1959. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been uninstalled.'
  1960. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been uninstalled.'
  1961. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been uninstalled.'
  1962. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been uninstalled.'
  1963. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been uninstalled.'
  1964. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.six has been uninstalled.'
  1965. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been uninstalled.'
  1966. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been uninstalled.'
  1967. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been uninstalled.'
  1968. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.anidb.net has been uninstalled.'
  1969. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been uninstalled.'
  1970. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been uninstalled.'
  1971. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been uninstalled.'
  1972. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been uninstalled.'
  1973. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been uninstalled.'
  1974. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.chardet has been uninstalled.'
  1975. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been uninstalled.'
  1976. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been uninstalled.'
  1977. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been uninstalled.'
  1978. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been uninstalled.'
  1979. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been uninstalled.'
  1980. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been uninstalled.'
  1981. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been uninstalled.'
  1982. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been uninstalled.'
  1983. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been uninstalled.'
  1984. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.watchlist has been uninstalled.'
  1985. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been uninstalled.'
  1986. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been uninstalled.'
  1987. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been uninstalled.'
  1988. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been uninstalled.'
  1989. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been uninstalled.'
  1990. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.toolbox has been uninstalled.'
  1991. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been uninstalled.'
  1992. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been uninstalled.'
  1993. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.ym has been uninstalled.'
  1994. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.randomandlastitems has been uninstalled.'
  1995. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been uninstalled.'
  1996. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been uninstalled.'
  1997. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.trakt has been uninstalled.'
  1998. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in service.skin.widgets has been uninstalled.'
  1999. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been uninstalled.'
  2000. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been uninstalled.'
  2001. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been uninstalled.'
  2002. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been uninstalled.'
  2003. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been uninstalled.'
  2004. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been uninstalled.'
  2005. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.mimic has been uninstalled.'
  2006. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been uninstalled.'
  2007. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been uninstalled.'
  2008. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been uninstalled.'
  2009. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been uninstalled.'
  2010. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.aeonmq5 has been uninstalled.'
  2011. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been uninstalled.'
  2012. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been uninstalled.'
  2013. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been uninstalled.'
  2014. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.grab.fanart has been uninstalled.'
  2015. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.arrow has been uninstalled.'
  2016. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been uninstalled.'
  2017. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.re-touched has been uninstalled.'
  2018. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been uninstalled.'
  2019. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been uninstalled.'
  2020. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been uninstalled.'
  2021. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been uninstalled.'
  2022. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.opensubtitles has been uninstalled.'
  2023. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.blackglassnova has been uninstalled.'
  2024. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been uninstalled.'
  2025. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been uninstalled.'
  2026. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been uninstalled.'
  2027. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.trakt has been uninstalled.'
  2028. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been uninstalled.'
  2029. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been uninstalled.'
  2030. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in repository.aeon-mq5-mod-isengard has been uninstalled.'
  2031. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been uninstalled.'
  2032. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been uninstalled.'
  2033. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been uninstalled.'
  2034. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.dateutil has been uninstalled.'
  2035. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been uninstalled.'
  2036. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.amber has been uninstalled.'
  2037. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been uninstalled.'
  2038. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been uninstalled.'
  2039. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.eminencefunctions has been uninstalled.'
  2040. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been uninstalled.'
  2041. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in service.rom.collection.browser has been uninstalled.'
  2042. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been uninstalled.'
  2043. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been uninstalled.'
  2044. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been uninstalled.'
  2045. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.cinema.experience has been uninstalled.'
  2046. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.eminence has been uninstalled.'
  2047. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been uninstalled.'
  2048. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been uninstalled.'
  2049. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in repository.scudlee has been uninstalled.'
  2050. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been uninstalled.'
  2051. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been uninstalled.'
  2052. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been uninstalled.'
  2053. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been uninstalled.'
  2054. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been uninstalled.'
  2055. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been uninstalled.'
  2056. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.videolanguage has been uninstalled.'
  2057. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been uninstalled.'
  2058. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been uninstalled.'
  2059. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been uninstalled.'
  2060. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been uninstalled.'
  2061. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been uninstalled.'
  2062. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.5 has been uninstalled.'
  2063. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in skin.transparency has been uninstalled.'
  2064. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been uninstalled.'
  2065. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been uninstalled.'
  2066. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been uninstalled.'
  2067. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.aeonmq5.extrapack has been uninstalled.'
  2068. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been uninstalled.'
  2069. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been uninstalled.'
  2070. 18:08:41 T:3044 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been uninstalled.'
  2071. 18:08:41 T:3044 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05B43548 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2072. 18:08:41 T:3044 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05B435D8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2073. 18:08:41 T:3044 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05B43398 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2074. 18:08:41 T:3044 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05AB6AE0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2075. 18:08:41 T:3044 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05B27228 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2076. 18:08:41 T:3044 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05C01C70 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2077. 18:08:41 T:3044 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05B438F0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2078. 18:08:41 T:3044 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05B43038 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2079. 18:08:41 T:3044 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05AB6978 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2080. 18:08:41 T:3044 NOTICE: closing down remote control service
  2081. 18:08:43 T:3044 NOTICE: unload sections
  2082. 18:08:43 T:1808 DEBUG: Thread RemoteControl 1808 terminating
  2083. 18:08:43 T:3044 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  2084. 18:08:43 T:3044 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2085. 18:08:44 T:3044 NOTICE: destroy
  2086. 18:08:44 T:3044 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
  2087. 18:08:44 T:3044 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
  2088. 18:08:44 T:3044 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
  2089. 18:08:44 T:3044 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
  2090. 18:08:44 T:3044 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
  2091. 18:08:44 T:3044 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
  2092. 18:08:44 T:3044 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
  2093. 18:08:44 T:3044 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
  2094. 18:08:44 T:3044 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
  2095. 18:08:44 T:3044 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
  2096. 18:08:44 T:3044 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
  2097. 18:08:44 T:3044 NOTICE: closing down remote control service
  2098. 18:08:44 T:3044 NOTICE: unload sections
  2099. 18:08:44 T:3044 NOTICE: application stopped...
  2100. 18:08:44 T:3044 DEBUG: PVRManager - destroyed
  2101. 18:08:44 T:3044 DEBUG: SECTION:UnloadDll(special://xbmcbin/system/libcurl.dll)
  2102. 18:08:44 T:3044 DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/cpluff.dll)
  2103. 18:08:44 T:3044 DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/libcec.dll)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement