Advertisement
Guest User

Untitled

a guest
Jan 15th, 2015
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 156.48 KB | None | 0 0
  1. 00:57:06 T:6380 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 00:57:06 T:6380 NOTICE: -----------------------------------------------------------------------
  3. 00:57:06 T:6380 NOTICE: Starting Kodi (14.0 Git:20141223-ad747d9). Platform: Windows NT x86 32-bit
  4. 00:57:06 T:6380 NOTICE: Using Release Kodi x32 build
  5. 00:57:06 T:6380 NOTICE: Kodi compiled Dec 23 2014 by MSVC 180030723 for Windows NT x86 32-bit version 6.0 (0x06000000)
  6. 00:57:06 T:6380 NOTICE: Running on Hewlett-Packard HP Pavilion dv8 Notebook PC with Windows 7 SP1, kernel: Windows NT x86 64-bit version 6.1
  7. 00:57:06 T:6380 NOTICE: Host CPU: Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz, 8 cores available
  8. 00:57:06 T:6380 NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
  9. 00:57:06 T:6380 NOTICE: Running with administrator rights
  10. 00:57:06 T:6380 NOTICE: Aero is enabled
  11. 00:57:06 T:6380 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\Kodi
  12. 00:57:06 T:6380 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\Kodi
  13. 00:57:06 T:6380 NOTICE: special://masterprofile/ is mapped to: C:\Users\Deathbringer\AppData\Roaming\Kodi\userdata
  14. 00:57:06 T:6380 NOTICE: special://home/ is mapped to: C:\Users\Deathbringer\AppData\Roaming\Kodi\
  15. 00:57:06 T:6380 NOTICE: special://temp/ is mapped to: C:\Users\Deathbringer\AppData\Roaming\Kodi\cache
  16. 00:57:06 T:6380 NOTICE: The executable running is: C:\Program Files (x86)\Kodi\Kodi.exe
  17. 00:57:06 T:6380 NOTICE: Local hostname: Visionbreed
  18. 00:57:06 T:6380 NOTICE: Log File is located: C:\Users\Deathbringer\AppData\Roaming\Kodi\kodi.log
  19. 00:57:06 T:6380 NOTICE: -----------------------------------------------------------------------
  20. 00:57:06 T:6380 NOTICE: load settings...
  21. 00:57:06 T:6380 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
  22. 00:57:06 T:6380 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
  23. 00:57:06 T:6380 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  24. 00:57:06 T:6380 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  25. 00:57:06 T:6380 NOTICE: Contents of special://profile/advancedsettings.xml are...
  26. <advancedsettings>
  27. <video>
  28. <!-- Versuch DVD-Stottern zu unterbinden, hat nicht funktioniert -->
  29. <!--fpsdetect>2</fpsdetect-->
  30. <!-- Compensate display latency (video lag). Latency is given in msecs. -->
  31. <latency>
  32. <!-- Global default display latency -->
  33. <delay>0</delay>
  34. <!--
  35.  
  36. Override latency for given display (not video) refresh rates.
  37.  
  38. When XBMC is in windowed mode, override is ignored. Multiple
  39.  
  40. overrides are allowed.
  41.  
  42.  
  43.  
  44. Syntax of an override entry:
  45.  
  46. <refresh>
  47.  
  48. <min>, <max> refresh rate range, OR
  49.  
  50. <rate> exact refresh rate
  51.  
  52. <delay> display latency for the given refresh rate
  53.  
  54. </refresh>
  55.  
  56. -->
  57. <!-- Example: display has 125 msec latency at 23-24 Hz -->
  58. <refresh>
  59. <min>23</min>
  60. <max>24</max>
  61. <delay>200</delay>
  62. </refresh>
  63. </latency>
  64. </video>
  65. <musiclibrary>
  66. <albumssortbyartistthenyear>true</albumssortbyartistthenyear>
  67. <!-- at an albums listing, when you sort by artist, secondary sort will be year. -->
  68. </musiclibrary>
  69. <alwaysontop>yes</alwaysontop>
  70. <videodatabase>
  71. <type>mysql</type>
  72. <host>192.168.178.98</host>
  73. <port>3306</port>
  74. <user>xbmc</user>
  75. <pass>xbmc</pass>
  76. </videodatabase>
  77. <musicdatabase>
  78. <type>mysql</type>
  79. <host>192.168.178.98</host>
  80. <port>3306</port>
  81. <user>xbmc</user>
  82. <pass>xbmc</pass>
  83. </musicdatabase>
  84. <jsonrpc>
  85. <compactoutput>false</compactoutput>
  86. </jsonrpc>
  87. </advancedsettings>
  88. 00:57:06 T:6380 WARNING: VIDEO database configuration is experimental.
  89. 00:57:06 T:6380 NOTICE: Default DVD Player: dvdplayer
  90. 00:57:06 T:6380 NOTICE: Default Video Player: dvdplayer
  91. 00:57:06 T:6380 NOTICE: Default Audio Player: paplayer
  92. 00:57:06 T:6380 NOTICE: Enabled debug logging due to GUI setting (2)
  93. 00:57:06 T:6380 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  94. 00:57:06 T:6380 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  95. 00:57:06 T:6380 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  96. 00:57:06 T:6380 DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
  97. 00:57:06 T:6380 DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
  98. 00:57:06 T:6380 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
  99. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  100. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtv
  101. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/myth/mms/udp
  102. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  103. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  104. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  105. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  106. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  107. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  108. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  109. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  110. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  111. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  112. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  113. 00:57:06 T:6380 NOTICE: Loaded playercorefactory configuration
  114. 00:57:06 T:6380 NOTICE: Loading player core factory settings from special://profile/playercorefactory.xml.
  115. 00:57:06 T:6380 DEBUG: CPlayerCoreConfig::<ctor>: created player MPC-HC for core 4
  116. 00:57:06 T:6380 DEBUG: CPlayerCoreConfig::<ctor>: created player ZoomPlayer for core 4
  117. 00:57:06 T:6380 DEBUG: CPlayerCoreConfig::<ctor>: created player ZoomPlayerBatch for core 4
  118. 00:57:06 T:6380 DEBUG: CPlayerCoreConfig::<ctor>: created player StereoscopicPlayerBatch for core 4
  119. 00:57:06 T:6380 DEBUG: CPlayerSelectionRule::Initialize: creating rule: un-named
  120. 00:57:06 T:6380 NOTICE: Loaded playercorefactory configuration
  121. 00:57:06 T:6380 INFO: creating subdirectories
  122. 00:57:06 T:6380 INFO: userdata folder: special://masterprofile/
  123. 00:57:06 T:6380 INFO: recording folder:
  124. 00:57:06 T:6380 INFO: screenshots folder: C:\
  125. 00:57:06 T:6380 INFO: load language info file: special://xbmc/language/English/langinfo.xml
  126. 00:57:06 T:6380 DEBUG: trying to set locale to eng_deu
  127. 00:57:06 T:6380 INFO: global locale set to German_Germany.1252
  128. 00:57:06 T:6380 INFO: load English language file, from path: special://xbmc/language/
  129. 00:57:06 T:6380 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\language\English\strings.po
  130. 00:57:06 T:6380 DEBUG: POParser: loaded 3267 strings from file C:\Program Files (x86)\Kodi\language\English\strings.po
  131. 00:57:06 T:1788 NOTICE: Thread ActiveAE start, auto delete: false
  132. 00:57:06 T:6196 NOTICE: Thread AESink start, auto delete: false
  133. 00:57:07 T:1788 NOTICE: Found 2 Lists of Devices
  134. 00:57:07 T:1788 NOTICE: Enumerated DIRECTSOUND devices:
  135. 00:57:07 T:1788 NOTICE: Device 1
  136. 00:57:07 T:1788 NOTICE: m_deviceName : {312BE85D-CC0A-4B39-BD6B-39B88896E674}
  137. 00:57:07 T:1788 NOTICE: m_displayName : Headphones - Unabhängige Doppelkopfhörer (IDT High Definition Audio CODEC)
  138. 00:57:07 T:1788 NOTICE: m_displayNameExtra: DIRECTSOUND: Unabhängige Doppelkopfhörer (IDT High Definition Audio CODEC)
  139. 00:57:07 T:1788 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  140. 00:57:07 T:1788 NOTICE: m_channels : FL,FR
  141. 00:57:07 T:1788 NOTICE: m_sampleRates : 48000
  142. 00:57:07 T:1788 NOTICE: m_dataFormats : AE_FMT_FLOAT
  143. 00:57:07 T:1788 NOTICE: Device 2
  144. 00:57:07 T:1788 NOTICE: m_deviceName : {3C983623-8BC4-474F-87E7-FB9C1227BF81}
  145. 00:57:07 T:1788 NOTICE: m_displayName : Speakers - Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  146. 00:57:07 T:1788 NOTICE: m_displayNameExtra: DIRECTSOUND: Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  147. 00:57:07 T:1788 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  148. 00:57:07 T:1788 NOTICE: m_channels : FL,FR
  149. 00:57:07 T:1788 NOTICE: m_sampleRates : 48000
  150. 00:57:07 T:1788 NOTICE: m_dataFormats : AE_FMT_FLOAT
  151. 00:57:07 T:1788 NOTICE: Device 3
  152. 00:57:07 T:1788 NOTICE: m_deviceName : default
  153. 00:57:07 T:1788 NOTICE: m_displayName : default
  154. 00:57:07 T:1788 NOTICE: m_displayNameExtra:
  155. 00:57:07 T:1788 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  156. 00:57:07 T:1788 NOTICE: m_channels : FL,FR
  157. 00:57:07 T:1788 NOTICE: m_sampleRates : 48000
  158. 00:57:07 T:1788 NOTICE: m_dataFormats : AE_FMT_FLOAT
  159. 00:57:07 T:1788 NOTICE: Device 4
  160. 00:57:07 T:1788 NOTICE: m_deviceName : {46FDE804-0779-4D05-A5E4-5D72282BDF91}
  161. 00:57:07 T:1788 NOTICE: m_displayName : Speakers - Lautsprecher (2- GN 2000 USB)
  162. 00:57:07 T:1788 NOTICE: m_displayNameExtra: DIRECTSOUND: Lautsprecher (2- GN 2000 USB)
  163. 00:57:07 T:1788 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  164. 00:57:07 T:1788 NOTICE: m_channels : FL,FR
  165. 00:57:07 T:1788 NOTICE: m_sampleRates : 44100
  166. 00:57:07 T:1788 NOTICE: m_dataFormats : AE_FMT_FLOAT
  167. 00:57:07 T:1788 NOTICE: Device 5
  168. 00:57:07 T:1788 NOTICE: m_deviceName : {D5A2AF88-F389-4A5B-B970-2485161C117C}
  169. 00:57:07 T:1788 NOTICE: m_displayName : SPDIF - SPDIF (Digitaler Ausgang über Kopfhöreranschluss) (IDT High Definition Audio CODEC)
  170. 00:57:07 T:1788 NOTICE: m_displayNameExtra: DIRECTSOUND: SPDIF (Digitaler Ausgang über Kopfhöreranschluss) (IDT High Definition Audio CODEC)
  171. 00:57:07 T:1788 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  172. 00:57:07 T:1788 NOTICE: m_channels : FL,FR
  173. 00:57:07 T:1788 NOTICE: m_sampleRates : 44100
  174. 00:57:07 T:1788 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
  175. 00:57:07 T:1788 NOTICE: Enumerated WASAPI devices:
  176. 00:57:07 T:1788 NOTICE: Device 1
  177. 00:57:07 T:1788 NOTICE: m_deviceName : {312BE85D-CC0A-4B39-BD6B-39B88896E674}
  178. 00:57:07 T:1788 NOTICE: m_displayName : Headphones - Unabhängige Doppelkopfhörer (IDT High Definition Audio CODEC)
  179. 00:57:07 T:1788 NOTICE: m_displayNameExtra: WASAPI: Unabhängige Doppelkopfhörer (IDT High Definition Audio CODEC)
  180. 00:57:07 T:1788 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  181. 00:57:07 T:1788 NOTICE: m_channels : FL,FR
  182. 00:57:07 T:1788 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100
  183. 00:57:07 T:1788 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  184. 00:57:07 T:1788 NOTICE: Device 2
  185. 00:57:07 T:1788 NOTICE: m_deviceName : {3C983623-8BC4-474F-87E7-FB9C1227BF81}
  186. 00:57:07 T:1788 NOTICE: m_displayName : Speakers - Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  187. 00:57:07 T:1788 NOTICE: m_displayNameExtra: WASAPI: Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  188. 00:57:07 T:1788 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  189. 00:57:07 T:1788 NOTICE: m_channels : FL,FR
  190. 00:57:07 T:1788 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100
  191. 00:57:07 T:1788 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  192. 00:57:07 T:1788 NOTICE: Device 3
  193. 00:57:07 T:1788 NOTICE: m_deviceName : default
  194. 00:57:07 T:1788 NOTICE: m_displayName : default
  195. 00:57:07 T:1788 NOTICE: m_displayNameExtra:
  196. 00:57:07 T:1788 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  197. 00:57:07 T:1788 NOTICE: m_channels : FL,FR
  198. 00:57:07 T:1788 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100
  199. 00:57:07 T:1788 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  200. 00:57:07 T:1788 NOTICE: Device 4
  201. 00:57:07 T:1788 NOTICE: m_deviceName : {46FDE804-0779-4D05-A5E4-5D72282BDF91}
  202. 00:57:07 T:1788 NOTICE: m_displayName : Speakers - Lautsprecher (2- GN 2000 USB)
  203. 00:57:07 T:1788 NOTICE: m_displayNameExtra: WASAPI: Lautsprecher (2- GN 2000 USB)
  204. 00:57:07 T:1788 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  205. 00:57:07 T:1788 NOTICE: m_channels : FL,FR
  206. 00:57:07 T:1788 NOTICE: m_sampleRates : 48000,44100,32000,22050,11025
  207. 00:57:07 T:1788 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  208. 00:57:07 T:1788 NOTICE: Device 5
  209. 00:57:07 T:1788 NOTICE: m_deviceName : {D5A2AF88-F389-4A5B-B970-2485161C117C}
  210. 00:57:07 T:1788 NOTICE: m_displayName : SPDIF - SPDIF (Digitaler Ausgang über Kopfhöreranschluss) (IDT High Definition Audio CODEC)
  211. 00:57:07 T:1788 NOTICE: m_displayNameExtra: WASAPI: SPDIF (Digitaler Ausgang über Kopfhöreranschluss) (IDT High Definition Audio CODEC)
  212. 00:57:07 T:1788 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  213. 00:57:07 T:1788 NOTICE: m_channels : FL,FR
  214. 00:57:07 T:1788 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100
  215. 00:57:07 T:1788 NOTICE: m_dataFormats : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  216. 00:57:07 T:6196 INFO: CActiveAESink::OpenSink - initialize sink
  217. 00:57:07 T:6196 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:{3C983623-8BC4-474F-87E7-FB9C1227BF81}
  218. 00:57:07 T:6196 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 65552
  219. 00:57:07 T:6196 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  220. 00:57:07 T:6196 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  221. 00:57:07 T:6196 DEBUG: Audio Device : Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  222. 00:57:07 T:6196 DEBUG: Sample Rate : 44100
  223. 00:57:07 T:6196 DEBUG: Sample Format : AE_FMT_FLOAT
  224. 00:57:07 T:6196 DEBUG: Bits Per Sample : 32
  225. 00:57:07 T:6196 DEBUG: Valid Bits/Samp : 32
  226. 00:57:07 T:6196 DEBUG: Channel Count : 2
  227. 00:57:07 T:6196 DEBUG: Block Align : 8
  228. 00:57:07 T:6196 DEBUG: Avg. Bytes Sec : 352800
  229. 00:57:07 T:6196 DEBUG: Samples/Block : 32
  230. 00:57:07 T:6196 DEBUG: Format cBSize : 22
  231. 00:57:07 T:6196 DEBUG: Channel Layout : FL,FR
  232. 00:57:07 T:6196 DEBUG: Channel Mask : 3
  233. 00:57:07 T:6196 DEBUG: Frames : 661
  234. 00:57:07 T:6196 DEBUG: Frame Samples : 1322
  235. 00:57:07 T:6196 DEBUG: Frame Size : 8
  236. 00:57:07 T:6196 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  237. 00:57:07 T:6196 DEBUG: Output Device : Speakers - Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  238. 00:57:07 T:6196 DEBUG: Sample Rate : 44100
  239. 00:57:07 T:6196 DEBUG: Sample Format : AE_FMT_FLOAT
  240. 00:57:07 T:6196 DEBUG: Channel Count : 2
  241. 00:57:07 T:6196 DEBUG: Channel Layout: FL,FR
  242. 00:57:07 T:6196 DEBUG: Frames : 661
  243. 00:57:07 T:6196 DEBUG: Frame Samples : 1322
  244. 00:57:07 T:6196 DEBUG: Frame Size : 8
  245. 00:57:07 T:6380 NOTICE: Running database version Addons16
  246. 00:57:07 T:6380 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/cpluff.dll)
  247. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in weather.openweathermap.extended has been installed.'
  248. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  249. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
  250. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  251. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  252. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in weather.yahoo has been installed.'
  253. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
  254. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  255. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.playlists has been installed.'
  256. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
  257. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  258. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  259. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been installed.'
  260. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  261. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  262. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
  263. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
  264. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.playalbum has been installed.'
  265. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been installed.'
  266. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.randomandlastitems has been installed.'
  267. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  268. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
  269. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  270. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in service.skin.widgets has been installed.'
  271. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
  272. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been installed.'
  273. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
  274. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been installed.'
  275. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been installed.'
  276. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
  277. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  278. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been installed.'
  279. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.grab.fanart has been installed.'
  280. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been installed.'
  281. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in skin.alaska has been installed.'
  282. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been installed.'
  283. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
  284. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in xbmc.repo.hitcher has been installed.'
  285. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been installed.'
  286. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
  287. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
  288. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  289. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-win32.xbmc.org has been installed.'
  290. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.xbmc.debug.log has been installed.'
  291. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  292. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
  293. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  294. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
  295. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.gotham has been installed.'
  296. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  297. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.silvo has been installed.'
  298. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  299. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
  300. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
  301. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  302. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
  303. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  304. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests2 has been installed.'
  305. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.5 has been installed.'
  306. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  307. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  308. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
  309. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
  310. 00:57:07 T:6380 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  311. 00:57:07 T:6380 NOTICE: ADDONS: Using repository repository.xbmc.org
  312. 00:57:07 T:6380 NOTICE: ADDONS: Using repository xbmc.repo.hitcher
  313. 00:57:07 T:6380 NOTICE: ADDONS: Using repository repository.pvr-win32.xbmc.org
  314. 00:57:07 T:7112 NOTICE: Thread RemoteControl start, auto delete: false
  315. 00:57:07 T:6380 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  316. 00:57:07 T:6380 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "CEC Adapter"
  317. 00:57:07 T:6380 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  318. 00:57:07 T:6380 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "iMON HID device"
  319. 00:57:07 T:6380 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcec.dll)
  320. 00:57:07 T:7112 DEBUG: CRemoteControl::Connect - connecting to: ::1:24000 ...
  321. 00:57:07 T:4852 NOTICE: Thread PeripBusCEC start, auto delete: false
  322. 00:57:07 T:6060 NOTICE: Thread PeripBusUSB start, auto delete: false
  323. 00:57:07 T:6196 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  324. 00:57:08 T:6380 DEBUG: CWIN32Util::GetDriveStatus: Requesting status for drive \\.\E:.
  325. 00:57:08 T:6380 DEBUG: CWIN32Util::GetDriveStatus: Requesting media status for drive \\.\E:.
  326. 00:57:08 T:6380 DEBUG: CWIN32Util::GetDriveStatus: Requesting status for drive \\.\H:.
  327. 00:57:08 T:6380 DEBUG: CWIN32Util::GetDriveStatus: Requesting media status for drive \\.\H:.
  328. 00:57:08 T:6380 NOTICE: Found screen: PnP-Monitor (Standard) on NVIDIA GeForce GT 230M , adapter 0.
  329. 00:57:08 T:6380 NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
  330. 00:57:08 T:6380 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  331. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  332. 00:57:08 T:6380 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  333. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  334. 00:57:08 T:6380 NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
  335. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  336. 00:57:08 T:6380 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  337. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  338. 00:57:08 T:6380 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  339. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  340. 00:57:08 T:6380 NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
  341. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  342. 00:57:08 T:6380 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  343. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  344. 00:57:08 T:6380 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  345. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  346. 00:57:08 T:6380 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
  347. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  348. 00:57:08 T:6380 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  349. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  350. 00:57:08 T:6380 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  351. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  352. 00:57:08 T:6380 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  353. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  354. 00:57:08 T:6380 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  355. 00:57:08 T:6380 NOTICE: Previous line repeats 2 times.
  356. 00:57:08 T:6380 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
  357. 00:57:08 T:6380 NOTICE: Checking resolution 15
  358. 00:57:08 T:6380 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1162,656)->(371,182,1549,876)
  359. 00:57:08 T:6380 DEBUG: CWinEventsWin32::WndProcWindow is active
  360. 00:57:08 T:6380 DEBUG: CWinEventsWin32::WndProc: window move event
  361. 00:57:08 T:6380 DEBUG: CWinEventsWin32::WndProc: window resize event
  362. 00:57:08 T:6380 DEBUG: CRenderSystemDX::InitRenderSystem - trying D3D9Ex...
  363. 00:57:08 T:6380 DEBUG: CRenderSystemDX::InitRenderSystem - using D3D9Ex
  364. 00:57:08 T:6380 DEBUG: CRenderSystemDX::CreateDevice on adapter 0
  365. 00:57:08 T:6380 DEBUG: CRenderSystemDX::CreateDevice - using hardware vertex processing
  366. 00:57:08 T:7112 DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
  367. 00:57:08 T:6380 DEBUG: CRenderSystemDX::CreateDevice - adapter 0: nvd3dum.dll, NVIDIA GeForce GT 230M , VendorId 4318, DeviceId 2600
  368. 00:57:08 T:6380 DEBUG: CRenderSystemDX::CreateDevice - using D3DCAPS2_DYNAMICTEXTURES
  369. 00:57:08 T:6380 DEBUG: CRenderSystemDX::CreateDevice - texture caps: 0x0001ECC5
  370. 00:57:08 T:6380 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
  371. 00:57:08 T:6380 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_NPOT
  372. 00:57:08 T:6380 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT_NPOT
  373. 00:57:08 T:6380 DEBUG: CRenderSystemDX::CreateDevice - nVidia workaround - disabling RENDER_CAPS_DXT_NPOT
  374. 00:57:08 T:6380 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  375. 00:57:08 T:6380 INFO: load default splash image: C:\Program Files (x86)\Kodi\media\Splash.png
  376. 00:57:08 T:6380 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib.dll)
  377. 00:57:08 T:6380 INFO: load keymapping
  378. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  379. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  380. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
  381. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
  382. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
  383. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
  384. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
  385. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
  386. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
  387. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.Nintendo.Wii.U.Pro.Controller.xml
  388. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
  389. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
  390. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
  391. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  392. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  393. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/remote.xml
  394. 00:57:08 T:6380 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  395. 00:57:08 T:6380 INFO: Loading special://xbmc/system/IRSSmap.xml
  396. 00:57:08 T:6380 INFO: * Adding remote mapping for device 'Microsoft MCE'
  397. 00:57:08 T:6380 INFO: * Adding remote mapping for device 'Abstract'
  398. 00:57:08 T:6380 DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
  399. 00:57:08 T:6380 INFO: GUI format 1162x656, Display Windowed
  400. 00:57:08 T:6380 DEBUG: guilib: Fill viewport on change for solving rendering passes
  401. 00:57:08 T:6380 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcurl.dll)
  402. 00:57:08 T:6380 NOTICE: Running database version Addons16
  403. 00:57:08 T:6380 DEBUG: CDatabaseManager::Initialize, updating databases...
  404. 00:57:08 T:6380 NOTICE: Running database version ViewModes6
  405. 00:57:08 T:6380 NOTICE: Running database version Textures13
  406. 00:57:09 T:6380 NOTICE: Running database version MyMusic48
  407. 00:57:09 T:6380 NOTICE: Running database version MyVideos90
  408. 00:57:09 T:6380 NOTICE: Running database version TV26
  409. 00:57:09 T:6380 NOTICE: Running database version Epg8
  410. 00:57:09 T:6380 DEBUG: CDatabaseManager::Initialize, updating databases... DONE
  411. 00:57:09 T:6380 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
  412. 00:57:09 T:7112 DEBUG: CRemoteControl::Connect - failed to connect
  413. 00:57:09 T:7112 INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
  414. 00:57:09 T:6380 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  415. 00:57:09 T:6380 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  416. 00:57:09 T:6380 INFO: Unloading old skin ...
  417. 00:57:09 T:6380 INFO: load skin from: C:\Program Files (x86)\Kodi\addons\skin.confluence (version: 2.5.9)
  418. 00:57:09 T:6380 INFO: load fonts for skin...
  419. 00:57:09 T:6380 INFO: Loading fonts from C:\Program Files (x86)\Kodi\addons\skin.confluence\720p\Font.xml
  420. 00:57:09 T:6380 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\Kodi\addons\skin.confluence\language\English\strings.po
  421. 00:57:09 T:6380 DEBUG: POParser: loaded 149 strings from file C:\Program Files (x86)\Kodi\addons\skin.confluence\language\English\strings.po
  422. 00:57:09 T:6380 INFO: Loading skin includes from C:\Program Files (x86)\Kodi\addons\skin.confluence\720p\includes.xml
  423. 00:57:09 T:6380 INFO: load new skin...
  424. 00:57:09 T:6380 INFO: Loading user windows, path C:\Program Files (x86)\Kodi\addons\skin.confluence\720p
  425. 00:57:09 T:6380 DEBUG: Load Skin XML: 3.51ms
  426. 00:57:09 T:6380 INFO: initialize new skin...
  427. 00:57:09 T:6380 DEBUG: guilib: Fill viewport on change for solving rendering passes
  428. 00:57:09 T:6380 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  429. 00:57:09 T:6380 DEBUG: CTextureBundleXBT::OpenBundle - Opened bundle C:\Program Files (x86)\Kodi\addons\skin.confluence\media\Textures.xbt
  430. 00:57:09 T:6380 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  431. 00:57:09 T:6380 INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
  432. 00:57:09 T:6380 INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
  433. 00:57:09 T:6380 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  434. 00:57:09 T:6380 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  435. 00:57:09 T:6380 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  436. 00:57:09 T:6380 INFO: skin loaded...
  437. 00:57:09 T:6380 DEBUG: JSONRPC: JSON schema type broadcastnext references an unknown type PVR.Details.Broadcast
  438. 00:57:09 T:6380 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
  439. 00:57:09 T:6380 INFO: JSONRPC: Adding type "PVR.Details.Channel" to list of incomplete definitions (waiting for "PVR.Details.Broadcast")
  440. 00:57:09 T:6380 DEBUG: JSONRPC: JSON schema type references an unknown type PVR.Details.Channel
  441. 00:57:09 T:6380 DEBUG: Invalid item definition in "items" for type channels
  442. 00:57:09 T:6380 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
  443. 00:57:09 T:6380 INFO: JSONRPC: Adding type "PVR.Details.ChannelGroup.Extended" to list of incomplete definitions (waiting for "PVR.Details.Channel")
  444. 00:57:09 T:6380 INFO: JSONRPC: Resolving incomplete types/methods referencing PVR.Details.Broadcast
  445. 00:57:09 T:6380 INFO: JSONRPC: Resolving incomplete types/methods referencing PVR.Details.Channel
  446. 00:57:09 T:6380 DEBUG: JSONRPC: JSON schema type stereoscopicmode references an unknown type GUI.Stereoscopy.Mode
  447. 00:57:09 T:6380 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
  448. 00:57:09 T:6380 INFO: JSONRPC: Adding type "GUI.Property.Value" to list of incomplete definitions (waiting for "GUI.Stereoscopy.Mode")
  449. 00:57:09 T:6380 INFO: JSONRPC: Resolving incomplete types/methods referencing GUI.Stereoscopy.Mode
  450. 00:57:09 T:6380 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  451. 00:57:09 T:6380 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  452. 00:57:09 T:6380 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  453. 00:57:09 T:6380 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  454. 00:57:09 T:6380 INFO: JSONRPC v6.21.2: Successfully initialized
  455. 00:57:09 T:6380 DEBUG: ADDON: Starting service addons.
  456. 00:57:09 T:7028 NOTICE: Thread LanguageInvoker start, auto delete: false
  457. 00:57:09 T:7028 NOTICE: Previous line repeats 1 times.
  458. 00:57:09 T:7028 INFO: initializing python engine.
  459. 00:57:09 T:6380 INFO: Previous line repeats 1 times.
  460. 00:57:09 T:6380 DEBUG: Activating window ID: 12999
  461. 00:57:09 T:6380 DEBUG: ------ Window Init (Startup.xml) ------
  462. 00:57:09 T:6380 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  463. 00:57:09 T:5328 NOTICE: Thread LanguageInvoker start, auto delete: false
  464. 00:57:09 T:5328 NOTICE: Previous line repeats 1 times.
  465. 00:57:09 T:5328 INFO: initializing python engine.
  466. 00:57:09 T:3120 INFO: Previous line repeats 1 times.
  467. 00:57:09 T:3120 NOTICE: Thread LanguageInvoker start, auto delete: false
  468. 00:57:09 T:3120 INFO: initializing python engine.
  469. 00:57:09 T:6380 INFO: removing tempfiles
  470. 00:57:09 T:6380 DEBUG: ADDON: Starting service addons.
  471. 00:57:09 T:6380 NOTICE: initialize done
  472. 00:57:09 T:5652 NOTICE: Thread LanguageInvoker start, auto delete: false
  473. 00:57:09 T:5652 INFO: initializing python engine.
  474. 00:57:09 T:6380 NOTICE: Running the application...
  475. 00:57:09 T:6380 DEBUG: Activating window ID: 10000
  476. 00:57:09 T:7028 DEBUG: CPythonInvoker(0, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): start processing
  477. 00:57:09 T:6380 DEBUG: ------ Window Init () ------
  478. 00:57:09 T:6508 DEBUG: CPythonInvoker(1, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): start processing
  479. 00:57:09 T:5328 DEBUG: CPythonInvoker(4, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): start processing
  480. 00:57:09 T:3120 DEBUG: CPythonInvoker(3, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): start processing
  481. 00:57:09 T:5652 DEBUG: CPythonInvoker(5, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): start processing
  482. 00:57:09 T:4204 DEBUG: CPythonInvoker(2, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): start processing
  483. 00:57:09 T:6380 DEBUG: ------ Window Deinit (Startup.xml) ------
  484. 00:57:09 T:6380 DEBUG: ------ Window Init (Home.xml) ------
  485. 00:57:09 T:6380 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  486. 00:57:09 T:7028 NOTICE: -->Python Interpreter Initialized<--
  487. 00:57:09 T:7028 DEBUG: CPythonInvoker(0, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): the source file to load is "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py"
  488. 00:57:09 T:7028 DEBUG: CPythonInvoker(0, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): setting the Python path to C:\Users\Deathbringer\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
  489. 00:57:09 T:7028 DEBUG: CPythonInvoker(0, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): entering source directory C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck
  490. 00:57:09 T:7028 DEBUG: CPythonInvoker(0, C:\Users\Deathbringer\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
  491. 00:57:09 T:5360 NOTICE: Thread JobWorker start, auto delete: true
  492. 00:57:09 T:5360 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  493. 00:57:09 T:5360 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
  494. 00:57:09 T:6508 NOTICE: -->Python Interpreter Initialized<--
  495. 00:57:09 T:6508 DEBUG: CPythonInvoker(1, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): the source file to load is "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py"
  496. 00:57:09 T:5328 NOTICE: -->Python Interpreter Initialized<--
  497. 00:57:09 T:5328 DEBUG: CPythonInvoker(4, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): the source file to load is "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py"
  498. 00:57:09 T:3120 NOTICE: -->Python Interpreter Initialized<--
  499. 00:57:09 T:3120 DEBUG: CPythonInvoker(3, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): the source file to load is "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py"
  500. 00:57:09 T:5652 NOTICE: -->Python Interpreter Initialized<--
  501. 00:57:09 T:5652 DEBUG: CPythonInvoker(5, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): the source file to load is "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py"
  502. 00:57:09 T:4204 NOTICE: -->Python Interpreter Initialized<--
  503. 00:57:09 T:4204 DEBUG: CPythonInvoker(2, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): the source file to load is "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py"
  504. 00:57:09 T:6508 DEBUG: CPythonInvoker(1, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): setting the Python path to C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.skin.widgets;C:\Users\Deathbringer\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
  505. 00:57:09 T:6508 DEBUG: CPythonInvoker(1, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): entering source directory C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.skin.widgets
  506. 00:57:09 T:5328 DEBUG: CPythonInvoker(4, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): setting the Python path to C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.tv.show.next.aired;C:\Users\Deathbringer\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
  507. 00:57:09 T:5328 DEBUG: CPythonInvoker(4, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): entering source directory C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.tv.show.next.aired
  508. 00:57:09 T:3120 DEBUG: CPythonInvoker(3, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): setting the Python path to C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.library.data.provider;C:\Users\Deathbringer\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
  509. 00:57:09 T:3120 DEBUG: CPythonInvoker(3, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): entering source directory C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.library.data.provider
  510. 00:57:09 T:6508 DEBUG: CPythonInvoker(1, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): instantiating addon using automatically obtained id of "service.skin.widgets" dependent on version 2.1.0 of the xbmc.python api
  511. 00:57:09 T:5652 DEBUG: CPythonInvoker(5, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): setting the Python path to C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.common.plugin.cache;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
  512. 00:57:09 T:5652 DEBUG: CPythonInvoker(5, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): entering source directory C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.common.plugin.cache
  513. 00:57:09 T:5328 DEBUG: CPythonInvoker(4, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): instantiating addon using automatically obtained id of "script.tv.show.next.aired" dependent on version 2.1.0 of the xbmc.python api
  514. 00:57:09 T:3120 DEBUG: CPythonInvoker(3, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): instantiating addon using automatically obtained id of "service.library.data.provider" dependent on version 2.1.0 of the xbmc.python api
  515. 00:57:09 T:4204 DEBUG: CPythonInvoker(2, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): setting the Python path to C:\Users\Deathbringer\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
  516. 00:57:09 T:4204 DEBUG: CPythonInvoker(2, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): entering source directory C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.grab.fanart
  517. 00:57:09 T:5652 DEBUG: CPythonInvoker(5, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): instantiating addon using automatically obtained id of "script.common.plugin.cache" dependent on version 2.1.0 of the xbmc.python api
  518. 00:57:09 T:4204 DEBUG: CPythonInvoker(2, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): instantiating addon using automatically obtained id of "script.grab.fanart" dependent on version 2.1.0 of the xbmc.python api
  519. 00:57:09 T:5328 DEBUG: POParser: loaded 42 strings from file C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\resources\language\English\strings.po
  520. 00:57:09 T:7028 DEBUG: Version Check: Version 0.3.2 started
  521. 00:57:09 T:5652 NOTICE: StorageServer Module loaded RUN
  522. 00:57:09 T:5652 NOTICE: StorageClient-2.5.4 Starting server
  523. 00:57:10 T:4204 NOTICE: script.grab.fanart: Grab Fanart Service Started
  524. 00:57:10 T:6508 DEBUG: Skin Widgets: script version 0.0.29 started
  525. 00:57:10 T:6380 DEBUG: no profile autoexec.py (C:\Users\Deathbringer\AppData\Roaming\Kodi\userdata\autoexec.py) found, skipping
  526. 00:57:10 T:4204 DEBUG: script.grab.fanart: media type is: random
  527. 00:57:10 T:6380 DEBUG: CNetwork::NetworkMessage - Starting network services
  528. 00:57:10 T:6380 NOTICE: Webserver: Starting...
  529. 00:57:10 T:5328 DEBUG: script.tv.show.next.aired: ### params: {'service': 'true'}
  530. 00:57:10 T:5328 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.13)
  531. 00:57:10 T:3120 DEBUG: Library Data Provider: service version 0.0.7 started
  532. 00:57:10 T:6380 NOTICE: WebServer: Started the webserver
  533. 00:57:10 T:6380 NOTICE: ES: Starting event server
  534. 00:57:10 T:2192 NOTICE: Thread EventServer start, auto delete: false
  535. 00:57:10 T:6380 INFO: JSONRPC Server: Unable to bind to bluetooth socket
  536. 00:57:10 T:2192 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  537. 00:57:10 T:6380 INFO: JSONRPC Server: Successfully initialized
  538. 00:57:10 T:6552 NOTICE: Thread TCPServer start, auto delete: false
  539. 00:57:10 T:2192 NOTICE: UDP: Listening on port 9777
  540. 00:57:11 T:5328 DEBUG: CVideoDatabase::RunQuery took 585 ms for 17 items query: SELECT * FROM tvshowview
  541. 00:57:11 T:6508 DEBUG: CVideoDatabase::RunQuery took 926 ms for 378 items query: select * from movieview WHERE ((movieview.playCount IS NULL OR movieview.playCount < 1))
  542. 00:57:11 T:4204 DEBUG: CVideoDatabase::RunQuery took 1039 ms for 534 items query: select * from movieview
  543. 00:57:11 T:3120 DEBUG: CVideoDatabase::RunQuery took 990 ms for 378 items query: select * from movieview WHERE ((movieview.playCount IS NULL OR movieview.playCount < 1))
  544. 00:57:14 T:6508 DEBUG: CVideoDatabase::RunQuery took 646 ms for 299 items query: select * from episodeview WHERE ((episodeview.playCount IS NULL OR episodeview.playCount < 1))
  545. 00:57:14 T:6380 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  546. 00:57:14 T:6380 DEBUG: CApplication::OnKey: right (0xf083) pressed, action is Right
  547. 00:57:14 T:3120 DEBUG: CVideoDatabase::RunQuery took 739 ms for 299 items query: select * from episodeview WHERE ((episodeview.playCount IS NULL OR episodeview.playCount < 1))
  548. 00:57:14 T:7028 INFO: CPythonInvoker(0, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): script successfully run
  549. 00:57:14 T:7028 INFO: Python script stopped
  550. 00:57:14 T:7028 DEBUG: Thread LanguageInvoker 7028 terminating
  551. 00:57:15 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  552. 00:57:15 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  553. 00:57:15 T:6380 DEBUG: Activating window ID: 10025
  554. 00:57:16 T:6380 DEBUG: ------ Window Deinit (Home.xml) ------
  555. 00:57:16 T:6380 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  556. 00:57:16 T:6380 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
  557. 00:57:16 T:6380 DEBUG: CGUIMediaWindow::GetDirectory (videodb://movies/titles/)
  558. 00:57:16 T:6380 DEBUG: ParentPath = [videodb://movies/titles/]
  559. 00:57:16 T:4204 DEBUG: script.grab.fanart: found 533 movies files
  560. 00:57:16 T:5360 DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
  561. 00:57:16 T:6380 DEBUG: CVideoDatabase::RunQuery took 616 ms for 534 items query: select * from movieview
  562. 00:57:16 T:4204 DEBUG: CVideoDatabase::RunQuery took 295 ms for 17 items query: SELECT * FROM tvshowview
  563. 00:57:16 T:2912 NOTICE: Thread BackgroundLoader start, auto delete: false
  564. 00:57:17 T:4204 DEBUG: script.grab.fanart: found 17 tv files
  565. 00:57:17 T:4204 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  566. 00:57:17 T:3120 DEBUG: CMusicDatabase::GetSongsByWhere query = SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
  567. 00:57:17 T:6508 DEBUG: CVideoDatabase::RunQuery took 43 ms for 0 items query: select * from musicvideoview
  568. 00:57:17 T:6508 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
  569. 00:57:17 T:4204 DEBUG: Time to retrieve artists from dataset = 751
  570. 00:57:18 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  571. 00:57:18 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  572. 00:57:18 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  573. 00:57:18 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  574. 00:57:19 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  575. 00:57:19 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  576. 00:57:19 T:5128 NOTICE: Thread JobWorker start, auto delete: true
  577. 00:57:19 T:5128 DEBUG: CImageLoader::DoWork - took 102 ms to load special://masterprofile/Thumbnails/6/6d85c359.jpg
  578. 00:57:19 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  579. 00:57:19 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  580. 00:57:19 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  581. 00:57:19 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  582. 00:57:21 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  583. 00:57:21 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  584. 00:57:21 T:6380 DEBUG: ------ Window Init (DialogVideoInfo.xml) ------
  585. 00:57:21 T:6380 INFO: Loading skin file: DialogVideoInfo.xml, load type: KEEP_IN_MEMORY
  586. 00:57:22 T:3120 DEBUG: CMusicDatabase::GetSongsByWhere() - took 5061 ms
  587. 00:57:23 T:3120 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
  588. 00:57:23 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  589. 00:57:23 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  590. 00:57:23 T:6380 DEBUG: ------ Window Deinit (DialogVideoInfo.xml) ------
  591. 00:57:23 T:6380 DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
  592. 00:57:23 T:6380 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
  593. 00:57:23 T:2912 DEBUG: Thread BackgroundLoader 2912 terminating
  594. 00:57:23 T:6380 DEBUG: Loading settings for smb://NASCC2EFE/Multimedia/Bluray/47 Ronin/47 Ronin.3D.mkv
  595. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers(smb://NASCC2EFE/Multimedia/Bluray/47 Ronin/47 Ronin.3D.mkv)
  596. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
  597. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: un-named
  598. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  599. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  600. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
  601. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/mms/udp
  602. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  603. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
  604. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  605. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  606. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  607. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  608. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  609. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  610. 00:57:24 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
  611. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  612. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
  613. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  614. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: MPC-HC (4)
  615. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: ZoomPlayer (5)
  616. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: ZoomPlayerBatch (6)
  617. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: StereoscopicPlayerBatch (7)
  618. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  619. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
  620. 00:57:24 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: added 5 players
  621. 00:57:24 T:6380 NOTICE: DVDPlayer: Opening: smb://NASCC2EFE/Multimedia/Bluray/47 Ronin/47 Ronin.3D.mkv
  622. 00:57:24 T:6380 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  623. 00:57:24 T:6380 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  624. 00:57:24 T:5632 NOTICE: Thread DVDPlayer start, auto delete: false
  625. 00:57:24 T:5632 NOTICE: Creating InputStream
  626. 00:57:24 T:5632 DEBUG: CUtil::ScanForExternalSubtitles: Searching for subtitles...
  627. 00:57:24 T:5632 DEBUG: CUtil::ScanForExternalSubtitles: END (total time: 148 ms)
  628. 00:57:24 T:5632 NOTICE: Creating Demuxer
  629. 00:57:24 T:5632 DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [matroska,webm]
  630. 00:57:24 T:5632 DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
  631. 00:57:24 T:5632 ERROR: ffmpeg[1600]: [h264] sps_id 1 out of range
  632. 00:57:24 T:6380 DEBUG: ------ Window Init (DialogBusy.xml) ------
  633. 00:57:24 T:5632 DEBUG: ffmpeg[1600]: [matroska,webm] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle): unspecified size
  634. 00:57:24 T:5632 DEBUG: ffmpeg[1600]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  635. 00:57:24 T:5632 DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
  636. 00:57:24 T:5632 INFO: ffmpeg[1600]: Input #0, matroska,webm, from 'smb://NASCC2EFE/Multimedia/Bluray/47 Ronin/47 Ronin.3D.mkv':
  637. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  638. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : 47 Ronin 3D
  639. 00:57:24 T:5632 INFO: ffmpeg[1600]: encoder : libmakemkv v1.9.0 (1.3.0/1.4.1) win(x64-release)
  640. 00:57:24 T:5632 INFO: ffmpeg[1600]: creation_time : 2015-01-14 10:00:21
  641. 00:57:24 T:5632 INFO: ffmpeg[1600]: Duration: 01:58:43.20, start: 0.000000, bitrate: 39153 kb/s
  642. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.0: start 0.000000, end 267.558958
  643. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  644. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 01
  645. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.1: start 267.558958, end 672.088083
  646. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  647. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 02
  648. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.2: start 672.088083, end 987.820167
  649. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  650. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 03
  651. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.3: start 987.820167, end 1211.835625
  652. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  653. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 04
  654. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.4: start 1211.835625, end 1612.319042
  655. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  656. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 05
  657. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.5: start 1612.319042, end 1862.944417
  658. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  659. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 06
  660. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.6: start 1862.944417, end 2170.626792
  661. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  662. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 07
  663. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.7: start 2170.626792, end 2616.614000
  664. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  665. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 08
  666. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.8: start 2616.614000, end 3014.511500
  667. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  668. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 09
  669. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.9: start 3014.511500, end 3299.421125
  670. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  671. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 10
  672. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.10: start 3299.421125, end 3594.048792
  673. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  674. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 11
  675. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.11: start 3594.048792, end 4197.735208
  676. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  677. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 12
  678. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.12: start 4197.735208, end 4439.017917
  679. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  680. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 13
  681. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.13: start 4439.017917, end 4752.247500
  682. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  683. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 14
  684. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.14: start 4752.247500, end 5057.385667
  685. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  686. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 15
  687. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.15: start 5057.385667, end 5580.825250
  688. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  689. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 16
  690. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.16: start 5580.825250, end 5935.554625
  691. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  692. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 17
  693. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.17: start 5935.554625, end 6281.608667
  694. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  695. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 18
  696. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.18: start 6281.608667, end 6518.303458
  697. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  698. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 19
  699. 00:57:24 T:5632 INFO: ffmpeg[1600]: Chapter #0.19: start 6518.303458, end 7123.199417
  700. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  701. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Chapter 20
  702. 00:57:24 T:5632 INFO: ffmpeg[1600]: Stream #0:0(eng): Video: h264 (High), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
  703. 00:57:24 T:5632 INFO: ffmpeg[1600]: Stream #0:1(eng): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), fltp, 1536 kb/s (default)
  704. 00:57:24 T:5632 INFO: ffmpeg[1600]: Stream #0:2(ger): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 768 kb/s
  705. 00:57:24 T:5632 INFO: ffmpeg[1600]: Stream #0:3(ger): Subtitle: hdmv_pgs_subtitle
  706. 00:57:24 T:5632 INFO: ffmpeg[1600]: Metadata:
  707. 00:57:24 T:5632 INFO: ffmpeg[1600]: title : Ger forced
  708. 00:57:24 T:5632 DEBUG: CDVDDemuxFFmpeg::AddStream(0, ...) -> 0
  709. 00:57:24 T:5632 DEBUG: CDVDDemuxFFmpeg::AddStream(1, ...) -> 1
  710. 00:57:24 T:5632 DEBUG: CDVDDemuxFFmpeg::AddStream(2, ...) -> 2
  711. 00:57:24 T:5632 DEBUG: CDVDDemuxFFmpeg::AddStream(3, ...) -> 3
  712. 00:57:24 T:5632 NOTICE: Opening stream: 0 source: 256
  713. 00:57:24 T:5632 NOTICE: Creating video codec with codec id: 28
  714. 00:57:24 T:5632 DEBUG: CDVDFactoryCodec: compiled in hardware support: AMCodec:no MediaCodec:no DXVA:yes iMXVPU:no
  715. 00:57:24 T:5632 DEBUG: FactoryCodec - Video: - Opening
  716. 00:57:24 T:5632 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
  717. 00:57:24 T:5632 DEBUG: FactoryCodec - Video: ff-h264 - Opened
  718. 00:57:24 T:5632 NOTICE: Creating video thread
  719. 00:57:24 T:4968 NOTICE: Thread RefClock start, auto delete: false
  720. 00:57:24 T:4968 DEBUG: CVideoSyncD3D: Setting up Direct3d
  721. 00:57:24 T:6892 NOTICE: Thread DVDPlayerVideo start, auto delete: false
  722. 00:57:24 T:5632 NOTICE: Opening stream: 1 source: 256
  723. 00:57:24 T:6892 NOTICE: running thread: video_thread
  724. 00:57:24 T:5632 NOTICE: Finding audio codec for: 86020
  725. 00:57:24 T:5632 DEBUG: FactoryCodec - Audio: passthrough - Opening
  726. 00:57:24 T:5632 DEBUG: FactoryCodec - Audio: passthrough - Failed
  727. 00:57:24 T:5632 DEBUG: FactoryCodec - Audio: FFmpeg - Opening
  728. 00:57:24 T:5632 DEBUG: FactoryCodec - Audio: FFmpeg - Opened
  729. 00:57:24 T:5632 NOTICE: Creating audio thread
  730. 00:57:24 T:6892 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  731. 00:57:24 T:5632 NOTICE: Opening stream: 3 source: 256
  732. 00:57:24 T:6492 NOTICE: Thread DVDPlayerAudio start, auto delete: false
  733. 00:57:24 T:5632 DEBUG: FactoryCodec - Overlay: FFmpeg Subtitle Decoder - Opening
  734. 00:57:24 T:6492 NOTICE: running thread: CDVDPlayerAudio::Process()
  735. 00:57:24 T:6492 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
  736. 00:57:24 T:5632 DEBUG: FactoryCodec - Overlay: FFmpeg Subtitle Decoder - Opened
  737. 00:57:24 T:5632 DEBUG: CEdl::ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: smb://NASCC2EFE/Multimedia/Bluray/47 Ronin/47 Ronin.3D.mkv
  738. 00:57:24 T:5632 DEBUG: CApplication::OnPlayBackStarted: play state was 1, starting 1
  739. 00:57:24 T:5632 DEBUG: CDVDPlayer::SetCaching - caching state 3
  740. 00:57:24 T:6892 INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
  741. 00:57:24 T:6492 NOTICE: Creating audio stream (codec id: 86020, channels: 6, sample rate: 48000, no pass-through)
  742. 00:57:24 T:6892 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1920x1080)
  743. 00:57:24 T:6892 DEBUG: DXVA - open decoder
  744. 00:57:24 T:6492 DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback
  745. 00:57:24 T:6892 DEBUG: DXVA - supports 'MPEG2 IDCT'
  746. 00:57:24 T:6892 DEBUG: DXVA - supports 'MPEG1/2 VLD'
  747. 00:57:24 T:6892 DEBUG: DXVA - supports 'MPEG2 VLD'
  748. 00:57:24 T:6892 DEBUG: DXVA - supports 6F3EC719-3735-42cc-8063-65cc3cb36616
  749. 00:57:24 T:6892 DEBUG: DXVA - supports 'VC-1 VLD 2010'
  750. 00:57:24 T:6892 DEBUG: DXVA - supports 'VC-1 VLD'
  751. 00:57:24 T:6892 DEBUG: DXVA - supports 'VC-1 IDCT'
  752. 00:57:24 T:6892 DEBUG: DXVA - supports 'Windows Media Video 9 IDCT'
  753. 00:57:24 T:6892 DEBUG: DXVA - supports 32FCFE3F-de46-4a49-861b-ac71110649d5
  754. 00:57:24 T:6892 DEBUG: DXVA - supports D79BE8DA-0cf1-4c81-b82a-69a4e236f43d
  755. 00:57:24 T:6892 DEBUG: DXVA - supports F9AACCBB-c2b6-4cfc-8779-5707b1760552
  756. 00:57:24 T:6892 DEBUG: DXVA - supports 'H.264 VLD, no FGT'
  757. 00:57:24 T:6892 DEBUG: DXVA - supports EFD64D74-c9e8-41d7-a5e9-e9b0e39fa319
  758. 00:57:24 T:6892 DEBUG: DXVA - supports ED418A9F-010d-4eda-9ae3-9a65358d8d2e
  759. 00:57:24 T:6892 DEBUG: DXVA - supports 9947EC6F-689b-11dc-a320-0019dbbc4184
  760. 00:57:24 T:6892 DEBUG: DXVA - supports B194EB52-19a0-41f0-b754-cc244ac1cb20
  761. 00:57:24 T:6892 DEBUG: DXVA - trying 'H.264 VLD, no FGT'
  762. 00:57:24 T:6892 DEBUG: DXVA - source requires 3 references
  763. 00:57:24 T:6892 DEBUG: DXVA - config 0: bitstream type 1
  764. 00:57:24 T:6892 DEBUG: DXVA - config 1: bitstream type 2
  765. 00:57:24 T:6892 DEBUG: DXVA - allocating 13 surfaces
  766. 00:57:24 T:6196 INFO: CActiveAESink::OpenSink - initialize sink
  767. 00:57:24 T:6196 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  768. 00:57:24 T:6892 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1920x1080)
  769. 00:57:24 T:6892 DEBUG: DXVA - open decoder
  770. 00:57:24 T:6892 DEBUG: DXVA - trying 'H.264 VLD, no FGT'
  771. 00:57:24 T:6892 DEBUG: DXVA - source requires 3 references
  772. 00:57:24 T:6892 DEBUG: DXVA - config 0: bitstream type 1
  773. 00:57:24 T:6892 DEBUG: DXVA - config 1: bitstream type 2
  774. 00:57:24 T:6892 DEBUG: DXVA - allocating 13 surfaces
  775. 00:57:24 T:6196 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:{3C983623-8BC4-474F-87E7-FB9C1227BF81}
  776. 00:57:24 T:4968 DEBUG: CVideoReferenceClock: Detected refreshrate: 60.000 hertz
  777. 00:57:24 T:6196 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 1050134
  778. 00:57:24 T:6380 DEBUG: CApplication::PlayFile: OpenFile succeed, play state 2
  779. 00:57:24 T:6380 DEBUG: CApplication::OnPlayBackStarted: play state was 2, starting 0
  780. 00:57:24 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  781. 00:57:24 T:6196 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  782. 00:57:24 T:6196 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  783. 00:57:24 T:6196 DEBUG: Audio Device : Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  784. 00:57:24 T:6196 DEBUG: Sample Rate : 48000
  785. 00:57:24 T:6196 DEBUG: Sample Format : AE_FMT_FLOAT
  786. 00:57:24 T:6196 DEBUG: Bits Per Sample : 32
  787. 00:57:24 T:6196 DEBUG: Valid Bits/Samp : 32
  788. 00:57:24 T:6196 DEBUG: Channel Count : 2
  789. 00:57:24 T:6196 DEBUG: Block Align : 8
  790. 00:57:24 T:6196 DEBUG: Avg. Bytes Sec : 384000
  791. 00:57:24 T:6196 DEBUG: Samples/Block : 32
  792. 00:57:24 T:6196 DEBUG: Format cBSize : 22
  793. 00:57:24 T:6196 DEBUG: Channel Layout : FL,FR
  794. 00:57:24 T:6196 DEBUG: Channel Mask : 3
  795. 00:57:24 T:6196 DEBUG: Frames : 720
  796. 00:57:24 T:6196 DEBUG: Frame Samples : 1440
  797. 00:57:24 T:6196 DEBUG: Frame Size : 8
  798. 00:57:24 T:6196 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  799. 00:57:24 T:6196 DEBUG: Output Device : Speakers - Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  800. 00:57:24 T:6196 DEBUG: Sample Rate : 48000
  801. 00:57:24 T:6196 DEBUG: Sample Format : AE_FMT_FLOAT
  802. 00:57:24 T:6196 DEBUG: Channel Count : 2
  803. 00:57:24 T:6196 DEBUG: Channel Layout: FL,FR
  804. 00:57:24 T:6196 DEBUG: Frames : 720
  805. 00:57:24 T:6196 DEBUG: Frame Samples : 1440
  806. 00:57:24 T:6196 DEBUG: Frame Size : 8
  807. 00:57:24 T:1788 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  808. 00:57:24 T:6892 DEBUG: Previous line repeats 1 times.
  809. 00:57:24 T:6892 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(42000.000000, 0)
  810. 00:57:24 T:5632 DEBUG: CDVDPlayer::HandleMessages - player started 1
  811. 00:57:24 T:6380 DEBUG: CGUIInfoManager::SetCurrentMovie(smb://NASCC2EFE/Multimedia/Bluray/47 Ronin/47 Ronin.3D.mkv)
  812. 00:57:24 T:6892 DEBUG: DXVA::CDecoder::~CDecoder - destructing decoder, 278125024
  813. 00:57:24 T:6892 DEBUG: DXVA::CSurfaceContext::~CSurfaceContext - destructing surface context
  814. 00:57:24 T:6892 NOTICE: DXVA::CDecoder::Close - closing decoder
  815. 00:57:24 T:6892 NOTICE: fps: 23.976024, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080
  816. 00:57:24 T:6892 DEBUG: CDVDPlayerVideo::OutputPicture - change configuration. 1920x1080. framerate: 23.98. format: DXVA
  817. 00:57:24 T:6892 DEBUG: Resolution 1920x1080@ 60.00 - Full Screen (16) not a very good match for fps 23.976 (weight: 0.166), trying 2:3 cadence
  818. 00:57:24 T:6892 NOTICE: Display resolution ADJUST : 1920x1080@ 60.00 - Full Screen (16) (weight: 0.001)
  819. 00:57:24 T:6892 NOTICE: D3D: rendering method forced to DXVA processor
  820. 00:57:24 T:6892 DEBUG: DXVA::CProcessorHD::OpenProcessor - processor selected 95F4EDF4-6e03-4cd7-be1b-3075d665aa52.
  821. 00:57:24 T:6892 DEBUG: CWinRenderer::SelectRenderMethod: Selected render method 3: DXVA
  822. 00:57:24 T:6892 DEBUG: CXBMCRenderManager::Configure - 6
  823. 00:57:24 T:6892 DEBUG: CVideoReferenceClock: Clock speed 100.100000%
  824. 00:57:24 T:6380 DEBUG: CVideoDatabase::GetMovieId (smb://NASCC2EFE/Multimedia/Bluray/47 Ronin/47 Ronin.3D.mkv), query = select idMovie from movie where idFile=1816
  825. 00:57:24 T:6196 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  826. 00:57:25 T:6380 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
  827. 00:57:25 T:6380 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
  828. 00:57:25 T:6380 DEBUG: Activating window ID: 12005
  829. 00:57:25 T:6380 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  830. 00:57:25 T:6380 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  831. 00:57:25 T:6380 INFO: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
  832. 00:57:25 T:6380 DEBUG: created video buffer 0
  833. 00:57:25 T:6380 DEBUG: created video buffer 1
  834. 00:57:25 T:6380 DEBUG: created video buffer 2
  835. 00:57:25 T:6380 DEBUG: created video buffer 3
  836. 00:57:25 T:6380 DEBUG: created video buffer 4
  837. 00:57:25 T:6380 DEBUG: created video buffer 5
  838. 00:57:25 T:6380 WARNING: CWinRenderer::UpdateVideoFilter - chosen scaling method 0 is not supported by renderer
  839. 00:57:25 T:6380 DEBUG: CWinRenderer::CreateIntermediateRenderTarget: format 22
  840. 00:57:25 T:5632 DEBUG: CDVDPlayer::HandleMessages - player started 2
  841. 00:57:25 T:5632 DEBUG: CDVDPlayer::SetCaching - caching state 0
  842. 00:57:25 T:6492 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(10000.000000, 1)
  843. 00:57:25 T:6492 DEBUG: CDVDPlayerAudio:: synctype set to 1: skip/duplicate
  844. 00:57:25 T:6492 DEBUG: CDVDClock::Discontinuity - CDVDPlayerAudio::HandleSyncError1 - was:-148824.739285, should be:-148823.456278, error:1.283008
  845. 00:57:25 T:6492 ERROR: ffmpeg[195C]: [dca] Overread auxiliary data by 32 bits
  846. 00:57:25 T:6492 ERROR: ffmpeg[195C]: [dca] error decoding block
  847. 00:57:25 T:6492 ERROR: CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet (-1094995529)
  848. 00:57:25 T:6492 DEBUG: CDVDPlayerAudio::Process - Decode Error
  849. 00:57:25 T:6380 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  850. 00:57:26 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  851. 00:57:27 T:4204 DEBUG: script.grab.fanart: found 237 music files
  852. 00:57:27 T:6508 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 9938 ms
  853. 00:57:27 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  854. 00:57:27 T:6492 DEBUG: CDVDPlayerAudio:: Dropping packet of 10 ms
  855. 00:57:27 T:6508 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  856. 00:57:28 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  857. 00:57:28 T:6508 DEBUG: Time to retrieve artists from dataset = 520
  858. 00:57:28 T:6508 DEBUG: CMusicDatabase::GetSongsByWhere query = SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
  859. 00:57:29 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  860. 00:57:29 T:6892 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  861. 00:57:29 T:6492 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
  862. 00:57:29 T:6492 DEBUG: CDVDPlayerAudio:: Dropping packet of 10 ms
  863. 00:57:30 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  864. 00:57:30 T:6892 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33, frameduration: 41708.333333
  865. 00:57:30 T:3120 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 7596 ms
  866. 00:57:31 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  867. 00:57:32 T:3120 DEBUG: CVideoDatabase::RunQuery took 672 ms for 378 items query: select * from movieview WHERE ((movieview.playCount IS NULL OR movieview.playCount = 0))
  868. 00:57:32 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  869. 00:57:32 T:6508 DEBUG: CMusicDatabase::GetSongsByWhere() - took 3357 ms
  870. 00:57:33 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  871. 00:57:33 T:6508 DEBUG: Skin Widgets: Total time needed to request random queries: 0:00:22.908000
  872. 00:57:33 T:6508 DEBUG: CVideoDatabase::RunQuery took 165 ms for 5 items query: select * from movieview WHERE (movieview.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  873. 00:57:33 T:3120 DEBUG: CVideoDatabase::RunQuery took 481 ms for 299 items query: select * from episodeview WHERE ((episodeview.playCount IS NULL OR episodeview.playCount < 1))
  874. 00:57:34 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  875. 00:57:34 T:6508 DEBUG: CVideoDatabase::RunQuery took 375 ms for 3 items query: SELECT * FROM tvshowview WHERE ( ((tvshowview.watchedcount > 0 AND tvshowview.watchedcount < tvshowview.totalCount) OR (tvshowview.watchedcount = 0 AND EXISTS (SELECT 1 FROM episodeview WHERE episodeview.idShow = tvshowview.idShow AND episodeview.resumeTimeInSeconds > 0))))
  876. 00:57:35 T:6508 DEBUG: CVideoDatabase::RunQuery took 54 ms for 9 items query: select * from episodeview WHERE (episodeview.idShow = 33) AND (((episodeview.playCount IS NULL OR episodeview.playCount = 0)))
  877. 00:57:35 T:6508 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  878. 00:57:35 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  879. 00:57:35 T:6508 DEBUG: CVideoDatabase::RunQuery took 33 ms for 10 items query: select * from episodeview WHERE (episodeview.idShow = 12) AND (((episodeview.playCount IS NULL OR episodeview.playCount = 0)))
  880. 00:57:35 T:6508 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  881. 00:57:35 T:3120 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
  882. 00:57:35 T:6508 DEBUG: CVideoDatabase::RunQuery took 133 ms for 91 items query: select * from episodeview WHERE (episodeview.idShow = 5) AND (((episodeview.playCount IS NULL OR episodeview.playCount = 0)))
  883. 00:57:35 T:6508 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  884. 00:57:36 T:6508 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
  885. 00:57:36 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  886. 00:57:37 T:6492 ERROR: Previous line repeats 1 times.
  887. 00:57:37 T:6492 DEBUG: CDVDPlayerAudio:: Dropping packet of 10 ms
  888. 00:57:38 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  889. 00:57:39 T:6380 ERROR: Previous line repeats 1 times.
  890. 00:57:39 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  891. 00:57:39 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is OSD
  892. 00:57:39 T:6380 DEBUG: ------ Window Init (VideoOSD.xml) ------
  893. 00:57:39 T:6380 INFO: Loading skin file: VideoOSD.xml, load type: KEEP_IN_MEMORY
  894. 00:57:40 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  895. 00:57:40 T:6380 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  896. 00:57:40 T:6380 DEBUG: CApplication::OnKey: right (0xf083) pressed, action is Right
  897. 00:57:41 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  898. 00:57:41 T:3120 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 6405 ms
  899. 00:57:41 T:3120 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 36
  900. 00:57:42 T:6892 ERROR: ffmpeg[1AEC]: [h264] sps_id 1 out of range
  901. 00:57:42 T:6508 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 6430 ms
  902. 00:57:42 T:3120 DEBUG: CVideoDatabase::RunQuery took 182 ms for 5 items query: select * from movieview WHERE (movieview.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  903. 00:57:42 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  904. 00:57:42 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  905. 00:57:42 T:6380 NOTICE: CDVDPlayer::CloseFile()
  906. 00:57:42 T:6380 NOTICE: DVDPlayer: waiting for threads to exit
  907. 00:57:42 T:5632 NOTICE: CDVDPlayer::OnExit()
  908. 00:57:42 T:5632 NOTICE: Closing stream player 1
  909. 00:57:42 T:5632 NOTICE: Waiting for audio thread to exit
  910. 00:57:42 T:6492 NOTICE: thread end: CDVDPlayerAudio::OnExit()
  911. 00:57:42 T:5632 NOTICE: Closing audio device
  912. 00:57:42 T:6492 DEBUG: Thread DVDPlayerAudio 6492 terminating
  913. 00:57:42 T:1788 DEBUG: CActiveAE::DiscardStream - audio stream deleted
  914. 00:57:42 T:1788 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  915. 00:57:42 T:5632 NOTICE: Deleting audio codec
  916. 00:57:42 T:5632 DEBUG: CVideoReferenceClock: Clock speed 100.000000%
  917. 00:57:42 T:5632 NOTICE: Closing stream player 2
  918. 00:57:42 T:5632 NOTICE: waiting for video thread to exit
  919. 00:57:42 T:1788 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  920. 00:57:42 T:6508 DEBUG: CVideoDatabase::RunQuery took 5 ms for 0 items query: select * from musicvideoview
  921. 00:57:42 T:6196 INFO: CActiveAESink::OpenSink - initialize sink
  922. 00:57:42 T:6196 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  923. 00:57:42 T:6508 DEBUG: Skin Widgets: Total time needed to request recommended queries: 0:00:09.325000
  924. 00:57:42 T:6892 NOTICE: thread end: video_thread
  925. 00:57:42 T:6892 DEBUG: Thread DVDPlayerVideo 6892 terminating
  926. 00:57:42 T:5632 NOTICE: deleting video codec
  927. 00:57:42 T:5632 DEBUG: DXVA::CDecoder::~CDecoder - destructing decoder, 278412256
  928. 00:57:42 T:5632 NOTICE: DXVA::CDecoder::Close - closing decoder
  929. 00:57:42 T:5632 NOTICE: DXVA::Close - closing decoder context
  930. 00:57:42 T:5632 NOTICE: Closing stream player 3
  931. 00:57:42 T:5632 DEBUG: CApplication::OnPlayBackStopped: play state was 2, starting 0
  932. 00:57:42 T:5632 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
  933. 00:57:42 T:5632 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
  934. 00:57:42 T:5632 DEBUG: Thread DVDPlayer 5632 terminating
  935. 00:57:42 T:6380 NOTICE: DVDPlayer: finished waiting
  936. 00:57:42 T:6196 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:{3C983623-8BC4-474F-87E7-FB9C1227BF81}
  937. 00:57:42 T:6380 DEBUG: DXVA::CSurfaceContext::~CSurfaceContext - destructing surface context
  938. 00:57:42 T:6380 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  939. 00:57:42 T:6380 DEBUG: ------ Window Deinit (VideoOSD.xml) ------
  940. 00:57:42 T:6380 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  941. 00:57:42 T:6196 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 1050134
  942. 00:57:42 T:6196 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  943. 00:57:42 T:6196 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  944. 00:57:42 T:6196 DEBUG: Audio Device : Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  945. 00:57:42 T:6196 DEBUG: Sample Rate : 44100
  946. 00:57:42 T:6196 DEBUG: Sample Format : AE_FMT_FLOAT
  947. 00:57:42 T:6196 DEBUG: Bits Per Sample : 32
  948. 00:57:42 T:6196 DEBUG: Valid Bits/Samp : 32
  949. 00:57:42 T:6196 DEBUG: Channel Count : 2
  950. 00:57:42 T:6196 DEBUG: Block Align : 8
  951. 00:57:42 T:6196 DEBUG: Avg. Bytes Sec : 352800
  952. 00:57:42 T:6196 DEBUG: Samples/Block : 32
  953. 00:57:42 T:6196 DEBUG: Format cBSize : 22
  954. 00:57:42 T:6196 DEBUG: Channel Layout : FL,FR
  955. 00:57:42 T:6196 DEBUG: Channel Mask : 3
  956. 00:57:42 T:6196 DEBUG: Frames : 661
  957. 00:57:42 T:6196 DEBUG: Frame Samples : 1322
  958. 00:57:42 T:6196 DEBUG: Frame Size : 8
  959. 00:57:42 T:6196 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  960. 00:57:42 T:6196 DEBUG: Output Device : Speakers - Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  961. 00:57:42 T:6196 DEBUG: Sample Rate : 44100
  962. 00:57:42 T:6196 DEBUG: Sample Format : AE_FMT_FLOAT
  963. 00:57:42 T:6196 DEBUG: Channel Count : 2
  964. 00:57:42 T:6196 DEBUG: Channel Layout: FL,FR
  965. 00:57:42 T:6196 DEBUG: Frames : 661
  966. 00:57:42 T:6196 DEBUG: Frame Samples : 1322
  967. 00:57:42 T:6196 DEBUG: Frame Size : 8
  968. 00:57:42 T:1788 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  969. 00:57:43 T:6380 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  970. 00:57:43 T:6380 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  971. 00:57:43 T:6380 DEBUG: CGUIMediaWindow::GetDirectory (videodb://movies/titles/)
  972. 00:57:43 T:6380 DEBUG: ParentPath = [videodb://movies/titles/]
  973. 00:57:43 T:6196 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  974. 00:57:43 T:6508 DEBUG: CVideoDatabase::RunQuery took 577 ms for 378 items query: select * from movieview WHERE ((movieview.playCount IS NULL OR movieview.playCount = 0))
  975. 00:57:43 T:6380 DEBUG: CVideoDatabase::RunQuery took 729 ms for 534 items query: select * from movieview
  976. 00:57:43 T:6272 NOTICE: Thread BackgroundLoader start, auto delete: false
  977. 00:57:44 T:6380 NOTICE: CDVDPlayer::CloseFile()
  978. 00:57:44 T:6380 NOTICE: DVDPlayer: waiting for threads to exit
  979. 00:57:44 T:6380 NOTICE: DVDPlayer: finished waiting
  980. 00:57:44 T:6380 NOTICE: CDVDPlayer::CloseFile()
  981. 00:57:44 T:6380 NOTICE: DVDPlayer: waiting for threads to exit
  982. 00:57:44 T:6380 NOTICE: DVDPlayer: finished waiting
  983. 00:57:44 T:4968 DEBUG: CVideoSyncD3D: Cleaning up Direct3d
  984. 00:57:44 T:4968 DEBUG: Thread RefClock 4968 terminating
  985. 00:57:44 T:6380 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib.dll)
  986. 00:57:44 T:5128 DEBUG: CSaveFileStateJob::DoWork - Saving file state for video item smb://NASCC2EFE/Multimedia/Bluray/47 Ronin/47 Ronin.3D.mkv
  987. 00:57:44 T:5128 DEBUG: Mysql execute: update files set playCount=1,lastPlayed='2015-01-16 00:57:44' where idFile=1816
  988. 00:57:44 T:5128 DEBUG: CAnnouncementManager - Announcement: OnUpdate from xbmc
  989. 00:57:44 T:5128 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnUpdate
  990. 00:57:44 T:3120 DEBUG: CVideoDatabase::RunQuery took 435 ms for 3 items query: SELECT * FROM tvshowview WHERE ( ((tvshowview.watchedcount > 0 AND tvshowview.watchedcount < tvshowview.totalCount) OR (tvshowview.watchedcount = 0 AND EXISTS (SELECT 1 FROM episodeview WHERE episodeview.idShow = tvshowview.idShow AND episodeview.resumeTimeInSeconds > 0))))
  991. 00:57:44 T:5128 DEBUG: Mysql execute: update settings set Deinterlace=0,ViewMode=0,ZoomAmount=1.000000,PixelRatio=1.000000,VerticalShift=0.000000,AudioStream=-1,SubtitleStream=-1,SubtitleDelay=0.000000,SubtitlesOn=1,Brightness=0.000000,Contrast=0.000000,Gamma=0.000000,VolumeAmplification=0.000000,AudioDelay=0.000000,OutputToAllSpeakers=0,Sharpness=0.000000,NoiseReduction=0.000000,NonLinStretch=0,PostProcess=0,ScalingMethod=0,DeinterlaceMode=0,ResumeTime=0,Crop=0,CropLeft=0,CropRight=0,CropTop=0,CropBottom=0,StereoMode=0,StereoInvert=0 where idFile=1816
  992. 00:57:44 T:3120 DEBUG: CVideoDatabase::RunQuery took 41 ms for 9 items query: select * from episodeview WHERE (episodeview.idShow = 33) AND (((episodeview.playCount IS NULL OR episodeview.playCount = 0)))
  993. 00:57:44 T:3120 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  994. 00:57:45 T:3120 DEBUG: CVideoDatabase::RunQuery took 41 ms for 10 items query: select * from episodeview WHERE (episodeview.idShow = 12) AND (((episodeview.playCount IS NULL OR episodeview.playCount = 0)))
  995. 00:57:45 T:3120 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  996. 00:57:45 T:3120 DEBUG: CVideoDatabase::RunQuery took 154 ms for 91 items query: select * from episodeview WHERE (episodeview.idShow = 5) AND (((episodeview.playCount IS NULL OR episodeview.playCount = 0)))
  997. 00:57:45 T:3120 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
  998. 00:57:45 T:3120 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
  999. 00:57:45 T:6380 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1000. 00:57:45 T:6380 DEBUG: CApplication::OnKey: right (0xf083) pressed, action is Right
  1001. 00:57:45 T:6508 DEBUG: CVideoDatabase::RunQuery took 645 ms for 299 items query: select * from episodeview WHERE ((episodeview.playCount IS NULL OR episodeview.playCount < 1))
  1002. 00:57:47 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1003. 00:57:47 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1004. 00:57:47 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1005. 00:57:47 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1006. 00:57:47 T:5880 NOTICE: Thread JobWorker start, auto delete: true
  1007. 00:57:47 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1008. 00:57:47 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1009. 00:57:47 T:4392 NOTICE: Thread JobWorker start, auto delete: true
  1010. 00:57:47 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1011. 00:57:47 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1012. 00:57:47 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1013. 00:57:47 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1014. 00:57:47 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1015. 00:57:47 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1016. 00:57:47 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1017. 00:57:47 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1018. 00:57:47 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1019. 00:57:47 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1020. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1021. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1022. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1023. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1024. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1025. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1026. 00:57:48 T:6508 DEBUG: CVideoDatabase::RunQuery took 34 ms for 0 items query: select * from musicvideoview
  1027. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1028. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1029. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1030. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1031. 00:57:48 T:6508 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
  1032. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1033. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1034. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1035. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1036. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1037. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1038. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1039. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1040. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1041. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1042. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1043. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1044. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1045. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1046. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1047. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1048. 00:57:48 T:5880 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/DVD/EVIL_ALIENS/fanart.jpg' to 'e/e64acef1.jpg':
  1049. 00:57:48 T:5880 DEBUG: cached image 'special://masterprofile/Thumbnails/e/e64acef1.jpg' size 1280x720
  1050. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1051. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1052. 00:57:48 T:5128 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/Bluray/Eden Lake/Eden Lake-fanart.jpg' to '3/37432c20.jpg':
  1053. 00:57:48 T:5128 DEBUG: cached image 'special://masterprofile/Thumbnails/3/37432c20.jpg' size 1920x1080
  1054. 00:57:48 T:4392 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/DVD/FROM_HELL/fanart.jpg' to '5/512fa48a.jpg':
  1055. 00:57:48 T:4392 DEBUG: cached image 'special://masterprofile/Thumbnails/5/512fa48a.jpg' size 1920x1080
  1056. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1057. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1058. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1059. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1060. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1061. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1062. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1063. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1064. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1065. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1066. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1067. 00:57:48 T:5880 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/DVD/PROWL/fanart.jpg' to '9/9c857661.jpg':
  1068. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1069. 00:57:48 T:5880 DEBUG: cached image 'special://masterprofile/Thumbnails/9/9c857661.jpg' size 1920x1080
  1070. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1071. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1072. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1073. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1074. 00:57:48 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1075. 00:57:48 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1076. 00:57:49 T:4392 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/DVD/SAW_2/fanart.jpg' to 'a/af5e0c0a.jpg':
  1077. 00:57:49 T:4392 DEBUG: cached image 'special://masterprofile/Thumbnails/a/af5e0c0a.jpg' size 1920x1080
  1078. 00:57:49 T:5880 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/Bluray/Sin City/Sin City-fanart.jpg' to 'e/eca0cff2.jpg':
  1079. 00:57:49 T:5128 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/DVD/SEE_NO_EVIL/fanart.jpg' to 'f/f8590011.jpg':
  1080. 00:57:49 T:5128 DEBUG: cached image 'special://masterprofile/Thumbnails/f/f8590011.jpg' size 1920x1080
  1081. 00:57:49 T:5880 DEBUG: cached image 'special://masterprofile/Thumbnails/e/eca0cff2.jpg' size 1920x1080
  1082. 00:57:49 T:4392 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/Bluray/Splice/Splice-fanart.jpg' to 'e/e7d8b55d.jpg':
  1083. 00:57:49 T:4392 DEBUG: cached image 'special://masterprofile/Thumbnails/e/e7d8b55d.jpg' size 1920x1080
  1084. 00:57:49 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1085. 00:57:49 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1086. 00:57:49 T:5128 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/Bluray/Sunshine/Sunshine-fanart.jpg' to 'b/b5d65989.jpg':
  1087. 00:57:49 T:5128 DEBUG: cached image 'special://masterprofile/Thumbnails/b/b5d65989.jpg' size 1280x720
  1088. 00:57:49 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1089. 00:57:49 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1090. 00:57:49 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1091. 00:57:49 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1092. 00:57:49 T:5128 DEBUG: Recaching image 'smb://NASCC2EFE/Multimedia/Short Movies/One Man Band/One Man Band-fanart.jpg' to 'd/d8ec9905.jpg':
  1093. 00:57:49 T:5128 DEBUG: cached image 'special://masterprofile/Thumbnails/d/d8ec9905.jpg' size 1280x720
  1094. 00:57:50 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1095. 00:57:50 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1096. 00:57:50 T:5880 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/DVD/THE_HILLS_HAVE_EYES/fanart.jpg' to '9/93759194.jpg':
  1097. 00:57:50 T:5880 DEBUG: cached image 'special://masterprofile/Thumbnails/9/93759194.jpg' size 1920x1080
  1098. 00:57:50 T:5880 DEBUG: Recaching image 'smb://NASCC2EFE/Multimedia/DVD/SAW_2/poster.jpg' to 'b/b8c28b0e.jpg':
  1099. 00:57:50 T:5880 DEBUG: cached image 'special://masterprofile/Thumbnails/b/b8c28b0e.jpg' size 435x602
  1100. 00:57:50 T:5880 DEBUG: Recaching image 'smb://NASCC2EFE/Multimedia/DVD/SEE_NO_EVIL/poster.jpg' to 'e/efc58715.jpg':
  1101. 00:57:50 T:5880 DEBUG: cached image 'special://masterprofile/Thumbnails/e/efc58715.jpg' size 408x639
  1102. 00:57:50 T:5880 DEBUG: Recaching image 'smb://NASCC2EFE/Multimedia/Bluray/Sunshine/Sunshine-poster.jpg' to 'a/a24ade8d.jpg':
  1103. 00:57:50 T:5880 DEBUG: cached image 'special://masterprofile/Thumbnails/a/a24ade8d.jpg' size 480x720
  1104. 00:57:50 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1105. 00:57:50 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1106. 00:57:50 T:5880 DEBUG: Recaching image 'smb://NASCC2EFE/Multimedia/DVD/THE_HILLS_HAVE_EYES/poster.jpg' to '8/84e91690.jpg':
  1107. 00:57:50 T:5880 DEBUG: cached image 'special://masterprofile/Thumbnails/8/84e91690.jpg' size 480x720
  1108. 00:57:51 T:5128 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/Bluray/The Lord Of The Rings 1 - The Fellowship Of The Ring (Extended Edition)/The Lord Of The Rings 1 - The Fellowship Of The Ring (Extended Edition)-fanart.jpg' to '4/40d9d21c.jpg':
  1109. 00:57:51 T:5128 DEBUG: cached image 'special://masterprofile/Thumbnails/4/40d9d21c.jpg' size 1920x1080
  1110. 00:57:51 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1111. 00:57:51 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1112. 00:57:51 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1113. 00:57:51 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1114. 00:57:52 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1115. 00:57:52 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1116. 00:57:52 T:5880 DEBUG: Caching image 'smb://NASCC2EFE/Multimedia/Bluray/Transporter 2/Transporter 2-fanart.jpg' to '1/11fd9f55.jpg':
  1117. 00:57:52 T:5880 DEBUG: cached image 'special://masterprofile/Thumbnails/1/11fd9f55.jpg' size 1920x1080
  1118. 00:57:52 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1119. 00:57:52 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1120. 00:57:53 T:6380 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1121. 00:57:53 T:6380 DEBUG: CApplication::OnKey: left (0xf082) pressed, action is Left
  1122. 00:57:54 T:3120 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 8462 ms
  1123. 00:57:54 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1124. 00:57:54 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1125. 00:57:54 T:3120 DEBUG: Library Data Provider: Total time needed for all queries: 0:00:43.959000
  1126. 00:57:55 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1127. 00:57:55 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1128. 00:57:55 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1129. 00:57:55 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1130. 00:57:55 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1131. 00:57:55 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1132. 00:57:55 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1133. 00:57:55 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1134. 00:57:55 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1135. 00:57:55 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1136. 00:57:56 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1137. 00:57:56 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1138. 00:57:56 T:6508 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 8185 ms
  1139. 00:57:56 T:6508 DEBUG: DatabaseUtils::GetSortFieldList: unknown field 36
  1140. 00:57:56 T:6508 DEBUG: Skin Widgets: Total time needed to request recent items queries: 0:00:13.834000
  1141. 00:57:56 T:6508 DEBUG: Skin Widgets: Total time needed for all queries: 0:00:46.075000
  1142. 00:57:56 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1143. 00:57:56 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1144. 00:57:57 T:6380 DEBUG: ------ Window Init (DialogVideoInfo.xml) ------
  1145. 00:57:59 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1146. 00:57:59 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1147. 00:57:59 T:6380 DEBUG: ------ Window Deinit (DialogVideoInfo.xml) ------
  1148. 00:57:59 T:6380 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  1149. 00:57:59 T:6380 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  1150. 00:57:59 T:6380 DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
  1151. 00:57:59 T:6380 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
  1152. 00:57:59 T:6272 DEBUG: Thread BackgroundLoader 6272 terminating
  1153. 00:57:59 T:6380 DEBUG: Loading settings for smb://NASCC2EFE/Multimedia/Bluray/Vive La France/Vive La France.mkv
  1154. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers(smb://NASCC2EFE/Multimedia/Bluray/Vive La France/Vive La France.mkv)
  1155. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
  1156. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: un-named
  1157. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  1158. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  1159. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
  1160. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/mms/udp
  1161. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  1162. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
  1163. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  1164. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  1165. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  1166. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  1167. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  1168. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  1169. 00:57:59 T:6380 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
  1170. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  1171. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
  1172. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  1173. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: MPC-HC (4)
  1174. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: ZoomPlayer (5)
  1175. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: ZoomPlayerBatch (6)
  1176. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: StereoscopicPlayerBatch (7)
  1177. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  1178. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
  1179. 00:57:59 T:6380 DEBUG: CPlayerCoreFactory::GetPlayers: added 5 players
  1180. 00:57:59 T:6380 NOTICE: DVDPlayer: Opening: smb://NASCC2EFE/Multimedia/Bluray/Vive La France/Vive La France.mkv
  1181. 00:57:59 T:6380 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  1182. 00:57:59 T:6380 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  1183. 00:57:59 T:1852 NOTICE: Thread DVDPlayer start, auto delete: false
  1184. 00:57:59 T:1852 NOTICE: Creating InputStream
  1185. 00:57:59 T:1852 DEBUG: CUtil::ScanForExternalSubtitles: Searching for subtitles...
  1186. 00:57:59 T:1852 DEBUG: CUtil::ScanForExternalSubtitles: END (total time: 9 ms)
  1187. 00:57:59 T:1852 NOTICE: Creating Demuxer
  1188. 00:57:59 T:1852 DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [matroska,webm]
  1189. 00:57:59 T:1852 DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
  1190. 00:57:59 T:1852 DEBUG: ffmpeg[73C]: [matroska,webm] max_analyze_duration 5000000 reached at 5005000 microseconds
  1191. 00:57:59 T:1852 DEBUG: ffmpeg[73C]: [matroska,webm] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1192. 00:57:59 T:1852 DEBUG: ffmpeg[73C]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1193. 00:57:59 T:1852 DEBUG: ffmpeg[73C]: [matroska,webm] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle): unspecified size
  1194. 00:57:59 T:1852 DEBUG: ffmpeg[73C]: [matroska,webm] Consider increasing the value for the 'analyzeduration' and 'probesize' options
  1195. 00:57:59 T:1852 DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
  1196. 00:57:59 T:1852 INFO: ffmpeg[73C]: Input #0, matroska,webm, from 'smb://NASCC2EFE/Multimedia/Bluray/Vive La France/Vive La France.mkv':
  1197. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1198. 00:57:59 T:1852 INFO: ffmpeg[73C]: encoder : libebml v1.3.0 + libmatroska v1.4.1
  1199. 00:57:59 T:1852 INFO: ffmpeg[73C]: creation_time : 2014-10-27 21:32:51
  1200. 00:57:59 T:1852 INFO: ffmpeg[73C]: Duration: 01:37:21.30, start: 0.000000, bitrate: 38161 kb/s
  1201. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.0: start 0.000000, end 417.166000
  1202. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1203. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 1
  1204. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.1: start 417.166000, end 765.765000
  1205. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1206. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 2
  1207. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.2: start 765.765000, end 1109.817000
  1208. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1209. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 3
  1210. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.3: start 1109.817000, end 1384.925000
  1211. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1212. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 4
  1213. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.4: start 1384.925000, end 1765.513000
  1214. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1215. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 5
  1216. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.5: start 1765.513000, end 2018.641000
  1217. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1218. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 6
  1219. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.6: start 2018.641000, end 2204.202000
  1220. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1221. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 7
  1222. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.7: start 2204.202000, end 2457.496000
  1223. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1224. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 8
  1225. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.8: start 2457.496000, end 2817.689000
  1226. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1227. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 9
  1228. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.9: start 2817.689000, end 3288.952000
  1229. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1230. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 10
  1231. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.10: start 3288.952000, end 3804.509000
  1232. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1233. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 11
  1234. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.11: start 3804.509000, end 4267.096000
  1235. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1236. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 12
  1237. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.12: start 4267.096000, end 4552.214000
  1238. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1239. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 13
  1240. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.13: start 4552.214000, end 5036.448000
  1241. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1242. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 14
  1243. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.14: start 5036.448000, end 5568.437000
  1244. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1245. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 15
  1246. 00:57:59 T:1852 INFO: ffmpeg[73C]: Chapter #0.15: start 5568.437000, end 5841.302000
  1247. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1248. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Chapter 16
  1249. 00:57:59 T:1852 INFO: ffmpeg[73C]: Stream #0:0: Video: h264 (High), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
  1250. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1251. 00:57:59 T:1852 INFO: ffmpeg[73C]: BPS : 33887243
  1252. 00:57:59 T:1852 INFO: ffmpeg[73C]: BPS-eng : 33887243
  1253. 00:57:59 T:1852 INFO: ffmpeg[73C]: DURATION : 01:37:21.086000000
  1254. 00:57:59 T:1852 INFO: ffmpeg[73C]: DURATION-eng : 01:37:21.086000000
  1255. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_FRAMES: 140046
  1256. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_FRAMES-eng: 140046
  1257. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_BYTES : 24742288300
  1258. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_BYTES-eng: 24742288300
  1259. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_APP: mkvmerge v7.3.0 ('Nouages') 64bit built on Oct 22 2014 18:53:34
  1260. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.3.0 ('Nouages') 64bit built on Oct 22 2014 18:53:34
  1261. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_DATE_UTC: 2014-10-27 21:32:51
  1262. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_DATE_UTC-eng: 2014-10-27 21:32:51
  1263. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1264. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1265. 00:57:59 T:1852 INFO: ffmpeg[73C]: Stream #0:1(ger): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), fltp, 1536 kb/s (default)
  1266. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1267. 00:57:59 T:1852 INFO: ffmpeg[73C]: BPS : 2180490
  1268. 00:57:59 T:1852 INFO: ffmpeg[73C]: BPS-eng : 2180490
  1269. 00:57:59 T:1852 INFO: ffmpeg[73C]: DURATION : 01:37:21.302000000
  1270. 00:57:59 T:1852 INFO: ffmpeg[73C]: DURATION-eng : 01:37:21.302000000
  1271. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_FRAMES: 547622
  1272. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_FRAMES-eng: 547622
  1273. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_BYTES : 1592113276
  1274. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_BYTES-eng: 1592113276
  1275. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_APP: mkvmerge v7.3.0 ('Nouages') 64bit built on Oct 22 2014 18:53:34
  1276. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.3.0 ('Nouages') 64bit built on Oct 22 2014 18:53:34
  1277. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_DATE_UTC: 2014-10-27 21:32:51
  1278. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_DATE_UTC-eng: 2014-10-27 21:32:51
  1279. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1280. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1281. 00:57:59 T:1852 INFO: ffmpeg[73C]: Stream #0:2(fre): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), fltp, 1536 kb/s
  1282. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1283. 00:57:59 T:1852 INFO: ffmpeg[73C]: BPS : 2080884
  1284. 00:57:59 T:1852 INFO: ffmpeg[73C]: BPS-eng : 2080884
  1285. 00:57:59 T:1852 INFO: ffmpeg[73C]: DURATION : 01:37:21.302000000
  1286. 00:57:59 T:1852 INFO: ffmpeg[73C]: DURATION-eng : 01:37:21.302000000
  1287. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_FRAMES: 547622
  1288. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_FRAMES-eng: 547622
  1289. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_BYTES : 1519384164
  1290. 00:57:59 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_BYTES-eng: 1519384164
  1291. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_APP: mkvmerge v7.3.0 ('Nouages') 64bit built on Oct 22 2014 18:53:34
  1292. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.3.0 ('Nouages') 64bit built on Oct 22 2014 18:53:34
  1293. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_DATE_UTC: 2014-10-27 21:32:51
  1294. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_DATE_UTC-eng: 2014-10-27 21:32:51
  1295. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1296. 00:57:59 T:1852 INFO: ffmpeg[73C]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1297. 00:57:59 T:1852 INFO: ffmpeg[73C]: Stream #0:3(ger): Subtitle: hdmv_pgs_subtitle (default)
  1298. 00:57:59 T:1852 INFO: ffmpeg[73C]: Metadata:
  1299. 00:57:59 T:1852 INFO: ffmpeg[73C]: title : Ger forced
  1300. 00:57:59 T:1852 INFO: ffmpeg[73C]: BPS : 466
  1301. 00:57:59 T:1852 INFO: ffmpeg[73C]: BPS-eng : 466
  1302. 00:58:00 T:1852 INFO: ffmpeg[73C]: DURATION : 01:32:13.319000000
  1303. 00:58:00 T:1852 INFO: ffmpeg[73C]: DURATION-eng : 01:32:13.319000000
  1304. 00:58:00 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_FRAMES: 172
  1305. 00:58:00 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_FRAMES-eng: 172
  1306. 00:58:00 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_BYTES : 322427
  1307. 00:58:00 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_BYTES-eng: 322427
  1308. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_APP: mkvmerge v7.3.0 ('Nouages') 64bit built on Oct 22 2014 18:53:34
  1309. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.3.0 ('Nouages') 64bit built on Oct 22 2014 18:53:34
  1310. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_DATE_UTC: 2014-10-27 21:32:51
  1311. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_DATE_UTC-eng: 2014-10-27 21:32:51
  1312. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1313. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1314. 00:58:00 T:1852 INFO: ffmpeg[73C]: Stream #0:4(ger): Subtitle: hdmv_pgs_subtitle
  1315. 00:58:00 T:1852 INFO: ffmpeg[73C]: Metadata:
  1316. 00:58:00 T:1852 INFO: ffmpeg[73C]: title : Ger full
  1317. 00:58:00 T:1852 INFO: ffmpeg[73C]: BPS : 8762
  1318. 00:58:00 T:1852 INFO: ffmpeg[73C]: BPS-eng : 8762
  1319. 00:58:00 T:1852 INFO: ffmpeg[73C]: DURATION : 01:32:13.319000000
  1320. 00:58:00 T:1852 INFO: ffmpeg[73C]: DURATION-eng : 01:32:13.319000000
  1321. 00:58:00 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_FRAMES: 2564
  1322. 00:58:00 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_FRAMES-eng: 2564
  1323. 00:58:00 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_BYTES : 6060595
  1324. 00:58:00 T:1852 INFO: ffmpeg[73C]: NUMBER_OF_BYTES-eng: 6060595
  1325. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_APP: mkvmerge v7.3.0 ('Nouages') 64bit built on Oct 22 2014 18:53:34
  1326. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_APP-eng: mkvmerge v7.3.0 ('Nouages') 64bit built on Oct 22 2014 18:53:34
  1327. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_DATE_UTC: 2014-10-27 21:32:51
  1328. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_WRITING_DATE_UTC-eng: 2014-10-27 21:32:51
  1329. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1330. 00:58:00 T:1852 INFO: ffmpeg[73C]: _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  1331. 00:58:00 T:1852 DEBUG: CDVDDemuxFFmpeg::AddStream(0, ...) -> 0
  1332. 00:58:00 T:1852 DEBUG: CDVDDemuxFFmpeg::AddStream(1, ...) -> 1
  1333. 00:58:00 T:1852 DEBUG: CDVDDemuxFFmpeg::AddStream(2, ...) -> 2
  1334. 00:58:00 T:1852 DEBUG: CDVDDemuxFFmpeg::AddStream(3, ...) -> 3
  1335. 00:58:00 T:1852 DEBUG: CDVDDemuxFFmpeg::AddStream(4, ...) -> 4
  1336. 00:58:00 T:1852 NOTICE: Opening stream: 0 source: 256
  1337. 00:58:00 T:1852 NOTICE: Creating video codec with codec id: 28
  1338. 00:58:00 T:1852 DEBUG: CDVDFactoryCodec: compiled in hardware support: AMCodec:no MediaCodec:no DXVA:yes iMXVPU:no
  1339. 00:58:00 T:1852 DEBUG: FactoryCodec - Video: - Opening
  1340. 00:58:00 T:1852 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
  1341. 00:58:00 T:1852 DEBUG: FactoryCodec - Video: ff-h264 - Opened
  1342. 00:58:00 T:1852 NOTICE: Creating video thread
  1343. 00:58:00 T:3332 NOTICE: Thread RefClock start, auto delete: false
  1344. 00:58:00 T:3332 DEBUG: CVideoSyncD3D: Setting up Direct3d
  1345. 00:58:00 T:5408 NOTICE: Thread DVDPlayerVideo start, auto delete: false
  1346. 00:58:00 T:1852 NOTICE: Opening stream: 1 source: 256
  1347. 00:58:00 T:3332 DEBUG: CVideoReferenceClock: Detected refreshrate: 60.000 hertz
  1348. 00:58:00 T:1852 NOTICE: Finding audio codec for: 86020
  1349. 00:58:00 T:5408 NOTICE: running thread: video_thread
  1350. 00:58:00 T:1852 DEBUG: FactoryCodec - Audio: passthrough - Opening
  1351. 00:58:00 T:1852 DEBUG: FactoryCodec - Audio: passthrough - Failed
  1352. 00:58:00 T:1852 DEBUG: FactoryCodec - Audio: FFmpeg - Opening
  1353. 00:58:00 T:1852 DEBUG: FactoryCodec - Audio: FFmpeg - Opened
  1354. 00:58:00 T:1852 NOTICE: Creating audio thread
  1355. 00:58:00 T:1852 NOTICE: Opening stream: 3 source: 256
  1356. 00:58:00 T:1852 DEBUG: FactoryCodec - Overlay: FFmpeg Subtitle Decoder - Opening
  1357. 00:58:00 T:5300 NOTICE: Thread DVDPlayerAudio start, auto delete: false
  1358. 00:58:00 T:5300 NOTICE: running thread: CDVDPlayerAudio::Process()
  1359. 00:58:00 T:1852 DEBUG: FactoryCodec - Overlay: FFmpeg Subtitle Decoder - Opened
  1360. 00:58:00 T:5408 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  1361. 00:58:00 T:5300 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
  1362. 00:58:00 T:1852 DEBUG: CEdl::ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: smb://NASCC2EFE/Multimedia/Bluray/Vive La France/Vive La France.mkv
  1363. 00:58:00 T:1852 DEBUG: CApplication::OnPlayBackStarted: play state was 1, starting 1
  1364. 00:58:00 T:1852 DEBUG: CDVDPlayer::SetCaching - caching state 3
  1365. 00:58:00 T:6380 DEBUG: CApplication::PlayFile: OpenFile succeed, play state 2
  1366. 00:58:00 T:6380 DEBUG: CApplication::OnPlayBackStarted: play state was 2, starting 0
  1367. 00:58:00 T:5300 NOTICE: Creating audio stream (codec id: 86020, channels: 6, sample rate: 48000, no pass-through)
  1368. 00:58:00 T:5408 INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
  1369. 00:58:00 T:5300 DEBUG: CDVDPlayerAudio:: synctype set to 1: skip/duplicate
  1370. 00:58:00 T:5408 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1920x1080)
  1371. 00:58:00 T:5408 DEBUG: DXVA - open decoder
  1372. 00:58:00 T:5408 DEBUG: DXVA - supports 'MPEG2 IDCT'
  1373. 00:58:00 T:5408 DEBUG: DXVA - supports 'MPEG1/2 VLD'
  1374. 00:58:00 T:5408 DEBUG: DXVA - supports 'MPEG2 VLD'
  1375. 00:58:00 T:5408 DEBUG: DXVA - supports 6F3EC719-3735-42cc-8063-65cc3cb36616
  1376. 00:58:00 T:5408 DEBUG: DXVA - supports 'VC-1 VLD 2010'
  1377. 00:58:00 T:5408 DEBUG: DXVA - supports 'VC-1 VLD'
  1378. 00:58:00 T:5408 DEBUG: DXVA - supports 'VC-1 IDCT'
  1379. 00:58:00 T:5408 DEBUG: DXVA - supports 'Windows Media Video 9 IDCT'
  1380. 00:58:00 T:5408 DEBUG: DXVA - supports 32FCFE3F-de46-4a49-861b-ac71110649d5
  1381. 00:58:00 T:5408 DEBUG: DXVA - supports D79BE8DA-0cf1-4c81-b82a-69a4e236f43d
  1382. 00:58:00 T:5408 DEBUG: DXVA - supports F9AACCBB-c2b6-4cfc-8779-5707b1760552
  1383. 00:58:00 T:5408 DEBUG: DXVA - supports 'H.264 VLD, no FGT'
  1384. 00:58:00 T:5408 DEBUG: DXVA - supports EFD64D74-c9e8-41d7-a5e9-e9b0e39fa319
  1385. 00:58:00 T:5408 DEBUG: DXVA - supports ED418A9F-010d-4eda-9ae3-9a65358d8d2e
  1386. 00:58:00 T:5408 DEBUG: DXVA - supports 9947EC6F-689b-11dc-a320-0019dbbc4184
  1387. 00:58:00 T:5408 DEBUG: DXVA - supports B194EB52-19a0-41f0-b754-cc244ac1cb20
  1388. 00:58:00 T:5408 DEBUG: DXVA - trying 'H.264 VLD, no FGT'
  1389. 00:58:00 T:5408 DEBUG: DXVA - source requires 4 references
  1390. 00:58:00 T:5408 DEBUG: DXVA - config 0: bitstream type 1
  1391. 00:58:00 T:5408 DEBUG: DXVA - config 1: bitstream type 2
  1392. 00:58:00 T:5408 DEBUG: DXVA - allocating 14 surfaces
  1393. 00:58:00 T:6196 INFO: CActiveAESink::OpenSink - initialize sink
  1394. 00:58:00 T:6196 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  1395. 00:58:00 T:5408 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1920x1080)
  1396. 00:58:00 T:5408 DEBUG: DXVA - open decoder
  1397. 00:58:00 T:5408 DEBUG: DXVA - trying 'H.264 VLD, no FGT'
  1398. 00:58:00 T:5408 DEBUG: DXVA - source requires 4 references
  1399. 00:58:00 T:5408 DEBUG: DXVA - config 0: bitstream type 1
  1400. 00:58:00 T:5408 DEBUG: DXVA - config 1: bitstream type 2
  1401. 00:58:00 T:5408 DEBUG: DXVA - allocating 14 surfaces
  1402. 00:58:00 T:6196 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:{3C983623-8BC4-474F-87E7-FB9C1227BF81}
  1403. 00:58:00 T:6196 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 1050134
  1404. 00:58:00 T:6196 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  1405. 00:58:00 T:6196 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  1406. 00:58:00 T:6196 DEBUG: Audio Device : Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  1407. 00:58:00 T:6196 DEBUG: Sample Rate : 48000
  1408. 00:58:00 T:6196 DEBUG: Sample Format : AE_FMT_FLOAT
  1409. 00:58:00 T:6196 DEBUG: Bits Per Sample : 32
  1410. 00:58:00 T:6196 DEBUG: Valid Bits/Samp : 32
  1411. 00:58:00 T:6196 DEBUG: Channel Count : 2
  1412. 00:58:00 T:6196 DEBUG: Block Align : 8
  1413. 00:58:00 T:6196 DEBUG: Avg. Bytes Sec : 384000
  1414. 00:58:00 T:6196 DEBUG: Samples/Block : 32
  1415. 00:58:00 T:6196 DEBUG: Format cBSize : 22
  1416. 00:58:00 T:6196 DEBUG: Channel Layout : FL,FR
  1417. 00:58:00 T:6196 DEBUG: Channel Mask : 3
  1418. 00:58:00 T:6196 DEBUG: Frames : 720
  1419. 00:58:00 T:6196 DEBUG: Frame Samples : 1440
  1420. 00:58:00 T:6196 DEBUG: Frame Size : 8
  1421. 00:58:00 T:5408 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(83000.000000, 0)
  1422. 00:58:00 T:6196 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  1423. 00:58:00 T:6196 DEBUG: Output Device : Speakers - Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  1424. 00:58:00 T:6196 DEBUG: Sample Rate : 48000
  1425. 00:58:00 T:6196 DEBUG: Sample Format : AE_FMT_FLOAT
  1426. 00:58:00 T:6196 DEBUG: Channel Count : 2
  1427. 00:58:00 T:6196 DEBUG: Channel Layout: FL,FR
  1428. 00:58:00 T:6196 DEBUG: Frames : 720
  1429. 00:58:00 T:6196 DEBUG: Frame Samples : 1440
  1430. 00:58:00 T:6196 DEBUG: Frame Size : 8
  1431. 00:58:00 T:5408 INFO: ffmpeg[1520]: [h264] Cannot parallelize slice decoding with deblocking filter type 1, decoding such frames in sequential order
  1432. 00:58:00 T:5408 INFO: ffmpeg[1520]: [h264] To parallelize slice decoding you need video encoded with disable_deblocking_filter_idc set to 2 (deblock only edges that do not cross slices).
  1433. 00:58:00 T:5408 INFO: ffmpeg[1520]: [h264] Setting the flags2 libavcodec option to +fast (-flags2 +fast) will disable deblocking across slices and enable parallel slice decoding but will generate non-standard-compliant output.
  1434. 00:58:00 T:1788 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1435. 00:58:00 T:1852 DEBUG: Previous line repeats 1 times.
  1436. 00:58:00 T:1852 DEBUG: CDVDPlayer::HandleMessages - player started 1
  1437. 00:58:00 T:6380 DEBUG: CGUIInfoManager::SetCurrentMovie(smb://NASCC2EFE/Multimedia/Bluray/Vive La France/Vive La France.mkv)
  1438. 00:58:00 T:5408 DEBUG: DXVA::CDecoder::~CDecoder - destructing decoder, 85585296
  1439. 00:58:00 T:5408 DEBUG: DXVA::CSurfaceContext::~CSurfaceContext - destructing surface context
  1440. 00:58:00 T:5408 NOTICE: DXVA::CDecoder::Close - closing decoder
  1441. 00:58:00 T:5408 NOTICE: fps: 23.976024, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080
  1442. 00:58:00 T:5408 DEBUG: CDVDPlayerVideo::OutputPicture - change configuration. 1920x1080. framerate: 23.98. format: DXVA
  1443. 00:58:00 T:5408 DEBUG: Resolution 1920x1080@ 60.00 - Full Screen (16) not a very good match for fps 23.976 (weight: 0.166), trying 2:3 cadence
  1444. 00:58:00 T:5408 NOTICE: Display resolution ADJUST : 1920x1080@ 60.00 - Full Screen (16) (weight: 0.001)
  1445. 00:58:00 T:5408 NOTICE: D3D: rendering method forced to DXVA processor
  1446. 00:58:00 T:5408 DEBUG: DXVA::CProcessorHD::OpenProcessor - processor selected 95F4EDF4-6e03-4cd7-be1b-3075d665aa52.
  1447. 00:58:00 T:5408 DEBUG: CWinRenderer::SelectRenderMethod: Selected render method 3: DXVA
  1448. 00:58:00 T:5408 DEBUG: CXBMCRenderManager::Configure - 6
  1449. 00:58:00 T:5408 DEBUG: CVideoReferenceClock: Clock speed 100.100000%
  1450. 00:58:00 T:1852 DEBUG: CDVDPlayer::SetCaching - caching state 0
  1451. 00:58:00 T:5300 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(10000.000000, 1)
  1452. 00:58:00 T:5300 DEBUG: CDVDClock::Discontinuity - CDVDPlayerAudio::HandleSyncError1 - was:10137.923336, should be:10000.000000, error:-137.923336
  1453. 00:58:00 T:6380 DEBUG: CVideoDatabase::GetMovieId (smb://NASCC2EFE/Multimedia/Bluray/Vive La France/Vive La France.mkv), query = select idMovie from movie where idFile=1669
  1454. 00:58:00 T:6196 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  1455. 00:58:00 T:6380 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
  1456. 00:58:00 T:6380 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
  1457. 00:58:00 T:6380 DEBUG: Activating window ID: 12005
  1458. 00:58:00 T:6380 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  1459. 00:58:00 T:6380 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  1460. 00:58:00 T:6380 DEBUG: created video buffer 0
  1461. 00:58:00 T:6380 DEBUG: created video buffer 1
  1462. 00:58:00 T:6380 DEBUG: created video buffer 2
  1463. 00:58:00 T:6380 DEBUG: created video buffer 3
  1464. 00:58:00 T:6380 DEBUG: created video buffer 4
  1465. 00:58:00 T:6380 DEBUG: created video buffer 5
  1466. 00:58:00 T:6380 WARNING: CWinRenderer::UpdateVideoFilter - chosen scaling method 0 is not supported by renderer
  1467. 00:58:00 T:6380 DEBUG: CWinRenderer::CreateIntermediateRenderTarget: format 22
  1468. 00:58:00 T:1852 DEBUG: CDVDPlayer::HandleMessages - player started 2
  1469. 00:58:02 T:5300 DEBUG: CDVDPlayerAudio:: Dropping packet of 10 ms
  1470. 00:58:05 T:5408 DEBUG: Previous line repeats 7 times.
  1471. 00:58:05 T:5408 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33, frameduration: 41708.333333
  1472. 00:58:06 T:5300 DEBUG: CDVDPlayerAudio:: Dropping packet of 10 ms
  1473. 00:58:08 T:5300 DEBUG: Previous line repeats 1 times.
  1474. 00:58:08 T:5300 DEBUG: CDVDPlayerAudio:: Duplicating packet of 10 ms
  1475. 00:58:09 T:5360 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  1476. 00:58:10 T:5360 DEBUG: CVideoDatabase::RunQuery took 253 ms for 10 items query: select * from movieview ORDER BY dateAdded desc, idMovie desc LIMIT 10
  1477. 00:58:10 T:5300 DEBUG: CDVDPlayerAudio:: Duplicating packet of 10 ms
  1478. 00:58:10 T:5360 DEBUG: CVideoDatabase::RunQuery took 227 ms for 10 items query: select * from episodeview ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  1479. 00:58:10 T:5360 DEBUG: CVideoDatabase::RunQuery took 6 ms for 0 items query: select * from musicvideoview ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  1480. 00:58:10 T:5360 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  1481. 00:58:14 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1482. 00:58:14 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is OSD
  1483. 00:58:14 T:6380 DEBUG: ------ Window Init (VideoOSD.xml) ------
  1484. 00:58:15 T:6380 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1485. 00:58:15 T:6380 DEBUG: CApplication::OnKey: right (0xf083) pressed, action is Right
  1486. 00:58:16 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1487. 00:58:16 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1488. 00:58:16 T:6380 NOTICE: CDVDPlayer::CloseFile()
  1489. 00:58:16 T:6380 NOTICE: DVDPlayer: waiting for threads to exit
  1490. 00:58:16 T:1852 NOTICE: CDVDPlayer::OnExit()
  1491. 00:58:16 T:1852 NOTICE: Closing stream player 1
  1492. 00:58:16 T:1852 NOTICE: Waiting for audio thread to exit
  1493. 00:58:16 T:5300 NOTICE: thread end: CDVDPlayerAudio::OnExit()
  1494. 00:58:16 T:5300 DEBUG: Thread DVDPlayerAudio 5300 terminating
  1495. 00:58:16 T:1852 NOTICE: Closing audio device
  1496. 00:58:16 T:1788 DEBUG: CActiveAE::DiscardStream - audio stream deleted
  1497. 00:58:16 T:1852 NOTICE: Deleting audio codec
  1498. 00:58:16 T:1788 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1499. 00:58:16 T:1852 DEBUG: Previous line repeats 1 times.
  1500. 00:58:16 T:1852 DEBUG: CVideoReferenceClock: Clock speed 100.000000%
  1501. 00:58:16 T:1852 NOTICE: Closing stream player 2
  1502. 00:58:16 T:1852 NOTICE: waiting for video thread to exit
  1503. 00:58:16 T:6196 INFO: CActiveAESink::OpenSink - initialize sink
  1504. 00:58:16 T:6196 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  1505. 00:58:16 T:6196 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:{3C983623-8BC4-474F-87E7-FB9C1227BF81}
  1506. 00:58:16 T:6196 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 1050134
  1507. 00:58:16 T:6196 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
  1508. 00:58:16 T:6196 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
  1509. 00:58:16 T:6196 DEBUG: Audio Device : Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  1510. 00:58:16 T:6196 DEBUG: Sample Rate : 44100
  1511. 00:58:16 T:6196 DEBUG: Sample Format : AE_FMT_FLOAT
  1512. 00:58:16 T:6196 DEBUG: Bits Per Sample : 32
  1513. 00:58:16 T:6196 DEBUG: Valid Bits/Samp : 32
  1514. 00:58:16 T:6196 DEBUG: Channel Count : 2
  1515. 00:58:16 T:6196 DEBUG: Block Align : 8
  1516. 00:58:16 T:6196 DEBUG: Avg. Bytes Sec : 352800
  1517. 00:58:16 T:6196 DEBUG: Samples/Block : 32
  1518. 00:58:16 T:6196 DEBUG: Format cBSize : 22
  1519. 00:58:16 T:6196 DEBUG: Channel Layout : FL,FR
  1520. 00:58:16 T:6196 DEBUG: Channel Mask : 3
  1521. 00:58:16 T:6196 DEBUG: Frames : 661
  1522. 00:58:16 T:6196 DEBUG: Frame Samples : 1322
  1523. 00:58:16 T:6196 DEBUG: Frame Size : 8
  1524. 00:58:16 T:6196 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
  1525. 00:58:16 T:6196 DEBUG: Output Device : Speakers - Lautsprecher und Doppelkopfhörer (IDT High Definition Audio CODEC)
  1526. 00:58:16 T:6196 DEBUG: Sample Rate : 44100
  1527. 00:58:16 T:5408 NOTICE: thread end: video_thread
  1528. 00:58:16 T:6196 DEBUG: Sample Format : AE_FMT_FLOAT
  1529. 00:58:16 T:5408 DEBUG: Thread DVDPlayerVideo 5408 terminating
  1530. 00:58:16 T:6196 DEBUG: Channel Count : 2
  1531. 00:58:16 T:6196 DEBUG: Channel Layout: FL,FR
  1532. 00:58:16 T:6196 DEBUG: Frames : 661
  1533. 00:58:16 T:6196 DEBUG: Frame Samples : 1322
  1534. 00:58:16 T:6196 DEBUG: Frame Size : 8
  1535. 00:58:16 T:1788 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  1536. 00:58:16 T:1852 NOTICE: deleting video codec
  1537. 00:58:16 T:1852 DEBUG: DXVA::CDecoder::~CDecoder - destructing decoder, 284531408
  1538. 00:58:16 T:1852 NOTICE: DXVA::CDecoder::Close - closing decoder
  1539. 00:58:16 T:1852 NOTICE: DXVA::Close - closing decoder context
  1540. 00:58:16 T:1852 NOTICE: Closing stream player 3
  1541. 00:58:16 T:1852 DEBUG: CApplication::OnPlayBackStopped: play state was 2, starting 0
  1542. 00:58:16 T:1852 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
  1543. 00:58:16 T:1852 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
  1544. 00:58:16 T:1852 DEBUG: Thread DVDPlayer 1852 terminating
  1545. 00:58:16 T:6380 NOTICE: DVDPlayer: finished waiting
  1546. 00:58:16 T:6380 DEBUG: DXVA::CSurfaceContext::~CSurfaceContext - destructing surface context
  1547. 00:58:16 T:6380 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1548. 00:58:16 T:6380 DEBUG: ------ Window Deinit (VideoOSD.xml) ------
  1549. 00:58:16 T:6380 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  1550. 00:58:16 T:6380 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1551. 00:58:16 T:6380 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  1552. 00:58:16 T:6380 DEBUG: CGUIMediaWindow::GetDirectory (videodb://movies/titles/)
  1553. 00:58:16 T:6380 DEBUG: ParentPath = [videodb://movies/titles/]
  1554. 00:58:16 T:6196 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
  1555. 00:58:17 T:6380 DEBUG: CVideoDatabase::RunQuery took 239 ms for 534 items query: select * from movieview
  1556. 00:58:17 T:1232 NOTICE: Thread BackgroundLoader start, auto delete: false
  1557. 00:58:17 T:6380 NOTICE: CDVDPlayer::CloseFile()
  1558. 00:58:17 T:6380 NOTICE: DVDPlayer: waiting for threads to exit
  1559. 00:58:17 T:6380 NOTICE: DVDPlayer: finished waiting
  1560. 00:58:17 T:6380 NOTICE: CDVDPlayer::CloseFile()
  1561. 00:58:17 T:6380 NOTICE: DVDPlayer: waiting for threads to exit
  1562. 00:58:17 T:6380 NOTICE: DVDPlayer: finished waiting
  1563. 00:58:17 T:3332 DEBUG: CVideoSyncD3D: Cleaning up Direct3d
  1564. 00:58:17 T:3332 DEBUG: Thread RefClock 3332 terminating
  1565. 00:58:17 T:5360 DEBUG: CSaveFileStateJob::DoWork - Saving file state for video item smb://NASCC2EFE/Multimedia/Bluray/Vive La France/Vive La France.mkv
  1566. 00:58:17 T:5360 DEBUG: Mysql execute: update files set playCount=3,lastPlayed='2015-01-16 00:58:17' where idFile=1669
  1567. 00:58:17 T:5360 DEBUG: CAnnouncementManager - Announcement: OnUpdate from xbmc
  1568. 00:58:17 T:5360 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnUpdate
  1569. 00:58:17 T:5360 DEBUG: Mysql execute: update settings set Deinterlace=0,ViewMode=0,ZoomAmount=1.000000,PixelRatio=1.000000,VerticalShift=0.000000,AudioStream=0,SubtitleStream=0,SubtitleDelay=0.000000,SubtitlesOn=1,Brightness=0.000000,Contrast=0.000000,Gamma=0.000000,VolumeAmplification=0.000000,AudioDelay=0.000000,OutputToAllSpeakers=0,Sharpness=0.000000,NoiseReduction=0.000000,NonLinStretch=0,PostProcess=0,ScalingMethod=0,DeinterlaceMode=0,ResumeTime=0,Crop=0,CropLeft=0,CropRight=0,CropTop=0,CropBottom=0,StereoMode=0,StereoInvert=0 where idFile=1669
  1570. 00:58:17 T:3120 DEBUG: CVideoDatabase::RunQuery took 139 ms for 5 items query: select * from movieview WHERE (movieview.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  1571. 00:58:17 T:6508 DEBUG: CVideoDatabase::RunQuery took 142 ms for 5 items query: select * from movieview WHERE (movieview.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  1572. 00:58:18 T:6508 DEBUG: CVideoDatabase::RunQuery took 520 ms for 378 items query: select * from movieview WHERE ((movieview.playCount IS NULL OR movieview.playCount = 0))
  1573. 00:58:18 T:3120 DEBUG: CVideoDatabase::RunQuery took 593 ms for 378 items query: select * from movieview WHERE ((movieview.playCount IS NULL OR movieview.playCount = 0))
  1574. 00:58:20 T:6380 DEBUG: Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0
  1575. 00:58:20 T:6380 DEBUG: CApplication::OnKey: backspace (0xf008) pressed, action is Back
  1576. 00:58:20 T:6380 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1577. 00:58:20 T:1232 DEBUG: Thread BackgroundLoader 1232 terminating
  1578. 00:58:20 T:6380 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  1579. 00:58:20 T:6380 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1580. 00:58:20 T:6380 DEBUG: ------ Window Init (Home.xml) ------
  1581. 00:58:20 T:4392 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  1582. 00:58:20 T:4392 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
  1583. 00:58:22 T:6380 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1584. 00:58:22 T:6380 DEBUG: CApplication::OnKey: left (0xf082) pressed, action is Left
  1585. 00:58:22 T:6380 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1586. 00:58:22 T:6380 DEBUG: CApplication::OnKey: left (0xf082) pressed, action is Left
  1587. 00:58:22 T:6380 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1588. 00:58:22 T:6380 DEBUG: CApplication::OnKey: left (0xf082) pressed, action is Left
  1589. 00:58:23 T:4392 DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
  1590. 00:58:23 T:6380 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1591. 00:58:23 T:6380 DEBUG: CApplication::OnKey: left (0xf082) pressed, action is Left
  1592. 00:58:24 T:6380 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1593. 00:58:24 T:6380 DEBUG: CApplication::OnKey: left (0xf082) pressed, action is Left
  1594. 00:58:25 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1595. 00:58:25 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1596. 00:58:25 T:6380 DEBUG: Activating window ID: 10001
  1597. 00:58:25 T:6380 DEBUG: ------ Window Deinit (Home.xml) ------
  1598. 00:58:25 T:6380 DEBUG: ------ Window Init (MyPrograms.xml) ------
  1599. 00:58:25 T:6380 INFO: Loading skin file: MyPrograms.xml, load type: KEEP_IN_MEMORY
  1600. 00:58:25 T:6380 DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/executable/)
  1601. 00:58:25 T:6380 DEBUG: ParentPath = [addons://sources/executable/]
  1602. 00:58:25 T:6960 NOTICE: Thread BackgroundLoader start, auto delete: false
  1603. 00:58:25 T:5880 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib.dll)
  1604. 00:58:25 T:6960 DEBUG: Thread BackgroundLoader 6960 terminating
  1605. 00:58:26 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1606. 00:58:26 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1607. 00:58:27 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1608. 00:58:27 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1609. 00:58:27 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1610. 00:58:27 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1611. 00:58:28 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1612. 00:58:28 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1613. 00:58:28 T:1424 NOTICE: Thread LanguageInvoker start, auto delete: false
  1614. 00:58:28 T:1424 INFO: initializing python engine.
  1615. 00:58:28 T:1424 DEBUG: CPythonInvoker(6, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): start processing
  1616. 00:58:28 T:1424 NOTICE: -->Python Interpreter Initialized<--
  1617. 00:58:28 T:1424 DEBUG: CPythonInvoker(6, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): the source file to load is "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py"
  1618. 00:58:28 T:1424 DEBUG: CPythonInvoker(6, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): setting the Python path to C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log;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
  1619. 00:58:28 T:1424 DEBUG: CPythonInvoker(6, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): entering source directory C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log
  1620. 00:58:28 T:1424 DEBUG: CPythonInvoker(6, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): instantiating addon using automatically obtained id of "script.xbmc.debug.log" dependent on version 2.12.0 of the xbmc.python api
  1621. 00:58:28 T:1424 NOTICE: Kodi Log Uploader: started
  1622. 00:58:28 T:1424 NOTICE: Kodi Log Uploader: settings: len(email)=0
  1623. 00:58:28 T:1424 NOTICE: Kodi Log Uploader: settings: skip_oldlog=True
  1624. 00:58:28 T:1424 DEBUG: LocalizeStrings: no strings.po file exist at C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\resources\language\English, fallback to strings.xml
  1625. 00:58:28 T:6380 DEBUG: ------ Window Init (DialogYesNo.xml) ------
  1626. 00:58:28 T:6380 INFO: Loading skin file: DialogYesNo.xml, load type: KEEP_IN_MEMORY
  1627. 00:58:29 T:6380 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1628. 00:58:29 T:6380 DEBUG: CApplication::OnKey: left (0xf082) pressed, action is Left
  1629. 00:58:36 T:6380 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  1630. 00:58:36 T:6380 DEBUG: CApplication::OnKey: right (0xf083) pressed, action is Right
  1631. 00:58:37 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1632. 00:58:37 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1633. 00:58:38 T:6380 DEBUG: ------ Window Deinit (DialogYesNo.xml) ------
  1634. 00:58:38 T:1424 INFO: CPythonInvoker(6, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): script successfully run
  1635. 00:58:38 T:1424 INFO: Python script stopped
  1636. 00:58:38 T:1424 DEBUG: Thread LanguageInvoker 1424 terminating
  1637. 00:58:39 T:6380 DEBUG: Keyboard: scancode: 0x2e, sym: 0x0063, unicode: 0x0063, modifier: 0x0
  1638. 00:58:39 T:6380 DEBUG: CApplication::OnKey: c (0xf043) pressed, action is ContextMenu
  1639. 00:58:39 T:6380 DEBUG: CFavourites::Load - no system favourites found, skipping
  1640. 00:58:39 T:6380 DEBUG: CFavourites::Load - no userdata favourites found, skipping
  1641. 00:58:39 T:6380 INFO: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY
  1642. 00:58:39 T:6380 DEBUG: ------ Window Init (DialogContextMenu.xml) ------
  1643. 00:58:40 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1644. 00:58:40 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1645. 00:58:41 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1646. 00:58:41 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1647. 00:58:41 T:6380 DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------
  1648. 00:58:41 T:6380 DEBUG: ------ Window Init (DialogAddonSettings.xml) ------
  1649. 00:58:41 T:6380 INFO: Loading skin file: DialogAddonSettings.xml, load type: KEEP_IN_MEMORY
  1650. 00:58:41 T:6380 DEBUG: LocalizeStrings: no strings.po file exist at C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\resources\language\English, fallback to strings.xml
  1651. 00:58:42 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1652. 00:58:42 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1653. 00:58:44 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1654. 00:58:44 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1655. 00:58:44 T:6380 INFO: Loading skin file: DialogKeyboard.xml, load type: KEEP_IN_MEMORY
  1656. 00:58:44 T:6380 DEBUG: ------ Window Init (DialogKeyboard.xml) ------
  1657. 00:58:44 T:6380 DEBUG: CAnnouncementManager - Announcement: OnInputRequested from xbmc
  1658. 00:58:44 T:6380 DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message OnInputRequested
  1659. 00:58:45 T:4392 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  1660. 00:58:45 T:4392 DEBUG: CVideoDatabase::RunQuery took 229 ms for 10 items query: select * from movieview ORDER BY dateAdded desc, idMovie desc LIMIT 10
  1661. 00:58:45 T:4392 DEBUG: CVideoDatabase::RunQuery took 212 ms for 10 items query: select * from episodeview ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  1662. 00:58:45 T:4392 DEBUG: CVideoDatabase::RunQuery took 6 ms for 0 items query: select * from musicvideoview ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  1663. 00:58:45 T:4392 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  1664. 00:58:46 T:6380 DEBUG: Keyboard: scancode: 0x11, sym: 0x0077, unicode: 0x0077, modifier: 0x0
  1665. 00:58:46 T:6380 DEBUG: CApplication::OnKey: w (0xf057) pressed, trying keyboard action f177
  1666. 00:58:46 T:6380 DEBUG: Keyboard: scancode: 0x18, sym: 0x006f, unicode: 0x006f, modifier: 0x0
  1667. 00:58:46 T:6380 DEBUG: CApplication::OnKey: o (0xf04f) pressed, trying keyboard action f16f
  1668. 00:58:46 T:6380 DEBUG: Keyboard: scancode: 0x11, sym: 0x0077, unicode: 0x0077, modifier: 0x0
  1669. 00:58:46 T:6380 DEBUG: CApplication::OnKey: w (0xf057) pressed, trying keyboard action f177
  1670. 00:58:47 T:6380 DEBUG: Keyboard: scancode: 0x36, sym: 0x012f, unicode: 0x0000, modifier: 0x2
  1671. 00:58:47 T:6380 DEBUG: CApplication::OnKey: rightshift (0xf0d3) pressed, trying keyboard action f0d3
  1672. 00:58:47 T:6380 DEBUG: CApplication::OnKey: rightshift (0xf0d3) pressed, action is
  1673. 00:58:47 T:6380 DEBUG: Keyboard: scancode: 0x35, sym: 0x002d, unicode: 0x005f, modifier: 0x2
  1674. 00:58:47 T:6380 DEBUG: CApplication::OnKey: underline (0xf05f) pressed, trying keyboard action f15f
  1675. 00:58:47 T:6380 DEBUG: Keyboard: scancode: 0x20, sym: 0x0064, unicode: 0x0064, modifier: 0x0
  1676. 00:58:47 T:6380 DEBUG: CApplication::OnKey: d (0xf044) pressed, trying keyboard action f164
  1677. 00:58:47 T:6380 DEBUG: Keyboard: scancode: 0x12, sym: 0x0065, unicode: 0x0065, modifier: 0x0
  1678. 00:58:47 T:6380 DEBUG: CApplication::OnKey: e (0xf045) pressed, trying keyboard action f165
  1679. 00:58:48 T:6380 DEBUG: Keyboard: scancode: 0x1e, sym: 0x0061, unicode: 0x0061, modifier: 0x0
  1680. 00:58:48 T:6380 DEBUG: CApplication::OnKey: a (0xf041) pressed, trying keyboard action f161
  1681. 00:58:48 T:6380 DEBUG: Keyboard: scancode: 0x14, sym: 0x0074, unicode: 0x0074, modifier: 0x0
  1682. 00:58:48 T:6380 DEBUG: CApplication::OnKey: t (0xf054) pressed, trying keyboard action f174
  1683. 00:58:48 T:6380 DEBUG: Keyboard: scancode: 0x23, sym: 0x0068, unicode: 0x0068, modifier: 0x0
  1684. 00:58:48 T:6380 DEBUG: CApplication::OnKey: h (0xf048) pressed, trying keyboard action f168
  1685. 00:58:48 T:6380 DEBUG: Keyboard: scancode: 0x30, sym: 0x0062, unicode: 0x0062, modifier: 0x0
  1686. 00:58:48 T:6380 DEBUG: CApplication::OnKey: b (0xf042) pressed, trying keyboard action f162
  1687. 00:58:48 T:6380 DEBUG: Keyboard: scancode: 0x13, sym: 0x0072, unicode: 0x0072, modifier: 0x0
  1688. 00:58:48 T:6380 DEBUG: CApplication::OnKey: r (0xf052) pressed, trying keyboard action f172
  1689. 00:58:48 T:6380 DEBUG: Keyboard: scancode: 0x17, sym: 0x0069, unicode: 0x0069, modifier: 0x0
  1690. 00:58:48 T:6380 DEBUG: CApplication::OnKey: i (0xf049) pressed, trying keyboard action f169
  1691. 00:58:49 T:6380 DEBUG: Keyboard: scancode: 0x31, sym: 0x006e, unicode: 0x006e, modifier: 0x0
  1692. 00:58:49 T:6380 DEBUG: CApplication::OnKey: n (0xf04e) pressed, trying keyboard action f16e
  1693. 00:58:49 T:6380 DEBUG: Keyboard: scancode: 0x22, sym: 0x0067, unicode: 0x0067, modifier: 0x0
  1694. 00:58:49 T:6380 DEBUG: CApplication::OnKey: g (0xf047) pressed, trying keyboard action f167
  1695. 00:58:49 T:6380 DEBUG: Keyboard: scancode: 0x12, sym: 0x0065, unicode: 0x0065, modifier: 0x0
  1696. 00:58:49 T:6380 DEBUG: CApplication::OnKey: e (0xf045) pressed, trying keyboard action f165
  1697. 00:58:49 T:6380 DEBUG: Keyboard: scancode: 0x13, sym: 0x0072, unicode: 0x0072, modifier: 0x0
  1698. 00:58:49 T:6380 DEBUG: CApplication::OnKey: r (0xf052) pressed, trying keyboard action f172
  1699. 00:58:49 T:6380 DEBUG: Keyboard: scancode: 0x1d, sym: 0x0132, unicode: 0x0000, modifier: 0x40
  1700. 00:58:49 T:6380 DEBUG: CApplication::OnKey: ctrl-leftctrl (0x1f0d0) pressed, trying keyboard action f0d0
  1701. 00:58:49 T:6380 DEBUG: CApplication::OnKey: ctrl-leftctrl (0x1f0d0) pressed, action is
  1702. 00:58:49 T:6380 DEBUG: Keyboard: scancode: 0x38, sym: 0x0133, unicode: 0x0000, modifier: 0x4000
  1703. 00:58:49 T:6380 DEBUG: CApplication::OnKey: 0 (0xf200) pressed, trying keyboard action f000
  1704. 00:58:49 T:6380 DEBUG: CApplication::OnKey: 0 (0xf200) pressed, action is
  1705. 00:58:50 T:6380 DEBUG: Keyboard: scancode: 0x10, sym: 0x0071, unicode: 0x0040, modifier: 0x4000
  1706. 00:58:50 T:6380 DEBUG: CApplication::OnKey: at (0xf040) pressed, trying keyboard action f140
  1707. 00:58:50 T:6380 DEBUG: Keyboard: scancode: 0x22, sym: 0x0067, unicode: 0x0067, modifier: 0x0
  1708. 00:58:50 T:6380 DEBUG: CApplication::OnKey: g (0xf047) pressed, trying keyboard action f167
  1709. 00:58:51 T:6380 DEBUG: Keyboard: scancode: 0x32, sym: 0x006d, unicode: 0x006d, modifier: 0x0
  1710. 00:58:51 T:6380 DEBUG: CApplication::OnKey: m (0xf04d) pressed, trying keyboard action f16d
  1711. 00:58:51 T:6380 DEBUG: Keyboard: scancode: 0x2d, sym: 0x0078, unicode: 0x0078, modifier: 0x0
  1712. 00:58:51 T:6380 DEBUG: CApplication::OnKey: x (0xf058) pressed, trying keyboard action f178
  1713. 00:58:51 T:6380 DEBUG: Keyboard: scancode: 0x34, sym: 0x002e, unicode: 0x002e, modifier: 0x0
  1714. 00:58:51 T:6380 DEBUG: CApplication::OnKey: period (0xf02e) pressed, trying keyboard action f12e
  1715. 00:58:51 T:6380 DEBUG: Keyboard: scancode: 0x20, sym: 0x0064, unicode: 0x0064, modifier: 0x0
  1716. 00:58:51 T:6380 DEBUG: CApplication::OnKey: d (0xf044) pressed, trying keyboard action f164
  1717. 00:58:51 T:6380 DEBUG: Keyboard: scancode: 0x12, sym: 0x0065, unicode: 0x0065, modifier: 0x0
  1718. 00:58:51 T:6380 DEBUG: CApplication::OnKey: e (0xf045) pressed, trying keyboard action f165
  1719. 00:58:52 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1720. 00:58:52 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, trying keyboard action 7
  1721. 00:58:53 T:6380 DEBUG: ------ Window Deinit (DialogKeyboard.xml) ------
  1722. 00:58:53 T:6380 DEBUG: CAnnouncementManager - Announcement: OnInputFinished from xbmc
  1723. 00:58:53 T:6380 DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message OnInputFinished
  1724. 00:58:56 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1725. 00:58:56 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1726. 00:58:56 T:6380 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  1727. 00:58:56 T:6380 DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
  1728. 00:58:57 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1729. 00:58:57 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1730. 00:58:57 T:6380 DEBUG: ------ Window Deinit (DialogAddonSettings.xml) ------
  1731. 00:58:57 T:6380 DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/executable/)
  1732. 00:58:57 T:6380 DEBUG: ParentPath = [addons://sources/executable/]
  1733. 00:58:57 T:4420 NOTICE: Thread BackgroundLoader start, auto delete: false
  1734. 00:58:57 T:4420 DEBUG: Thread BackgroundLoader 4420 terminating
  1735. 00:58:57 T:6380 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib.dll)
  1736. 00:58:58 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1737. 00:58:58 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1738. 00:58:58 T:5092 NOTICE: Thread LanguageInvoker start, auto delete: false
  1739. 00:58:58 T:5092 INFO: initializing python engine.
  1740. 00:58:58 T:5092 DEBUG: CPythonInvoker(7, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): start processing
  1741. 00:58:58 T:5092 NOTICE: -->Python Interpreter Initialized<--
  1742. 00:58:58 T:5092 DEBUG: CPythonInvoker(7, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): the source file to load is "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py"
  1743. 00:58:58 T:5092 DEBUG: CPythonInvoker(7, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): setting the Python path to C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log;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
  1744. 00:58:58 T:5092 DEBUG: CPythonInvoker(7, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): entering source directory C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log
  1745. 00:58:58 T:5092 DEBUG: CPythonInvoker(7, C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py): instantiating addon using automatically obtained id of "script.xbmc.debug.log" dependent on version 2.12.0 of the xbmc.python api
  1746. 00:58:58 T:5092 NOTICE: Kodi Log Uploader: started
  1747. 00:58:58 T:5092 NOTICE: Kodi Log Uploader: settings: len(email)=23
  1748. 00:58:58 T:5092 NOTICE: Kodi Log Uploader: settings: skip_oldlog=True
  1749. 00:58:58 T:5092 DEBUG: LocalizeStrings: no strings.po file exist at C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\resources\language\English, fallback to strings.xml
  1750. 00:58:58 T:6380 DEBUG: ------ Window Init (DialogYesNo.xml) ------
  1751. 00:58:59 T:6380 DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
  1752. 00:58:59 T:6380 DEBUG: CApplication::OnKey: left (0xf082) pressed, action is Left
  1753. 00:59:02 T:6380 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1754. 00:59:02 T:6380 DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
  1755. 00:59:03 T:6380 DEBUG: ------ Window Deinit (DialogYesNo.xml) ------
  1756. 00:59:03 T:5092 NOTICE: Kodi Log Uploader: reading log...
  1757. 00:59:03 T:5092 NOTICE: Kodi Log Uploader: starting upload "C:\Users\Deathbringer\AppData\Roaming\Kodi\kodi.log"...
  1758. 00:59:03 T:5092 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  1759. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  1760. Error Type: <class 'urllib2.HTTPError'>
  1761. Error Contents: HTTP Error 500: Internal Server Error
  1762. Traceback (most recent call last):
  1763. File "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py", line 191, in <module>
  1764. Uploader = LogUploader()
  1765. File "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py", line 47, in __init__
  1766. paste_id = self.upload_file(logfile['path'])
  1767. File "C:\Users\Deathbringer\AppData\Roaming\Kodi\addons\script.xbmc.debug.log\addon.py", line 79, in upload_file
  1768. response = urllib2.urlopen(req).read()
  1769. File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 127, in urlopen
  1770. return _opener.open(url, data, timeout)
  1771. File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 410, in open
  1772. response = meth(req, response)
  1773. File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 523, in http_response
  1774. 'http', request, response, code, msg, hdrs)
  1775. File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 448, in error
  1776. return self._call_chain(*args)
  1777. File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 382, in _call_chain
  1778. result = func(*args)
  1779. File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 531, in http_error_default
  1780. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  1781. HTTPError: HTTP Error 500: Internal Server Error
  1782. -->End of Python script error report<--
  1783. 00:59:03 T:6380 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  1784. 00:59:03 T:5092 INFO: Python script stopped
  1785. 00:59:03 T:5092 DEBUG: Thread LanguageInvoker 5092 terminating
  1786. 00:59:08 T:6380 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
  1787. 00:59:21 T:6380 DEBUG: CWinEventsWin32::WndProcWindow is active
  1788. 00:59:23 T:6380 DEBUG: Previous line repeats 1 times.
  1789. 00:59:23 T:6380 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files (x86)\Kodi\Kodi.exe
  1790. 00:59:23 T:6380 DEBUG: CWinEventsWin32::WndProc: window move event
  1791. 00:59:23 T:6380 DEBUG: CWinEventsWin32::WndProc: window resize event
  1792. 00:59:23 T:6380 DEBUG: CWinEventsWin32::WndProcWindow is inactive
  1793. 00:59:26 T:6196 DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
  1794. 00:59:27 T:5880 DEBUG: Thread JobWorker 5880 terminating (autodelete)
  1795. 00:59:27 T:5360 DEBUG: Thread JobWorker 5360 terminating (autodelete)
  1796. 00:59:27 T:4392 DEBUG: Thread JobWorker 4392 terminating (autodelete)
  1797. 00:59:27 T:5128 DEBUG: Thread JobWorker 5128 terminating (autodelete)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement