Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 204.77 KB | None | 0 0
  1. 20:16:39.739 T:7284 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 20:16:39.739 T:7284 NOTICE: -----------------------------------------------------------------------
  3. 20:16:39.739 T:7284 NOTICE: Starting Kodi (17.4 Git:20170822-7fc6da0). Platform: Windows NT x86 32-bit
  4. 20:16:39.739 T:7284 NOTICE: Using Release Kodi x32 build
  5. 20:16:39.739 T:7284 NOTICE: Kodi compiled Aug 22 2017 by MSVC 190024215 for Windows NT x86 32-bit version 10.0 (0x0A000000)
  6. 20:16:39.739 T:7284 NOTICE: Running on Gigabyte Technology Co., Ltd. device with Windows 7 SP1, kernel: Windows NT x86 64-bit version 6.1
  7. 20:16:39.739 T:7284 NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi
  8. 20:16:39.739 T:7284 NOTICE: Host CPU: Unknown, 4 cores available
  9. 20:16:39.739 T:7284 NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
  10. 20:16:39.739 T:7284 NOTICE: Running with restricted rights
  11. 20:16:39.739 T:7284 NOTICE: Aero is enabled
  12. 20:16:39.739 T:7284 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\Kodi
  13. 20:16:39.739 T:7284 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\Kodi
  14. 20:16:39.739 T:7284 NOTICE: special://xbmcbinaddons/ is mapped to: C:\Program Files (x86)\Kodi/addons
  15. 20:16:39.739 T:7284 NOTICE: special://masterprofile/ is mapped to: C:\Users\media\AppData\Roaming\Kodi\userdata
  16. 20:16:39.739 T:7284 NOTICE: special://home/ is mapped to: C:\Users\media\AppData\Roaming\Kodi\
  17. 20:16:39.739 T:7284 NOTICE: special://temp/ is mapped to: C:\Users\media\AppData\Roaming\Kodi\cache
  18. 20:16:39.739 T:7284 NOTICE: special://logpath/ is mapped to: C:\Users\media\AppData\Roaming\Kodi\
  19. 20:16:39.739 T:7284 NOTICE: The executable running is: C:\Program Files (x86)\Kodi\Kodi.exe
  20. 20:16:39.739 T:7284 NOTICE: Local hostname: fserver
  21. 20:16:39.739 T:7284 NOTICE: Log File is located: C:\Users\media\AppData\Roaming\Kodi\/kodi.log
  22. 20:16:39.739 T:7284 NOTICE: -----------------------------------------------------------------------
  23. 20:16:39.749 T:7284 NOTICE: load settings...
  24. 20:16:39.757 T:7284 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
  25. 20:16:39.757 T:7284 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
  26. 20:16:39.763 T:7284 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  27. 20:16:39.764 T:7284 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  28. 20:16:39.764 T:7284 NOTICE: Contents of special://profile/advancedsettings.xml are...
  29. <advancedsettings>
  30. <video>
  31. <!-- Settings for when "Adjust refreshrate to match video fps" is enabled, available since r33806. -->
  32. <adjustrefreshrate>
  33. <!-- "Adjust refreshrate to match video fps" will try to select the best refreshrate for the video fps but it doesn't always get it right, for example it might switch to an unsupported refreshrate. You can add overrides here to switch to a certain refreshrate based on video fps. It's possible to add as many overrides as you need. Overrides are processed in order, if the first one doesn't match the fps or no refreshrates match that override, it will try the next one until no overrides are left -->
  34. <override>
  35. <fps>25.0</fps>
  36. <!-- if the fps is between 23.966 and 23.986 -->
  37. <refresh>60.0</refresh>
  38. <!-- switch to the first found refreshrate that is between 59.99 and 60.01 -->
  39. </override>
  40. <override>
  41. <fps>50.0</fps>
  42. <!-- if the fps is between 23.966 and 23.986 -->
  43. <refresh>60.0</refresh>
  44. <!-- switch to the first found refreshrate that is between 59.99 and 60.01 -->
  45. </override>
  46. <!-- It none of the overrides match, or none of the refreshrates match any of the fps matching overrides, it will choose a fallback refreshrate. Fallbacks are process in order, if the first fallback doesn't match any refreshrate, it will try the next one until no fallbacks are left -->
  47. <fallback>
  48. <refresh>60.0</refresh>
  49. <!-- switch to the first found refreshrate that is between 49.99 and 50.01. -->
  50. </fallback>
  51. <!-- If none of the overrides match the video fps, or no refreshrates match any of the fps matching overrides, and no fallbacks are specified or no refreshrates match any fallbacks, it will automatically choose the best refreshrate (same as having no overrides and fallbacks). -->
  52. </adjustrefreshrate>
  53. </video>
  54. </advancedsettings>
  55. 20:16:39.764 T:7284 NOTICE: Default Video Player: VideoPlayer
  56. 20:16:39.764 T:7284 NOTICE: Default Audio Player: paplayer
  57. 20:16:39.764 T:7284 NOTICE: Enabled debug logging due to GUI setting (2)
  58. 20:16:39.764 T:7284 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  59. 20:16:39.764 T:7284 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  60. 20:16:39.765 T:7284 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  61. 20:16:39.765 T:7284 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
  62. 20:16:39.765 T:7284 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
  63. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  64. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
  65. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  66. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  67. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  68. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  69. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  70. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  71. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  72. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  73. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  74. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  75. 20:16:39.765 T:7284 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  76. 20:16:39.765 T:7284 NOTICE: Loaded playercorefactory configuration
  77. 20:16:39.765 T:7284 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  78. 20:16:39.765 T:7284 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  79. 20:16:39.778 T:7284 INFO: creating subdirectories
  80. 20:16:39.778 T:7284 INFO: userdata folder: special://masterprofile/
  81. 20:16:39.778 T:7284 INFO: recording folder:
  82. 20:16:39.778 T:7284 INFO: screenshots folder:
  83. 20:16:39.781 T:7284 NOTICE: Running database version Addons27
  84. 20:16:39.781 T:7284 DEBUG: SECTION:LoadDLL(special://xbmcbin/cpluff.dll)
  85. 20:16:39.790 T:7284 INFO: ADDON: cpluff: 'Could not read plug-in directory C:\Users\media\AppData\Roaming\Kodi\addons: No such file or directory'
  86. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.stars has been installed.'
  87. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  88. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.autocompletion has been installed.'
  89. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.games.rom.collection.browser has been installed.'
  90. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
  91. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.biogenesis has been installed.'
  92. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been installed.'
  93. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been installed.'
  94. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
  95. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  96. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  97. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
  98. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.steam.launcher has been installed.'
  99. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.anidb.net has been installed.'
  100. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  101. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.asteroids has been installed.'
  102. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.peripheral has been installed.'
  103. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
  104. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in peripheral.joystick has been installed.'
  105. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.adsp has been installed.'
  106. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
  107. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in game.controller.default has been installed.'
  108. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.xperience1080 has been installed.'
  109. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been installed.'
  110. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  111. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  112. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.game has been installed.'
  113. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in service.libraryautoupdate has been installed.'
  114. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.images.recordlabels.white has been installed.'
  115. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  116. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  117. 20:16:39.799 T:7284 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
  118. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.kodi65 has been installed.'
  119. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.nebula has been installed.'
  120. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
  121. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.image.resource.select has been installed.'
  122. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  123. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  124. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been installed.'
  125. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been installed.'
  126. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
  127. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  128. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pingpong has been installed.'
  129. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in skin.estouchy has been installed.'
  130. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been installed.'
  131. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.grab.fanart has been installed.'
  132. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.inputstream has been installed.'
  133. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
  134. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.shadertoy has been installed.'
  135. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.actionhandler has been installed.'
  136. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.amber has been installed.'
  137. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been installed.'
  138. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
  139. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.routing has been installed.'
  140. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
  141. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  142. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
  143. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in service.rom.collection.browser has been installed.'
  144. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  145. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
  146. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  147. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pyro has been installed.'
  148. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
  149. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
  150. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.t9.search has been installed.'
  151. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.images.studios.white has been installed.'
  152. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.kodi has been installed.'
  153. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  154. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
  155. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
  156. 20:16:39.800 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  157. 20:16:39.801 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  158. 20:16:39.801 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.greynetic has been installed.'
  159. 20:16:39.801 T:7284 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.5 has been installed.'
  160. 20:16:39.801 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  161. 20:16:39.801 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
  162. 20:16:39.801 T:7284 DEBUG: ADDON: cpluff: 'Plug-in skin.estuary has been installed.'
  163. 20:16:39.801 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been installed.'
  164. 20:16:39.801 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.apptv has been installed.'
  165. 20:16:39.801 T:7284 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  166. 20:16:39.811 T:7184 DEBUG: Thread JobWorker start, auto delete: true
  167. 20:16:39.814 T:7284 NOTICE: ADDONS: Using repository repository.xbmc.org
  168. 20:16:39.819 T:7088 DEBUG: Thread ActiveAE start, auto delete: false
  169. 20:16:39.819 T:2828 DEBUG: Thread AESink start, auto delete: false
  170. 20:16:39.920 T:7088 NOTICE: Found 2 Lists of Devices
  171. 20:16:39.920 T:7088 NOTICE: Enumerated DIRECTSOUND devices:
  172. 20:16:39.920 T:7088 NOTICE: Device 1
  173. 20:16:39.920 T:7088 NOTICE: m_deviceName : {2D9061F9-18C1-4EEF-9684-25DCEAC52CE6}
  174. 20:16:39.920 T:7088 NOTICE: m_displayName : HDMI - 5 - DENON-AVR (AMD High Definition Audio Device)
  175. 20:16:39.920 T:7088 NOTICE: m_displayNameExtra: DIRECTSOUND: 5 - DENON-AVR (AMD High Definition Audio Device)
  176. 20:16:39.920 T:7088 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  177. 20:16:39.920 T:7088 NOTICE: m_channels : FL,FR
  178. 20:16:39.920 T:7088 NOTICE: m_sampleRates : 48000
  179. 20:16:39.920 T:7088 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  180. 20:16:39.920 T:7088 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  181. 20:16:39.920 T:7088 NOTICE: Device 2
  182. 20:16:39.920 T:7088 NOTICE: m_deviceName : default
  183. 20:16:39.920 T:7088 NOTICE: m_displayName : default
  184. 20:16:39.920 T:7088 NOTICE: m_displayNameExtra:
  185. 20:16:39.920 T:7088 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  186. 20:16:39.920 T:7088 NOTICE: m_channels : FL,FR
  187. 20:16:39.920 T:7088 NOTICE: m_sampleRates : 48000
  188. 20:16:39.920 T:7088 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  189. 20:16:39.920 T:7088 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  190. 20:16:39.920 T:7088 NOTICE: Device 3
  191. 20:16:39.920 T:7088 NOTICE: m_deviceName : {5D22B056-3295-4799-A85E-A2685BDA001D}
  192. 20:16:39.920 T:7088 NOTICE: m_displayName : SPDIF - Digital Audio (S/PDIF) (2- High Definition Audio Device)
  193. 20:16:39.920 T:7088 NOTICE: m_displayNameExtra: DIRECTSOUND: Digital Audio (S/PDIF) (2- High Definition Audio Device)
  194. 20:16:39.920 T:7088 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  195. 20:16:39.920 T:7088 NOTICE: m_channels : FL,FR
  196. 20:16:39.920 T:7088 NOTICE: m_sampleRates : 44100
  197. 20:16:39.920 T:7088 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  198. 20:16:39.920 T:7088 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  199. 20:16:39.920 T:7088 NOTICE: Device 4
  200. 20:16:39.920 T:7088 NOTICE: m_deviceName : {AB0816AC-EA43-4463-8265-81E1726F3E9D}
  201. 20:16:39.920 T:7088 NOTICE: m_displayName : SPDIF - Digital Audio (S/PDIF) (2- High Definition Audio Device)
  202. 20:16:39.920 T:7088 NOTICE: m_displayNameExtra: DIRECTSOUND: Digital Audio (S/PDIF) (2- High Definition Audio Device)
  203. 20:16:39.920 T:7088 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  204. 20:16:39.920 T:7088 NOTICE: m_channels : FL,FR
  205. 20:16:39.920 T:7088 NOTICE: m_sampleRates : 44100
  206. 20:16:39.920 T:7088 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  207. 20:16:39.920 T:7088 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  208. 20:16:39.920 T:7088 NOTICE: Enumerated WASAPI devices:
  209. 20:16:39.920 T:7088 NOTICE: Device 1
  210. 20:16:39.920 T:7088 NOTICE: m_deviceName : {2D9061F9-18C1-4EEF-9684-25DCEAC52CE6}
  211. 20:16:39.920 T:7088 NOTICE: m_displayName : HDMI - 5 - DENON-AVR (AMD High Definition Audio Device)
  212. 20:16:39.920 T:7088 NOTICE: m_displayNameExtra: WASAPI: 5 - DENON-AVR (AMD High Definition Audio Device)
  213. 20:16:39.920 T:7088 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  214. 20:16:39.920 T:7088 NOTICE: m_channels : FL,FR
  215. 20:16:39.920 T:7088 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100,32000
  216. 20:16:39.920 T:7088 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  217. 20:16:39.920 T:7088 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  218. 20:16:39.920 T:7088 NOTICE: Device 2
  219. 20:16:39.921 T:7088 NOTICE: m_deviceName : default
  220. 20:16:39.921 T:7088 NOTICE: m_displayName : default
  221. 20:16:39.921 T:7088 NOTICE: m_displayNameExtra:
  222. 20:16:39.921 T:7088 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  223. 20:16:39.921 T:7088 NOTICE: m_channels : FL,FR
  224. 20:16:39.921 T:7088 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100,32000
  225. 20:16:39.921 T:7088 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  226. 20:16:39.921 T:7088 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  227. 20:16:39.921 T:7088 NOTICE: Device 3
  228. 20:16:39.921 T:7088 NOTICE: m_deviceName : {5D22B056-3295-4799-A85E-A2685BDA001D}
  229. 20:16:39.921 T:7088 NOTICE: m_displayName : SPDIF - Digital Audio (S/PDIF) (2- High Definition Audio Device)
  230. 20:16:39.921 T:7088 NOTICE: m_displayNameExtra: WASAPI: Digital Audio (S/PDIF) (2- High Definition Audio Device)
  231. 20:16:39.921 T:7088 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  232. 20:16:39.921 T:7088 NOTICE: m_channels : FL,FR
  233. 20:16:39.921 T:7088 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100,32000
  234. 20:16:39.921 T:7088 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  235. 20:16:39.921 T:7088 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  236. 20:16:39.921 T:7088 NOTICE: Device 4
  237. 20:16:39.921 T:7088 NOTICE: m_deviceName : {AB0816AC-EA43-4463-8265-81E1726F3E9D}
  238. 20:16:39.921 T:7088 NOTICE: m_displayName : SPDIF - Digital Audio (S/PDIF) (2- High Definition Audio Device)
  239. 20:16:39.921 T:7088 NOTICE: m_displayNameExtra: WASAPI: Digital Audio (S/PDIF) (2- High Definition Audio Device)
  240. 20:16:39.921 T:7088 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  241. 20:16:39.921 T:7088 NOTICE: m_channels : FL,FR
  242. 20:16:39.921 T:7088 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100,32000
  243. 20:16:39.921 T:7088 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  244. 20:16:39.921 T:7088 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  245. 20:16:39.921 T:2828 INFO: CActiveAESink::OpenSink - initialize sink
  246. 20:16:39.921 T:2828 DEBUG: CActiveAESink::OpenSink - trying to open device WASAPI:{2D9061F9-18C1-4EEF-9684-25DCEAC52CE6}
  247. 20:16:39.948 T:2828 INFO: CAESinkWASAPI::InitializeExclusive: WASAPI Exclusive Mode Sink Initialized using: AE_FMT_S24NE4MSB, 44100, 2
  248. 20:16:39.948 T:2828 DEBUG: CActiveAESink::OpenSink - WASAPI Initialized:
  249. 20:16:39.948 T:2828 DEBUG: Output Device : HDMI - 5 - DENON-AVR (AMD High Definition Audio Device)
  250. 20:16:39.948 T:2828 DEBUG: Sample Rate : 44100
  251. 20:16:39.948 T:2828 DEBUG: Sample Format : AE_FMT_S24NE4MSB
  252. 20:16:39.948 T:2828 DEBUG: Channel Count : 2
  253. 20:16:39.948 T:2828 DEBUG: Channel Layout: FL,FR
  254. 20:16:39.948 T:2828 DEBUG: Frames : 2208
  255. 20:16:39.948 T:2828 DEBUG: Frame Size : 8
  256. 20:16:39.949 T:7664 DEBUG: Thread RemoteControl start, auto delete: false
  257. 20:16:39.951 T:7284 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  258. 20:16:39.951 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  259. 20:16:39.951 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  260. 20:16:39.952 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  261. 20:16:39.952 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
  262. 20:16:39.952 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
  263. 20:16:39.952 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
  264. 20:16:39.952 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
  265. 20:16:39.952 T:7664 DEBUG: CRemoteControl::Connect - connecting to: ::1:24000 ...
  266. 20:16:39.952 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  267. 20:16:39.953 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  268. 20:16:39.953 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  269. 20:16:39.953 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  270. 20:16:39.953 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
  271. 20:16:39.953 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  272. 20:16:39.953 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
  273. 20:16:39.954 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  274. 20:16:39.954 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  275. 20:16:39.954 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  276. 20:16:39.954 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  277. 20:16:39.954 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded
  278. 20:16:39.955 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
  279. 20:16:39.955 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
  280. 20:16:39.955 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  281. 20:16:39.955 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  282. 20:16:39.955 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  283. 20:16:39.955 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  284. 20:16:39.956 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  285. 20:16:39.956 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  286. 20:16:39.956 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  287. 20:16:39.956 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  288. 20:16:39.956 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
  289. 20:16:39.957 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
  290. 20:16:39.957 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
  291. 20:16:39.957 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
  292. 20:16:39.957 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  293. 20:16:39.957 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  294. 20:16:39.958 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  295. 20:16:39.958 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  296. 20:16:39.958 T:7284 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  297. 20:16:39.958 T:7284 DEBUG: CWin32StorageProvider::Initialize: No optical drive found.
  298. 20:16:39.960 T:7284 NOTICE: Found screen: Generic PnP Monitor on AMD Radeon R7 370 Series, adapter 0.
  299. 20:16:39.961 T:7284 NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
  300. 20:16:40.161 T:7284 NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
  301. 20:16:40.161 T:7284 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  302. 20:16:40.165 T:7284 NOTICE: Additional mode: 720x480@ 29.97i - Full Screen
  303. 20:16:40.165 T:7284 NOTICE: Additional mode: 720x480@ 30.00i - Full Screen
  304. 20:16:40.165 T:7284 NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
  305. 20:16:40.166 T:7284 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  306. 20:16:40.172 T:7284 NOTICE: Additional mode: 720x576@ 25.00i - Full Screen
  307. 20:16:40.172 T:7284 NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
  308. 20:16:40.172 T:7284 NOTICE: Additional mode: 720x576@ 59.94 - Full Screen
  309. 20:16:40.172 T:7284 NOTICE: Previous line repeats 2 times.
  310. 20:16:40.172 T:7284 NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
  311. 20:16:40.205 T:7284 NOTICE: Previous line repeats 2 times.
  312. 20:16:40.205 T:7284 NOTICE: Additional mode: 800x600@ 59.94 - Full Screen
  313. 20:16:40.206 T:7284 NOTICE: Previous line repeats 2 times.
  314. 20:16:40.206 T:7284 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  315. 20:16:40.209 T:7284 NOTICE: Previous line repeats 2 times.
  316. 20:16:40.209 T:7284 NOTICE: Additional mode: 1024x768@ 23.98 - Full Screen
  317. 20:16:40.209 T:7284 NOTICE: Previous line repeats 2 times.
  318. 20:16:40.209 T:7284 NOTICE: Additional mode: 1024x768@ 24.00 - Full Screen
  319. 20:16:40.210 T:7284 NOTICE: Previous line repeats 2 times.
  320. 20:16:40.210 T:7284 NOTICE: Additional mode: 1024x768@ 59.94 - Full Screen
  321. 20:16:40.210 T:7284 NOTICE: Previous line repeats 2 times.
  322. 20:16:40.210 T:7284 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  323. 20:16:40.211 T:7284 NOTICE: Previous line repeats 2 times.
  324. 20:16:40.211 T:7284 NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
  325. 20:16:40.211 T:7284 NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
  326. 20:16:40.211 T:7284 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  327. 20:16:40.214 T:7284 NOTICE: Additional mode: 1280x768@ 23.98 - Full Screen
  328. 20:16:40.214 T:7284 NOTICE: Previous line repeats 2 times.
  329. 20:16:40.215 T:7284 NOTICE: Additional mode: 1280x768@ 24.00 - Full Screen
  330. 20:16:40.215 T:7284 NOTICE: Previous line repeats 2 times.
  331. 20:16:40.215 T:7284 NOTICE: Additional mode: 1280x768@ 59.94 - Full Screen
  332. 20:16:40.311 T:7284 NOTICE: Previous line repeats 2 times.
  333. 20:16:40.311 T:7284 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  334. 20:16:40.314 T:7284 NOTICE: Previous line repeats 2 times.
  335. 20:16:40.314 T:7284 NOTICE: Additional mode: 1280x800@ 23.98 - Full Screen
  336. 20:16:40.314 T:7284 NOTICE: Previous line repeats 2 times.
  337. 20:16:40.314 T:7284 NOTICE: Additional mode: 1280x800@ 24.00 - Full Screen
  338. 20:16:40.315 T:7284 NOTICE: Previous line repeats 2 times.
  339. 20:16:40.315 T:7284 NOTICE: Additional mode: 1280x800@ 59.94 - Full Screen
  340. 20:16:40.315 T:7284 NOTICE: Previous line repeats 2 times.
  341. 20:16:40.315 T:7284 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
  342. 20:16:40.317 T:7284 NOTICE: Previous line repeats 2 times.
  343. 20:16:40.317 T:7284 NOTICE: Additional mode: 1280x960@ 23.98 - Full Screen
  344. 20:16:40.318 T:7284 NOTICE: Previous line repeats 2 times.
  345. 20:16:40.318 T:7284 NOTICE: Additional mode: 1280x960@ 24.00 - Full Screen
  346. 20:16:40.318 T:7284 NOTICE: Previous line repeats 2 times.
  347. 20:16:40.318 T:7284 NOTICE: Additional mode: 1280x960@ 59.94 - Full Screen
  348. 20:16:40.318 T:7284 NOTICE: Previous line repeats 2 times.
  349. 20:16:40.318 T:7284 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  350. 20:16:40.320 T:7284 NOTICE: Previous line repeats 2 times.
  351. 20:16:40.320 T:7284 NOTICE: Additional mode: 1280x1024@ 23.98 - Full Screen
  352. 20:16:40.320 T:7284 NOTICE: Previous line repeats 2 times.
  353. 20:16:40.320 T:7284 NOTICE: Additional mode: 1280x1024@ 24.00 - Full Screen
  354. 20:16:40.321 T:7284 NOTICE: Previous line repeats 2 times.
  355. 20:16:40.321 T:7284 NOTICE: Additional mode: 1280x1024@ 59.94 - Full Screen
  356. 20:16:40.321 T:7284 NOTICE: Previous line repeats 2 times.
  357. 20:16:40.321 T:7284 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  358. 20:16:40.323 T:7284 NOTICE: Previous line repeats 2 times.
  359. 20:16:40.323 T:7284 NOTICE: Additional mode: 1360x768@ 23.98 - Full Screen
  360. 20:16:40.323 T:7284 NOTICE: Previous line repeats 2 times.
  361. 20:16:40.323 T:7284 NOTICE: Additional mode: 1360x768@ 24.00 - Full Screen
  362. 20:16:40.324 T:7284 NOTICE: Previous line repeats 2 times.
  363. 20:16:40.324 T:7284 NOTICE: Additional mode: 1360x768@ 59.94 - Full Screen
  364. 20:16:40.324 T:7284 NOTICE: Previous line repeats 2 times.
  365. 20:16:40.324 T:7284 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  366. 20:16:40.326 T:7284 NOTICE: Previous line repeats 2 times.
  367. 20:16:40.326 T:7284 NOTICE: Additional mode: 1360x1024@ 23.98 - Full Screen
  368. 20:16:40.327 T:7284 NOTICE: Previous line repeats 2 times.
  369. 20:16:40.327 T:7284 NOTICE: Additional mode: 1360x1024@ 24.00 - Full Screen
  370. 20:16:40.327 T:7284 NOTICE: Previous line repeats 2 times.
  371. 20:16:40.327 T:7284 NOTICE: Additional mode: 1360x1024@ 59.94 - Full Screen
  372. 20:16:40.327 T:7284 NOTICE: Previous line repeats 2 times.
  373. 20:16:40.327 T:7284 NOTICE: Additional mode: 1360x1024@ 60.00 - Full Screen
  374. 20:16:40.343 T:7284 NOTICE: Previous line repeats 2 times.
  375. 20:16:40.343 T:7284 NOTICE: Additional mode: 1366x768@ 23.98 - Full Screen
  376. 20:16:40.343 T:7284 NOTICE: Previous line repeats 2 times.
  377. 20:16:40.343 T:7284 NOTICE: Additional mode: 1366x768@ 24.00 - Full Screen
  378. 20:16:40.343 T:7284 NOTICE: Previous line repeats 2 times.
  379. 20:16:40.343 T:7284 NOTICE: Additional mode: 1366x768@ 59.94 - Full Screen
  380. 20:16:40.344 T:7284 NOTICE: Previous line repeats 2 times.
  381. 20:16:40.344 T:7284 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  382. 20:16:40.346 T:7284 NOTICE: Previous line repeats 2 times.
  383. 20:16:40.346 T:7284 NOTICE: Additional mode: 1440x900@ 23.98 - Full Screen
  384. 20:16:40.347 T:7284 NOTICE: Previous line repeats 2 times.
  385. 20:16:40.347 T:7284 NOTICE: Additional mode: 1440x900@ 24.00 - Full Screen
  386. 20:16:40.347 T:7284 NOTICE: Previous line repeats 2 times.
  387. 20:16:40.347 T:7284 NOTICE: Additional mode: 1440x900@ 59.94 - Full Screen
  388. 20:16:40.347 T:7284 NOTICE: Previous line repeats 2 times.
  389. 20:16:40.347 T:7284 NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
  390. 20:16:40.352 T:7284 NOTICE: Previous line repeats 2 times.
  391. 20:16:40.352 T:7284 NOTICE: Additional mode: 1600x900@ 23.98 - Full Screen
  392. 20:16:40.352 T:7284 NOTICE: Previous line repeats 2 times.
  393. 20:16:40.352 T:7284 NOTICE: Additional mode: 1600x900@ 24.00 - Full Screen
  394. 20:16:40.352 T:7284 NOTICE: Previous line repeats 2 times.
  395. 20:16:40.352 T:7284 NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
  396. 20:16:40.353 T:7284 NOTICE: Previous line repeats 2 times.
  397. 20:16:40.353 T:7284 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  398. 20:16:40.355 T:7284 NOTICE: Previous line repeats 2 times.
  399. 20:16:40.355 T:7284 NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
  400. 20:16:40.355 T:7284 NOTICE: Previous line repeats 2 times.
  401. 20:16:40.355 T:7284 NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
  402. 20:16:40.356 T:7284 NOTICE: Previous line repeats 2 times.
  403. 20:16:40.356 T:7284 NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
  404. 20:16:40.356 T:7284 NOTICE: Previous line repeats 2 times.
  405. 20:16:40.356 T:7284 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  406. 20:16:40.359 T:7284 NOTICE: Previous line repeats 2 times.
  407. 20:16:40.359 T:7284 NOTICE: Additional mode: 1920x1080@ 23.98 - Full Screen
  408. 20:16:40.359 T:7284 NOTICE: Additional mode: 1920x1080@ 24.00 - Full Screen
  409. 20:16:40.359 T:7284 NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
  410. 20:16:40.359 T:7284 NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
  411. 20:16:40.359 T:7284 NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
  412. 20:16:40.359 T:7284 NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
  413. 20:16:40.360 T:7284 NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
  414. 20:16:40.360 T:7284 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
  415. 20:16:40.360 T:7284 NOTICE: Checking resolution 16
  416. 20:16:40.370 T:7284 DEBUG: CWinEventsWin32::WndProc: window resize event
  417. 20:16:40.370 T:7284 DEBUG: CWinEventsWin32::WndProc: window move event
  418. 20:16:40.370 T:7284 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1920,1080 fullscreen)->(0,0,1920,1080 fullscreen)
  419. 20:16:40.371 T:7284 DEBUG: CWinEventsWin32::WndProcWindow is active
  420. 20:16:40.375 T:7284 DEBUG: CRenderSystemDX::InitRenderSystem - Initializing D3D11 Factory...
  421. 20:16:40.393 T:7284 DEBUG: CRenderSystemDX::SetMonitor - Selected \\.\DISPLAY1 output.
  422. 20:16:40.393 T:7284 DEBUG: CRenderSystemDX::SetMonitor - Selected AMD Radeon R7 370 Series adapter.
  423. 20:16:40.393 T:7284 DEBUG: CRenderSystemDX::InitHooks: Hookind into UserModeDriver on device \Registry\Machine\System\CurrentControlSet\Control\Video\{5FF0C516-7A35-47AD-B4E6-7BD191FBF828}\0000.
  424. 20:16:40.394 T:7284 DEBUG: CRenderSystemDX::InitHooks: D3D11 hook installed and activated.
  425. 20:16:40.410 T:7284 DEBUG: HookOpenAdapter10_2: hook into pOpenData->pAdapterFuncs->pfnCreateDevice
  426. 20:16:40.465 T:7284 DEBUG: Previous line repeats 1 times.
  427. 20:16:40.465 T:7284 DEBUG: CRenderSystemDX::CreateDevice - on adapter AMD Radeon R7 370 Series (VendorId: 0x1002 DeviceId: 0x6810) with feature level 0x9300.
  428. 20:16:40.465 T:7284 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
  429. 20:16:40.465 T:7284 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT_NPOT
  430. 20:16:40.467 T:7284 DEBUG: CD3DVertexShader::CreateInternal - Create the vertex shader.
  431. 20:16:40.467 T:7284 DEBUG: CD3DVertexShader::CreateInternal - create the input layout.
  432. 20:16:40.467 T:7284 DEBUG: CD3DPixelShader::CreateInternal - Create the pixel shader.
  433. 20:16:40.468 T:7284 DEBUG: Previous line repeats 10 times.
  434. 20:16:40.468 T:7284 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - (Re)Create window size (1920x1080) dependent resources.
  435. 20:16:40.468 T:7284 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - Creating swapchain in Mono mode.
  436. 20:16:40.666 T:7284 DEBUG: CWinEventsWin32::WndProc: display change event
  437. 20:16:40.668 T:7284 NOTICE: Found screen: Generic PnP Monitor on AMD Radeon R7 370 Series, adapter 0.
  438. 20:16:40.673 T:7284 NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
  439. 20:16:40.673 T:7284 NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
  440. 20:16:40.673 T:7284 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  441. 20:16:40.674 T:7284 NOTICE: Additional mode: 720x480@ 29.97i - Full Screen
  442. 20:16:40.674 T:7284 NOTICE: Additional mode: 720x480@ 30.00i - Full Screen
  443. 20:16:40.674 T:7284 NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
  444. 20:16:40.674 T:7284 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  445. 20:16:40.675 T:7284 NOTICE: Additional mode: 720x576@ 25.00i - Full Screen
  446. 20:16:40.676 T:7284 NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
  447. 20:16:40.676 T:7284 NOTICE: Additional mode: 720x576@ 59.94 - Full Screen
  448. 20:16:40.676 T:7284 NOTICE: Previous line repeats 2 times.
  449. 20:16:40.676 T:7284 NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
  450. 20:16:40.677 T:7284 NOTICE: Previous line repeats 2 times.
  451. 20:16:40.677 T:7284 NOTICE: Additional mode: 800x600@ 59.94 - Full Screen
  452. 20:16:40.677 T:7284 NOTICE: Previous line repeats 2 times.
  453. 20:16:40.677 T:7284 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  454. 20:16:40.679 T:7284 NOTICE: Previous line repeats 2 times.
  455. 20:16:40.679 T:7284 NOTICE: Additional mode: 1024x768@ 23.98 - Full Screen
  456. 20:16:40.680 T:7284 NOTICE: Previous line repeats 2 times.
  457. 20:16:40.680 T:7284 NOTICE: Additional mode: 1024x768@ 24.00 - Full Screen
  458. 20:16:40.680 T:7284 NOTICE: Previous line repeats 2 times.
  459. 20:16:40.680 T:7284 NOTICE: Additional mode: 1024x768@ 59.94 - Full Screen
  460. 20:16:40.680 T:7284 NOTICE: Previous line repeats 2 times.
  461. 20:16:40.680 T:7284 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  462. 20:16:40.694 T:7284 NOTICE: Previous line repeats 2 times.
  463. 20:16:40.694 T:7284 NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
  464. 20:16:40.741 T:7284 NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
  465. 20:16:40.808 T:7284 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  466. 20:16:40.814 T:7284 NOTICE: Additional mode: 1280x768@ 23.98 - Full Screen
  467. 20:16:40.815 T:7284 NOTICE: Previous line repeats 2 times.
  468. 20:16:40.815 T:7284 NOTICE: Additional mode: 1280x768@ 24.00 - Full Screen
  469. 20:16:40.816 T:7284 NOTICE: Previous line repeats 2 times.
  470. 20:16:40.816 T:7284 NOTICE: Additional mode: 1280x768@ 59.94 - Full Screen
  471. 20:16:40.816 T:7284 NOTICE: Previous line repeats 2 times.
  472. 20:16:40.816 T:7284 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  473. 20:16:40.820 T:7284 NOTICE: Previous line repeats 2 times.
  474. 20:16:40.820 T:7284 NOTICE: Additional mode: 1280x800@ 23.98 - Full Screen
  475. 20:16:40.820 T:7284 NOTICE: Previous line repeats 2 times.
  476. 20:16:40.820 T:7284 NOTICE: Additional mode: 1280x800@ 24.00 - Full Screen
  477. 20:16:40.820 T:7284 NOTICE: Previous line repeats 2 times.
  478. 20:16:40.820 T:7284 NOTICE: Additional mode: 1280x800@ 59.94 - Full Screen
  479. 20:16:40.821 T:7284 NOTICE: Previous line repeats 2 times.
  480. 20:16:40.821 T:7284 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
  481. 20:16:40.837 T:7284 NOTICE: Previous line repeats 2 times.
  482. 20:16:40.837 T:7284 NOTICE: Additional mode: 1280x960@ 23.98 - Full Screen
  483. 20:16:40.837 T:7284 NOTICE: Previous line repeats 2 times.
  484. 20:16:40.837 T:7284 NOTICE: Additional mode: 1280x960@ 24.00 - Full Screen
  485. 20:16:40.838 T:7284 NOTICE: Previous line repeats 2 times.
  486. 20:16:40.838 T:7284 NOTICE: Additional mode: 1280x960@ 59.94 - Full Screen
  487. 20:16:40.838 T:7284 NOTICE: Previous line repeats 2 times.
  488. 20:16:40.838 T:7284 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  489. 20:16:40.841 T:7284 NOTICE: Previous line repeats 2 times.
  490. 20:16:40.841 T:7284 NOTICE: Additional mode: 1280x1024@ 23.98 - Full Screen
  491. 20:16:40.841 T:7284 NOTICE: Previous line repeats 2 times.
  492. 20:16:40.841 T:7284 NOTICE: Additional mode: 1280x1024@ 24.00 - Full Screen
  493. 20:16:40.842 T:7284 NOTICE: Previous line repeats 2 times.
  494. 20:16:40.842 T:7284 NOTICE: Additional mode: 1280x1024@ 59.94 - Full Screen
  495. 20:16:40.842 T:7284 NOTICE: Previous line repeats 2 times.
  496. 20:16:40.842 T:7284 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  497. 20:16:40.849 T:7284 NOTICE: Previous line repeats 2 times.
  498. 20:16:40.849 T:7284 NOTICE: Additional mode: 1360x768@ 23.98 - Full Screen
  499. 20:16:40.850 T:7284 NOTICE: Previous line repeats 2 times.
  500. 20:16:40.850 T:7284 NOTICE: Additional mode: 1360x768@ 24.00 - Full Screen
  501. 20:16:40.850 T:7284 NOTICE: Previous line repeats 2 times.
  502. 20:16:40.850 T:7284 NOTICE: Additional mode: 1360x768@ 59.94 - Full Screen
  503. 20:16:40.850 T:7284 NOTICE: Previous line repeats 2 times.
  504. 20:16:40.850 T:7284 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  505. 20:16:40.853 T:7284 NOTICE: Previous line repeats 2 times.
  506. 20:16:40.853 T:7284 NOTICE: Additional mode: 1360x1024@ 23.98 - Full Screen
  507. 20:16:40.854 T:7284 NOTICE: Previous line repeats 2 times.
  508. 20:16:40.854 T:7284 NOTICE: Additional mode: 1360x1024@ 24.00 - Full Screen
  509. 20:16:40.857 T:7284 NOTICE: Previous line repeats 2 times.
  510. 20:16:40.857 T:7284 NOTICE: Additional mode: 1360x1024@ 59.94 - Full Screen
  511. 20:16:40.857 T:7284 NOTICE: Previous line repeats 2 times.
  512. 20:16:40.857 T:7284 NOTICE: Additional mode: 1360x1024@ 60.00 - Full Screen
  513. 20:16:40.860 T:7284 NOTICE: Previous line repeats 2 times.
  514. 20:16:40.860 T:7284 NOTICE: Additional mode: 1366x768@ 23.98 - Full Screen
  515. 20:16:40.860 T:7284 NOTICE: Previous line repeats 2 times.
  516. 20:16:40.860 T:7284 NOTICE: Additional mode: 1366x768@ 24.00 - Full Screen
  517. 20:16:40.861 T:7284 NOTICE: Previous line repeats 2 times.
  518. 20:16:40.861 T:7284 NOTICE: Additional mode: 1366x768@ 59.94 - Full Screen
  519. 20:16:40.862 T:7284 NOTICE: Previous line repeats 2 times.
  520. 20:16:40.862 T:7284 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  521. 20:16:40.865 T:7284 NOTICE: Previous line repeats 2 times.
  522. 20:16:40.865 T:7284 NOTICE: Additional mode: 1440x900@ 23.98 - Full Screen
  523. 20:16:40.865 T:7284 NOTICE: Previous line repeats 2 times.
  524. 20:16:40.865 T:7284 NOTICE: Additional mode: 1440x900@ 24.00 - Full Screen
  525. 20:16:40.865 T:7284 NOTICE: Previous line repeats 2 times.
  526. 20:16:40.865 T:7284 NOTICE: Additional mode: 1440x900@ 59.94 - Full Screen
  527. 20:16:40.866 T:7284 NOTICE: Previous line repeats 2 times.
  528. 20:16:40.866 T:7284 NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
  529. 20:16:40.868 T:7284 NOTICE: Previous line repeats 2 times.
  530. 20:16:40.868 T:7284 NOTICE: Additional mode: 1600x900@ 23.98 - Full Screen
  531. 20:16:40.868 T:7284 NOTICE: Previous line repeats 2 times.
  532. 20:16:40.868 T:7284 NOTICE: Additional mode: 1600x900@ 24.00 - Full Screen
  533. 20:16:40.868 T:7284 NOTICE: Previous line repeats 2 times.
  534. 20:16:40.868 T:7284 NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
  535. 20:16:40.868 T:7284 NOTICE: Previous line repeats 2 times.
  536. 20:16:40.869 T:7284 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  537. 20:16:40.871 T:7284 NOTICE: Previous line repeats 2 times.
  538. 20:16:40.871 T:7284 NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
  539. 20:16:40.871 T:7284 NOTICE: Previous line repeats 2 times.
  540. 20:16:40.871 T:7284 NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
  541. 20:16:40.871 T:7284 NOTICE: Previous line repeats 2 times.
  542. 20:16:40.871 T:7284 NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
  543. 20:16:40.871 T:7284 NOTICE: Previous line repeats 2 times.
  544. 20:16:40.871 T:7284 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  545. 20:16:40.873 T:7284 NOTICE: Previous line repeats 2 times.
  546. 20:16:40.873 T:7284 NOTICE: Additional mode: 1920x1080@ 23.98 - Full Screen
  547. 20:16:40.873 T:7284 NOTICE: Additional mode: 1920x1080@ 24.00 - Full Screen
  548. 20:16:40.873 T:7284 NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
  549. 20:16:40.873 T:7284 NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
  550. 20:16:40.874 T:7284 NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
  551. 20:16:40.874 T:7284 NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
  552. 20:16:40.874 T:7284 NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
  553. 20:16:40.874 T:7284 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
  554. 20:16:40.953 T:7664 DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
  555. 20:16:41.011 T:7284 DEBUG: CWinSystemWin32::SetFullScreenEx (true fullscreen) on screen 0 with size 1920x1080, refresh 60.000000
  556. 20:16:41.020 T:7284 DEBUG: CRenderSystemDX::SetFullScreenInternal - Current display mode is: 1920x1080@60.000
  557. 20:16:41.028 T:7284 DEBUG: CRenderSystemDX::SetFullScreenInternal - Found matched mode: 1920x1080@60.000
  558. 20:16:41.192 T:7284 INFO: load keymapping
  559. 20:16:41.193 T:7284 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  560. 20:16:41.193 T:7284 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  561. 20:16:41.194 T:7284 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  562. 20:16:41.195 T:7284 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  563. 20:16:41.195 T:7284 INFO: Loading special://xbmc/system/keymaps/joystick.xml
  564. 20:16:41.196 T:7284 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  565. 20:16:41.199 T:7284 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  566. 20:16:41.199 T:7284 INFO: Loading special://xbmc/system/keymaps/remote.xml
  567. 20:16:41.201 T:7284 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  568. 20:16:41.202 T:7284 INFO: Loading special://masterprofile/keymaps/keyboard.xml
  569. 20:16:41.203 T:7284 INFO: Loading special://profile/keymaps/keyboard.xml
  570. 20:16:41.203 T:7284 INFO: Loading special://xbmc/system/IRSSmap.xml
  571. 20:16:41.203 T:7284 INFO: * Adding remote mapping for device 'Microsoft MCE'
  572. 20:16:41.203 T:7284 INFO: * Adding remote mapping for device 'Abstract'
  573. 20:16:41.204 T:7284 DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
  574. 20:16:41.204 T:7284 INFO: GUI format 1920x1080, Display 1920x1080@ 60.00 - Full Screen
  575. 20:16:41.204 T:7284 DEBUG: guilib: Fill viewport on change for solving rendering passes
  576. 20:16:41.204 T:7284 INFO: CLangInfo: loading resource.language.en_gb language information...
  577. 20:16:41.205 T:7284 DEBUG: trying to set locale to en-us
  578. 20:16:41.214 T:7284 INFO: global locale set to en-us
  579. 20:16:41.214 T:7284 INFO: CLangInfo: loading resource.language.en_gb language strings...
  580. 20:16:41.215 T:7284 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: resource://resource.language.en_gb/strings.po
  581. 20:16:41.223 T:7284 DEBUG: LocalizeStrings: loaded 3780 strings from file resource://resource.language.en_gb/strings.po
  582. 20:16:41.228 T:7284 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.stars\resources\language\English\strings.po
  583. 20:16:41.232 T:7284 DEBUG: LocalizeStrings: loaded 536 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\resources\language\English\strings.xml
  584. 20:16:41.233 T:7284 DEBUG: LocalizeStrings: loaded 167 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\language\resource.language.en_gb\strings.po
  585. 20:16:41.233 T:7284 DEBUG: LocalizeStrings: loaded 8 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.biogenesis\resources\language\English\strings.po
  586. 20:16:41.234 T:7284 DEBUG: LocalizeStrings: loaded 23 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\metadata.anidb.net\resources\language\English\strings.xml
  587. 20:16:41.234 T:7284 DEBUG: LocalizeStrings: loaded 27 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\script.steam.launcher\resources\language\English\strings.xml
  588. 20:16:41.235 T:7284 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\addons\audioencoder.xbmc.builtin.wma\resources\language\English\strings.po
  589. 20:16:41.235 T:7284 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files (x86)\Kodi\addons\audioencoder.xbmc.builtin.wma\resources\language\English\strings.po
  590. 20:16:41.235 T:7284 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\addons\game.controller.default\resources\language\resource.language.en_gb\strings.po
  591. 20:16:41.236 T:7284 DEBUG: LocalizeStrings: loaded 18 strings from file C:\Program Files (x86)\Kodi\addons\game.controller.default\resources\language\resource.language.en_gb\strings.po
  592. 20:16:41.236 T:7284 DEBUG: LocalizeStrings: loaded 38 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\script.module.youtube.dl\resources\language\English\strings.po
  593. 20:16:41.236 T:7284 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\addons\screensaver.xbmc.builtin.dim\resources\language\resource.language.en_gb\strings.po
  594. 20:16:41.236 T:7284 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.xbmc.builtin.dim\resources\language\resource.language.en_gb\strings.po
  595. 20:16:41.237 T:7284 DEBUG: LocalizeStrings: loaded 7 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\metadata.themoviedb.org\resources\language\English\strings.po
  596. 20:16:41.237 T:7284 DEBUG: LocalizeStrings: loaded 44 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate\resources\language\English\strings.xml
  597. 20:16:41.238 T:7284 DEBUG: LocalizeStrings: loaded 21 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\resources\language\English\strings.po
  598. 20:16:41.239 T:7284 DEBUG: LocalizeStrings: loaded 120 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\language\English\strings.po
  599. 20:16:41.239 T:7284 DEBUG: LocalizeStrings: loaded 2 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\metadata.musicvideos.theaudiodb.com\resources\language\English\strings.po
  600. 20:16:41.239 T:7284 DEBUG: LocalizeStrings: loaded 10 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.pingpong\resources\language\English\strings.po
  601. 20:16:41.240 T:7284 DEBUG: LocalizeStrings: loaded 39 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.shadertoy\resources\language\English\strings.po
  602. 20:16:41.241 T:7284 DEBUG: LocalizeStrings: loaded 24 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\resources\language\resource.language.en_gb\strings.po
  603. 20:16:41.241 T:7284 DEBUG: LocalizeStrings: loaded 13 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\metadata.album.universal\resources\language\English\strings.po
  604. 20:16:41.241 T:7284 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\addons\audioencoder.xbmc.builtin.aac\resources\language\English\strings.po
  605. 20:16:41.241 T:7284 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files (x86)\Kodi\addons\audioencoder.xbmc.builtin.aac\resources\language\English\strings.po
  606. 20:16:41.242 T:7284 DEBUG: LocalizeStrings: loaded 7 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\metadata.tvdb.com\resources\language\English\strings.po
  607. 20:16:41.244 T:7284 DEBUG: LocalizeStrings: loaded 26 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\metadata.artists.universal\resources\language\English\strings.po
  608. 20:16:41.244 T:7284 DEBUG: LocalizeStrings: loaded 16 strings from file C:\Program Files (x86)\Kodi\addons\screensaver.greynetic\resources\language\English\strings.po
  609. 20:16:41.246 T:7284 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  610. 20:16:41.247 T:7284 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "CEC Adapter"
  611. 20:16:41.247 T:7284 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  612. 20:16:41.247 T:7284 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "iMON HID device"
  613. 20:16:41.247 T:7284 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "WETEK Play remote"
  614. 20:16:41.247 T:7284 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node ""
  615. 20:16:41.247 T:7284 DEBUG: SECTION:LoadDLL(special://xbmcbin/cec.dll)
  616. 20:16:41.250 T:7284 DEBUG: SECTION:LoadDLL(special://xbmcbin/libcurl.dll)
  617. 20:16:41.250 T:7648 DEBUG: Thread PeripBusAddon start, auto delete: false
  618. 20:16:41.253 T:3948 DEBUG: Thread PeripEventScanner start, auto delete: false
  619. 20:16:41.253 T:7192 DEBUG: Thread PeripBusUSB start, auto delete: false
  620. 20:16:41.253 T:7736 DEBUG: Thread PeripBusCEC start, auto delete: false
  621. 20:16:41.261 T:7184 NOTICE: Running database version Addons27
  622. 20:16:41.261 T:7184 DEBUG: CDatabaseManager::Initialize, updating databases...
  623. 20:16:41.261 T:7184 NOTICE: Running database version ViewModes6
  624. 20:16:41.262 T:7184 NOTICE: Running database version Textures13
  625. 20:16:41.264 T:7184 NOTICE: Running database version MyMusic60
  626. 20:16:41.267 T:7184 NOTICE: Running database version MyVideos107
  627. 20:16:41.268 T:7184 NOTICE: Running database version TV29
  628. 20:16:41.269 T:7184 NOTICE: Running database version Epg11
  629. 20:16:41.270 T:7184 DEBUG: CDatabaseManager::Initialize, updating databases... DONE
  630. 20:16:41.271 T:7284 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
  631. 20:16:41.286 T:4992 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  632. 20:16:41.286 T:4992 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  633. 20:16:41.294 T:7284 INFO: Unloading old skin ...
  634. 20:16:41.296 T:7284 INFO: load skin from: C:\Users\media\AppData\Roaming\Kodi\addons\skin.aeon.nox.5 (version: 6.0.1)
  635. 20:16:41.296 T:7284 INFO: load fonts for skin...
  636. 20:16:41.298 T:7284 INFO: Loading fonts from C:\Users\media\AppData\Roaming\Kodi\addons\skin.aeon.nox.5\1080i\Font.xml
  637. 20:16:41.337 T:7284 DEBUG: LocalizeStrings: loaded 261 strings from file C:\Users\media\AppData\Roaming\Kodi\addons\skin.aeon.nox.5\language\English\strings.po
  638. 20:16:41.337 T:7284 INFO: Loading skin includes from C:\Users\media\AppData\Roaming\Kodi\addons\skin.aeon.nox.5\1080i\includes.xml
  639. 20:16:41.468 T:7284 INFO: load new skin...
  640. 20:16:41.468 T:7284 INFO: Loading user windows, path C:\Users\media\AppData\Roaming\Kodi\addons\skin.aeon.nox.5\1080i
  641. 20:16:41.483 T:7284 DEBUG: Load Skin XML: 15.11ms
  642. 20:16:41.483 T:7284 INFO: initialize new skin...
  643. 20:16:41.483 T:7284 DEBUG: guilib: Fill viewport on change for solving rendering passes
  644. 20:16:41.483 T:7284 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  645. 20:16:41.487 T:7284 DEBUG: CTextureBundleXBT::OpenBundle - Opened bundle C:\Users\media\AppData\Roaming\Kodi\addons\skin.aeon.nox.5\media\Textures.xbt
  646. 20:16:41.487 T:7284 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  647. 20:16:41.490 T:7284 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  648. 20:16:41.490 T:7284 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  649. 20:16:41.497 T:7284 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  650. 20:16:41.498 T:7284 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  651. 20:16:41.500 T:7284 INFO: Loading resource://resource.uisounds.kodi/sounds.xml
  652. 20:16:41.512 T:7284 INFO: skin loaded...
  653. 20:16:41.512 T:7284 DEBUG: Activating window ID: 12997
  654. 20:16:41.512 T:7284 DEBUG: ------ Window Init () ------
  655. 20:16:41.512 T:7284 INFO: load splash image: C:\Program Files (x86)\Kodi\media\Splash.png
  656. 20:16:41.522 T:7284 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  657. 20:16:41.522 T:7284 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  658. 20:16:41.522 T:7284 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  659. 20:16:41.522 T:7284 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  660. 20:16:41.539 T:7284 INFO: JSONRPC v8.0.0: Successfully initialized
  661. 20:16:41.539 T:7284 DEBUG: ADDON: Starting service addons.
  662. 20:16:41.542 T:3932 DEBUG: Thread LanguageInvoker start, auto delete: false
  663. 20:16:41.542 T:3932 INFO: initializing python engine.
  664. 20:16:41.546 T:6940 DEBUG: Thread LanguageInvoker start, auto delete: false
  665. 20:16:41.546 T:6940 INFO: initializing python engine.
  666. 20:16:41.546 T:7284 DEBUG: Activating window ID: 12999
  667. 20:16:41.546 T:7284 DEBUG: ------ Window Init (Startup.xml) ------
  668. 20:16:41.546 T:7284 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  669. 20:16:41.549 T:7824 DEBUG: Thread LanguageInvoker start, auto delete: false
  670. 20:16:41.549 T:7824 INFO: initializing python engine.
  671. 20:16:41.549 T:6484 DEBUG: Thread LanguageInvoker start, auto delete: false
  672. 20:16:41.550 T:6484 INFO: initializing python engine.
  673. 20:16:41.550 T:1408 DEBUG: Thread LanguageInvoker start, auto delete: false
  674. 20:16:41.550 T:1408 INFO: initializing python engine.
  675. 20:16:41.550 T:8112 DEBUG: Thread Timer start, auto delete: false
  676. 20:16:41.557 T:7284 DEBUG: Activating window ID: 10000
  677. 20:16:41.557 T:7284 DEBUG: ------ Window Deinit (Startup.xml) ------
  678. 20:16:41.557 T:7284 DEBUG: ------ Window Init (Home.xml) ------
  679. 20:16:41.557 T:7284 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  680. 20:16:41.567 T:7284 DEBUG: CSettingsManager: requested setting (gamesgeneral.enable) was not found.
  681. 20:16:41.598 T:7284 DEBUG: CDirectoryProvider[special://skin/extras/playlists/recentmovies.xsp]: refreshing..
  682. 20:16:41.598 T:7284 DEBUG: CDirectoryProvider[special://skin/extras/playlists/recommendedmovies.xsp]: refreshing..
  683. 20:16:41.598 T:7284 DEBUG: CDirectoryProvider[plugin://service.library.data.provider?type=randommovies&reload=]: refreshing..
  684. 20:16:41.598 T:7284 DEBUG: CDirectoryProvider[plugin://script.extendedinfo?info=popularmovies]: refreshing..
  685. 20:16:41.598 T:7284 DEBUG: CDirectoryProvider[plugin://script.extendedinfo?info=topratedmovies]: refreshing..
  686. 20:16:41.598 T:7284 DEBUG: CDirectoryProvider[plugin://script.extendedinfo?info=incinemamovies]: refreshing..
  687. 20:16:41.598 T:7284 DEBUG: CDirectoryProvider[plugin://script.extendedinfo?info=upcomingmovies]: refreshing..
  688. 20:16:41.598 T:7284 DEBUG: CDirectoryProvider[special://skin/extras/Top250.xsp]: refreshing..
  689. 20:16:41.598 T:7284 DEBUG: CDirectoryProvider[special://skin/extras/playlists/recentmovies.xsp]: refreshing..
  690. 20:16:41.625 T:7284 DEBUG: ContextMenuManager: addon menus reloaded.
  691. 20:16:41.625 T:7284 INFO: removing tempfiles
  692. 20:16:41.625 T:7284 DEBUG: ADDON: Starting service addons.
  693. 20:16:41.633 T:7284 DEBUG: CRepositoryUpdater: previous update at 08/24/2017 10:04:53 AM, next at 08/25/2017 10:04:53 AM
  694. 20:16:41.633 T:7284 NOTICE: initialize done
  695. 20:16:41.633 T:8064 DEBUG: Thread LanguageInvoker start, auto delete: false
  696. 20:16:41.633 T:8064 INFO: initializing python engine.
  697. 20:16:41.633 T:7644 DEBUG: Thread Timer start, auto delete: false
  698. 20:16:41.636 T:6240 DEBUG: Thread JobWorker start, auto delete: true
  699. 20:16:41.645 T:7284 NOTICE: Running the application...
  700. 20:16:41.645 T:7284 DEBUG: no profile autoexec.py (C:\Users\media\AppData\Roaming\Kodi\userdata\autoexec.py) found, skipping
  701. 20:16:41.645 T:7284 DEBUG: CNetwork::NetworkMessage - Starting network services
  702. 20:16:41.645 T:7284 NOTICE: starting upnp client
  703. 20:16:41.652 T:6240 DEBUG: CVideoDatabase::RunQuery took 3 ms for 0 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  704. 20:16:41.655 T:6240 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Library Data Provider('plugin://service.library.data.provider/','1','?type=randommovies&reload=')
  705. 20:16:41.655 T:5232 DEBUG: Thread LanguageInvoker start, auto delete: false
  706. 20:16:41.655 T:5232 INFO: initializing python engine.
  707. 20:16:41.658 T:7284 INFO: JSONRPC Server: Successfully initialized
  708. 20:16:41.658 T:6340 DEBUG: Thread EventServer start, auto delete: false
  709. 20:16:41.658 T:6340 NOTICE: ES: Starting UDP Event server on port 9777
  710. 20:16:41.658 T:6340 NOTICE: UDP: Listening on port 9777 (ipv6 : false)
  711. 20:16:41.660 T:7852 DEBUG: Thread TCPServer start, auto delete: false
  712. 20:16:41.662 T:7284 DEBUG: Keyboard: scancode: 0x00, sym: 0x0133, unicode: 0x0000, modifier: 0x200
  713. 20:16:41.662 T:7284 DEBUG: CInputManager::OnKey: alt-165 (0x4f0a5, obc-323494) pressed, action is
  714. 20:16:41.662 T:7284 DEBUG: Keyboard: scancode: 0x00, sym: 0x0133, unicode: 0x0000, modifier: 0x0
  715. 20:16:41.663 T:7284 DEBUG: ------ Window Init () ------
  716. 20:16:41.664 T:4336 DEBUG: Thread JobWorker start, auto delete: true
  717. 20:16:41.665 T:7184 DEBUG: CVideoDatabase::RunQuery took 24 ms for 387 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
  718. 20:16:41.671 T:3932 DEBUG: CPythonInvoker(1, C:\Users\media\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): start processing
  719. 20:16:41.674 T:6940 DEBUG: CPythonInvoker(2, C:\Users\media\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): start processing
  720. 20:16:41.674 T:7824 DEBUG: CPythonInvoker(0, C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate\default.py): start processing
  721. 20:16:41.675 T:6484 DEBUG: CPythonInvoker(3, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): start processing
  722. 20:16:41.675 T:1408 DEBUG: CPythonInvoker(4, C:\Users\media\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): start processing
  723. 20:16:41.675 T:8064 DEBUG: CPythonInvoker(5, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  724. 20:16:41.675 T:5232 DEBUG: CPythonInvoker(6, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): start processing
  725. 20:16:41.695 T:7184 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin ExtendedInfo Script('plugin://script.extendedinfo/','2','?info=popularmovies')
  726. 20:16:41.695 T:6152 DEBUG: Thread LanguageInvoker start, auto delete: false
  727. 20:16:41.696 T:6152 INFO: initializing python engine.
  728. 20:16:41.696 T:6152 DEBUG: CPythonInvoker(7, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): start processing
  729. 20:16:41.701 T:4336 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin ExtendedInfo Script('plugin://script.extendedinfo/','3','?info=topratedmovies')
  730. 20:16:41.701 T:5584 DEBUG: Thread LanguageInvoker start, auto delete: false
  731. 20:16:41.701 T:5584 INFO: initializing python engine.
  732. 20:16:41.701 T:5584 DEBUG: CPythonInvoker(8, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): start processing
  733. 20:16:41.800 T:3932 DEBUG: -->Python Interpreter Initialized<--
  734. 20:16:41.800 T:3932 DEBUG: CPythonInvoker(1, C:\Users\media\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py"
  735. 20:16:41.800 T:3932 DEBUG: CPythonInvoker(1, C:\Users\media\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): setting the Python path to C:\Users\media\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
  736. 20:16:41.800 T:3932 DEBUG: CPythonInvoker(1, C:\Users\media\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck
  737. 20:16:41.818 T:3932 DEBUG: CPythonInvoker(1, C:\Users\media\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
  738. 20:16:41.952 T:7664 DEBUG: CRemoteControl::Connect - failed to connect
  739. 20:16:41.952 T:7664 INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
  740. 20:16:42.057 T:8112 DEBUG: Thread Timer 8112 terminating
  741. 20:16:42.292 T:7284 DEBUG: ------ Window Init (Pointer.xml) ------
  742. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/1/
  743. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/1A/
  744. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/1B/
  745. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/1C/
  746. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/1D/
  747. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/1E/
  748. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/2/
  749. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/3/
  750. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/4/
  751. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/5/
  752. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/6/
  753. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/7/
  754. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/8/
  755. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/9/
  756. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/10/
  757. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/11/
  758. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/13/
  759. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/14/
  760. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/15/
  761. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/16/
  762. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/17/
  763. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/18/
  764. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/19/
  765. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/100/
  766. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/101/
  767. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/102/
  768. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/103/
  769. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/104/
  770. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/105/
  771. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/106/
  772. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/107/
  773. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/108/
  774. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/200/
  775. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/201/
  776. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/202/
  777. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/203/
  778. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/204/
  779. 20:16:42.583 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/205/
  780. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/300/
  781. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/301/
  782. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/302/
  783. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/303/
  784. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/304/
  785. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/305/
  786. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/306/
  787. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/400/
  788. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/401/
  789. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/402/
  790. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/403/
  791. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/404/
  792. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/405/
  793. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/A/
  794. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/B/
  795. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/C/
  796. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/D2/
  797. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/D/
  798. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/E/
  799. 20:16:42.584 T:6732 DEBUG: UPNP: notfified container update upnp://52bb7edc-e65a-41bc-a8bb-cfd4b1418d28/F/
  800. 20:16:42.742 T:6940 DEBUG: -->Python Interpreter Initialized<--
  801. 20:16:42.742 T:6940 DEBUG: CPythonInvoker(2, C:\Users\media\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py"
  802. 20:16:42.742 T:6484 DEBUG: -->Python Interpreter Initialized<--
  803. 20:16:42.742 T:6484 DEBUG: CPythonInvoker(3, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py"
  804. 20:16:42.743 T:7824 DEBUG: -->Python Interpreter Initialized<--
  805. 20:16:42.743 T:7824 DEBUG: CPythonInvoker(0, C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate\default.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate\default.py"
  806. 20:16:42.743 T:1408 DEBUG: -->Python Interpreter Initialized<--
  807. 20:16:42.743 T:1408 DEBUG: CPythonInvoker(4, C:\Users\media\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py"
  808. 20:16:42.743 T:8064 DEBUG: -->Python Interpreter Initialized<--
  809. 20:16:42.743 T:8064 DEBUG: CPythonInvoker(5, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
  810. 20:16:42.743 T:5232 DEBUG: -->Python Interpreter Initialized<--
  811. 20:16:42.743 T:5232 DEBUG: CPythonInvoker(6, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py"
  812. 20:16:42.743 T:6152 DEBUG: -->Python Interpreter Initialized<--
  813. 20:16:42.743 T:6152 DEBUG: CPythonInvoker(7, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py"
  814. 20:16:42.744 T:5584 DEBUG: -->Python Interpreter Initialized<--
  815. 20:16:42.744 T:5584 DEBUG: CPythonInvoker(8, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py"
  816. 20:16:42.747 T:6940 DEBUG: CPythonInvoker(2, C:\Users\media\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): setting the Python path to C:\Users\media\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
  817. 20:16:42.747 T:6940 DEBUG: CPythonInvoker(2, C:\Users\media\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\script.grab.fanart
  818. 20:16:42.747 T:6484 DEBUG: CPythonInvoker(3, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): setting the Python path to C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.routing\lib;C:\Users\media\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
  819. 20:16:42.747 T:6484 DEBUG: CPythonInvoker(3, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider
  820. 20:16:42.747 T:7824 DEBUG: CPythonInvoker(0, C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate\default.py): setting the Python path to C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate;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
  821. 20:16:42.748 T:7824 DEBUG: CPythonInvoker(0, C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate\default.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate
  822. 20:16:42.748 T:1408 DEBUG: CPythonInvoker(4, C:\Users\media\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): setting the Python path to C:\Users\media\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
  823. 20:16:42.748 T:1408 DEBUG: CPythonInvoker(4, C:\Users\media\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\service.rom.collection.browser
  824. 20:16:42.748 T:6940 DEBUG: CPythonInvoker(2, C:\Users\media\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
  825. 20:16:42.752 T:8064 DEBUG: CPythonInvoker(5, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  826. 20:16:42.752 T:8064 DEBUG: CPythonInvoker(5, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts
  827. 20:16:42.752 T:6484 DEBUG: CPythonInvoker(3, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): instantiating addon using automatically obtained id of "service.library.data.provider" dependent on version 2.25.0 of the xbmc.python api
  828. 20:16:42.754 T:5232 DEBUG: CPythonInvoker(6, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): setting the Python path to C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.routing\lib;C:\Users\media\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
  829. 20:16:42.754 T:5232 DEBUG: CPythonInvoker(6, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider
  830. 20:16:42.754 T:7824 DEBUG: CPythonInvoker(0, C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate\default.py): instantiating addon using automatically obtained id of "service.libraryautoupdate" dependent on version 2.24.0 of the xbmc.python api
  831. 20:16:42.754 T:6152 DEBUG: CPythonInvoker(7, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): setting the Python path to C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo;C:\Program Files (x86)\Kodi\addons\script.module.pil\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.addon.signals\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.autocompletion\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.kodi65\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.requests\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.routing\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.youtube.dl\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
  832. 20:16:42.754 T:6152 DEBUG: CPythonInvoker(7, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo
  833. 20:16:42.754 T:1408 DEBUG: CPythonInvoker(4, C:\Users\media\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
  834. 20:16:42.754 T:5584 DEBUG: CPythonInvoker(8, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): setting the Python path to C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo;C:\Program Files (x86)\Kodi\addons\script.module.pil\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.addon.signals\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.autocompletion\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.kodi65\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.requests\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.routing\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.youtube.dl\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
  835. 20:16:42.755 T:5584 DEBUG: CPythonInvoker(8, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo
  836. 20:16:42.755 T:8064 DEBUG: CPythonInvoker(5, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.20.0 of the xbmc.python api
  837. 20:16:42.759 T:5232 DEBUG: CPythonInvoker(6, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): instantiating addon using automatically obtained id of "service.library.data.provider" dependent on version 2.25.0 of the xbmc.python api
  838. 20:16:42.762 T:6152 DEBUG: CPythonInvoker(7, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): instantiating addon using automatically obtained id of "script.extendedinfo" dependent on version 2.25.0 of the xbmc.python api
  839. 20:16:42.762 T:5584 DEBUG: CPythonInvoker(8, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): instantiating addon using automatically obtained id of "script.extendedinfo" dependent on version 2.25.0 of the xbmc.python api
  840. 20:16:42.764 T:3932 DEBUG: Version Check: Version 0.3.23 started
  841. 20:16:42.986 T:7824 NOTICE: service.libraryautoupdate-1.0.0 : Update Library Service starting...
  842. 20:16:42.986 T:1408 DEBUG: RCB Service: Start
  843. 20:16:42.987 T:1408 DEBUG: RCB Service: launch RCB on startup = false
  844. 20:16:42.988 T:1408 DEBUG: RCB Service: scrape games on startup = false
  845. 20:16:42.988 T:1408 DEBUG: RCB Service: Done
  846. 20:16:42.988 T:1408 INFO: CPythonInvoker(4, C:\Users\media\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): script successfully run
  847. 20:16:42.989 T:1408 INFO: Python script stopped
  848. 20:16:42.989 T:1408 DEBUG: Thread LanguageInvoker 1408 terminating
  849. 20:16:42.989 T:7824 NOTICE: service.libraryautoupdate-1.0.0 : No custom file, skipping
  850. 20:16:42.989 T:7824 NOTICE: service.libraryautoupdate-1.0.0 : update timers
  851. 20:16:42.990 T:7824 NOTICE: service.libraryautoupdate-1.0.0 : Creating timer for Video Library
  852. 20:16:43.029 T:6484 DEBUG: Library Data Provider: service version 0.3.0 started
  853. 20:16:43.061 T:6484 DEBUG: CVideoDatabase::RunQuery took 15 ms for 387 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  854. 20:16:43.233 T:6484 DEBUG: CVideoDatabase::RunQuery took 78 ms for 5132 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  855. 20:16:43.354 T:6484 DEBUG: CMusicDatabase::GetSongsFullByWhere query = SELECT sv.*, songartistview.* FROM (SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1)) ORDER BY RANDOM() LIMIT 20) AS sv JOIN songartistview ON songartistview.idsong = sv.idsong ORDER BY songartistview.idsong, songartistview.idRole, songartistview.iOrder
  856. 20:16:43.362 T:6484 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  857. 20:16:43.362 T:6484 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 0 ms
  858. 20:16:43.386 T:6484 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))
  859. 20:16:43.407 T:6484 DEBUG: CVideoDatabase::RunQuery took 15 ms for 387 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  860. 20:16:43.588 T:6484 DEBUG: CVideoDatabase::RunQuery took 73 ms for 5132 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  861. 20:16:43.806 T:6484 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  862. 20:16:43.806 T:6484 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 0 ms
  863. 20:16:43.812 T:6484 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view WHERE ((musicvideo_view.playCount IS NULL OR musicvideo_view.playCount < 1))
  864. 20:16:43.818 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  865. 20:16:43.856 T:6484 DEBUG: CVideoDatabase::RunQuery took 34 ms for 33 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))))
  866. 20:16:43.874 T:6484 DEBUG: CVideoDatabase::RunQuery took 2 ms for 37 items query: select * from episode_view WHERE (episode_view.idShow = 27) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  867. 20:16:43.874 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  868. 20:16:43.889 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 15 items query: select * from episode_view WHERE (episode_view.idShow = 66) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  869. 20:16:43.889 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  870. 20:16:43.900 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 3 items query: select * from episode_view WHERE (episode_view.idShow = 893) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  871. 20:16:43.900 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  872. 20:16:43.911 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 4 items query: select * from episode_view WHERE (episode_view.idShow = 24) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  873. 20:16:43.911 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  874. 20:16:43.924 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 24 items query: select * from episode_view WHERE (episode_view.idShow = 51) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  875. 20:16:43.924 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  876. 20:16:43.935 T:6484 DEBUG: CVideoDatabase::RunQuery took 2 ms for 104 items query: select * from episode_view WHERE (episode_view.idShow = 15) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  877. 20:16:43.935 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  878. 20:16:43.947 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 12 items query: select * from episode_view WHERE (episode_view.idShow = 598) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  879. 20:16:43.947 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  880. 20:16:43.958 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 8 items query: select * from episode_view WHERE (episode_view.idShow = 876) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  881. 20:16:43.958 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  882. 20:16:43.968 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 21 items query: select * from episode_view WHERE (episode_view.idShow = 45) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  883. 20:16:43.968 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  884. 20:16:43.991 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  885. 20:16:43.991 T:7284 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  886. 20:16:43.991 T:7284 DEBUG: ------ Window Deinit (Pointer.xml) ------
  887. 20:16:43.999 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 8 items query: select * from episode_view WHERE (episode_view.idShow = 681) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  888. 20:16:43.999 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  889. 20:16:44.011 T:6484 DEBUG: CVideoDatabase::RunQuery took 2 ms for 16 items query: select * from episode_view WHERE (episode_view.idShow = 867) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  890. 20:16:44.011 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  891. 20:16:44.026 T:6484 DEBUG: CVideoDatabase::RunQuery took 3 ms for 150 items query: select * from episode_view WHERE (episode_view.idShow = 39) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  892. 20:16:44.026 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  893. 20:16:44.039 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 61 items query: select * from episode_view WHERE (episode_view.idShow = 162) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  894. 20:16:44.040 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  895. 20:16:44.052 T:6484 DEBUG: CVideoDatabase::RunQuery took 2 ms for 42 items query: select * from episode_view WHERE (episode_view.idShow = 65) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  896. 20:16:44.052 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  897. 20:16:44.068 T:6152 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
  898. 20:16:44.068 T:6484 DEBUG: CVideoDatabase::RunQuery took 0 ms for 7 items query: select * from episode_view WHERE (episode_view.idShow = 868) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  899. 20:16:44.069 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  900. 20:16:44.079 T:6484 DEBUG: CVideoDatabase::RunQuery took 1 ms for 11 items query: select * from episode_view WHERE (episode_view.idShow = 50) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  901. 20:16:44.079 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  902. 20:16:44.091 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  903. 20:16:44.093 T:6484 DEBUG: CVideoDatabase::RunQuery took 2 ms for 36 items query: select * from episode_view WHERE (episode_view.idShow = 6) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  904. 20:16:44.093 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  905. 20:16:44.104 T:6484 DEBUG: CVideoDatabase::RunQuery took 2 ms for 83 items query: select * from episode_view WHERE (episode_view.idShow = 55) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  906. 20:16:44.104 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  907. 20:16:44.133 T:6484 DEBUG: CVideoDatabase::RunQuery took 0 ms for 10 items query: select * from episode_view WHERE (episode_view.idShow = 721) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  908. 20:16:44.133 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  909. 20:16:44.165 T:6484 DEBUG: CVideoDatabase::RunQuery took 2 ms for 59 items query: select * from episode_view WHERE (episode_view.idShow = 36) AND (((episode_view.playCount IS NULL OR episode_view.playCount < 1)))
  910. 20:16:44.165 T:6484 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 30
  911. 20:16:44.177 T:6484 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.*, albumartistview.* FROM albumview JOIN albumartistview ON albumartistview.idalbum = albumview.idalbum WHERE albumview.strReleaseType = 'album'
  912. 20:16:44.177 T:6484 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 0 ms
  913. 20:16:44.180 T:6484 DEBUG: CFavourites::Load - no system favourites found, skipping
  914. 20:16:44.213 T:6484 DEBUG: CVideoDatabase::RunQuery took 28 ms for 134 items query: SELECT * FROM tvshow_view WHERE ((CASE WHEN COALESCE(tvshow_view.totalCount - tvshow_view.watchedcount, 0) > 0 THEN 0 ELSE 1 END < 1))
  915. 20:16:44.270 T:6484 DEBUG: Library Data Provider: Total time needed for all queries: 0:00:01.228000
  916. 20:16:44.741 T:7284 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  917. 20:16:44.741 T:7284 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  918. 20:16:44.841 T:7284 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  919. 20:16:45.008 T:5584 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
  920. 20:16:45.195 T:5232 DEBUG: Library Data Provider: script version 0.3.0 started
  921. 20:16:45.227 T:6940 NOTICE: script.grab.fanart: Grab Fanart Service Started
  922. 20:16:45.228 T:6940 DEBUG: script.grab.fanart: media type is: random
  923. 20:16:45.245 T:6940 DEBUG: CVideoDatabase::RunQuery took 14 ms for 393 items query: select * from movie_view
  924. 20:16:45.396 T:6940 DEBUG: script.grab.fanart: found 387 movies files
  925. 20:16:45.397 T:5232 DEBUG: Library Data Provider: script version 0.3.0 stopped
  926. 20:16:45.397 T:5232 INFO: CPythonInvoker(6, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): script successfully run
  927. 20:16:45.414 T:6240 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin ExtendedInfo Script('plugin://script.extendedinfo/','4','?info=incinemamovies')
  928. 20:16:45.414 T:5912 DEBUG: Thread LanguageInvoker start, auto delete: false
  929. 20:16:45.414 T:5912 INFO: initializing python engine.
  930. 20:16:45.414 T:5912 DEBUG: CPythonInvoker(9, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): start processing
  931. 20:16:45.433 T:6940 DEBUG: CVideoDatabase::RunQuery took 34 ms for 198 items query: SELECT * FROM tvshow_view
  932. 20:16:45.448 T:7284 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  933. 20:16:45.448 T:7284 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  934. 20:16:45.457 T:5232 INFO: Python script stopped
  935. 20:16:45.457 T:5232 DEBUG: Thread LanguageInvoker 5232 terminating
  936. 20:16:45.531 T:6940 DEBUG: script.grab.fanart: found 196 tv files
  937. 20:16:45.533 T:6940 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE ((EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')) AND (artistview.strArtist <> 'Various artists')
  938. 20:16:45.533 T:6940 DEBUG: Time to retrieve artists from dataset = 0
  939. 20:16:45.551 T:6940 DEBUG: script.grab.fanart: found 0 music files
  940. 20:16:45.593 T:5912 DEBUG: -->Python Interpreter Initialized<--
  941. 20:16:45.593 T:5912 DEBUG: CPythonInvoker(9, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py"
  942. 20:16:45.595 T:5912 DEBUG: CPythonInvoker(9, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): setting the Python path to C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo;C:\Program Files (x86)\Kodi\addons\script.module.pil\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.addon.signals\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.autocompletion\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.kodi65\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.requests\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.routing\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.youtube.dl\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
  943. 20:16:45.595 T:5912 DEBUG: CPythonInvoker(9, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo
  944. 20:16:45.596 T:5912 DEBUG: CPythonInvoker(9, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): instantiating addon using automatically obtained id of "script.extendedinfo" dependent on version 2.25.0 of the xbmc.python api
  945. 20:16:45.598 T:7824 DEBUG: service.libraryautoupdate-1.0.0 : Created 1 schedules
  946. 20:16:45.600 T:6152 DEBUG: script.extendedinfo: version 5.6.0 started
  947. 20:16:45.600 T:6152 DEBUG: script.extendedinfo: popularmovies
  948. 20:16:45.600 T:6152 DEBUG: script.extendedinfo: {
  949. "handle": 2
  950. }
  951. 20:16:45.603 T:5584 DEBUG: script.extendedinfo: version 5.6.0 started
  952. 20:16:45.604 T:5584 DEBUG: script.extendedinfo: topratedmovies
  953. 20:16:45.604 T:5584 DEBUG: script.extendedinfo: {
  954. "handle": 3
  955. }
  956. 20:16:45.607 T:5944 DEBUG: Thread Timer start, auto delete: false
  957. 20:16:45.616 T:7284 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  958. 20:16:45.688 T:6152 DEBUG: CVideoDatabase::RunQuery took 18 ms for 393 items query: select * from movie_view
  959. 20:16:45.688 T:5584 DEBUG: CVideoDatabase::RunQuery took 16 ms for 393 items query: select * from movie_view
  960. 20:16:45.721 T:8064 INFO: CPythonInvoker(5, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  961. 20:16:45.724 T:5944 DEBUG: Thread Timer 5944 terminating
  962. 20:16:45.736 T:5780 DEBUG: Thread Timer start, auto delete: false
  963. 20:16:46.076 T:6152 DEBUG: script.extendedinfo: finished
  964. 20:16:46.076 T:6152 INFO: CPythonInvoker(7, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): script successfully run
  965. 20:16:46.079 T:5584 DEBUG: script.extendedinfo: finished
  966. 20:16:46.079 T:5584 INFO: CPythonInvoker(8, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): script successfully run
  967. 20:16:46.092 T:7184 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin ExtendedInfo Script('plugin://script.extendedinfo/','5','?info=upcomingmovies')
  968. 20:16:46.107 T:3740 DEBUG: Thread LanguageInvoker start, auto delete: false
  969. 20:16:46.107 T:3740 INFO: initializing python engine.
  970. 20:16:46.107 T:3740 DEBUG: CPythonInvoker(10, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): start processing
  971. 20:16:46.111 T:4336 DEBUG: CVideoDatabase::RunQuery took 6 ms for 0 items query: select * from movie_view WHERE ((CAST(movie_view.c13 as DECIMAL(5,1)) != 0))
  972. 20:16:46.131 T:4336 DEBUG: CVideoDatabase::RunQuery took 14 ms for 387 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
  973. 20:16:46.141 T:7284 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  974. 20:16:46.141 T:7284 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  975. 20:16:46.153 T:4336 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  976. 20:16:46.157 T:4336 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.*, songartistview.* FROM (SELECT idAlbum FROM album ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY songview.idAlbum DESC, songview.idSong, songartistview.idRole, songartistview.iOrder
  977. 20:16:46.158 T:4336 DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
  978. 20:16:46.159 T:4336 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  979. 20:16:46.179 T:4336 DEBUG: CVideoDatabase::RunQuery took 15 ms for 10 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
  980. 20:16:46.241 T:7284 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  981. 20:16:46.243 T:5780 DEBUG: Thread Timer 5780 terminating
  982. 20:16:46.256 T:4336 DEBUG: CVideoDatabase::RunQuery took 71 ms for 10 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  983. 20:16:46.265 T:4336 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  984. 20:16:46.269 T:4336 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  985. 20:16:46.270 T:4336 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE ((EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')) AND (artistview.strArtist <> 'Various artists')
  986. 20:16:46.474 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  987. 20:16:46.474 T:7284 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  988. 20:16:46.541 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  989. 20:16:46.601 T:5912 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
  990. 20:16:46.674 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  991. 20:16:46.674 T:7284 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  992. 20:16:46.685 T:8064 INFO: Python script stopped
  993. 20:16:46.686 T:8064 DEBUG: Thread LanguageInvoker 8064 terminating
  994. 20:16:46.741 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  995. 20:16:46.804 T:6152 WARNING: CPythonInvoker(7, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
  996. 20:16:46.804 T:6152 INFO: Python script stopped
  997. 20:16:46.804 T:6152 DEBUG: Thread LanguageInvoker 6152 terminating
  998. 20:16:46.812 T:5584 WARNING: CPythonInvoker(8, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
  999. 20:16:46.812 T:5584 INFO: Python script stopped
  1000. 20:16:46.812 T:5584 DEBUG: Thread LanguageInvoker 5584 terminating
  1001. 20:16:46.933 T:3740 DEBUG: -->Python Interpreter Initialized<--
  1002. 20:16:46.933 T:3740 DEBUG: CPythonInvoker(10, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py"
  1003. 20:16:46.934 T:3740 DEBUG: CPythonInvoker(10, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): setting the Python path to C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo;C:\Program Files (x86)\Kodi\addons\script.module.pil\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.addon.signals\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.autocompletion\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.kodi65\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.requests\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.routing\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.youtube.dl\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
  1004. 20:16:46.934 T:3740 DEBUG: CPythonInvoker(10, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo
  1005. 20:16:46.934 T:3740 DEBUG: CPythonInvoker(10, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): instantiating addon using automatically obtained id of "script.extendedinfo" dependent on version 2.25.0 of the xbmc.python api
  1006. 20:16:46.941 T:7284 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1007. 20:16:46.941 T:7284 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1008. 20:16:47.024 T:7284 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1009. 20:16:47.107 T:7284 DEBUG: Previous line repeats 1 times.
  1010. 20:16:47.107 T:7284 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1011. 20:16:47.157 T:7284 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1012. 20:16:47.291 T:7284 DEBUG: Previous line repeats 1 times.
  1013. 20:16:47.291 T:7284 DEBUG: CInputManager::OnKey: left (0xf082) pressed, action is Left
  1014. 20:16:47.357 T:7284 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1015. 20:16:47.824 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1016. 20:16:47.865 T:3740 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
  1017. 20:16:47.915 T:3932 DEBUG: Version Check: Version installed {u'major': 17, u'tag': u'stable', u'minor': 4, u'revision': u'20170822-7fc6da0'}
  1018. 20:16:47.915 T:3932 DEBUG: Version Check: Version available {u'major': u'17', u'extrainfo': u'final', u'tagversion': u'', u'tag': u'stable', u'addon_support': u'yes', u'minor': u'3', u'revision': u'20170524-147cec4'}
  1019. 20:16:47.915 T:3932 DEBUG: Version Check: There is no newer stable available
  1020. 20:16:47.915 T:3932 INFO: CPythonInvoker(1, C:\Users\media\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): script successfully run
  1021. 20:16:47.992 T:7284 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1022. 20:16:47.992 T:7284 DEBUG: Activating window ID: 10004
  1023. 20:16:47.995 T:3932 INFO: Python script stopped
  1024. 20:16:47.995 T:3932 DEBUG: Thread LanguageInvoker 3932 terminating
  1025. 20:16:47.996 T:5912 DEBUG: script.extendedinfo: version 5.6.0 started
  1026. 20:16:47.997 T:5912 DEBUG: script.extendedinfo: incinemamovies
  1027. 20:16:47.997 T:5912 DEBUG: script.extendedinfo: {
  1028. "handle": 4
  1029. }
  1030. 20:16:47.997 T:3740 DEBUG: script.extendedinfo: version 5.6.0 started
  1031. 20:16:48.008 T:3740 DEBUG: script.extendedinfo: upcomingmovies
  1032. 20:16:48.008 T:3740 DEBUG: script.extendedinfo: {
  1033. "handle": 5
  1034. }
  1035. 20:16:48.061 T:3740 DEBUG: CVideoDatabase::RunQuery took 27 ms for 393 items query: select * from movie_view
  1036. 20:16:48.069 T:5912 DEBUG: CVideoDatabase::RunQuery took 18 ms for 393 items query: select * from movie_view
  1037. 20:16:48.391 T:7284 DEBUG: ------ Window Deinit (Home.xml) ------
  1038. 20:16:48.407 T:7284 DEBUG: ------ Window Init (Settings.xml) ------
  1039. 20:16:48.407 T:7284 INFO: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
  1040. 20:16:48.412 T:7284 ERROR: Window Translator: Can't find window games
  1041. 20:16:48.423 T:7284 DEBUG: CSettingsManager: requested setting (gamesgeneral.enable) was not found.
  1042. 20:16:48.423 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1043. 20:16:48.430 T:7284 DEBUG: CSettingsManager: requested setting (gamesgeneral.enable) was not found.
  1044. 20:16:48.453 T:3740 DEBUG: script.extendedinfo: finished
  1045. 20:16:48.453 T:3740 INFO: CPythonInvoker(10, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): script successfully run
  1046. 20:16:48.477 T:7284 DEBUG: CSettingsManager: requested setting (gamesgeneral.enable) was not found.
  1047. 20:16:48.507 T:3740 DEBUG: Previous line repeats 4 times.
  1048. 20:16:48.507 T:3740 WARNING: CPythonInvoker(10, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
  1049. 20:16:48.507 T:3740 INFO: Python script stopped
  1050. 20:16:48.507 T:3740 DEBUG: Thread LanguageInvoker 3740 terminating
  1051. 20:16:48.524 T:7284 DEBUG: CSettingsManager: requested setting (gamesgeneral.enable) was not found.
  1052. 20:16:48.542 T:5912 DEBUG: script.extendedinfo: finished
  1053. 20:16:48.542 T:5912 INFO: CPythonInvoker(9, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): script successfully run
  1054. 20:16:48.543 T:7284 DEBUG: CSettingsManager: requested setting (gamesgeneral.enable) was not found.
  1055. 20:16:48.603 T:5912 DEBUG: Previous line repeats 3 times.
  1056. 20:16:48.603 T:5912 WARNING: CPythonInvoker(9, C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\media\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
  1057. 20:16:48.603 T:5912 INFO: Python script stopped
  1058. 20:16:48.603 T:5912 DEBUG: Thread LanguageInvoker 5912 terminating
  1059. 20:16:48.607 T:7284 DEBUG: CSettingsManager: requested setting (gamesgeneral.enable) was not found.
  1060. 20:16:49.799 T:7284 DEBUG: Previous line repeats 65 times.
  1061. 20:16:49.799 T:7284 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
  1062. 20:16:49.799 T:7284 DEBUG: CSettingsManager: requested setting (gamesgeneral.enable) was not found.
  1063. 20:16:49.879 T:7284 DEBUG: Previous line repeats 1 times.
  1064. 20:16:49.879 T:7284 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
  1065. 20:16:49.879 T:7284 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1066. 20:16:49.879 T:7284 DEBUG: CSettingsManager: requested setting (gamesgeneral.enable) was not found.
  1067. 20:16:50.425 T:7284 DEBUG: Previous line repeats 35 times.
  1068. 20:16:50.425 T:7284 DEBUG: ------ Window Deinit (Settings.xml) ------
  1069. 20:16:50.440 T:7284 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1070. 20:16:50.441 T:7284 DEBUG: ------ Window Init (Home.xml) ------
  1071. 20:16:50.441 T:7284 DEBUG: CSettingsManager: requested setting (gamesgeneral.enable) was not found.
  1072. 20:16:50.441 T:7284 DEBUG: CDirectoryProvider[plugin://service.library.data.provider?type=randommovies&reload=20170825031643]: refreshing..
  1073. 20:16:50.443 T:4336 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Library Data Provider('plugin://service.library.data.provider/','6','?type=randommovies&reload=20170825031643')
  1074. 20:16:50.444 T:7284 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x0000, modifier: 0x0
  1075. 20:16:50.445 T:5488 DEBUG: Thread LanguageInvoker start, auto delete: false
  1076. 20:16:50.445 T:5488 INFO: initializing python engine.
  1077. 20:16:50.445 T:5488 DEBUG: CPythonInvoker(11, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): start processing
  1078. 20:16:50.447 T:7588 DEBUG: Thread LanguageInvoker start, auto delete: false
  1079. 20:16:50.448 T:7588 INFO: initializing python engine.
  1080. 20:16:50.448 T:7588 DEBUG: CPythonInvoker(12, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
  1081. 20:16:50.710 T:7588 DEBUG: -->Python Interpreter Initialized<--
  1082. 20:16:50.710 T:7588 DEBUG: CPythonInvoker(12, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
  1083. 20:16:50.710 T:7588 DEBUG: CPythonInvoker(12, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  1084. 20:16:50.710 T:7588 DEBUG: CPythonInvoker(12, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts
  1085. 20:16:50.710 T:5488 DEBUG: -->Python Interpreter Initialized<--
  1086. 20:16:50.710 T:5488 DEBUG: CPythonInvoker(11, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): the source file to load is "C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py"
  1087. 20:16:50.711 T:5488 DEBUG: CPythonInvoker(11, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): setting the Python path to C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider;C:\Users\media\AppData\Roaming\Kodi\addons\script.module.routing\lib;C:\Users\media\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
  1088. 20:16:50.711 T:5488 DEBUG: CPythonInvoker(11, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): entering source directory C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider
  1089. 20:16:50.711 T:7588 DEBUG: CPythonInvoker(12, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.20.0 of the xbmc.python api
  1090. 20:16:50.716 T:5488 DEBUG: CPythonInvoker(11, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): instantiating addon using automatically obtained id of "service.library.data.provider" dependent on version 2.25.0 of the xbmc.python api
  1091. 20:16:50.901 T:5488 DEBUG: Library Data Provider: script version 0.3.0 started
  1092. 20:16:51.061 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1093. 20:16:51.061 T:7284 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1094. 20:16:51.091 T:7588 INFO: CPythonInvoker(12, C:\Users\media\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
  1095. 20:16:51.093 T:1368 DEBUG: Thread Timer start, auto delete: false
  1096. 20:16:51.100 T:1368 DEBUG: Thread Timer 1368 terminating
  1097. 20:16:51.100 T:7100 DEBUG: Thread Timer start, auto delete: false
  1098. 20:16:51.124 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1099. 20:16:51.131 T:7588 INFO: Python script stopped
  1100. 20:16:51.131 T:7588 DEBUG: Thread LanguageInvoker 7588 terminating
  1101. 20:16:51.192 T:5488 DEBUG: Library Data Provider: script version 0.3.0 stopped
  1102. 20:16:51.192 T:5488 INFO: CPythonInvoker(11, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py): script successfully run
  1103. 20:16:51.204 T:5488 INFO: Python script stopped
  1104. 20:16:51.204 T:5488 DEBUG: Thread LanguageInvoker 5488 terminating
  1105. 20:16:51.612 T:7100 DEBUG: Thread Timer 7100 terminating
  1106. 20:16:51.870 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1107. 20:16:51.870 T:7284 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1108. 20:16:51.940 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1109. 20:16:52.140 T:7284 DEBUG: Previous line repeats 1 times.
  1110. 20:16:52.141 T:7284 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
  1111. 20:16:52.240 T:7284 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1112. 20:16:52.474 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1113. 20:16:52.601 T:7284 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1114. 20:16:52.601 T:7284 DEBUG: Activating window ID: 10025
  1115. 20:16:53.075 T:7284 DEBUG: ------ Window Deinit (Home.xml) ------
  1116. 20:16:53.109 T:7284 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  1117. 20:16:53.110 T:7284 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
  1118. 20:16:53.215 T:7284 DEBUG: CDirectoryProvider[]: refreshing..
  1119. 20:16:53.216 T:4336 ERROR: XFILE::CDirectory::GetDirectory - Error getting
  1120. 20:16:53.216 T:7284 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/)
  1121. 20:16:53.216 T:7284 DEBUG: ParentPath = [videodb://tvshows/titles/]
  1122. 20:16:53.245 T:7284 DEBUG: CVideoDatabase::RunQuery took 26 ms for 136 items query: SELECT * FROM tvshow_view WHERE totalCount IS NOT NULL AND totalCount > 0
  1123. 20:16:53.261 T:3564 DEBUG: Thread BackgroundLoader start, auto delete: false
  1124. 20:16:53.273 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1125. 20:16:53.282 T:4336 ERROR: CImageLoader::DoWork - Direct texture file loading failed for resource://resource.images.studios.white/CTC.png
  1126. 20:16:53.282 T:4336 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.studios.white/CTC.png
  1127. 20:16:53.286 T:3564 DEBUG: Thread BackgroundLoader 3564 terminating
  1128. 20:16:54.773 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1129. 20:16:54.773 T:7284 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1130. 20:16:54.861 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1131. 20:16:54.957 T:7284 DEBUG: Previous line repeats 1 times.
  1132. 20:16:54.957 T:7284 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1133. 20:16:55.023 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1134. 20:16:55.407 T:7284 DEBUG: Keyboard: scancode: 0x51, sym: 0x0119, unicode: 0x0000, modifier: 0x0
  1135. 20:16:55.407 T:7284 DEBUG: CInputManager::OnKey: pagedown (0xf085) pressed, action is PageDown
  1136. 20:16:55.507 T:7284 DEBUG: Keyboard: scancode: 0x51, sym: 0x0119, unicode: 0x0000, modifier: 0x0
  1137. 20:16:55.574 T:7284 DEBUG: Previous line repeats 1 times.
  1138. 20:16:55.574 T:7284 DEBUG: CInputManager::OnKey: pagedown (0xf085) pressed, action is PageDown
  1139. 20:16:55.640 T:7284 DEBUG: Keyboard: scancode: 0x51, sym: 0x0119, unicode: 0x0000, modifier: 0x0
  1140. 20:16:55.724 T:7284 DEBUG: Previous line repeats 1 times.
  1141. 20:16:55.724 T:7284 DEBUG: CInputManager::OnKey: pagedown (0xf085) pressed, action is PageDown
  1142. 20:16:55.726 T:6044 DEBUG: Thread JobWorker start, auto delete: true
  1143. 20:16:55.793 T:7284 DEBUG: Keyboard: scancode: 0x51, sym: 0x0119, unicode: 0x0000, modifier: 0x0
  1144. 20:16:56.307 T:7284 DEBUG: Previous line repeats 1 times.
  1145. 20:16:56.307 T:7284 DEBUG: CInputManager::OnKey: pagedown (0xf085) pressed, action is PageDown
  1146. 20:16:56.373 T:7284 DEBUG: Keyboard: scancode: 0x51, sym: 0x0119, unicode: 0x0000, modifier: 0x0
  1147. 20:16:56.507 T:7284 DEBUG: Previous line repeats 1 times.
  1148. 20:16:56.507 T:7284 DEBUG: CInputManager::OnKey: pagedown (0xf085) pressed, action is PageDown
  1149. 20:16:56.513 T:7184 ERROR: CImageLoader::DoWork - Direct texture file loading failed for resource://resource.images.studios.white/Toon Disney.png
  1150. 20:16:56.513 T:7184 DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.studios.white/Toon Disney.png
  1151. 20:16:56.573 T:7284 DEBUG: Keyboard: scancode: 0x51, sym: 0x0119, unicode: 0x0000, modifier: 0x0
  1152. 20:16:57.205 T:7284 DEBUG: Previous line repeats 1 times.
  1153. 20:16:57.205 T:7284 DEBUG: CInputManager::OnKey: pagedown (0xf085) pressed, action is PageDown
  1154. 20:16:57.293 T:7284 DEBUG: Keyboard: scancode: 0x51, sym: 0x0119, unicode: 0x0000, modifier: 0x0
  1155. 20:16:57.690 T:7284 DEBUG: Previous line repeats 1 times.
  1156. 20:16:57.690 T:7284 DEBUG: CInputManager::OnKey: pagedown (0xf085) pressed, action is PageDown
  1157. 20:16:57.790 T:7284 DEBUG: Keyboard: scancode: 0x51, sym: 0x0119, unicode: 0x0000, modifier: 0x0
  1158. 20:16:58.521 T:7284 DEBUG: Previous line repeats 1 times.
  1159. 20:16:58.521 T:7284 DEBUG: CInputManager::OnKey: pagedown (0xf085) pressed, action is PageDown
  1160. 20:16:58.610 T:7284 DEBUG: Keyboard: scancode: 0x51, sym: 0x0119, unicode: 0x0000, modifier: 0x0
  1161. 20:16:59.206 T:7284 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1162. 20:16:59.206 T:7284 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1163. 20:16:59.224 T:7284 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1164. 20:16:59.324 T:7284 DEBUG: Previous line repeats 1 times.
  1165. 20:16:59.324 T:7284 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1166. 20:16:59.374 T:7284 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1167. 20:16:59.474 T:7284 DEBUG: Previous line repeats 1 times.
  1168. 20:16:59.475 T:7284 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1169. 20:16:59.544 T:7284 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1170. 20:17:00.320 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1171. 20:17:00.374 T:7284 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1172. 20:17:00.375 T:7284 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/27/)
  1173. 20:17:00.375 T:7284 DEBUG: ParentPath = [videodb://tvshows/titles/]
  1174. 20:17:00.450 T:7184 DEBUG: CVideoDatabase::RunQuery took 70 ms for 5 items query: SELECT * FROM season_view WHERE season_view.idShow = 27
  1175. 20:17:00.458 T:7184 DEBUG: CVideoDatabase::RunQuery took 8 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 27
  1176. 20:17:00.466 T:7284 DEBUG: WindowVideoNav::GetDirectory
  1177. 20:17:00.501 T:7780 DEBUG: Thread BackgroundLoader start, auto delete: false
  1178. 20:17:00.508 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1179. 20:17:00.511 T:7780 DEBUG: Thread BackgroundLoader 7780 terminating
  1180. 20:17:00.934 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1181. 20:17:00.934 T:7284 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1182. 20:17:01.041 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1183. 20:17:01.124 T:7284 DEBUG: Previous line repeats 1 times.
  1184. 20:17:01.125 T:7284 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1185. 20:17:01.191 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1186. 20:17:01.341 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1187. 20:17:01.424 T:7284 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1188. 20:17:01.425 T:7284 DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/27/1/?tvshowid=27)
  1189. 20:17:01.425 T:7284 DEBUG: ParentPath = [videodb://tvshows/titles/27/]
  1190. 20:17:01.432 T:7184 DEBUG: CVideoDatabase::RunQuery took 2 ms for 10 items query: select * from episode_view WHERE (episode_view.idShow = 27) AND ((episode_view.c12 = 1 or (episode_view.c12 = 0 and (episode_view.c15 = 0 or episode_view.c15 = 1))))
  1191. 20:17:01.436 T:7284 DEBUG: WindowVideoNav::GetDirectory
  1192. 20:17:01.462 T:4352 DEBUG: Thread BackgroundLoader start, auto delete: false
  1193. 20:17:01.469 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1194. 20:17:01.476 T:4352 DEBUG: Thread BackgroundLoader 4352 terminating
  1195. 20:17:01.824 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1196. 20:17:01.824 T:7284 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1197. 20:17:01.924 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1198. 20:17:02.008 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1199. 20:17:02.091 T:7284 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1200. 20:17:02.096 T:7284 DEBUG: CGUIWindowVideoBase::OnPlayMedia D:\www\files\Video\#TV Shows\Game of Thrones\Season 1\GoT S01E01 Winter Is Coming (1080p x265 10bit Joy).mkv
  1201. 20:17:02.097 T:4992 DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
  1202. 20:17:02.097 T:4992 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
  1203. 20:17:02.101 T:7284 DEBUG: Loading settings for D:\www\files\Video\#TV Shows\Game of Thrones\Season 1\GoT S01E01 Winter Is Coming (1080p x265 10bit Joy).mkv
  1204. 20:17:02.105 T:7284 DEBUG: CPlayerCoreFactory::GetPlayers(D:\www\files\Video\#TV Shows\Game of Thrones\Season 1\GoT S01E01 Winter Is Coming (1080p x265 10bit Joy).mkv)
  1205. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  1206. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  1207. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
  1208. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  1209. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
  1210. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  1211. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  1212. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  1213. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  1214. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  1215. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  1216. 20:17:02.105 T:7284 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
  1217. 20:17:02.105 T:7284 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  1218. 20:17:02.105 T:7284 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
  1219. 20:17:02.105 T:7284 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  1220. 20:17:02.105 T:7284 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  1221. 20:17:02.105 T:7284 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  1222. 20:17:02.106 T:1636 DEBUG: Thread RefClock start, auto delete: false
  1223. 20:17:02.106 T:1636 DEBUG: CVideoSyncD3D: Setting up Direct3d
  1224. 20:17:02.106 T:1636 DEBUG: CVideoReferenceClock: Detected refreshrate: 60.000 hertz
  1225. 20:17:02.107 T:7284 DEBUG: Radio UECP (RDS) Processor - new CDVDRadioRDSData::CDVDRadioRDSData
  1226. 20:17:02.108 T:7284 NOTICE: VideoPlayer: Opening: D:\www\files\Video\#TV Shows\Game of Thrones\Season 1\GoT S01E01 Winter Is Coming (1080p x265 10bit Joy).mkv
  1227. 20:17:02.108 T:7284 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  1228. 20:17:02.108 T:7284 ERROR: DXVA::CProcessorHD::IsFormatSupported: Unsupported format 104 for 1.
  1229. 20:17:02.108 T:7284 ERROR: DXVA::CProcessorHD::IsFormatSupported: Unsupported format 105 for 1.
  1230. 20:17:02.108 T:3316 DEBUG: Thread VideoPlayer start, auto delete: false
  1231. 20:17:02.109 T:3316 NOTICE: Creating InputStream
  1232. 20:17:02.560 T:3316 DEBUG: CUtil::ScanForExternalSubtitles: Searching for subtitles...
  1233. 20:17:02.561 T:3316 DEBUG: CUtil::ScanForExternalSubtitles: END (total time: 1 ms)
  1234. 20:17:02.561 T:3316 NOTICE: Creating Demuxer
  1235. 20:17:02.562 T:3316 DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [matroska,webm]
  1236. 20:17:02.564 T:3316 DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
  1237. 20:17:02.608 T:7284 DEBUG: ------ Window Init (DialogBusy.xml) ------
  1238. 20:17:02.617 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1239. 20:17:02.617 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1240. 20:17:02.617 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1241. 20:17:02.617 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1242. 20:17:02.617 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1243. 20:17:02.617 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1244. 20:17:02.617 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1245. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1246. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1247. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1248. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1249. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1250. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1251. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1252. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1253. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1254. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1255. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1256. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1257. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1258. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1259. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1260. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1261. 20:17:02.618 T:3316 DEBUG: ffmpeg[CF4]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1262. 20:17:02.618 T:3316 DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
  1263. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Input #0, matroska,webm, D:\www\files\Video\#TV Shows\Game of Thrones\Season 1\GoT S01E01 Winter Is Coming (1080p x265 10bit Joy).mk':
  1264. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1265. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: creation_time : 2015-06-08 16:48:21
  1266. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: ENCODER : Lavf55.12.0
  1267. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Duration: 01:01:37.16, start: 0.000000, bitrate: 2039 kb/s
  1268. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Chapter #0:0: start 0.000000, end 5.547000
  1269. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1270. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: title : Chapter 1
  1271. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Chapter #0:1: start 5.547000, end 435.852000
  1272. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1273. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: title : Chapter 2
  1274. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Chapter #0:2: start 435.852000, end 536.536000
  1275. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1276. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: title : Chapter 3
  1277. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Chapter #0:3: start 536.536000, end 1094.552000
  1278. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1279. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: title : Chapter 4
  1280. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Chapter #0:4: start 1094.552000, end 1726.600000
  1281. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1282. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: title : Chapter 5
  1283. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Chapter #0:5: start 1726.600000, end 2375.623000
  1284. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1285. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: title : Chapter 6
  1286. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Chapter #0:6: start 2375.623000, end 3000.080000
  1287. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1288. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: title : Chapter 7
  1289. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Chapter #0:7: start 3000.080000, end 3632.587000
  1290. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1291. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: title : Chapter 8
  1292. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Chapter #0:8: start 3632.587000, end 3696.735000
  1293. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1294. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: title : Chapter 9
  1295. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Stream #0:0(eng): Audio: aac (HE-AAC), 48000 Hz, 5.1, fltp (default)
  1296. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1297. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: title : Surround
  1298. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : eng
  1299. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: BPS : 192000
  1300. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 192000
  1301. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: DURATION : 01:01:37.109000000
  1302. 20:17:02.618 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 01:01:37.109000000
  1303. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 86651
  1304. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 86651
  1305. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 88730690
  1306. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 88730690
  1307. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1308. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1309. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1310. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1311. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1312. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1313. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp
  1314. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1315. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: title : Stereo
  1316. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : eng
  1317. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: BPS : 64000
  1318. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 64000
  1319. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: DURATION : 01:01:37.109000000
  1320. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 01:01:37.109000000
  1321. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 86651
  1322. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 86651
  1323. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 29577094
  1324. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 29577094
  1325. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1326. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1327. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1328. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1329. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1330. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1331. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: Stream #0:2(fre): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp
  1332. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1333. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: title : Stereo
  1334. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : fre
  1335. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: BPS : 96000
  1336. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 96000
  1337. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: DURATION : 01:01:37.109000000
  1338. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 01:01:37.109000000
  1339. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 86651
  1340. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 86651
  1341. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 44365481
  1342. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 44365481
  1343. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1344. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1345. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1346. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1347. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1348. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1349. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: Stream #0:3(spa): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp
  1350. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1351. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: title : Stereo
  1352. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : spa
  1353. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: BPS : 96000
  1354. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 96000
  1355. 20:17:02.619 T:3316 INFO: ffmpeg[CF4]: DURATION : 01:01:37.109000000
  1356. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 01:01:37.109000000
  1357. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 86651
  1358. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 86651
  1359. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 44365313
  1360. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 44365313
  1361. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1362. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1363. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1364. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1365. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1366. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1367. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle
  1368. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1369. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : eng
  1370. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: BPS : 9418
  1371. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 9418
  1372. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: DURATION : 01:00:15.779000000
  1373. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 01:00:15.779000000
  1374. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 1290
  1375. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 1290
  1376. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 4256722
  1377. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 4256722
  1378. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1379. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1380. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1381. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1382. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1383. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1384. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: Stream #0:5(fre): Subtitle: hdmv_pgs_subtitle
  1385. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1386. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : fre
  1387. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: BPS : 8542
  1388. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 8542
  1389. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:58:29.005000000
  1390. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:58:29.005000000
  1391. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 1102
  1392. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 1102
  1393. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 3747169
  1394. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 3747169
  1395. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1396. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1397. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1398. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1399. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1400. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1401. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: Stream #0:6(spa): Subtitle: hdmv_pgs_subtitle
  1402. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1403. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : spa
  1404. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: BPS : 8507
  1405. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 8507
  1406. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:58:29.005000000
  1407. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:58:29.005000000
  1408. 20:17:02.620 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 1104
  1409. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 1104
  1410. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 3731558
  1411. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 3731558
  1412. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1413. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1414. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1415. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1416. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1417. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1418. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: Stream #0:7(spa): Subtitle: hdmv_pgs_subtitle
  1419. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1420. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : spa
  1421. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: BPS : 8652
  1422. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 8652
  1423. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:58:29.005000000
  1424. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:58:29.005000000
  1425. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 1104
  1426. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 1104
  1427. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 3795046
  1428. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 3795046
  1429. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1430. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1431. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1432. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1433. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1434. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1435. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: Stream #0:8(por): Subtitle: hdmv_pgs_subtitle
  1436. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1437. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : por
  1438. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: BPS : 8168
  1439. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 8168
  1440. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:58:29.005000000
  1441. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:58:29.005000000
  1442. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 1102
  1443. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 1102
  1444. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 3582908
  1445. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 3582908
  1446. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1447. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1448. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1449. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1450. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1451. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1452. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: Stream #0:9(pol): Subtitle: hdmv_pgs_subtitle
  1453. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1454. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : pol
  1455. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: BPS : 7392
  1456. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 7392
  1457. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:58:23.125000000
  1458. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:58:23.125000000
  1459. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 944
  1460. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 944
  1461. 20:17:02.621 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 3237062
  1462. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 3237062
  1463. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1464. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1465. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1466. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1467. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1468. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1469. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: Stream #0:10(dut): Subtitle: hdmv_pgs_subtitle
  1470. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1471. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : dut
  1472. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: BPS : 7897
  1473. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 7897
  1474. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:58:29.005000000
  1475. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:58:29.005000000
  1476. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 1076
  1477. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 1076
  1478. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 3463850
  1479. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 3463850
  1480. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1481. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1482. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1483. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1484. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1485. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1486. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: Stream #0:11(dan): Subtitle: hdmv_pgs_subtitle
  1487. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1488. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : dan
  1489. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: BPS : 8612
  1490. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 8612
  1491. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:58:29.005000000
  1492. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:58:29.005000000
  1493. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 1102
  1494. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 1102
  1495. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 3777705
  1496. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 3777705
  1497. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1498. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1499. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1500. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1501. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1502. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1503. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: Stream #0:12(fin): Subtitle: hdmv_pgs_subtitle
  1504. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1505. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : fin
  1506. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: BPS : 6988
  1507. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 6988
  1508. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:58:29.005000000
  1509. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:58:29.005000000
  1510. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 1104
  1511. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 1104
  1512. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 3065545
  1513. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 3065545
  1514. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1515. 20:17:02.622 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1516. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1517. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1518. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1519. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1520. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: Stream #0:13(nor): Subtitle: hdmv_pgs_subtitle
  1521. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1522. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : nor
  1523. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: BPS : 8071
  1524. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 8071
  1525. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:58:29.005000000
  1526. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:58:29.005000000
  1527. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 1104
  1528. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 1104
  1529. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 3540420
  1530. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 3540420
  1531. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1532. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1533. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1534. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1535. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1536. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1537. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: Stream #0:14(swe): Subtitle: hdmv_pgs_subtitle
  1538. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1539. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : swe
  1540. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: BPS : 8083
  1541. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 8083
  1542. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:58:29.005000000
  1543. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:58:29.005000000
  1544. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 1104
  1545. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 1104
  1546. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 3545684
  1547. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 3545684
  1548. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1549. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1550. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1551. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1552. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1553. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1554. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: Stream #0:15(eng): Subtitle: hdmv_pgs_subtitle (default)
  1555. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1556. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: LANGUAGE : eng
  1557. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: BPS : 0
  1558. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 0
  1559. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: DURATION : 00:00:00.000000000
  1560. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 00:00:00.000000000
  1561. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 0
  1562. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 0
  1563. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 0
  1564. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 0
  1565. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1566. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1567. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1568. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1569. 20:17:02.623 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1570. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1571. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: Stream #0:16: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)
  1572. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: Metadata:
  1573. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: BPS : 1501949
  1574. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: BPS-eng : 1501949
  1575. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: DURATION : 01:01:37.156000000
  1576. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: DURATION-eng : 01:01:37.156000000
  1577. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES: 88643
  1578. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_FRAMES-eng: 88643
  1579. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES : 694117478
  1580. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: NUMBER_OF_BYTES-eng: 694117478
  1581. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP: mkvmerge v7.9.0 ('Birds') 64bit
  1582. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.9.0 ('Birds') 64bit
  1583. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC: 2015-06-08 16:48:21
  1584. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_WRITING_DATE_UTC-eng: 2015-06-08 16:48:21
  1585. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1586. 20:17:02.624 T:3316 INFO: ffmpeg[CF4]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1587. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 0
  1588. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 1
  1589. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 2
  1590. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 3
  1591. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 4
  1592. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 5
  1593. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 6
  1594. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 7
  1595. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 8
  1596. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 9
  1597. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 10
  1598. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 11
  1599. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 12
  1600. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 13
  1601. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 14
  1602. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 15
  1603. 20:17:02.624 T:3316 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 16
  1604. 20:17:02.624 T:3316 NOTICE: Opening stream: 16 source: 256
  1605. 20:17:02.624 T:3316 NOTICE: Creating video codec with codec id: 174
  1606. 20:17:02.624 T:3316 DEBUG: FactoryCodec - Video: - Opening
  1607. 20:17:02.624 T:3316 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: HEVC (High Efficiency Video Coding)
  1608. 20:17:02.625 T:3316 DEBUG: CDVDVideoCodecFFmpeg - Updated codec: ff-hevc
  1609. 20:17:02.625 T:3316 DEBUG: FactoryCodec - Video: ff-hevc - Opened
  1610. 20:17:02.625 T:3316 DEBUG: CVideoPlayerVideo::OpenStream - open stream with codec id: 174
  1611. 20:17:02.625 T:3316 NOTICE: Creating video thread
  1612. 20:17:02.625 T:3316 NOTICE: Opening stream: 0 source: 256
  1613. 20:17:02.625 T:3316 NOTICE: Finding audio codec for: 86018
  1614. 20:17:02.625 T:3316 DEBUG: FactoryCodec - Audio: FFmpeg - Opening
  1615. 20:17:02.625 T:3524 DEBUG: Thread VideoPlayerVideo start, auto delete: false
  1616. 20:17:02.625 T:3524 NOTICE: running thread: video_thread
  1617. 20:17:02.627 T:3316 DEBUG: FactoryCodec - Audio: FFmpeg - Opened
  1618. 20:17:02.627 T:3316 NOTICE: Creating audio thread
  1619. 20:17:02.627 T:3316 NOTICE: Opening stream: 15 source: 256
  1620. 20:17:02.627 T:3316 DEBUG: FactoryCodec - Overlay: FFmpeg Subtitle Decoder - Opening
  1621. 20:17:02.627 T:3316 DEBUG: FactoryCodec - Overlay: FFmpeg Subtitle Decoder - Opened
  1622. 20:17:02.627 T:3316 DEBUG: CEdl::ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: D:\www\files\Video\#TV Shows\Game of Thrones\Season 1\GoT S01E01 Winter Is Coming (1080p x265 10bit Joy).mkv
  1623. 20:17:02.627 T:3316 DEBUG: CApplication::OnPlayBackStarted: play state was 1, starting 1
  1624. 20:17:02.627 T:3316 DEBUG: CVideoPlayer::SetCaching - caching state 2
  1625. 20:17:02.627 T:3316 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
  1626. 20:17:02.630 T:7284 DEBUG: CApplication::PlayFile: OpenFile succeed, play state 2
  1627. 20:17:02.630 T:7284 DEBUG: CApplication::OnPlayBackStarted: play state was 2, starting 0
  1628. 20:17:02.630 T:3524 INFO: CVideoPlayerVideo - Stillframe left, switching to normal playback
  1629. 20:17:02.630 T:3524 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 0
  1630. 20:17:02.630 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1631. 20:17:02.631 T:3524 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1920x1080)
  1632. 20:17:02.631 T:3524 DEBUG: DXVA - open decoder
  1633. 20:17:02.631 T:3524 DEBUG: DXVA - supports 'MPEG2 VLD'
  1634. 20:17:02.631 T:3524 DEBUG: DXVA - supports 'MPEG2 IDCT'
  1635. 20:17:02.631 T:3524 DEBUG: DXVA - supports 'H.264 VLD, no FGT'
  1636. 20:17:02.631 T:3524 DEBUG: DXVA - supports 4245F676-2bbc-4166-a0bb-54e7b849c380
  1637. 20:17:02.631 T:3524 DEBUG: DXVA - supports 6719B6FB-5cad-4acb-b00a-f3bfdec38727
  1638. 20:17:02.631 T:3524 DEBUG: DXVA - supports 9901CCD3-ca12-4b7e-867a-e2223d9255c3
  1639. 20:17:02.631 T:3524 DEBUG: DXVA - supports 'VC-1 VLD'
  1640. 20:17:02.631 T:3524 DEBUG: DXVA - supports CA15D19A-2b48-43d6-979e-7a6e9c802ff8
  1641. 20:17:02.631 T:3524 DEBUG: DXVA - supports 7C74ADC6-e2ba-4ade-86de-30beabb40cc1
  1642. 20:17:02.631 T:3524 DEBUG: DXVA - supports D79BE8DA-0cf1-4c81-b82a-69a4e236f43d
  1643. 20:17:02.631 T:3524 DEBUG: DXVA - supports F9AACCBB-c2b6-4cfc-8779-5707b1760552
  1644. 20:17:02.631 T:3524 DEBUG: DXVA - supports ED418A9F-010d-4eda-9ae3-9a65358d8d2e
  1645. 20:17:02.631 T:3524 DEBUG: DXVA - supports 'VC-1 IDCT'
  1646. 20:17:02.631 T:3524 DEBUG: DXVA - supports 'Windows Media Video 9 IDCT'
  1647. 20:17:02.631 T:3524 DEBUG: DXVA - supports 103473E4-10ea-11df-9a92-2ba055d89593
  1648. 20:17:02.631 T:3524 DEBUG: DXVA - supports 84AD67F6-4c21-419a-9f0b-24f0578906c1
  1649. 20:17:02.631 T:3524 DEBUG: DXVA - supports 725AD240-786c-471e-ad3c-38f739936517
  1650. 20:17:02.631 T:3524 DEBUG: DXVA - supports 95664FF5-9e03-4c74-bb4f-9178d6035e58
  1651. 20:17:02.631 T:3524 DEBUG: DXVA - unable to find an input/output format combination
  1652. 20:17:02.631 T:3524 DEBUG: DXVA::CDecoder::~CDecoder - destructing decoder, 04276C58
  1653. 20:17:02.631 T:3524 NOTICE: DXVA::CDecoder::Close - closing decoder
  1654. 20:17:02.631 T:3524 NOTICE: DXVA::Close - closing decoder context
  1655. 20:17:02.632 T:7332 DEBUG: Thread VideoPlayerAudio start, auto delete: false
  1656. 20:17:02.632 T:7332 NOTICE: running thread: CVideoPlayerAudio::Process()
  1657. 20:17:02.632 T:7332 DEBUG: CDVDAudio::Pause - pausing audio stream
  1658. 20:17:02.632 T:7332 NOTICE: Creating audio stream (codec id: 86018, channels: 6, sample rate: 48000, no pass-through)
  1659. 20:17:02.633 T:7332 DEBUG: CVideoPlayerAudio:: synctype set to 1: resample
  1660. 20:17:02.654 T:3524 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: HEVC (High Efficiency Video Coding)
  1661. 20:17:02.654 T:3524 DEBUG: CDVDVideoCodecFFmpeg - open frame threaded with 6 threads
  1662. 20:17:02.655 T:3524 DEBUG: CDVDVideoCodecFFmpeg - Updated codec: ff-hevc
  1663. 20:17:02.655 T:3524 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 0
  1664. 20:17:02.667 T:4336 DEBUG: Previous line repeats 2 times.
  1665. 20:17:02.667 T:4336 DEBUG: CGUIInfoManager::SetCurrentMovie(D:\www\files\Video\#TV Shows\Game of Thrones\Season 1\GoT S01E01 Winter Is Coming (1080p x265 10bit Joy).mkv)
  1666. 20:17:02.669 T:4336 DEBUG: CVideoDatabase::GetMovieId (D:\www\files\Video\#TV Shows\Game of Thrones\Season 1\GoT S01E01 Winter Is Coming (1080p x265 10bit Joy).mkv), query = select idMovie from movie where idFile=8056
  1667. 20:17:02.670 T:4336 DEBUG: CVideoDatabase::GetEpisodeId (D:\www\files\Video\#TV Shows\Game of Thrones\Season 1\GoT S01E01 Winter Is Coming (1080p x265 10bit Joy).mkv), query = select idEpisode from episode where idFile=8056
  1668. 20:17:02.678 T:3524 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 0
  1669. 20:17:02.700 T:4992 DEBUG: Previous line repeats 2 times.
  1670. 20:17:02.700 T:4992 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
  1671. 20:17:02.701 T:4992 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
  1672. 20:17:02.706 T:3524 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 0
  1673. 20:17:02.730 T:2828 DEBUG: Previous line repeats 1 times.
  1674. 20:17:02.730 T:2828 INFO: CActiveAESink::OpenSink - initialize sink
  1675. 20:17:02.733 T:3524 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 0
  1676. 20:17:02.734 T:3524 DEBUG: CRenderManager::Configure - change configuration. 1920x1080. display: 1920x1080. framerate: 23.98. format: YV12P10
  1677. 20:17:02.742 T:7284 DEBUG: CWinRenderer::SelectRenderMethod: Requested render method: 0
  1678. 20:17:02.747 T:7284 DEBUG: CWinRenderer::SelectRenderMethod: Selected render method 1: Pixel Shaders
  1679. 20:17:02.758 T:7284 DEBUG: created video buffer 0
  1680. 20:17:02.770 T:7284 DEBUG: created video buffer 1
  1681. 20:17:02.781 T:2828 DEBUG: CActiveAESink::OpenSink - trying to open device WASAPI:{2D9061F9-18C1-4EEF-9684-25DCEAC52CE6}
  1682. 20:17:02.786 T:7284 DEBUG: created video buffer 2
  1683. 20:17:02.802 T:7284 DEBUG: created video buffer 3
  1684. 20:17:02.802 T:7284 DEBUG: CRenderManager::Configure - 4
  1685. 20:17:02.802 T:3524 DEBUG: CVideoReferenceClock: Clock speed 100.100000%
  1686. 20:17:02.806 T:2828 INFO: CAESinkWASAPI::InitializeExclusive: WASAPI Exclusive Mode Sink Initialized using: AE_FMT_S24NE4MSB, 48000, 6
  1687. 20:17:02.806 T:2828 DEBUG: CActiveAESink::OpenSink - WASAPI Initialized:
  1688. 20:17:02.806 T:2828 DEBUG: Output Device : HDMI - 5 - DENON-AVR (AMD High Definition Audio Device)
  1689. 20:17:02.806 T:2828 DEBUG: Sample Rate : 48000
  1690. 20:17:02.806 T:2828 DEBUG: Sample Format : AE_FMT_S24NE4MSB
  1691. 20:17:02.806 T:2828 DEBUG: Channel Count : 6
  1692. 20:17:02.806 T:2828 DEBUG: Channel Layout: FL,FR,FC,LFE,BL,BR
  1693. 20:17:02.806 T:2828 DEBUG: Frames : 2400
  1694. 20:17:02.806 T:2828 DEBUG: Frame Size : 24
  1695. 20:17:02.807 T:7284 DEBUG: CWinShader::LoadEffect - loading shader special://xbmc/system/shaders/yuv2rgb_d3d.fx
  1696. 20:17:02.810 T:7088 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1697. 20:17:02.817 T:3316 DEBUG: Previous line repeats 1 times.
  1698. 20:17:02.817 T:3316 DEBUG: CVideoPlayer::HandleMessages - player started 2
  1699. 20:17:02.817 T:3316 DEBUG: CVideoPlayer::HandleMessages - player started 1
  1700. 20:17:02.817 T:3316 DEBUG: CVideoPlayer::SetCaching - caching state 3
  1701. 20:17:02.817 T:3316 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
  1702. 20:17:02.817 T:3316 DEBUG: CVideoPlayer::SetCaching - caching state 0
  1703. 20:17:02.817 T:3316 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
  1704. 20:17:02.817 T:3316 DEBUG: VideoPlayer::Sync - Audio - pts: 213000.000000, cache: 256000.041962, totalcache: 500000.000000
  1705. 20:17:02.817 T:3316 DEBUG: VideoPlayer::Sync - Video - pts: 0.000000, cache: 50000.000000, totalcache: 100000.000000
  1706. 20:17:02.817 T:3524 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_RESYNC(-100000.000000)
  1707. 20:17:02.817 T:7332 DEBUG: CVideoPlayerAudio - CDVDMsg::GENERAL_RESYNC(-100000.000000)
  1708. 20:17:02.817 T:3524 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 0
  1709. 20:17:02.817 T:7088 DEBUG: ActiveAE - start sync of audio stream
  1710. 20:17:02.817 T:7332 DEBUG: CDVDAudio::Resume - resume audio stream
  1711. 20:17:02.819 T:3524 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 1
  1712. 20:17:02.843 T:7284 DEBUG: Activating window ID: 12005
  1713. 20:17:02.845 T:7284 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  1714. 20:17:02.846 T:7284 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  1715. 20:17:02.846 T:7284 INFO: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
  1716. 20:17:02.847 T:7284 DEBUG: Found Resolution 1920x1080@ 60.00 - Full Screen (16) from fallback (refreshmin:59.990 refreshmax:60.010)
  1717. 20:17:02.847 T:7284 NOTICE: Display resolution ADJUST : 1920x1080@ 60.00 - Full Screen (16) (weight: 0.166)
  1718. 20:17:02.847 T:7284 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  1719. 20:17:02.958 T:7088 DEBUG: ActiveAE::SyncStream - average error of 52.628966, start adjusting
  1720. 20:17:02.958 T:7088 DEBUG: ActiveAE::SyncStream - average error 2.628966 below threshold of 30.000000
  1721. 20:17:03.121 T:3524 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: calculated diff time: 41727
  1722. 20:17:07.743 T:3524 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33, frameduration: 41708.333333
  1723. 20:17:13.024 T:7284 DEBUG: Keyboard: scancode: 0x1f, sym: 0x0073, unicode: 0x0073, modifier: 0x0
  1724. 20:17:13.024 T:7284 DEBUG: CInputManager::OnKey: s (0xf053) pressed, action is ActivateWindow(ShutdownMenu)
  1725. 20:17:13.024 T:7284 DEBUG: Activating window ID: 10111
  1726. 20:17:13.024 T:7284 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
  1727. 20:17:13.024 T:7284 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
  1728. 20:17:13.190 T:7284 DEBUG: Keyboard: scancode: 0x1f, sym: 0x0073, unicode: 0x0000, modifier: 0x0
  1729. 20:17:14.792 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1730. 20:17:14.792 T:7284 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1731. 20:17:14.874 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1732. 20:17:14.958 T:7284 DEBUG: Previous line repeats 1 times.
  1733. 20:17:14.958 T:7284 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1734. 20:17:15.041 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1735. 20:17:15.108 T:7284 DEBUG: Previous line repeats 1 times.
  1736. 20:17:15.108 T:7284 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1737. 20:17:15.142 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1738. 20:17:15.257 T:7284 DEBUG: Previous line repeats 1 times.
  1739. 20:17:15.257 T:7284 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
  1740. 20:17:15.308 T:7284 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1741. 20:17:15.507 T:7284 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1742. 20:17:15.507 T:7284 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1743. 20:17:15.540 T:7284 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1744. 20:17:15.675 T:7284 DEBUG: Previous line repeats 1 times.
  1745. 20:17:15.675 T:7284 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1746. 20:17:15.708 T:7284 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1747. 20:17:15.825 T:7284 DEBUG: Previous line repeats 1 times.
  1748. 20:17:15.825 T:7284 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1749. 20:17:15.875 T:7284 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1750. 20:17:15.975 T:7284 DEBUG: Previous line repeats 1 times.
  1751. 20:17:15.975 T:7284 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
  1752. 20:17:16.024 T:7284 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
  1753. 20:17:16.794 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1754. 20:17:16.926 T:7284 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
  1755. 20:17:16.926 T:7284 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  1756. 20:17:16.927 T:4992 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
  1757. 20:17:16.927 T:4992 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
  1758. 20:17:16.927 T:7284 DEBUG: CSaveFileStateJob::DoWork - Saving file state for video item D:\www\files\Video\#TV Shows\Game of Thrones\Season 1\GoT S01E01 Winter Is Coming (1080p x265 10bit Joy).mkv
  1759. 20:17:16.940 T:4992 DEBUG: CAnnouncementManager - Announcement: OnUpdate from xbmc
  1760. 20:17:16.940 T:4992 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnUpdate
  1761. 20:17:16.952 T:7284 NOTICE: Storing total System Uptime
  1762. 20:17:16.952 T:7284 NOTICE: Saving settings
  1763. 20:17:16.961 T:7284 NOTICE: Saving skin settings
  1764. 20:17:16.967 T:7284 NOTICE: stop all
  1765. 20:17:16.967 T:6044 DEBUG: Thread JobWorker 6044 terminating (autodelete)
  1766. 20:17:16.967 T:4336 DEBUG: Thread JobWorker 4336 terminating (autodelete)
  1767. 20:17:16.967 T:6240 DEBUG: Thread JobWorker 6240 terminating (autodelete)
  1768. 20:17:16.967 T:7184 DEBUG: Thread JobWorker 7184 terminating (autodelete)
  1769. 20:17:16.967 T:7284 NOTICE: stop player
  1770. 20:17:16.967 T:7284 NOTICE: CVideoPlayer::CloseFile()
  1771. 20:17:16.967 T:7284 NOTICE: VideoPlayer: waiting for threads to exit
  1772. 20:17:16.976 T:3316 NOTICE: CVideoPlayer::OnExit()
  1773. 20:17:16.976 T:3316 NOTICE: Closing stream player 1
  1774. 20:17:16.976 T:3316 NOTICE: Waiting for audio thread to exit
  1775. 20:17:17.009 T:7332 NOTICE: thread end: CVideoPlayerAudio::OnExit()
  1776. 20:17:17.009 T:3316 NOTICE: Closing audio device
  1777. 20:17:17.009 T:7332 DEBUG: Thread VideoPlayerAudio 7332 terminating
  1778. 20:17:17.059 T:3316 DEBUG: CDVDAudio::Flush - flush audio stream
  1779. 20:17:17.059 T:7088 DEBUG: CActiveAE::DiscardStream - audio stream deleted
  1780. 20:17:17.059 T:7088 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1781. 20:17:17.061 T:3316 DEBUG: Previous line repeats 2 times.
  1782. 20:17:17.061 T:3316 NOTICE: Deleting audio codec
  1783. 20:17:17.061 T:2828 INFO: CActiveAESink::OpenSink - initialize sink
  1784. 20:17:17.061 T:3316 NOTICE: Closing stream player 2
  1785. 20:17:17.061 T:3316 NOTICE: waiting for video thread to exit
  1786. 20:17:17.076 T:3524 NOTICE: thread end: video_thread
  1787. 20:17:17.076 T:3524 DEBUG: Thread VideoPlayerVideo 3524 terminating
  1788. 20:17:17.076 T:3316 NOTICE: deleting video codec
  1789. 20:17:17.105 T:3316 NOTICE: Closing stream player 3
  1790. 20:17:17.106 T:3316 DEBUG: CApplication::OnPlayBackStopped: play state was 2, starting 0
  1791. 20:17:17.106 T:4992 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
  1792. 20:17:17.106 T:7284 NOTICE: VideoPlayer: finished waiting
  1793. 20:17:17.106 T:4992 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
  1794. 20:17:17.106 T:7284 DEBUG: CRenderManager::DeleteRenderer - deleting renderer
  1795. 20:17:17.106 T:3316 DEBUG: Thread VideoPlayer 3316 terminating
  1796. 20:17:17.108 T:7284 NOTICE: CVideoPlayer::CloseFile()
  1797. 20:17:17.108 T:7284 NOTICE: VideoPlayer: waiting for threads to exit
  1798. 20:17:17.108 T:7284 NOTICE: VideoPlayer: finished waiting
  1799. 20:17:17.109 T:7284 DEBUG: Radio UECP (RDS) Processor - delete CDVDRadioRDSData::~CDVDRadioRDSData
  1800. 20:17:17.116 T:1636 DEBUG: CVideoSyncD3D: Cleaning up Direct3d
  1801. 20:17:17.116 T:1636 DEBUG: Thread RefClock 1636 terminating
  1802. 20:17:17.116 T:7284 DEBUG: CNetwork::NetworkMessage - Signaling network services to stop
  1803. 20:17:17.116 T:7284 NOTICE: ES: Stopping event server
  1804. 20:17:17.116 T:7284 DEBUG: CNetwork::NetworkMessage - Waiting for network services to stop
  1805. 20:17:17.116 T:7284 NOTICE: stopping upnp
  1806. 20:17:17.130 T:2828 DEBUG: CActiveAESink::OpenSink - trying to open device WASAPI:{2D9061F9-18C1-4EEF-9684-25DCEAC52CE6}
  1807. 20:17:17.154 T:2828 INFO: CAESinkWASAPI::InitializeExclusive: WASAPI Exclusive Mode Sink Initialized using: AE_FMT_S24NE4MSB, 44100, 2
  1808. 20:17:17.154 T:2828 DEBUG: CActiveAESink::OpenSink - WASAPI Initialized:
  1809. 20:17:17.154 T:2828 DEBUG: Output Device : HDMI - 5 - DENON-AVR (AMD High Definition Audio Device)
  1810. 20:17:17.154 T:2828 DEBUG: Sample Rate : 44100
  1811. 20:17:17.154 T:2828 DEBUG: Sample Format : AE_FMT_S24NE4MSB
  1812. 20:17:17.154 T:2828 DEBUG: Channel Count : 2
  1813. 20:17:17.154 T:2828 DEBUG: Channel Layout: FL,FR
  1814. 20:17:17.154 T:2828 DEBUG: Frames : 2208
  1815. 20:17:17.154 T:2828 DEBUG: Frame Size : 8
  1816. 20:17:17.155 T:7088 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1817. 20:17:17.667 T:7852 DEBUG: Previous line repeats 1 times.
  1818. 20:17:17.667 T:7852 DEBUG: Thread TCPServer 7852 terminating
  1819. 20:17:17.715 T:6340 NOTICE: ES: UDP Event server stopped
  1820. 20:17:17.715 T:6340 DEBUG: Thread EventServer 6340 terminating
  1821. 20:17:17.715 T:3948 DEBUG: Thread PeripEventScanner 3948 terminating
  1822. 20:17:17.715 T:7192 DEBUG: Thread PeripBusUSB 7192 terminating
  1823. 20:17:17.772 T:7736 DEBUG: Thread PeripBusCEC 7736 terminating
  1824. 20:17:17.772 T:7648 DEBUG: Thread PeripBusAddon 7648 terminating
  1825. 20:17:17.772 T:7284 NOTICE: clean cached files!
  1826. 20:17:17.772 T:7284 DEBUG: ADDON: Stopping service addons.
  1827. 20:17:18.153 T:7824 INFO: CPythonInvoker(0, C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate\default.py): script successfully run
  1828. 20:17:18.153 T:7284 DEBUG: CPythonInvoker(0, C:\Users\media\AppData\Roaming\Kodi\addons\service.libraryautoupdate\default.py): script termination took 376ms
  1829. 20:17:18.153 T:6940 INFO: CPythonInvoker(2, C:\Users\media\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): script successfully run
  1830. 20:17:18.154 T:7284 DEBUG: CPythonInvoker(2, C:\Users\media\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): script termination took 1ms
  1831. 20:17:18.155 T:6940 INFO: Python script interrupted by user
  1832. 20:17:18.178 T:6484 INFO: Previous line repeats 1 times.
  1833. 20:17:18.178 T:6484 DEBUG: CVideoDatabase::RunQuery took 45 ms for 33 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))))
  1834. 20:17:18.265 T:6484 DEBUG: CVideoDatabase::RunQuery took 73 ms for 5132 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  1835. 20:17:18.468 T:6484 DEBUG: CFavourites::Load - no system favourites found, skipping
  1836. 20:17:18.499 T:6484 DEBUG: CVideoDatabase::RunQuery took 27 ms for 134 items query: SELECT * FROM tvshow_view WHERE ((CASE WHEN COALESCE(tvshow_view.totalCount - tvshow_view.watchedcount, 0) > 0 THEN 0 ELSE 1 END < 1))
  1837. 20:17:18.545 T:6484 DEBUG: Library Data Provider: service version 0.3.0 stopped
  1838. 20:17:18.545 T:6484 INFO: CPythonInvoker(3, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): script successfully run
  1839. 20:17:18.546 T:7284 DEBUG: CPythonInvoker(3, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): script termination took 393ms
  1840. 20:17:18.546 T:6940 DEBUG: Thread LanguageInvoker 6940 terminating
  1841. 20:17:18.546 T:7088 DEBUG: Thread ActiveAE 7088 terminating
  1842. 20:17:18.546 T:7824 DEBUG: Thread LanguageInvoker 7824 terminating
  1843. 20:17:18.547 T:6484 WARNING: CPythonInvoker(3, C:\Users\media\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): the python script "C:\Users\media\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_Player_Director,class PythonBindings::XBMCAddon_xbmc_Monitor_Director
  1844. 20:17:18.547 T:6484 INFO: Python script interrupted by user
  1845. 20:17:18.547 T:6484 DEBUG: Thread LanguageInvoker 6484 terminating
  1846. 20:17:18.556 T:2828 DEBUG: Thread AESink 2828 terminating
  1847. 20:17:18.649 T:7284 NOTICE: closing down remote control service
  1848. 20:17:18.649 T:7284 NOTICE: stopped
  1849. 20:17:18.649 T:7664 DEBUG: Thread RemoteControl 7664 terminating
  1850. 20:17:18.849 T:7284 NOTICE: destroy
  1851. 20:17:18.849 T:7284 NOTICE: unload skin
  1852. 20:17:18.849 T:7284 INFO: Unloading old skin ...
  1853. 20:17:18.861 T:7284 DEBUG: ------ Window Deinit () ------
  1854. 20:17:18.867 T:7284 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
  1855. 20:17:18.868 T:7284 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  1856. 20:17:18.869 T:7284 DEBUG: CTextureBundleXBT::CloseBundle - Closed bundle
  1857. 20:17:18.883 T:7284 DEBUG: Infobool 'string.isequal(skin.aspectratio,21:9)' still used by 2 instances
  1858. 20:17:19.027 T:7284 DEBUG: Previous line repeats 1 times.
  1859. 20:17:19.027 T:7284 DEBUG: CWinEventsWin32::WndProc: display change event
  1860. 20:17:19.029 T:7284 NOTICE: Found screen: Generic PnP Monitor on AMD Radeon R7 370 Series, adapter 0.
  1861. 20:17:19.031 T:7284 NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
  1862. 20:17:19.031 T:7284 NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
  1863. 20:17:19.032 T:7284 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  1864. 20:17:19.032 T:7284 NOTICE: Additional mode: 720x480@ 29.97i - Full Screen
  1865. 20:17:19.032 T:7284 NOTICE: Additional mode: 720x480@ 30.00i - Full Screen
  1866. 20:17:19.032 T:7284 NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
  1867. 20:17:19.033 T:7284 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  1868. 20:17:19.034 T:7284 NOTICE: Additional mode: 720x576@ 25.00i - Full Screen
  1869. 20:17:19.034 T:7284 NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
  1870. 20:17:19.034 T:7284 NOTICE: Additional mode: 720x576@ 59.94 - Full Screen
  1871. 20:17:19.034 T:7284 NOTICE: Previous line repeats 2 times.
  1872. 20:17:19.034 T:7284 NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
  1873. 20:17:19.035 T:7284 NOTICE: Previous line repeats 2 times.
  1874. 20:17:19.035 T:7284 NOTICE: Additional mode: 800x600@ 59.94 - Full Screen
  1875. 20:17:19.036 T:7284 NOTICE: Previous line repeats 2 times.
  1876. 20:17:19.036 T:7284 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  1877. 20:17:19.038 T:7284 NOTICE: Previous line repeats 2 times.
  1878. 20:17:19.038 T:7284 NOTICE: Additional mode: 1024x768@ 23.98 - Full Screen
  1879. 20:17:19.038 T:7284 NOTICE: Previous line repeats 2 times.
  1880. 20:17:19.038 T:7284 NOTICE: Additional mode: 1024x768@ 24.00 - Full Screen
  1881. 20:17:19.038 T:7284 NOTICE: Previous line repeats 2 times.
  1882. 20:17:19.038 T:7284 NOTICE: Additional mode: 1024x768@ 59.94 - Full Screen
  1883. 20:17:19.039 T:7284 NOTICE: Previous line repeats 2 times.
  1884. 20:17:19.039 T:7284 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  1885. 20:17:19.039 T:7284 NOTICE: Previous line repeats 2 times.
  1886. 20:17:19.039 T:7284 NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
  1887. 20:17:19.039 T:7284 NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
  1888. 20:17:19.040 T:7284 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  1889. 20:17:19.049 T:7284 NOTICE: Additional mode: 1280x768@ 23.98 - Full Screen
  1890. 20:17:19.049 T:7284 NOTICE: Previous line repeats 2 times.
  1891. 20:17:19.049 T:7284 NOTICE: Additional mode: 1280x768@ 24.00 - Full Screen
  1892. 20:17:19.050 T:7284 NOTICE: Previous line repeats 2 times.
  1893. 20:17:19.050 T:7284 NOTICE: Additional mode: 1280x768@ 59.94 - Full Screen
  1894. 20:17:19.050 T:7284 NOTICE: Previous line repeats 2 times.
  1895. 20:17:19.050 T:7284 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  1896. 20:17:19.052 T:7284 NOTICE: Previous line repeats 2 times.
  1897. 20:17:19.052 T:7284 NOTICE: Additional mode: 1280x800@ 23.98 - Full Screen
  1898. 20:17:19.053 T:7284 NOTICE: Previous line repeats 2 times.
  1899. 20:17:19.053 T:7284 NOTICE: Additional mode: 1280x800@ 24.00 - Full Screen
  1900. 20:17:19.053 T:7284 NOTICE: Previous line repeats 2 times.
  1901. 20:17:19.053 T:7284 NOTICE: Additional mode: 1280x800@ 59.94 - Full Screen
  1902. 20:17:19.053 T:7284 NOTICE: Previous line repeats 2 times.
  1903. 20:17:19.053 T:7284 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
  1904. 20:17:19.056 T:7284 NOTICE: Previous line repeats 2 times.
  1905. 20:17:19.056 T:7284 NOTICE: Additional mode: 1280x960@ 23.98 - Full Screen
  1906. 20:17:19.056 T:7284 NOTICE: Previous line repeats 2 times.
  1907. 20:17:19.056 T:7284 NOTICE: Additional mode: 1280x960@ 24.00 - Full Screen
  1908. 20:17:19.056 T:7284 NOTICE: Previous line repeats 2 times.
  1909. 20:17:19.056 T:7284 NOTICE: Additional mode: 1280x960@ 59.94 - Full Screen
  1910. 20:17:19.057 T:7284 NOTICE: Previous line repeats 2 times.
  1911. 20:17:19.057 T:7284 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  1912. 20:17:19.059 T:7284 NOTICE: Previous line repeats 2 times.
  1913. 20:17:19.059 T:7284 NOTICE: Additional mode: 1280x1024@ 23.98 - Full Screen
  1914. 20:17:19.060 T:7284 NOTICE: Previous line repeats 2 times.
  1915. 20:17:19.060 T:7284 NOTICE: Additional mode: 1280x1024@ 24.00 - Full Screen
  1916. 20:17:19.060 T:7284 NOTICE: Previous line repeats 2 times.
  1917. 20:17:19.060 T:7284 NOTICE: Additional mode: 1280x1024@ 59.94 - Full Screen
  1918. 20:17:19.060 T:7284 NOTICE: Previous line repeats 2 times.
  1919. 20:17:19.060 T:7284 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  1920. 20:17:19.062 T:7284 NOTICE: Previous line repeats 2 times.
  1921. 20:17:19.062 T:7284 NOTICE: Additional mode: 1360x768@ 23.98 - Full Screen
  1922. 20:17:19.063 T:7284 NOTICE: Previous line repeats 2 times.
  1923. 20:17:19.063 T:7284 NOTICE: Additional mode: 1360x768@ 24.00 - Full Screen
  1924. 20:17:19.063 T:7284 NOTICE: Previous line repeats 2 times.
  1925. 20:17:19.063 T:7284 NOTICE: Additional mode: 1360x768@ 59.94 - Full Screen
  1926. 20:17:19.063 T:7284 NOTICE: Previous line repeats 2 times.
  1927. 20:17:19.063 T:7284 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  1928. 20:17:19.066 T:7284 NOTICE: Previous line repeats 2 times.
  1929. 20:17:19.066 T:7284 NOTICE: Additional mode: 1360x1024@ 23.98 - Full Screen
  1930. 20:17:19.066 T:7284 NOTICE: Previous line repeats 2 times.
  1931. 20:17:19.066 T:7284 NOTICE: Additional mode: 1360x1024@ 24.00 - Full Screen
  1932. 20:17:19.066 T:7284 NOTICE: Previous line repeats 2 times.
  1933. 20:17:19.066 T:7284 NOTICE: Additional mode: 1360x1024@ 59.94 - Full Screen
  1934. 20:17:19.067 T:7284 NOTICE: Previous line repeats 2 times.
  1935. 20:17:19.067 T:7284 NOTICE: Additional mode: 1360x1024@ 60.00 - Full Screen
  1936. 20:17:19.069 T:7284 NOTICE: Previous line repeats 2 times.
  1937. 20:17:19.069 T:7284 NOTICE: Additional mode: 1366x768@ 23.98 - Full Screen
  1938. 20:17:19.069 T:7284 NOTICE: Previous line repeats 2 times.
  1939. 20:17:19.069 T:7284 NOTICE: Additional mode: 1366x768@ 24.00 - Full Screen
  1940. 20:17:19.069 T:7284 NOTICE: Previous line repeats 2 times.
  1941. 20:17:19.069 T:7284 NOTICE: Additional mode: 1366x768@ 59.94 - Full Screen
  1942. 20:17:19.070 T:7284 NOTICE: Previous line repeats 2 times.
  1943. 20:17:19.070 T:7284 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  1944. 20:17:19.072 T:7284 NOTICE: Previous line repeats 2 times.
  1945. 20:17:19.072 T:7284 NOTICE: Additional mode: 1440x900@ 23.98 - Full Screen
  1946. 20:17:19.072 T:7284 NOTICE: Previous line repeats 2 times.
  1947. 20:17:19.072 T:7284 NOTICE: Additional mode: 1440x900@ 24.00 - Full Screen
  1948. 20:17:19.073 T:7284 NOTICE: Previous line repeats 2 times.
  1949. 20:17:19.073 T:7284 NOTICE: Additional mode: 1440x900@ 59.94 - Full Screen
  1950. 20:17:19.073 T:7284 NOTICE: Previous line repeats 2 times.
  1951. 20:17:19.073 T:7284 NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
  1952. 20:17:19.075 T:7284 NOTICE: Previous line repeats 2 times.
  1953. 20:17:19.075 T:7284 NOTICE: Additional mode: 1600x900@ 23.98 - Full Screen
  1954. 20:17:19.076 T:7284 NOTICE: Previous line repeats 2 times.
  1955. 20:17:19.076 T:7284 NOTICE: Additional mode: 1600x900@ 24.00 - Full Screen
  1956. 20:17:19.076 T:7284 NOTICE: Previous line repeats 2 times.
  1957. 20:17:19.076 T:7284 NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
  1958. 20:17:19.076 T:7284 NOTICE: Previous line repeats 2 times.
  1959. 20:17:19.076 T:7284 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  1960. 20:17:19.080 T:7284 NOTICE: Previous line repeats 2 times.
  1961. 20:17:19.080 T:7284 NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
  1962. 20:17:19.080 T:7284 NOTICE: Previous line repeats 2 times.
  1963. 20:17:19.080 T:7284 NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
  1964. 20:17:19.081 T:7284 NOTICE: Previous line repeats 2 times.
  1965. 20:17:19.081 T:7284 NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
  1966. 20:17:19.081 T:7284 NOTICE: Previous line repeats 2 times.
  1967. 20:17:19.081 T:7284 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  1968. 20:17:19.094 T:7284 NOTICE: Previous line repeats 2 times.
  1969. 20:17:19.094 T:7284 NOTICE: Additional mode: 1920x1080@ 23.98 - Full Screen
  1970. 20:17:19.094 T:7284 NOTICE: Additional mode: 1920x1080@ 24.00 - Full Screen
  1971. 20:17:19.094 T:7284 NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
  1972. 20:17:19.094 T:7284 NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
  1973. 20:17:19.094 T:7284 NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
  1974. 20:17:19.094 T:7284 NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
  1975. 20:17:19.099 T:7284 NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
  1976. 20:17:19.099 T:7284 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
  1977. 20:17:19.100 T:7284 DEBUG: CWinSystemWin32::SetFullScreenEx (true fullscreen) on screen 0 with size 1920x1080, refresh 60.000000
  1978. 20:17:19.110 T:7284 DEBUG: CRenderSystemDX::SetFullScreenInternal - Current display mode is: 1920x1080@60.000
  1979. 20:17:19.117 T:7284 DEBUG: CRenderSystemDX::SetFullScreenInternal - Found matched mode: 1920x1080@60.000
  1980. 20:17:19.316 T:7284 NOTICE: unload sections
  1981. 20:17:19.319 T:4992 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  1982. 20:17:19.320 T:4992 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  1983. 20:17:19.321 T:7284 NOTICE: special://profile/ is mapped to: special://masterprofile/
  1984. 20:17:19.321 T:7284 DEBUG: PVRManager - destroyed
  1985. 20:17:19.321 T:7284 DEBUG: ActiveAE DSP - destroyed
  1986. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.stars has been uninstalled.'
  1987. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been uninstalled.'
  1988. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been uninstalled.'
  1989. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.games.rom.collection.browser has been uninstalled.'
  1990. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.autocompletion has been uninstalled.'
  1991. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been uninstalled.'
  1992. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been uninstalled.'
  1993. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.biogenesis has been uninstalled.'
  1994. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been uninstalled.'
  1995. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.anidb.net has been uninstalled.'
  1996. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.steam.launcher has been uninstalled.'
  1997. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been uninstalled.'
  1998. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been uninstalled.'
  1999. 20:17:19.321 T:7284 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been uninstalled.'
  2000. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been uninstalled.'
  2001. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.peripheral has been uninstalled.'
  2002. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.asteroids has been uninstalled.'
  2003. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been uninstalled.'
  2004. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been uninstalled.'
  2005. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.adsp has been uninstalled.'
  2006. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in peripheral.joystick has been uninstalled.'
  2007. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.xperience1080 has been uninstalled.'
  2008. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in game.controller.default has been uninstalled.'
  2009. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been uninstalled.'
  2010. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been uninstalled.'
  2011. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been uninstalled.'
  2012. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been uninstalled.'
  2013. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.images.recordlabels.white has been uninstalled.'
  2014. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in service.libraryautoupdate has been uninstalled.'
  2015. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.game has been uninstalled.'
  2016. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been uninstalled.'
  2017. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been uninstalled.'
  2018. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.kodi65 has been uninstalled.'
  2019. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.nebula has been uninstalled.'
  2020. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.image.resource.select has been uninstalled.'
  2021. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been uninstalled.'
  2022. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been uninstalled.'
  2023. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been uninstalled.'
  2024. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been uninstalled.'
  2025. 20:17:19.322 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been uninstalled.'
  2026. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been uninstalled.'
  2027. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pingpong has been uninstalled.'
  2028. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been uninstalled.'
  2029. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in skin.estouchy has been uninstalled.'
  2030. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.grab.fanart has been uninstalled.'
  2031. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been uninstalled.'
  2032. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in kodi.inputstream has been uninstalled.'
  2033. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.shadertoy has been uninstalled.'
  2034. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been uninstalled.'
  2035. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.amber has been uninstalled.'
  2036. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.actionhandler has been uninstalled.'
  2037. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been uninstalled.'
  2038. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been uninstalled.'
  2039. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.routing has been uninstalled.'
  2040. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been uninstalled.'
  2041. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been uninstalled.'
  2042. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been uninstalled.'
  2043. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in service.rom.collection.browser has been uninstalled.'
  2044. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been uninstalled.'
  2045. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been uninstalled.'
  2046. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been uninstalled.'
  2047. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been uninstalled.'
  2048. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pyro has been uninstalled.'
  2049. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.t9.search has been uninstalled.'
  2050. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been uninstalled.'
  2051. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.images.studios.white has been uninstalled.'
  2052. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been uninstalled.'
  2053. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.kodi has been uninstalled.'
  2054. 20:17:19.323 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been uninstalled.'
  2055. 20:17:19.324 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been uninstalled.'
  2056. 20:17:19.324 T:7284 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been uninstalled.'
  2057. 20:17:19.324 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been uninstalled.'
  2058. 20:17:19.324 T:7284 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.5 has been uninstalled.'
  2059. 20:17:19.324 T:7284 DEBUG: ADDON: cpluff: 'Plug-in screensaver.greynetic has been uninstalled.'
  2060. 20:17:19.324 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been uninstalled.'
  2061. 20:17:19.324 T:7284 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been uninstalled.'
  2062. 20:17:19.324 T:7284 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been uninstalled.'
  2063. 20:17:19.324 T:7284 DEBUG: ADDON: cpluff: 'Plug-in skin.estuary has been uninstalled.'
  2064. 20:17:19.324 T:7284 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.apptv has been uninstalled.'
  2065. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 012B21C0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2066. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 003C6550 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2067. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 003C6118 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2068. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 00409360 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2069. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 003C63A0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2070. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 012B22E0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2071. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 012B20A0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2072. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 003C6628 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2073. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 012B20E8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2074. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 003D7170 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2075. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 012B23B8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2076. 20:17:19.324 T:7284 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 012B1F38 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2077. 20:17:19.333 T:4992 DEBUG: Thread Announce 4992 terminating
  2078. 20:17:19.333 T:7284 NOTICE: application stopped...
  2079. 20:17:19.353 T:7284 DEBUG: SECTION:UnloadDll(special://xbmcbin/libcurl.dll)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement