Advertisement
dannyproy

xbmc log playback freeze

Mar 13th, 2011
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 289.66 KB | None | 0 0
  1. 19:25:44 T:3078227840 M:818241536 NOTICE: -----------------------------------------------------------------------
  2. 19:25:45 T:3078227840 M:813666304 NOTICE: Starting XBMC, Platform: Linux (Ubuntu 10.10, 2.6.35-27-generic i686). Built on Mar 9 2011 (Git:Unknown)
  3. 19:25:45 T:3078227840 M:813666304 NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
  4. 19:25:45 T:3078227840 M:813666304 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/xbmc
  5. 19:25:45 T:3078227840 M:813666304 NOTICE: special://masterprofile/ is mapped to: /home/daniel/.xbmc/userdata
  6. 19:25:45 T:3078227840 M:813666304 NOTICE: special://home/ is mapped to: /home/daniel/.xbmc
  7. 19:25:45 T:3078227840 M:813666304 NOTICE: special://temp/ is mapped to: /home/daniel/.xbmc/temp
  8. 19:25:45 T:3078227840 M:813666304 NOTICE: The executable running is: /usr/lib/xbmc/xbmc.bin
  9. 19:25:45 T:3078227840 M:813666304 NOTICE: Log File is located: /home/daniel/.xbmc/temp/xbmc.log
  10. 19:25:45 T:3078227840 M:813666304 NOTICE: -----------------------------------------------------------------------
  11. 19:25:45 T:3078227840 M:813314048 NOTICE: Setup SDL
  12. 19:25:45 T:3078227840 M:818307072 NOTICE: load settings...
  13. 19:25:45 T:3078227840 M:818307072 ERROR: Unable to load libcrystalhd.so.3, reason: libcrystalhd.so.3: cannot open shared object file: No such file or directory
  14. 19:25:45 T:3078227840 M:818307072 NOTICE: special://profile/ is mapped to: special://masterprofile/
  15. 19:25:45 T:3078227840 M:818307072 NOTICE: loading special://masterprofile/guisettings.xml
  16. 19:25:45 T:3078227840 M:823050240 NOTICE: Getting hardware information now...
  17. 19:25:45 T:3078227840 M:823050240 NOTICE: Checking resolution 11
  18. 19:25:45 T:3078227840 M:822923264 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  19. 19:25:45 T:3078227840 M:822923264 NOTICE: Loaded playercorefactory configuration
  20. 19:25:45 T:3078227840 M:822923264 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  21. 19:25:45 T:3078227840 M:822923264 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  22. 19:25:45 T:3078227840 M:822796288 NOTICE: Loaded advancedsettings.xml from special://profile/advancedsettings.xml
  23. 19:25:45 T:3078227840 M:822796288 NOTICE: Contents of special://profile/advancedsettings.xml are...
  24. <!--
  25. This REGEX is UNOFFICIAL/EXPERIMENTAL and may in places require a strict folder structure.
  26. See forum link for README, changelog and support.
  27.  
  28. Version: V2.3
  29. Author: Xe
  30. Link: http://forum.xbmc.org/showthread.php?t=51614
  31.  
  32. ################################################################################-->
  33. <advancedsettings>
  34. <!-- Customise/remove/comment this section to your personal preferences -->
  35. <useddsfanart>true</useddsfanart>
  36. <!-- Enable GPU accelerated fanart-->
  37. <navigatevirtualkeyboard>true</navigatevirtualkeyboard>
  38. <!-- Activates virtual keyboard navigation, default is false -->
  39. <cputempcommand>cputemp</cputempcommand>
  40. <!-- OpenELEC Specific -->
  41. <gputempcommand>gputemp</gputempcommand>
  42. <!-- OpenELEC Specific -->
  43. <samba>
  44. <clienttimeout>30</clienttimeout>
  45. <!-- Set a sensible SAMBA timeout -->
  46. </samba>
  47. <lcd>
  48. <!-- This is for my Antec LCD. Edit for your own -->
  49. <rows>2</rows>
  50. <columns>16</columns>
  51. <scrolldelay>4</scrolldelay>
  52. <dimonscreensave>true</dimonscreensave>
  53. <!-- Turns of the LCD/VFD backlight while screensaving. Defaults to false. -->
  54. </lcd>
  55. <videolibrary>
  56. <hideallitems>true</hideallitems>
  57. <!-- Remove the "*All" items from the video library -->
  58. <hideemptyseries>false</hideemptyseries>
  59. <!-- Dont hide empty series in the video library -->
  60. <hiderecentlyaddeditems>false</hiderecentlyaddeditems>
  61. <!-- Dont remove the "Recently added ..." items from the video library. -->
  62. <recentlyaddeditems>300</recentlyaddeditems>
  63. <!-- Increase number of recently added items from default 25 -->
  64. <backgroundupdate>false</backgroundupdate>
  65. <!-- Set to hide the video scanner dialog from the gui -->
  66. <flattentvshows>0</flattentvshows>
  67. <!-- Never flatten TV show seasons, 0=never 1=if one season (default) 2=all -->
  68. </videolibrary>
  69. <musiclibrary>
  70. <backgroundupdate>false</backgroundupdate>
  71. <!-- set to hide the music scanner dialog from the gui -->
  72. </musiclibrary>
  73. <myvideos>
  74. <extractthumb>false</extractthumb>
  75. <!-- Dont create random thumbnails. Either scrape them from the internet or dont have them -->
  76. </myvideos>
  77. <sorttokens>
  78. <token separators="">&quot;</token>
  79. <!-- Ignore " when sorting. Senisble due to IMDB naming policy -->
  80. </sorttokens>
  81. <video>
  82. <!-- Stop XBMC indexing some unwanted common items -->
  83. <excludefromscan action="prepend">
  84. <regexp>(?i)extras</regexp>
  85. <!-- Greedy, whole path, case insensitive ignore -->
  86. <regexp>(?i)sample</regexp>
  87. <!-- Greedy, whole path, case insensitive ignore -->
  88. <regexp>(?i)uTorrentPartFile</regexp>
  89. <!-- Ignore common scrap files -->
  90. </excludefromscan>
  91. <excludetvshowsfromscan action="prepend">
  92. <regexp>(?i)extras</regexp>
  93. <!-- Greedy, whole path, case insensitive ignore -->
  94. <regexp>(?i)sample</regexp>
  95. <!-- Greedy, whole path, case insensitive ignore -->
  96. <regexp>(?i)uTorrentPartFile</regexp>
  97. <!-- Ignore common scrap files -->
  98. </excludetvshowsfromscan>
  99. </video>
  100. <tvshowmatching action="prepend">
  101. <!-- Catch some troublesome formats before XBMC -->
  102. <!-- DIRFIX Handling -->
  103. <regexp>(?i)[\. _-]s(\d{1,2})[\. _-]?e(\d{1,2})(.*)dirfix</regexp>
  104. <!-- DIRFIX Handling show.name.S01E10E11.ep.name.here.DiRFiX.PROPER.HDTV.XviD-XEE-->
  105. <!-- Edge case scene handling -->
  106. <regexp>(?i)[/\\]tpz-(?:24|30rock|4400)(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  107. <!-- tpz-SPECIFICSHOW12324.avi This attempts to cater for some odditys -->
  108. <regexp>(?i)[/\\]tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  109. <!-- tzp-show12324.avi -->
  110. <regexp>(?i)[/\\]tpz-johnadams(\d).avi</regexp>
  111. <!-- tpz-johnadams2.avi. Another TPZ divergence from their own naming scheme. XBMC will assume Season 1 if only one match-->
  112. <regexp>(?i)[/\\]tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  113. <!-- tzp-show12324.avi -->
  114. <regexp>(?i)[.a-z](\d{1,2})(\d\d)-notv([^/\\]*)</regexp>
  115. <!-- frng101-notv.avi -->
  116. <regexp>(?i)[/\\]\w+-\w+(\d)(\d\d)\.</regexp>
  117. <!-- mtn-tts104.avi -->
  118. <!-- Anime specific matching. YMMV with this one as anime naming is oddball. REQUIRES CRC in name -->
  119. <regexp>(?i)()(?:[\. _-]|ep)(\d{1,3})[\. _-v].*[[({][\da-f]{8}[])}]</regexp>
  120. <!-- [Doki]_Asobi_ni_Iku_yo!_-_03v2_(1280x720_h264_AAC)_[B5B9C6F3].mkv -->
  121. </tvshowmatching>
  122. <tvshowmatching action="append">
  123. <!-- XBMC has tried, now its our turn again -->
  124. <!-- Use the season number from the folder name and ep number from video file -->
  125. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\]\D+[\. _-](\d{1,2})[\. _-]\D+</regexp>
  126. <!-- /Season 1/the_episode_8.avi HUGE potential for false positives. Comment out if you are unsure -->
  127. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\D\1(\d\d)(?!.*])</regexp>
  128. <!-- /Action/Season 1/Action101 Pilot.avi Last (?!.*]) helps with anime false positives. not a perfect solution -->
  129. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\](\d{1,2})\W([^/\\]*)</regexp>
  130. <!-- /UFO/Season 1/02.Computer.Affair.Divx e.g. lame sequntial numbering witout season -->
  131. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wep?\.?(\d{1,2})\W([^/\\]*)</regexp>
  132. <!-- /Ulysses 31/Season 1/Ulysses 31 E12 Trapped.avi e.g. lame sequntial numbering witout season -->
  133. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\W?episode\W?(\d{1,2})\W([^/\\]*)</regexp>
  134. <!-- /The Chronicles/Season 1/Chronicles.Of.01.The.episode.6.DVDRip.DivX-movies.avi -->
  135. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wpart\W?(\d{1,2})\W([^/\\]*)</regexp>
  136. <!-- /NASA Missions/Season 1/nasa.missions.part.3.hdtv.xvid-fqm.avi -->
  137. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wchapter\W?(\d{1,2})\W([^/\\]*)</regexp>
  138. <!-- /The Young/Season 1/The.Young.Chapter.01.My.First.Adventure.DVDRip.XviD-SAiNTS.avi -->
  139. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\1\W?x\W?(\d{1,2})([^/\\]*)</regexp>
  140. <!-- /season 5/Lost - 5 x 05.mkv -->
  141. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?s0?\1[ex.]{0,2}(\d{1,2})([^/\\]*)</regexp>
  142. <!-- /Season 1/Grange Hill S01xE01.avi -->
  143. </tvshowmatching>
  144. <moviestacking>
  145. <!-- Tokens - (Title)(Volume)(Ignore)(Extension). If you have a "one pile file" system of movie organization then DONT run these -->
  146. <regexp>(?i)(.*-done[\. _-])(\d)(\.)(\w{3})$</regexp>
  147. <!-- movie name.blah.DVDRip.XviD-DoNE.1.avi -->
  148. <regexp>(?i)(.*?[\. _-]cd)(\d)([\. _-].*?\.)(\w{3})$</regexp>
  149. <!-- movie name.blah.iNTERNAL.DVDRip.XViD.CD1-TWiST.avi -->
  150. <regexp>(?i)(.*?[\. _-]cd)(\d)(\.)(\w{3})$</regexp>
  151. <!-- group-40yearoldv-cd1.avi -->
  152. <regexp>(?i)(.*?cd)(\d)(\.)(\w{3})$</regexp>
  153. <!-- group-30doncd1.avi -->
  154. <regexp>(?i)(.*[\. _-])([abc])(\.)(\w{3})$</regexp>
  155. <!-- group-310ty-a.avi -->
  156. <regexp>(?i)(.*?)([abc123])(\.)(\w{3})$</regexp>
  157. <!-- group-outa.avi -->
  158. <regexp>(?i)(.*?)([abc123])([\. _-](?:xvid|divx|int)\.)(\w{3})$</regexp>
  159. <!-- group-moviea-xvid.avi -->
  160. <regexp>(?i)(.*)(\d{1,2})(\.)(\w{3})$</regexp>
  161. <!-- group-movie2.avi -->
  162. <regexp>(?i)(.*)(\d{1,2})([\. _-]\w{3,10}\.)(\w{3})$</regexp>
  163. <!-- movie1-grp.avi -->
  164. <regexp>(?i)(.*?[\. _-])(\d{1,2})(\.)(\w{3})$</regexp>
  165. <!-- movie-name-01.avi.avi -->
  166. <regexp>(?i)(.*?[\. _-]part)(\d{1,2})([\. _-].*?\.)(\w{3})$</regexp>
  167. <!-- Movie.name.DvDrip.Part1-group.avi -->
  168. </moviestacking>
  169. </advancedsettings>
  170. 19:25:45 T:3078227840 M:822796288 NOTICE: Getting hardware information now...
  171. 19:25:45 T:3078227840 M:822796288 NOTICE: Checking resolution 11
  172. 19:25:45 T:3078227840 M:822796288 NOTICE: Default DVD Player: dvdplayer
  173. 19:25:45 T:3078227840 M:822796288 NOTICE: Default Video Player: dvdplayer
  174. 19:25:45 T:3078227840 M:822796288 NOTICE: Default Audio Player: paplayer
  175. 19:25:45 T:3078227840 M:822796288 NOTICE: Enabled debug logging due to GUI setting (2)
  176. 19:25:45 T:3078227840 M:822796288 NOTICE: Loading media sources from special://masterprofile/sources.xml
  177. 19:25:45 T:3078227840 M:822796288 INFO: creating subdirectories
  178. 19:25:45 T:3078227840 M:822796288 INFO: userdata folder: special://masterprofile/
  179. 19:25:45 T:3078227840 M:822796288 INFO: recording folder:
  180. 19:25:45 T:3078227840 M:822796288 INFO: screenshots folder:
  181. 19:25:45 T:3078227840 M:822796288 INFO: thumbnails folder: special://masterprofile/Thumbnails
  182. 19:25:45 T:3078227840 M:822288384 INFO: load language info file: special://xbmc/language/English/langinfo.xml
  183. 19:25:45 T:3078227840 M:822439936 INFO: load language file:special://xbmc/language/English/strings.xml
  184. 19:25:46 T:3078227840 M:811257856 DEBUG: Loading: /usr/lib/xbmc/system/libcpluff-i486-linux.so
  185. 19:25:46 T:3078227840 M:811098112 INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/xbmc/addons: No such file or directory'
  186. 19:25:46 T:3078227840 M:811098112 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been installed.'
  187. 19:25:46 T:3078227840 M:811098112 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  188. 19:25:46 T:3078227840 M:811098112 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  189. 19:25:46 T:3078227840 M:810844160 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
  190. 19:25:46 T:3078227840 M:810844160 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  191. 19:25:46 T:3078227840 M:810844160 DEBUG: ADDON: cpluff: 'Plug-in repository.autoupdater has been installed.'
  192. 19:25:46 T:3078227840 M:810741760 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.iplayer has been installed.'
  193. 19:25:46 T:3078227840 M:810741760 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.ted.talks has been installed.'
  194. 19:25:46 T:3078227840 M:810741760 DEBUG: ADDON: cpluff: 'Plug-in script.randomitems has been installed.'
  195. 19:25:46 T:3078227840 M:810741760 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
  196. 19:25:46 T:3078227840 M:810741760 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  197. 19:25:46 T:3078227840 M:810741760 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  198. 19:25:46 T:3078227840 M:810741760 DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been installed.'
  199. 19:25:46 T:3078227840 M:810741760 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.itv has been installed.'
  200. 19:25:46 T:3078227840 M:810741760 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been installed.'
  201. 19:25:46 T:3078227840 M:810766336 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  202. 19:25:46 T:3078227840 M:810766336 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  203. 19:25:46 T:3078227840 M:810766336 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.pitchfork has been installed.'
  204. 19:25:46 T:3078227840 M:810766336 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
  205. 19:25:46 T:3078227840 M:810766336 DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
  206. 19:25:46 T:3078227840 M:810766336 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been installed.'
  207. 19:25:46 T:3078227840 M:810766336 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  208. 19:25:46 T:3078227840 M:810766336 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  209. 19:25:46 T:3078227840 M:810790912 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
  210. 19:25:46 T:3078227840 M:810790912 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
  211. 19:25:46 T:3078227840 M:810790912 DEBUG: ADDON: cpluff: 'Plug-in script.logo-downloader has been installed.'
  212. 19:25:46 T:3078227840 M:810790912 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  213. 19:25:46 T:3078227840 M:810790912 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.tvcatchup has been installed.'
  214. 19:25:46 T:3078227840 M:810790912 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
  215. 19:25:46 T:3078227840 M:810790912 DEBUG: ADDON: cpluff: 'Plug-in script.recentlyadded has been installed.'
  216. 19:25:46 T:3078227840 M:810815488 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been installed.'
  217. 19:25:46 T:3078227840 M:810815488 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been installed.'
  218. 19:25:46 T:3078227840 M:810815488 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox has been installed.'
  219. 19:25:46 T:3078227840 M:810815488 DEBUG: ADDON: cpluff: 'Plug-in visualization.goom has been installed.'
  220. 19:25:46 T:3078227840 M:810815488 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  221. 19:25:46 T:3078227840 M:810815488 DEBUG: ADDON: cpluff: 'Plug-in script.rss.editor has been installed.'
  222. 19:25:46 T:3078227840 M:810815488 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  223. 19:25:46 T:3078227840 M:810815488 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  224. 19:25:46 T:3078227840 M:810815488 DEBUG: ADDON: cpluff: 'Plug-in weather.xbmc.builtin has been installed.'
  225. 19:25:46 T:3078227840 M:810840064 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  226. 19:25:46 T:3078227840 M:810840064 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  227. 19:25:46 T:3078227840 M:810840064 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  228. 19:25:46 T:3078227840 M:810840064 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  229. 19:25:46 T:3078227840 M:810840064 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
  230. 19:25:46 T:3078227840 M:810840064 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
  231. 19:25:46 T:3078227840 M:810840064 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  232. 19:25:46 T:3078227840 M:810840064 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  233. 19:25:46 T:3078227840 M:810840064 DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been installed.'
  234. 19:25:46 T:3078227840 M:810864640 DEBUG: ADDON: cpluff: 'Plug-in metadata.mtv.com has been installed.'
  235. 19:25:46 T:3078227840 M:810864640 DEBUG: ADDON: cpluff: 'Plug-in visualization.itunes has been installed.'
  236. 19:25:46 T:3078227840 M:810864640 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
  237. 19:25:46 T:3078227840 M:810864640 DEBUG: ADDON: cpluff: 'Plug-in repository.aeon.nox has been installed.'
  238. 19:25:46 T:3078227840 M:810864640 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  239. 19:25:46 T:3078227840 M:810450944 DEBUG: CKeyboardStat::Initialize - XKb symbols pc_us_inet(evdev)
  240. 19:25:46 T:3078227840 M:810475520 INFO: LIRC Initialize: using: /dev/lircd
  241. 19:25:46 T:3078227840 M:810475520 INFO: LIRC Initialize: connect failed: No such file or directory
  242. 19:25:46 T:3078227840 M:810475520 DEBUG: Failed to connect to LIRC. Retry in 10s.
  243. 19:25:46 T:3078227840 M:810246144 NOTICE: Enabled Joystick: HID 073a:2230
  244. 19:25:46 T:3078227840 M:810246144 NOTICE: Details: Total Axis: 3 Total Hats: 0 Total Buttons: 90
  245. 19:25:46 T:3078227840 M:810246144 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12b
  246. 19:25:46 T:3078227840 M:802795520 NOTICE: Using visual 0x42
  247. 19:25:46 T:3078227840 M:802127872 INFO: GL: Maximum texture width: 8192
  248. 19:25:46 T:3078227840 M:802127872 DEBUG: Loading: /usr/lib/xbmc/system/ImageLib-i486-linux.so
  249. 19:25:46 T:3078227840 M:800956416 DEBUG: GLX_EXTENSIONS: GLX_EXT_visual_info GLX_EXT_visual_rating GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGI_video_sync GLX_SGI_swap_control GLX_EXT_swap_control GLX_EXT_texture_from_pixmap GLX_ARB_create_context GLX_ARB_create_context_profile GLX_EXT_create_context_es2_profile GLX_ARB_create_context_robustness GLX_ARB_multisample GLX_NV_float_buffer GLX_ARB_fbconfig_float GLX_EXT_framebuffer_sRGB GLX_ARB_get_proc_address
  250. 19:25:46 T:3078227840 M:800751616 NOTICE: GL_VENDOR = NVIDIA Corporation
  251. 19:25:46 T:3078227840 M:800751616 NOTICE: GL_RENDERER = ION/PCI/SSE2
  252. 19:25:46 T:3078227840 M:800751616 NOTICE: GL_VERSION = 3.3.0 NVIDIA 270.29
  253. 19:25:46 T:3078227840 M:800751616 NOTICE: GL_SHADING_LANGUAGE_VERSION = 3.30 NVIDIA via Cg compiler
  254. 19:25:46 T:3078227840 M:800624640 NOTICE: GL_EXTENSIONS = GL_ARB_blend_func_extended GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_shading_language_include GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_swizzle GL_EXT_texture_type_2_10_10_10_REV GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_alpha_test GL_NV_blend_minmax GL_NV_blend_square GL_NV_complex_primitives GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_explicit_multisample GL_NV_fbo_color_attachments GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragdepth GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_gpu_program4_1 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_shader_buffer_load GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_lod_clamp GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_vdpau_interop GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_NVX_gpu_memory_info GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object GL_OES_vertex_half_float GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum
  255. 19:25:46 T:3078227840 M:800497664 INFO: GL: Maximum texture width: 8192
  256. 19:25:46 T:3078227840 M:800370688 INFO: load default splash image: /usr/share/xbmc/media/Splash.png
  257. 19:25:47 T:3078227840 M:798720000 INFO: load keymapping
  258. 19:25:47 T:3078227840 M:798584832 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  259. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
  260. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
  261. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
  262. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
  263. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
  264. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
  265. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
  266. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
  267. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
  268. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
  269. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  270. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/keymaps/remote.xml
  271. 19:25:47 T:3078227840 M:798441472 INFO: Loading special://xbmc/system/Lircmap.xml
  272. 19:25:47 T:3078227840 M:798441472 INFO: * Adding remote mapping for device 'mceusb'
  273. 19:25:47 T:3078227840 M:798441472 INFO: * Adding remote mapping for device 'XboxDVDDongle'
  274. 19:25:47 T:3078227840 M:798441472 INFO: * Adding remote mapping for device 'Microsoft_Xbox'
  275. 19:25:47 T:3078227840 M:798441472 INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
  276. 19:25:47 T:3078227840 M:798441472 INFO: * Adding remote mapping for device 'anysee'
  277. 19:25:47 T:3078227840 M:798441472 INFO: * Adding remote mapping for device 'iMON-PAD'
  278. 19:25:47 T:3078227840 M:798441472 INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
  279. 19:25:47 T:3078227840 M:798441472 INFO: * Adding remote mapping for device 'MCE_via_iMON'
  280. 19:25:47 T:3078227840 M:798441472 INFO: * Adding remote mapping for device 'TwinHanRemote'
  281. 19:25:47 T:3078227840 M:798441472 INFO: * Adding remote mapping for device 'linux-input-layer'
  282. 19:25:47 T:3078227840 M:798441472 INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
  283. 19:25:47 T:3078227840 M:798441472 INFO: * Linking remote mapping for 'linux-input-layer' to 'devinput'
  284. 19:25:47 T:3078227840 M:798441472 DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping
  285. 19:25:47 T:3078227840 M:798441472 INFO: GUI format 1418x602 Windowed
  286. 19:25:47 T:3078227840 M:798441472 DEBUG: Selected UDisks as storage provider
  287. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks with interface org.freedesktop.DBus.Properties and method Get
  288. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DaemonVersion 1
  289. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: Querying available devices
  290. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks with interface org.freedesktop.UDisks and method EnumerateDevices
  291. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb1)
  292. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb1 with interface org.freedesktop.DBus.Properties and method GetAll
  293. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb with interface org.freedesktop.DBus.Properties and method Get
  294. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdb1: IsFileSystem true HasFileSystem ntfs IsSystemInternal false IsMounted true IsRemovable false IsPartition true IsOptical false
  295. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdb1: IsFileSystem true HasFileSystem ntfs IsSystemInternal false IsMounted true IsRemovable false IsPartition true IsOptical false
  296. 19:25:47 T:3078227840 M:798441472 NOTICE: UDisks: Added /media/WD USB 2
  297. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda1)
  298. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda1 with interface org.freedesktop.DBus.Properties and method GetAll
  299. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method Get
  300. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sda1: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition true IsOptical false
  301. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda1: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition true IsOptical false
  302. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda)
  303. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method GetAll
  304. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sda: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  305. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  306. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb)
  307. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb with interface org.freedesktop.DBus.Properties and method GetAll
  308. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdb: IsFileSystem false HasFileSystem IsSystemInternal false IsMounted false IsRemovable false IsPartition false IsOptical false
  309. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdb: IsFileSystem false HasFileSystem IsSystemInternal false IsMounted false IsRemovable false IsPartition false IsOptical false
  310. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda2)
  311. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda2 with interface org.freedesktop.DBus.Properties and method GetAll
  312. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method Get
  313. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sda2: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  314. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda2: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  315. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda5)
  316. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda5 with interface org.freedesktop.DBus.Properties and method GetAll
  317. 19:25:47 T:3078227840 M:798441472 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method Get
  318. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sda5: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  319. 19:25:47 T:3078227840 M:798441472 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda5: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  320. 19:25:47 T:3078227840 M:798441472 NOTICE: start dvd mediatype detection
  321. 19:25:47 T:3078227840 M:798441472 NOTICE: initializing playlistplayer
  322. 19:25:47 T:3078227840 M:798441472 NOTICE: DONE initializing playlistplayer
  323. 19:25:47 T:3070643056 M:798441472 DEBUG: thread start, auto delete: 0
  324. 19:25:47 T:3070643056 M:798441472 DEBUG: Compiled with libcdio Version 0.81
  325. 19:25:47 T:3078227840 M:798441472 DEBUG: DPMS: supported power-saving modes: SUSPEND OFF STANDBY
  326. 19:25:47 T:3070643056 M:798441472 DEBUG: Thread 3070643056 terminating
  327. 19:25:47 T:3078227840 M:798289920 INFO: Unloading old skin ...
  328. 19:25:47 T:3078227840 M:798363648 DEBUG: ------ Window Deinit (Pointer.xml) ------
  329. 19:25:47 T:3078227840 M:798363648 DEBUG: ------ Window Deinit (DialogMuteBug.xml) ------
  330. 19:25:47 T:3078227840 M:798363648 INFO: load skin from:/home/daniel/.xbmc/addons/skin.aeon.nox
  331. 19:25:47 T:3078227840 M:798363648 INFO: Default 4:3 resolution directory is /home/daniel/.xbmc/addons/skin.aeon.nox/720p
  332. 19:25:47 T:3078227840 M:798363648 INFO: Default 16:9 resolution directory is /home/daniel/.xbmc/addons/skin.aeon.nox/720p
  333. 19:25:47 T:3078227840 M:798363648 INFO: Loading skin includes from /home/daniel/.xbmc/addons/skin.aeon.nox/720p/includes.xml
  334. 19:25:47 T:3078227840 M:794009600 INFO: load fonts for skin...
  335. 19:25:47 T:3078227840 M:794009600 INFO: Loading fonts from /home/daniel/.xbmc/addons/skin.aeon.nox/720p/Font.xml
  336. 19:25:47 T:3078227840 M:792993792 INFO: load new skin...
  337. 19:25:47 T:3078227840 M:792993792 INFO: Loading skin file: Home.xml
  338. 19:25:48 T:3078227840 M:792104960 INFO: Loading user windows, path /home/daniel/.xbmc/addons/skin.aeon.nox/720p
  339. 19:25:48 T:3078227840 M:791801856 DEBUG: Load Skin XML: 242.13ms
  340. 19:25:48 T:3078227840 M:791801856 INFO: initialize new skin...
  341. 19:25:48 T:3078227840 M:791801856 INFO: Loading skin file: Pointer.xml
  342. 19:25:48 T:3078227840 M:790786048 DEBUG: OpenBundle - Opened bundle /home/daniel/.xbmc/addons/skin.aeon.nox/media/Textures.xbt
  343. 19:25:48 T:3078227840 M:790786048 INFO: Loading skin file: DialogVolumeBar.xml
  344. 19:25:48 T:3078227840 M:790786048 INFO: Loading skin file: DialogSeekBar.xml
  345. 19:25:48 T:3078227840 M:790659072 INFO: Loading skin file: DialogKaiToast.xml
  346. 19:25:48 T:3078227840 M:790532096 INFO: Loading skin file: DialogMuteBug.xml
  347. 19:25:48 T:3078227840 M:790532096 DEBUG: CGUIAudioManager::Initialize
  348. 19:25:48 T:3078227840 M:790396928 INFO: Loading /home/daniel/.xbmc/addons/skin.aeon.nox/sounds/sounds.xml
  349. 19:25:48 T:3078227840 M:790396928 INFO: skin loaded...
  350. 19:25:48 T:3078227840 M:790396928 DEBUG: Activating window ID: 12999
  351. 19:25:48 T:3078227840 M:790396928 DEBUG: Checking if window ID 12999 is locked.
  352. 19:25:48 T:3078227840 M:790396928 DEBUG: ------ Window Init (Startup.xml) ------
  353. 19:25:48 T:3078227840 M:790396928 INFO: Loading skin file: Startup.xml
  354. 19:25:48 T:3078227840 M:790396928 INFO: removing tempfiles
  355. 19:25:48 T:3078227840 M:790396928 NOTICE: UpdateLibraries - Starting video library startup scan
  356. 19:25:48 T:3078227840 M:790396928 DEBUG: ------ Window Init (DialogVideoScan.xml) ------
  357. 19:25:48 T:3078227840 M:790396928 INFO: Loading skin file: DialogVideoScan.xml
  358. 19:25:48 T:3078227840 M:790294528 NOTICE: initialize done
  359. 19:25:48 T:3059469168 M:790294528 DEBUG: thread start, auto delete: 0
  360. 19:25:48 T:3078227840 M:790294528 NOTICE: Running the application...
  361. 19:25:48 T:3078227840 M:790294528 DEBUG: ExecuteXBMCAction : Translating XBMC.RunScript(script.tv.show.next.aired,silent=True)
  362. 19:25:48 T:3078227840 M:790294528 DEBUG: ExecuteXBMCAction : To XBMC.RunScript(script.tv.show.next.aired,silent=True)
  363. 19:25:48 T:3078227840 M:790294528 INFO: initializing python engine.
  364. 19:25:48 T:3078227840 M:790294528 DEBUG: Loading: /usr/lib/xbmc/system/python/python24-i486-linux.so
  365. 19:25:48 T:3078227840 M:790159360 DEBUG: Python wrapper library linked with internal Python library
  366. 19:25:48 T:3059469168 M:790159360 NOTICE: VideoInfoScanner: Starting scan ..
  367. 19:25:48 T:3078227840 M:788799488 DEBUG: GetZipList - Processing zip://%2fusr%2flib%2fxbmc%2fsystem%2fpython%2fpython24%2ezip/sitecustomize
  368. 19:25:48 T:3078227840 M:787492864 DEBUG: new python thread created. id=1
  369. 19:25:48 T:3049376624 M:787492864 DEBUG: thread start, auto delete: 0
  370. 19:25:48 T:3049376624 M:787492864 DEBUG: Python thread: start processing
  371. 19:25:48 T:3078227840 M:787492864 DEBUG: ExecuteXBMCAction : Translating SetFocus(10)
  372. 19:25:48 T:3078227840 M:787492864 DEBUG: ExecuteXBMCAction : To SetFocus(10)
  373. 19:25:48 T:3078227840 M:787492864 DEBUG: ExecuteXBMCAction : Translating Skin.SetBool(LibraryUpdated)
  374. 19:25:48 T:3078227840 M:787492864 DEBUG: ExecuteXBMCAction : To Skin.SetBool(LibraryUpdated)
  375. 19:25:48 T:3078227840 M:786874368 DEBUG: Process - no profile autoexec.py (/home/daniel/.xbmc/userdata/autoexec.py) found, skipping
  376. 19:25:48 T:3078227840 M:786874368 DEBUG: NetworkMessage - Starting network services
  377. 19:25:48 T:3078227840 M:786874368 NOTICE: Webserver: Starting...
  378. 19:25:48 T:3078227840 M:786874368 NOTICE: WebServer: Started the webserver
  379. 19:25:48 T:3078227840 M:786350080 DEBUG: CZeroconfAvahi::clientCallback: client is up and running
  380. 19:25:48 T:3078227840 M:786350080 NOTICE: starting upnp server
  381. 19:25:48 T:3078227840 M:786731008 NOTICE: starting upnp renderer
  382. 19:25:48 T:3049376624 M:786731008 NOTICE: -->Python Interpreter Initialized<--
  383. 19:25:48 T:3049376624 M:786731008 DEBUG: Process - The source file to load is /home/daniel/.xbmc/addons/script.tv.show.next.aired/default.py
  384. 19:25:48 T:3049376624 M:786731008 DEBUG: Process - Setting the Python path to /home/daniel/.xbmc/addons/script.tv.show.next.aired:/home/daniel/.xbmc/addons/script.module.simplejson/lib:/home/daniel/.xbmc/addons/script.module.beautifulsoup/lib:/usr/lib/xbmc/addons/script.module.pil/lib:/usr/lib/xbmc/addons/script.module.pysqlite/lib:/usr/lib/xbmc/system/python/python24.zip:/usr/share/xbmc/system/python/lib/python24.zip:/usr/share/xbmc/system/python/lib/python2.4/:/usr/share/xbmc/system/python/lib/python2.4/plat-linux2:/usr/share/xbmc/system/python/lib/python2.4/lib-tk:/usr/share/xbmc/system/python/lib/python2.4/lib-dynload
  385. 19:25:48 T:3049376624 M:786731008 DEBUG: Process - Entering source directory /home/daniel/.xbmc/addons/script.tv.show.next.aired
  386. 19:25:48 T:3078227840 M:786333696 NOTICE: ES: Starting event server
  387. 19:25:48 T:3078227840 M:786333696 NOTICE: DS: Starting dbus server
  388. 19:25:48 T:2898606960 M:786333696 DEBUG: thread start, auto delete: 0
  389. 19:25:48 T:2898606960 M:786333696 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  390. 19:25:48 T:2898606960 M:786333696 NOTICE: UDP: Listening on port 9777
  391. 19:25:48 T:3078227840 M:786333696 NOTICE: starting zeroconf publishing
  392. 19:25:48 T:3078227840 M:786333696 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:XBMC Event Server port:9777
  393. 19:25:48 T:3078227840 M:786333696 DEBUG: CZeroconfAvahi::addService() named: XBMC Event Server type: _xbmc-events._udp port:9777
  394. 19:25:48 T:2890214256 M:786333696 DEBUG: thread start, auto delete: 0
  395. 19:25:48 T:2890214256 M:786333696 NOTICE: DS: Starting DBUS server in Run Application aka thread
  396. 19:25:48 T:2881821552 M:786333696 DEBUG: thread start, auto delete: 0
  397. 19:25:48 T:2881821552 M:786333696 INFO: JSONRPC Server: Successfully initialized
  398. 19:25:48 T:3078227840 M:786333696 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc type: _xbmc-jsonrpc._tcp name:XBMC JSONRPC port:9090
  399. 19:25:48 T:3031427952 M:786333696 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  400. 19:25:48 T:3078227840 M:786333696 DEBUG: CZeroconfAvahi::addService() named: XBMC JSONRPC type: _xbmc-jsonrpc._tcp port:9090
  401. 19:25:48 T:3078227840 M:786333696 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webapi type: _xbmc-web._tcp name:XBMC HTTP API port:8080
  402. 19:25:48 T:3031427952 M:786333696 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  403. 19:25:48 T:3078227840 M:786333696 DEBUG: CZeroconfAvahi::addService() named: XBMC HTTP API type: _xbmc-web._tcp port:8080
  404. 19:25:48 T:3078227840 M:786333696 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webjsonrpc type: _xbmc-jsonrpc._tcp name:XBMC JSONRPC port:8080
  405. 19:25:48 T:3031427952 M:786333696 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  406. 19:25:48 T:3078227840 M:786333696 DEBUG: CZeroconfAvahi::addService() named: XBMC JSONRPC type: _xbmc-jsonrpc._tcp port:8080
  407. 19:25:48 T:3078227840 M:786333696 ERROR: CZeroconfAvahi::addService(): failed to add service named:XBMC JSONRPC@$(HOSTNAME) type:_xbmc-jsonrpc._tcp port:8080. Error:Invalid Error Code :/ FIXME!
  408. 19:25:48 T:3078227840 M:786333696 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webserver type: _http._tcp name:XBMC Web Server port:8080
  409. 19:25:48 T:3078227840 M:786333696 DEBUG: CZeroconfAvahi::addService() named: XBMC Web Server type: _http._tcp port:8080
  410. 19:25:48 T:3078227840 M:786333696 DEBUG: CLastfmScrobbler: Clearing session.
  411. 19:25:48 T:3031427952 M:786333696 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  412. 19:25:48 T:3078227840 M:786333696 DEBUG: CLibrefmScrobbler: Clearing session.
  413. 19:25:48 T:3078227840 M:786333696 DEBUG: UPower: Recieved an unkown signal NameAcquired
  414. 19:25:49 T:3049376624 M:784777216 DEBUG: xbp_dlopen loading python lib /usr/lib/xbmc/system/python/python24.zip/strop.so. flags: 2
  415. 19:25:49 T:3078227840 M:785608704 DEBUG: ExecuteXBMCAction : Translating ReplaceWindow(Home)
  416. 19:25:49 T:3078227840 M:785608704 DEBUG: ExecuteXBMCAction : To ReplaceWindow(Home)
  417. 19:25:49 T:3078227840 M:785608704 DEBUG: Activating window ID: 10000
  418. 19:25:49 T:3078227840 M:785608704 DEBUG: Checking if window ID 10000 is locked.
  419. 19:25:49 T:3078227840 M:785608704 DEBUG: ------ Window Deinit (Startup.xml) ------
  420. 19:25:49 T:3078227840 M:785481728 DEBUG: ------ Window Init (Home.xml) ------
  421. 19:25:49 T:2873072496 M:785346560 DEBUG: thread start, auto delete: 1
  422. 19:25:49 T:2873072496 M:785346560 INFO: WEATHER: Downloading weather
  423. 19:25:49 T:3049376624 M:785498112 DEBUG: Loading: /home/daniel/.xbmc/temp/strop.so
  424. 19:25:49 T:3049376624 M:785498112 DEBUG: RegisterExtensionLib, adding strop.so (0xb6c7a748)
  425. 19:25:49 T:3049376624 M:785498112 DEBUG: xbp_dlsym - load symbol initstrop
  426. 19:25:49 T:2864679792 M:785362944 DEBUG: thread start, auto delete: 1
  427. 19:25:49 T:2873072496 M:785362944 DEBUG: Loading: libcurl-gnutls.so.4
  428. 19:25:49 T:2873072496 M:784924672 DEBUG: FileCurl::Open(0xab3f8038) http://xoap.weather.com/weather/local/UKXX0117?cc=*&unit=m&dayf=4&prod=xoap&link=xoap&par=1004124588&key=079f24145f208494
  429. 19:25:49 T:2873072496 M:784797696 INFO: easy_aquire - Created session to http://xoap.weather.com
  430. 19:25:49 T:2873072496 M:783147008 WARNING: FillBuffer: curl failed with code 6
  431. 19:25:49 T:2873072496 M:783147008 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  432. 19:25:49 T:2873072496 M:783147008 DEBUG: FileCurl::Close(0xab3f8038) http://xoap.weather.com/weather/local/UKXX0117?cc=*&unit=m&dayf=4&prod=xoap&link=xoap&par=1004124588&key=079f24145f208494
  433. 19:25:49 T:2873072496 M:783147008 ERROR: WEATHER: Weather download failed!
  434. 19:25:49 T:3049376624 M:782512128 DEBUG: xbp_dlopen loading python lib /usr/lib/xbmc/system/python/python24.zip/_socket.so. flags: 2
  435. 19:25:49 T:3049376624 M:782790656 DEBUG: Loading: /home/daniel/.xbmc/temp/_socket.so
  436. 19:25:49 T:3049376624 M:782815232 DEBUG: RegisterExtensionLib, adding _socket.so (0xb53257e8)
  437. 19:25:49 T:3049376624 M:782815232 DEBUG: xbp_dlsym - load symbol init_socket
  438. 19:25:49 T:3078227840 M:782815232 DEBUG: ExecuteXBMCAction : Translating SetFocus(9000)
  439. 19:25:49 T:3078227840 M:782815232 DEBUG: ExecuteXBMCAction : To SetFocus(9000)
  440. 19:25:49 T:3049376624 M:782307328 DEBUG: xbp_dlopen loading python lib /usr/lib/xbmc/system/python/python24.zip/_ssl.so. flags: 2
  441. 19:25:49 T:3049376624 M:782307328 DEBUG: Loading: /home/daniel/.xbmc/temp/_ssl.so
  442. 19:25:49 T:3049376624 M:782180352 DEBUG: RegisterExtensionLib, adding _ssl.so (0xb6c894e0)
  443. 19:25:49 T:3049376624 M:782180352 DEBUG: xbp_dlsym - load symbol init_ssl
  444. 19:25:49 T:3049376624 M:781672448 DEBUG: xbp_dlopen loading python lib /usr/lib/xbmc/system/python/python24.zip/time.so. flags: 2
  445. 19:25:49 T:3049376624 M:781697024 DEBUG: Loading: /home/daniel/.xbmc/temp/time.so
  446. 19:25:49 T:3049376624 M:781697024 DEBUG: RegisterExtensionLib, adding time.so (0xb6c6f700)
  447. 19:25:49 T:3049376624 M:781697024 DEBUG: xbp_dlsym - load symbol inittime
  448. 19:25:49 T:3049376624 M:781189120 NOTICE: ### TV-Show Next-Aired starting ...
  449. 19:25:49 T:3049376624 M:781189120 NOTICE: ### author: Ppic, Frost
  450. 19:25:49 T:3049376624 M:781189120 NOTICE: ### URL: http://code.google.com/p/passion-xbmc/
  451. 19:25:49 T:3049376624 M:781189120 NOTICE: ### credits: Team Passion-XBMC, http://passion-xbmc.org/
  452. 19:25:49 T:3049376624 M:781189120 NOTICE: ### date: 17-10-2010
  453. 19:25:49 T:3049376624 M:781062144 NOTICE: ### version: 2.1.2
  454. 19:25:49 T:3049376624 M:1044369408 NOTICE: {'silent': 'True'}
  455. 19:25:49 T:3049376624 M:781062144 NOTICE: ###db less than 24, fetch local data...
  456. 19:25:49 T:3049376624 M:781062144 NOTICE: ### Load list: /home/daniel/.xbmc/userdata/addon_data/script.tv.show.next.aired/next_aired.db
  457. 19:25:49 T:3049376624 M:780935168 NOTICE: ###data available
  458. 19:25:49 T:3049376624 M:780935168 NOTICE: ### next list: 0 shows ### []
  459. 19:25:49 T:3049376624 M:780935168 NOTICE: 2011-03-13
  460. 19:25:49 T:3049376624 M:780935168 NOTICE: ###today show: 0 -
  461. 19:25:49 T:3049376624 M:780935168 INFO: Scriptresult: Success
  462. 19:25:49 T:3049376624 M:780300288 DEBUG: xbp_dlopen loading python lib /usr/lib/xbmc/system/python/python24.zip/collections.so. flags: 2
  463. 19:25:49 T:3049376624 M:780173312 DEBUG: Loading: /home/daniel/.xbmc/temp/collections.so
  464. 19:25:49 T:3049376624 M:1043480576 DEBUG: RegisterExtensionLib, adding collections.so (0xa5f3488)
  465. 19:25:49 T:3049376624 M:780173312 DEBUG: xbp_dlsym - load symbol initcollections
  466. 19:25:49 T:3049376624 M:779919360 INFO: Python script stopped
  467. 19:25:49 T:3049376624 M:779919360 DEBUG: Thread 3049376624 terminating
  468. 19:25:49 T:3078227840 M:779919360 DEBUG: python thread 1 destructed
  469. 19:25:49 T:3078227840 M:772714496 DEBUG: UDisks: DeviceChanged (/org/freedesktop/UDisks/devices/sdb1)
  470. 19:25:49 T:3078227840 M:772714496 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb1 with interface org.freedesktop.DBus.Properties and method GetAll
  471. 19:25:49 T:3078227840 M:772587520 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb with interface org.freedesktop.DBus.Properties and method Get
  472. 19:25:49 T:3078227840 M:772587520 DEBUG: UDisks: DeviceChanged - DeviceUDI /org/freedesktop/UDisks/devices/sdb1: IsFileSystem true HasFileSystem ntfs IsSystemInternal false IsMounted true IsRemovable false IsPartition true IsOptical false
  473. 19:25:50 T:3059469168 M:771604480 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/' as not in the database
  474. 19:25:50 T:2864679792 M:776302592 DEBUG: DoWork - took 1061 ms to load special://skin/backgrounds/movies.jpg
  475. 19:25:50 T:3059469168 M:771944448 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/
  476. 19:25:50 T:3059469168 M:771944448 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/22 Bullets/' due to no change (fasthash)
  477. 19:25:50 T:3059469168 M:771944448 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/35 rhums/' due to no change (fasthash)
  478. 19:25:50 T:3059469168 M:771944448 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/A Batalha de Passchendaele/' due to no change (fasthash)
  479. 19:25:50 T:3059469168 M: 0 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Afghan star 2009/' due to no change (fasthash)
  480. 19:25:50 T:3059469168 M:771944448 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Ajami/' due to no change (fasthash)
  481. 19:25:50 T:3059469168 M:771944448 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Animal Kingdom/' due to no change (fasthash)
  482. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Battlestar Galactica The Plan/' due to no change
  483. 19:25:51 T:3059469168 M:771969024 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/Battlestar Galactica The Plan/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  484. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Big Fan 2009/' due to no change (fasthash)
  485. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Black Dynamite/' due to no change (fasthash)
  486. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Blue Beard 2009/' due to no change
  487. 19:25:51 T:3059469168 M:771969024 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/Blue Beard 2009/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  488. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Blue Valentine/' due to no change (fasthash)
  489. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Brooklyn's Finest/' due to no change (fasthash)
  490. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Brothers 2009/' due to no change (fasthash)
  491. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Buried/' due to no change (fasthash)
  492. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Cache 2005/' due to no change (fasthash)
  493. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/Carlos The Jackal The Movie/' as not in the database
  494. 19:25:51 T:3059469168 M:771969024 DEBUG: VideoInfoScanner: No NFO file found. Using title search for '/media/WD USB 2/Movies/Carlos The Jackal The Movie/Carlos The Jackal The Movie (2010) DVDR NL Sub NLT-Release (divx).avi'
  495. 19:25:51 T:3059469168 M:771969024 DEBUG: InternalFindMovie: Searching for 'carlos the jackal the movie' using The MovieDB scraper (path: '/home/daniel/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.4')
  496. 19:25:51 T:3059469168 M:771969024 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie</url>
  497. 19:25:51 T:3059469168 M:771969024 DEBUG: FileCurl::Open(0xb65ba904) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie
  498. 19:25:51 T:3059469168 M:771825664 INFO: easy_aquire - Created session to http://api.themoviedb.org
  499. 19:25:56 T:3078227840 M:770830336 INFO: LIRC Initialize: using: /dev/lircd
  500. 19:25:56 T:3078227840 M:770830336 DEBUG: Failed to connect to LIRC. Retry in 20s.
  501. 19:25:59 T:3078227840 M:770535424 INFO: Python, unloading python24.dll because no scripts are running anymore
  502. 19:25:59 T:3078227840 M:770535424 DEBUG: UnloadExtensionLibs, clearing python extension libraries
  503. 19:25:59 T:3078227840 M:770535424 DEBUG: Unloading: strop.so
  504. 19:25:59 T:3078227840 M:770535424 DEBUG: Unloading: _socket.so
  505. 19:25:59 T:3078227840 M:770535424 DEBUG: Unloading: _ssl.so
  506. 19:25:59 T:3078227840 M:770535424 DEBUG: Unloading: time.so
  507. 19:25:59 T:3078227840 M:770535424 DEBUG: Unloading: collections.so
  508. 19:25:59 T:3078227840 M:770535424 DEBUG: Unloading: python24-i486-linux.so
  509. 19:26:09 T:3078227840 M:769802240 DEBUG: SDLKeyboard: scancode: 94, sym: 92, unicode: 92, modifier: 0
  510. 19:26:09 T:3078227840 M:769802240 DEBUG: OnKey: 61676 pressed, action is ToggleFullScreen
  511. 19:26:09 T:3078227840 M:769802240 ERROR: GLX: Same window as before, refreshing context
  512. 19:26:09 T:3078227840 M:769802240 INFO: GL: Maximum texture width: 8192
  513. 19:26:11 T:3078227840 M:766803968 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  514. 19:26:11 T:3078227840 M:766803968 DEBUG: OnKey: 61480 pressed, action is Down
  515. 19:26:11 T:3078227840 M:766803968 DEBUG: ExecuteXBMCAction : Translating SetFocus(9000)
  516. 19:26:11 T:3078227840 M:766803968 DEBUG: ExecuteXBMCAction : To SetFocus(9000)
  517. 19:26:12 T:3078227840 M:760643584 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  518. 19:26:12 T:3078227840 M:760643584 DEBUG: OnKey: 61479 pressed, action is Right
  519. 19:26:12 T:3078227840 M:743677952 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  520. 19:26:12 T:3078227840 M:743677952 DEBUG: OnKey: 61479 pressed, action is Right
  521. 19:26:12 T:2873072496 M:747991040 DEBUG: DoWork - took 550 ms to load special://skin/backgrounds/tvshows.jpg
  522. 19:26:12 T:2864679792 M:750911488 DEBUG: DoWork - took 452 ms to load special://skin/backgrounds/videos.jpg
  523. 19:26:13 T:3078227840 M:748302336 DEBUG: UDisks: DeviceChanged (/org/freedesktop/UDisks/devices/sda)
  524. 19:26:13 T:3078227840 M:748302336 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method GetAll
  525. 19:26:13 T:3078227840 M:748302336 DEBUG: UDisks: DeviceChanged - DeviceUDI /org/freedesktop/UDisks/devices/sda: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  526. 19:26:13 T:3078227840 M:748302336 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  527. 19:26:13 T:3078227840 M:748302336 DEBUG: OnKey: 61479 pressed, action is Right
  528. 19:26:14 T:3078227840 M:735318016 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  529. 19:26:14 T:3078227840 M:736841728 DEBUG: OnKey: 61453 pressed, action is Select
  530. 19:26:14 T:3078227840 M:741158912 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(Settings)
  531. 19:26:14 T:3078227840 M:741158912 DEBUG: ExecuteXBMCAction : To ActivateWindow(Settings)
  532. 19:26:14 T:3078227840 M:741158912 DEBUG: Activating window ID: 10004
  533. 19:26:14 T:3078227840 M:741158912 DEBUG: Checking if window ID 10004 is locked.
  534. 19:26:14 T:3078227840 M:741158912 DEBUG: ------ Window Deinit (Home.xml) ------
  535. 19:26:14 T:3078227840 M:740831232 DEBUG: ------ Window Init (Settings.xml) ------
  536. 19:26:14 T:3078227840 M:740831232 INFO: Loading skin file: Settings.xml
  537. 19:26:14 T:3049376624 M:721113088 DEBUG: thread start, auto delete: 1
  538. 19:26:15 T:3049376624 M:695537664 DEBUG: DoWork - took 322 ms to load special://skin/backgrounds/appearance.jpg
  539. 19:26:15 T:2864679792 M:700235776 DEBUG: DoWork - took 566 ms to load special://skin/backgrounds/settings.jpg
  540. 19:26:15 T:2873072496 M:700391424 DEBUG: DoWork - took 2327 ms to load special://skin/backgrounds/system.jpg
  541. 19:26:15 T:3078227840 M:708136960 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  542. 19:26:15 T:3078227840 M:708136960 DEBUG: OnKey: 61478 pressed, action is Up
  543. 19:26:16 T:3049376624 M:702447616 DEBUG: DoWork - took 475 ms to load special://skin/backgrounds/skinsetting.jpg
  544. 19:26:16 T:3078227840 M:702455808 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  545. 19:26:16 T:3078227840 M:702455808 DEBUG: OnKey: 61478 pressed, action is Up
  546. 19:26:16 T:3078227840 M:696868864 INFO: LIRC Initialize: using: /dev/lircd
  547. 19:26:16 T:3078227840 M:696868864 DEBUG: Failed to connect to LIRC. Retry in 40s.
  548. 19:26:17 T:3078227840 M:703602688 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  549. 19:26:17 T:3078227840 M:703602688 DEBUG: OnKey: 61453 pressed, action is Select
  550. 19:26:17 T:3078227840 M:703602688 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(systeminfo)
  551. 19:26:17 T:3078227840 M:703602688 DEBUG: ExecuteXBMCAction : To ActivateWindow(systeminfo)
  552. 19:26:17 T:3078227840 M:703602688 DEBUG: Activating window ID: 10007
  553. 19:26:17 T:3078227840 M:703602688 DEBUG: Checking if window ID 10007 is locked.
  554. 19:26:17 T:3078227840 M:703602688 DEBUG: ------ Window Deinit (Settings.xml) ------
  555. 19:26:17 T:3078227840 M:703094784 DEBUG: ------ Window Init (SettingsSystemInfo.xml) ------
  556. 19:26:17 T:3078227840 M:703094784 INFO: Loading skin file: SettingsSystemInfo.xml
  557. 19:26:17 T:2873072496 M:702967808 INFO: easy_aquire - Created session to http://www.google.com
  558. 19:26:17 T:2873072496 M:702586880 DEBUG: FileCurl::Close(0xab3f7fd8) http://www.google.com/
  559. 19:26:17 T:2873072496 M:702332928 INFO: easy_aquire - Created session to http://74.125.19.103
  560. 19:26:18 T:2864679792 M:713515008 DEBUG: DoWork - took 2172 ms to load special://skin/backgrounds/system.jpg
  561. 19:26:19 T:3078227840 M:725069824 INFO: CheckIdle - Closing session to http://xoap.weather.com (easy=0xb6c80668, multi=0xb6c6b888)
  562. 19:26:21 T:3059469168 M:733577216 WARNING: FillBuffer: curl failed with code 28
  563. 19:26:21 T:3059469168 M:733577216 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  564. 19:26:21 T:3059469168 M:733577216 DEBUG: FileCurl::Close(0xb65ba904) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie
  565. 19:26:21 T:3059469168 M:733577216 ERROR: Run: Unable to parse web site
  566. 19:26:21 T:3059469168 M:733577216 INFO: Loading skin file: DialogYesNo.xml
  567. 19:26:21 T:3078227840 M:733577216 DEBUG: ------ Window Init (DialogYesNo.xml) ------
  568. 19:26:22 T:2873072496 M:733564928 DEBUG: FileCurl::Close(0xab3f7fd8) http://74.125.19.103/
  569. 19:26:22 T:3078227840 M:733564928 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  570. 19:26:22 T:3078227840 M:733564928 DEBUG: OnKey: 61479 pressed, action is Right
  571. 19:26:28 T:3078227840 M:734101504 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  572. 19:26:28 T:3078227840 M:734101504 DEBUG: OnKey: 61453 pressed, action is Select
  573. 19:26:28 T:3078227840 M:734101504 DEBUG: ------ Window Deinit (DialogYesNo.xml) ------
  574. 19:26:28 T:3059469168 M:776052736 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/Carlos The Jackal The Movie/
  575. 19:26:28 T:3059469168 M:734101504 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Che Guerrilla/' due to no change (fasthash)
  576. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/City Island/' due to no change (fasthash)
  577. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Crank 2 High Voltage/' due to no change (fasthash)
  578. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Cropsey/' due to no change (fasthash)
  579. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Cyrus/' due to no change (fasthash)
  580. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/DEAD SILENCE/' due to no change (fasthash)
  581. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Dinner for Schmucks/' due to no change (fasthash)
  582. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/District 13/' due to no change (fasthash)
  583. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Easier With Practice/' due to no change (fasthash)
  584. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Enter The Void/' due to no change (fasthash)
  585. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Event Horizon/' due to no change (fasthash)
  586. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Exit Through the Gift Shop/' due to no change (fasthash)
  587. 19:26:28 T:3059469168 M:733974528 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/Extraordinary Rendition/' as not in the database
  588. 19:26:28 T:3059469168 M:1013891072 DEBUG: VideoInfoScanner: No NFO file found. Using title search for '/media/WD USB 2/Movies/Extraordinary Rendition/Extraordinary.Rendition.2007.DVDRip.Xvid.avi'
  589. 19:26:29 T:3059469168 M:733839360 DEBUG: InternalFindMovie: Searching for 'extraordinary rendition' using The MovieDB scraper (path: '/home/daniel/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.4')
  590. 19:26:29 T:3059469168 M:733839360 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/extraordinary%20rendition</url>
  591. 19:26:29 T:3059469168 M:733839360 DEBUG: FileCurl::Open(0xb65ba904) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/extraordinary%20rendition
  592. 19:26:30 T:3078227840 M:733966336 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  593. 19:26:30 T:3078227840 M:733966336 DEBUG: OnKey: 61480 pressed, action is Down
  594. 19:26:31 T:3078227840 M:733966336 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  595. 19:26:31 T:3078227840 M:733966336 DEBUG: OnKey: 61480 pressed, action is Down
  596. 19:26:32 T:3078227840 M:733966336 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  597. 19:26:32 T:3078227840 M:733966336 DEBUG: OnKey: 61478 pressed, action is Up
  598. 19:26:33 T:3078227840 M:733966336 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  599. 19:26:33 T:3078227840 M:733966336 DEBUG: OnKey: 61480 pressed, action is Down
  600. 19:26:33 T:3078227840 M:733966336 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  601. 19:26:33 T:3078227840 M:733966336 DEBUG: OnKey: 61480 pressed, action is Down
  602. 19:26:33 T:3059469168 M:733978624 DEBUG: FileCurl::Close(0xb65ba904) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/extraordinary%20rendition
  603. 19:26:33 T:3059469168 M:733978624 DEBUG: scraper: GetSearchResults returned <results></results>
  604. 19:26:33 T:3059469168 M:733978624 DEBUG: InternalFindMovie: Searching for 'extraordinary rendition' using The MovieDB scraper (path: '/home/daniel/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.4')
  605. 19:26:33 T:3059469168 M:733978624 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/extraordinary%20rendition</url>
  606. 19:26:33 T:3059469168 M:733978624 DEBUG: FileCurl::Open(0xb65ba904) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/extraordinary%20rendition
  607. 19:26:34 T:3078227840 M:733978624 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  608. 19:26:34 T:3078227840 M:733978624 DEBUG: OnKey: 61478 pressed, action is Up
  609. 19:26:34 T:3059469168 M:733978624 DEBUG: FileCurl::Close(0xb65ba904) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/extraordinary%20rendition
  610. 19:26:34 T:3059469168 M:733978624 DEBUG: scraper: GetSearchResults returned <results></results>
  611. 19:26:34 T:3059469168 M:733978624 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/Extraordinary Rendition/
  612. 19:26:34 T:3059469168 M:733978624 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Faster 2010/' due to no change (fasthash)
  613. 19:26:34 T:3059469168 M:733970432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Four Lions/' due to no change
  614. 19:26:34 T:3059469168 M:733970432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Four Lions/Subs/' due to no change (fasthash)
  615. 19:26:34 T:3059469168 M:733970432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Frailty/' due to no change (fasthash)
  616. 19:26:34 T:3059469168 M:1013891072 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/From Paris with Love/' due to no change (fasthash)
  617. 19:26:34 T:3059469168 M:733962240 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Frozen River/' due to no change (fasthash)
  618. 19:26:34 T:3059469168 M:733962240 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Gomorra/' due to no change (fasthash)
  619. 19:26:35 T:3059469168 M:733962240 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Good/' due to no change (fasthash)
  620. 19:26:35 T:3059469168 M:733962240 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Goodbye Solo/' due to no change (fasthash)
  621. 19:26:35 T:3059469168 M:733962240 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Harry Brown/' due to no change (fasthash)
  622. 19:26:35 T:3059469168 M:733962240 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/Hellblazer Remix/' as not in the database
  623. 19:26:35 T:3059469168 M:733962240 DEBUG: VideoInfoScanner: No NFO file found. Using title search for '/media/WD USB 2/Movies/Hellblazer Remix/Hellblazer Remix.mkv'
  624. 19:26:35 T:3059469168 M:733962240 DEBUG: InternalFindMovie: Searching for 'hellblazer remix' using The MovieDB scraper (path: '/home/daniel/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.4')
  625. 19:26:35 T:3059469168 M:733962240 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer%20remix</url>
  626. 19:26:35 T:3059469168 M:733962240 DEBUG: FileCurl::Open(0xb65ba904) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer%20remix
  627. 19:26:35 T:3059469168 M:733962240 DEBUG: FileCurl::Close(0xb65ba904) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer%20remix
  628. 19:26:35 T:3059469168 M:733962240 DEBUG: scraper: GetSearchResults returned <results></results>
  629. 19:26:35 T:3059469168 M:733962240 DEBUG: InternalFindMovie: Searching for 'hellblazer remix' using The MovieDB scraper (path: '/home/daniel/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.4')
  630. 19:26:35 T:3059469168 M:733962240 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer%20remix</url>
  631. 19:26:35 T:3059469168 M:733962240 DEBUG: FileCurl::Open(0xb65ba904) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer%20remix
  632. 19:26:35 T:3059469168 M:733962240 WARNING: FillBuffer: curl failed with code 22
  633. 19:26:35 T:3059469168 M:733962240 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  634. 19:26:35 T:3059469168 M:733962240 DEBUG: FileCurl::Close(0xb65ba904) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer%20remix
  635. 19:26:35 T:3059469168 M:733962240 ERROR: Run: Unable to parse web site
  636. 19:26:35 T:3059469168 M:733962240 INFO: Loading skin file: DialogYesNo.xml
  637. 19:26:35 T:3078227840 M:733962240 DEBUG: ------ Window Init (DialogYesNo.xml) ------
  638. 19:26:35 T:3078227840 M:734015488 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  639. 19:26:35 T:3078227840 M:734015488 DEBUG: OnKey: 61478 pressed, action is Up
  640. 19:26:36 T:3078227840 M:734015488 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  641. 19:26:36 T:3078227840 M:734015488 DEBUG: OnKey: 61479 pressed, action is Right
  642. 19:26:37 T:3078227840 M:734015488 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  643. 19:26:37 T:3078227840 M:734015488 DEBUG: OnKey: 61453 pressed, action is Select
  644. 19:26:37 T:3078227840 M:734015488 DEBUG: ------ Window Deinit (DialogYesNo.xml) ------
  645. 19:26:37 T:3059469168 M:734015488 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/Hellblazer Remix/
  646. 19:26:37 T:3059469168 M:734015488 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:49
  647. 19:26:37 T:3059469168 M:734015488 INFO: Video scan was stopped or finished ... restoring FindRemoteThumbs
  648. 19:26:37 T:3059469168 M:734015488 DEBUG: Thread 3059469168 terminating
  649. 19:26:37 T:3078227840 M:734015488 DEBUG: ------ Window Deinit (DialogVideoScan.xml) ------
  650. 19:26:38 T:3078227840 M:734023680 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  651. 19:26:38 T:3078227840 M:734023680 DEBUG: OnKey: 61480 pressed, action is Down
  652. 19:26:38 T:3078227840 M:734023680 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  653. 19:26:38 T:3078227840 M:734023680 DEBUG: OnKey: 61480 pressed, action is Down
  654. 19:26:40 T:3078227840 M:734031872 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  655. 19:26:40 T:3078227840 M:734031872 DEBUG: OnKey: 61448 pressed, action is PreviousMenu
  656. 19:26:40 T:3078227840 M:734031872 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  657. 19:26:40 T:3078227840 M:734031872 DEBUG: ------ Window Deinit (SettingsSystemInfo.xml) ------
  658. 19:26:40 T:3078227840 M:734040064 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  659. 19:26:40 T:3078227840 M:734040064 DEBUG: ------ Window Init (Settings.xml) ------
  660. 19:26:40 T:3078227840 M:734040064 INFO: Loading skin file: Settings.xml
  661. 19:26:42 T:2864679792 M:711589888 DEBUG: DoWork - took 2187 ms to load special://skin/backgrounds/system.jpg
  662. 19:26:43 T:3078227840 M:711254016 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  663. 19:26:43 T:3078227840 M:711254016 DEBUG: OnKey: 61448 pressed, action is PreviousMenu
  664. 19:26:43 T:3078227840 M:711254016 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  665. 19:26:43 T:3078227840 M:711254016 DEBUG: ------ Window Deinit (Settings.xml) ------
  666. 19:26:43 T:3078227840 M:709689344 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  667. 19:26:43 T:3078227840 M:709689344 DEBUG: ------ Window Init (Home.xml) ------
  668. 19:26:43 T:3078227840 M:709689344 INFO: Loading skin file: Home.xml
  669. 19:26:43 T:3078227840 M:732139520 DEBUG: ExecuteXBMCAction : Translating SetFocus(9000)
  670. 19:26:43 T:3078227840 M:732139520 DEBUG: ExecuteXBMCAction : To SetFocus(9000)
  671. 19:26:44 T:3078227840 M:726671360 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  672. 19:26:44 T:3078227840 M:726695936 DEBUG: OnKey: 61477 pressed, action is Left
  673. 19:26:45 T:2873072496 M:716730368 DEBUG: DoWork - took 451 ms to load special://skin/backgrounds/videos.jpg
  674. 19:26:45 T:3078227840 M:722104320 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  675. 19:26:45 T:3078227840 M:722104320 DEBUG: OnKey: 61477 pressed, action is Left
  676. 19:26:46 T:2864679792 M:712192000 DEBUG: DoWork - took 494 ms to load special://skin/backgrounds/tvshows.jpg
  677. 19:26:46 T:3078227840 M:710389760 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  678. 19:26:46 T:3078227840 M:710389760 DEBUG: OnKey: 61477 pressed, action is Left
  679. 19:26:47 T:2873072496 M:699645952 DEBUG: DoWork - took 451 ms to load special://skin/backgrounds/movies.jpg
  680. 19:26:47 T:3049376624 M:699793408 DEBUG: FileCurl::Close(0xb5c1afd8) http://www.google.com/
  681. 19:26:48 T:3078227840 M:699793408 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  682. 19:26:48 T:3078227840 M:699793408 DEBUG: OnKey: 61477 pressed, action is Left
  683. 19:26:48 T:2864679792 M:695476224 DEBUG: DoWork - took 199 ms to load special://skin/backgrounds/music.jpg
  684. 19:26:49 T:3078227840 M:723136512 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  685. 19:26:49 T:3078227840 M:723136512 DEBUG: OnKey: 61477 pressed, action is Left
  686. 19:26:49 T:3078227840 M:724459520 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  687. 19:26:49 T:3078227840 M:724205568 DEBUG: OnKey: 61477 pressed, action is Left
  688. 19:26:49 T:2873072496 M:722067456 DEBUG: DoWork - took 610 ms to load special://skin/backgrounds/pictures.jpg
  689. 19:26:50 T:3078227840 M:729141248 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  690. 19:26:50 T:3078227840 M:729141248 DEBUG: OnKey: 61477 pressed, action is Left
  691. 19:26:50 T:3078227840 M:724766720 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  692. 19:26:50 T:3078227840 M:724766720 DEBUG: OnKey: 61477 pressed, action is Left
  693. 19:26:50 T:2815654768 M:724766720 DEBUG: thread start, auto delete: 1
  694. 19:26:50 T:2873072496 M:708546560 DEBUG: DoWork - took 289 ms to load special://skin/backgrounds/shutdown.jpg
  695. 19:26:50 T:3078227840 M:712323072 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  696. 19:26:50 T:3078227840 M:712323072 DEBUG: OnKey: 61477 pressed, action is Left
  697. 19:26:50 T:2864679792 M:716132352 DEBUG: DoWork - took 770 ms to load special://skin/backgrounds/weather.jpg
  698. 19:26:50 T:3078227840 M:720957440 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  699. 19:26:50 T:3078227840 M:720830464 DEBUG: OnKey: 61477 pressed, action is Left
  700. 19:26:50 T:3078227840 M:702672896 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  701. 19:26:50 T:3078227840 M:702672896 DEBUG: OnKey: 61477 pressed, action is Left
  702. 19:26:51 T:2873072496 M:693276672 DEBUG: DoWork - took 565 ms to load special://skin/backgrounds/videos.jpg
  703. 19:26:51 T:2864679792 M:723750912 DEBUG: DoWork - took 527 ms to load special://skin/backgrounds/tvshows.jpg
  704. 19:26:51 T:3078227840 M:732004352 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  705. 19:26:51 T:3078227840 M:732004352 DEBUG: OnKey: 61479 pressed, action is Right
  706. 19:26:51 T:3078227840 M:723615744 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  707. 19:26:51 T:3078227840 M:723615744 DEBUG: OnKey: 61453 pressed, action is Select
  708. 19:26:51 T:3078227840 M:723488768 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(VideoLibrary,TVShowTitles,return)
  709. 19:26:51 T:3078227840 M:723361792 DEBUG: ExecuteXBMCAction : To ActivateWindow(VideoLibrary,TVShowTitles,return)
  710. 19:26:51 T:3078227840 M:723234816 DEBUG: Activating window ID: 10025
  711. 19:26:51 T:3078227840 M:723234816 DEBUG: Checking if window ID 10024 is locked.
  712. 19:26:51 T:3078227840 M:723107840 DEBUG: ------ Window Deinit (Home.xml) ------
  713. 19:26:51 T:2873072496 M:721838080 DEBUG: DoWork - took 520 ms to load special://skin/backgrounds/tvshows.jpg
  714. 19:26:52 T:3078227840 M:720695296 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  715. 19:26:52 T:3078227840 M:720695296 INFO: Loading skin file: MyVideoNav.xml
  716. 19:26:52 T:3078227840 M:720060416 WARNING: Trying to add unsupported control type 3
  717. 19:26:52 T:2815654768 M:722870272 WARNING: Previous line repeats 2 times.
  718. 19:26:52 T:2815654768 M:722870272 DEBUG: DoWork - took 2323 ms to load special://skin/backgrounds/system.jpg
  719. 19:26:52 T:3078227840 M:730234880 WARNING: Trying to add unsupported control type 3
  720. 19:26:52 T:3049376624 M:729092096 DEBUG: FileCurl::Close(0xb5c1afd8) http://74.125.19.103/
  721. 19:26:52 T:3078227840 M:728457216 DEBUG: CGUIMediaWindow::GetDirectory (videodb://2/2/)
  722. 19:26:52 T:3078227840 M:728457216 DEBUG: ParentPath = [videodb://2/2/]
  723. 19:26:52 T:3078227840 M:728457216 DEBUG: GetTvShowsByWhere query: SELECT tvshow.*,path.strPath AS strPath,counts.totalcount AS totalCount,counts.watchedcount AS watchedCount,counts.totalcount=counts.watchedcount AS watched FROM tvshow JOIN tvshowlinkpath ON tvshow.idShow=tvshowlinkpath.idShow JOIN path ON path.idpath=tvshowlinkpath.idPath LEFT OUTER join ( SELECT tvshow.idShow AS idShow,count(1) AS totalcount,count(files.playCount) AS watchedcount FROM tvshow JOIN tvshowlinkepisode ON tvshow.idShow=tvshowlinkepisode.idShow JOIN episode ON episode.idEpisode=tvshowlinkepisode.idEpisode JOIN files ON files.idFile=episode.idFile GROUP BY tvshow.idShow) counts ON tvshow.idShow=counts.idShow
  724. 19:26:52 T:3078227840 M:728633344 DEBUG: Time for actual SQL query = 10
  725. 19:26:53 T:3078227840 M:728633344 DEBUG: Time to retrieve tvshows from dataset = 16
  726. 19:26:53 T:3078227840 M:728633344 DEBUG: Saving fileitems [videodb://2/2/]
  727. 19:26:53 T:3078227840 M:728514560 DEBUG: -- items: 31, sort method: 25, ascending: true
  728. 19:26:53 T:2801269616 M:728514560 DEBUG: thread start, auto delete: 0
  729. 19:26:53 T:2801269616 M:716877824 DEBUG: Thread 2801269616 terminating
  730. 19:26:53 T:3078227840 M:721268736 DEBUG: ExecuteXBMCAction : Translating SetFocus(50)
  731. 19:26:53 T:3078227840 M:721268736 DEBUG: ExecuteXBMCAction : To SetFocus(50)
  732. 19:26:53 T:2864679792 M:713879552 DEBUG: DoWork - took 469 ms to load special://skin/backgrounds/videos.jpg
  733. 19:26:57 T:3078227840 M:733564928 INFO: LIRC Initialize: using: /dev/lircd
  734. 19:26:57 T:3078227840 M:733564928 DEBUG: Failed to connect to LIRC. Giving up.
  735. 19:27:01 T:3078227840 M:733564928 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  736. 19:27:01 T:3078227840 M:733564928 DEBUG: OnKey: 61480 pressed, action is Down
  737. 19:27:01 T:2815654768 M:733511680 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Being Human//logo.png
  738. 19:27:01 T:3049376624 M:733511680 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Being Human/poster.jpg
  739. 19:27:02 T:3078227840 M:733605888 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  740. 19:27:02 T:3078227840 M:733605888 DEBUG: OnKey: 61478 pressed, action is Up
  741. 19:27:03 T:3078227840 M:733638656 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  742. 19:27:03 T:3078227840 M:733638656 DEBUG: OnKey: 61480 pressed, action is Down
  743. 19:27:03 T:2864679792 M:733638656 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Being Human//logo.png
  744. 19:27:03 T:2873072496 M:733638656 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Being Human/poster.jpg
  745. 19:27:04 T:3078227840 M:733638656 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  746. 19:27:04 T:3078227840 M:733638656 DEBUG: OnKey: 61448 pressed, action is ParentDir
  747. 19:27:04 T:3078227840 M:733638656 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  748. 19:27:04 T:3078227840 M:733638656 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  749. 19:27:04 T:3078227840 M:733638656 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  750. 19:27:04 T:3078227840 M:733638656 DEBUG: ------ Window Init (Home.xml) ------
  751. 19:27:04 T:3078227840 M:733638656 INFO: Loading skin file: Home.xml
  752. 19:27:04 T:3078227840 M:727797760 DEBUG: ExecuteXBMCAction : Translating SetFocus(9000)
  753. 19:27:04 T:3078227840 M:727543808 DEBUG: ExecuteXBMCAction : To SetFocus(9000)
  754. 19:27:05 T:2815654768 M:729321472 DEBUG: DoWork - took 493 ms to load special://skin/backgrounds/tvshows.jpg
  755. 19:27:06 T:3078227840 M:729325568 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  756. 19:27:06 T:3078227840 M:729325568 DEBUG: OnKey: 61479 pressed, action is Right
  757. 19:27:07 T:3078227840 M:730976256 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  758. 19:27:07 T:3078227840 M:730976256 DEBUG: OnKey: 61479 pressed, action is Right
  759. 19:27:07 T:3078227840 M:712704000 INFO: CheckIdle - Closing session to http://api.themoviedb.org (easy=0xb535e520, multi=0xb5351f40)
  760. 19:27:09 T:3049376624 M:731492352 DEBUG: DoWork - took 2155 ms to load special://skin/backgrounds/system.jpg
  761. 19:27:10 T:3078227840 M:731365376 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  762. 19:27:10 T:3078227840 M:731365376 DEBUG: OnKey: 61453 pressed, action is Select
  763. 19:27:10 T:3078227840 M:731365376 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(Settings)
  764. 19:27:10 T:3078227840 M:731365376 DEBUG: ExecuteXBMCAction : To ActivateWindow(Settings)
  765. 19:27:10 T:3078227840 M:731365376 DEBUG: Activating window ID: 10004
  766. 19:27:10 T:3078227840 M:731365376 DEBUG: Checking if window ID 10004 is locked.
  767. 19:27:10 T:3078227840 M:731365376 DEBUG: ------ Window Deinit (Home.xml) ------
  768. 19:27:11 T:3078227840 M:731492352 DEBUG: ------ Window Init (Settings.xml) ------
  769. 19:27:11 T:3078227840 M:731492352 INFO: Loading skin file: Settings.xml
  770. 19:27:11 T:2864679792 M:699760640 DEBUG: DoWork - took 485 ms to load special://skin/backgrounds/settings.jpg
  771. 19:27:12 T:3078227840 M:708009984 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  772. 19:27:12 T:3078227840 M:708009984 DEBUG: OnKey: 61480 pressed, action is Down
  773. 19:27:12 T:3078227840 M:700014592 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  774. 19:27:12 T:3078227840 M:700014592 DEBUG: OnKey: 61480 pressed, action is Down
  775. 19:27:12 T:2873072496 M:699887616 DEBUG: DoWork - took 492 ms to load special://skin/backgrounds/skinsetting.jpg
  776. 19:27:13 T:2815654768 M:704585728 DEBUG: DoWork - took 215 ms to load special://skin/backgrounds/appearance.jpg
  777. 19:27:14 T:3078227840 M:704581632 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  778. 19:27:14 T:3078227840 M:704581632 DEBUG: OnKey: 61480 pressed, action is Down
  779. 19:27:14 T:3078227840 M:700899328 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  780. 19:27:14 T:3078227840 M:700899328 DEBUG: OnKey: 61453 pressed, action is Select
  781. 19:27:14 T:3078227840 M:700899328 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(VideosSettings)
  782. 19:27:14 T:3078227840 M:700772352 DEBUG: ExecuteXBMCAction : To ActivateWindow(VideosSettings)
  783. 19:27:14 T:3078227840 M:700772352 DEBUG: Activating window ID: 10017
  784. 19:27:14 T:3078227840 M:700772352 DEBUG: Checking if window ID 10017 is locked.
  785. 19:27:14 T:3078227840 M:700772352 DEBUG: ------ Window Deinit (Settings.xml) ------
  786. 19:27:15 T:3049376624 M:696455168 DEBUG: DoWork - took 443 ms to load special://skin/backgrounds/videos.jpg
  787. 19:27:15 T:3078227840 M:696328192 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  788. 19:27:15 T:3078227840 M:696328192 INFO: Loading skin file: SettingsCategory.xml
  789. 19:27:16 T:3078227840 M:714891264 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  790. 19:27:16 T:3078227840 M:714891264 DEBUG: OnKey: 61480 pressed, action is Down
  791. 19:27:17 T:3078227840 M:714891264 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  792. 19:27:17 T:3078227840 M:714891264 DEBUG: OnKey: 61479 pressed, action is Right
  793. 19:27:17 T:3078227840 M:726839296 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  794. 19:27:17 T:3078227840 M:726839296 DEBUG: OnKey: 61480 pressed, action is Down
  795. 19:27:17 T:3078227840 M:726839296 INFO: CheckIdle - Closing session to http://www.google.com (easy=0xb6ca81a0, multi=(nil))
  796. 19:27:18 T:3078227840 M:726839296 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  797. 19:27:18 T:3078227840 M:726839296 DEBUG: OnKey: 61480 pressed, action is Down
  798. 19:27:19 T:3078227840 M:726839296 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  799. 19:27:19 T:3078227840 M:726839296 DEBUG: OnKey: 61480 pressed, action is Down
  800. 19:27:19 T:3078227840 M:726839296 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  801. 19:27:19 T:3078227840 M:726839296 DEBUG: OnKey: 61480 pressed, action is Down
  802. 19:27:20 T:3078227840 M:726839296 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  803. 19:27:20 T:3078227840 M:726839296 DEBUG: OnKey: 61480 pressed, action is Down
  804. 19:27:21 T:3078227840 M:726839296 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  805. 19:27:21 T:3078227840 M:726839296 DEBUG: OnKey: 61480 pressed, action is Down
  806. 19:27:22 T:3078227840 M:726839296 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  807. 19:27:22 T:3078227840 M:726839296 DEBUG: OnKey: 61480 pressed, action is Down
  808. 19:27:22 T:3078227840 M:726847488 INFO: CheckIdle - Closing session to http://74.125.19.103 (easy=0xb6cb5870, multi=(nil))
  809. 19:27:23 T:3078227840 M:726847488 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  810. 19:27:23 T:3078227840 M:726847488 DEBUG: OnKey: 61480 pressed, action is Down
  811. 19:27:23 T:3078227840 M:726847488 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  812. 19:27:23 T:3078227840 M:726847488 DEBUG: OnKey: 61478 pressed, action is Up
  813. 19:27:24 T:3078227840 M:726847488 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  814. 19:27:24 T:3078227840 M:726847488 DEBUG: OnKey: 61477 pressed, action is Left
  815. 19:27:24 T:3078227840 M:726847488 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  816. 19:27:24 T:3078227840 M:726847488 DEBUG: OnKey: 61480 pressed, action is Down
  817. 19:27:25 T:3078227840 M:726847488 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  818. 19:27:25 T:3078227840 M:726847488 DEBUG: OnKey: 61478 pressed, action is Up
  819. 19:27:30 T:3078227840 M:726855680 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  820. 19:27:30 T:3078227840 M:726855680 DEBUG: OnKey: 61448 pressed, action is PreviousMenu
  821. 19:27:30 T:3078227840 M:726982656 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  822. 19:27:30 T:3078227840 M:726982656 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
  823. 19:27:30 T:3078227840 M:726982656 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  824. 19:27:30 T:3078227840 M:726982656 DEBUG: ------ Window Init (Settings.xml) ------
  825. 19:27:30 T:3078227840 M:726982656 INFO: Loading skin file: Settings.xml
  826. 19:27:30 T:2864679792 M:707940352 DEBUG: DoWork - took 453 ms to load special://skin/backgrounds/videos.jpg
  827. 19:27:32 T:3078227840 M:707936256 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  828. 19:27:32 T:3078227840 M:707936256 DEBUG: OnKey: 61448 pressed, action is PreviousMenu
  829. 19:27:32 T:3078227840 M:707936256 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  830. 19:27:32 T:3078227840 M:707936256 DEBUG: ------ Window Deinit (Settings.xml) ------
  831. 19:27:32 T:3078227840 M:707936256 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  832. 19:27:32 T:3078227840 M:707936256 DEBUG: ------ Window Init (Home.xml) ------
  833. 19:27:32 T:3078227840 M:707936256 INFO: Loading skin file: Home.xml
  834. 19:27:32 T:3078227840 M:723173376 DEBUG: ExecuteXBMCAction : Translating SetFocus(9000)
  835. 19:27:32 T:3078227840 M:723046400 DEBUG: ExecuteXBMCAction : To SetFocus(9000)
  836. 19:27:34 T:2873072496 M:739565568 DEBUG: DoWork - took 2264 ms to load special://skin/backgrounds/system.jpg
  837. 19:27:35 T:3078227840 M:739565568 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  838. 19:27:35 T:3078227840 M:739565568 DEBUG: OnKey: 61477 pressed, action is Left
  839. 19:27:35 T:2815654768 M:731185152 DEBUG: DoWork - took 441 ms to load special://skin/backgrounds/videos.jpg
  840. 19:27:36 T:3078227840 M:731185152 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  841. 19:27:36 T:3078227840 M:731185152 DEBUG: OnKey: 61477 pressed, action is Left
  842. 19:27:37 T:3049376624 M:723312640 DEBUG: DoWork - took 487 ms to load special://skin/backgrounds/tvshows.jpg
  843. 19:27:37 T:3078227840 M:723312640 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  844. 19:27:37 T:3078227840 M:723312640 DEBUG: OnKey: 61477 pressed, action is Left
  845. 19:27:38 T:2864679792 M:714551296 DEBUG: DoWork - took 448 ms to load special://skin/backgrounds/movies.jpg
  846. 19:27:38 T:3078227840 M:714551296 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  847. 19:27:38 T:3078227840 M:714551296 DEBUG: OnKey: 61479 pressed, action is Right
  848. 19:27:38 T:3078227840 M:714559488 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  849. 19:27:38 T:3078227840 M:714559488 DEBUG: OnKey: 61453 pressed, action is Select
  850. 19:27:38 T:3078227840 M:714559488 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(VideoLibrary,TVShowTitles,return)
  851. 19:27:38 T:3078227840 M:714559488 DEBUG: ExecuteXBMCAction : To ActivateWindow(VideoLibrary,TVShowTitles,return)
  852. 19:27:38 T:3078227840 M:714559488 DEBUG: Activating window ID: 10025
  853. 19:27:38 T:3078227840 M:714559488 DEBUG: Checking if window ID 10024 is locked.
  854. 19:27:38 T:3078227840 M:714559488 DEBUG: ------ Window Deinit (Home.xml) ------
  855. 19:27:38 T:3078227840 M:714559488 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  856. 19:27:38 T:3078227840 M:714559488 INFO: Loading skin file: MyVideoNav.xml
  857. 19:27:39 T:3078227840 M:714559488 WARNING: Trying to add unsupported control type 3
  858. 19:27:39 T:3078227840 M:714559488 WARNING: Previous line repeats 3 times.
  859. 19:27:39 T:3078227840 M:714559488 DEBUG: CGUIMediaWindow::GetDirectory (videodb://2/2/)
  860. 19:27:39 T:3078227840 M:714559488 DEBUG: ParentPath = [videodb://2/2/]
  861. 19:27:39 T:3078227840 M:714559488 DEBUG: GetTvShowsByWhere query: SELECT tvshow.*,path.strPath AS strPath,counts.totalcount AS totalCount,counts.watchedcount AS watchedCount,counts.totalcount=counts.watchedcount AS watched FROM tvshow JOIN tvshowlinkpath ON tvshow.idShow=tvshowlinkpath.idShow JOIN path ON path.idpath=tvshowlinkpath.idPath LEFT OUTER join ( SELECT tvshow.idShow AS idShow,count(1) AS totalcount,count(files.playCount) AS watchedcount FROM tvshow JOIN tvshowlinkepisode ON tvshow.idShow=tvshowlinkepisode.idShow JOIN episode ON episode.idEpisode=tvshowlinkepisode.idEpisode JOIN files ON files.idFile=episode.idFile GROUP BY tvshow.idShow) counts ON tvshow.idShow=counts.idShow
  862. 19:27:39 T:3078227840 M:714559488 DEBUG: Time for actual SQL query = 9
  863. 19:27:39 T:3078227840 M:714559488 DEBUG: Time to retrieve tvshows from dataset = 11
  864. 19:27:39 T:3078227840 M:714559488 DEBUG: Saving fileitems [videodb://2/2/]
  865. 19:27:39 T:3078227840 M:714711040 DEBUG: -- items: 31, sort method: 25, ascending: true
  866. 19:27:39 T:2801269616 M:714711040 DEBUG: thread start, auto delete: 0
  867. 19:27:39 T:2801269616 M:705536000 DEBUG: Thread 2801269616 terminating
  868. 19:27:39 T:2815654768 M:708202496 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Being Human//logo.png
  869. 19:27:39 T:3049376624 M:708202496 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Being Human/poster.jpg
  870. 19:27:39 T:3078227840 M:708456448 DEBUG: ExecuteXBMCAction : Translating SetFocus(50)
  871. 19:27:39 T:3078227840 M:708456448 DEBUG: ExecuteXBMCAction : To SetFocus(50)
  872. 19:27:42 T:3078227840 M:731828224 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  873. 19:27:42 T:3078227840 M:731828224 DEBUG: OnKey: 61480 pressed, action is Down
  874. 19:27:42 T:2815654768 M:730451968 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Snuff Box/poster.jpg
  875. 19:27:42 T:3078227840 M:730681344 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  876. 19:27:42 T:3078227840 M:730681344 DEBUG: OnKey: 61480 pressed, action is Down
  877. 19:27:42 T:2864679792 M:730554368 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Boardwalk Empire//logo.png
  878. 19:27:42 T:2873072496 M:730554368 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Boardwalk Empire/poster.jpg
  879. 19:27:42 T:3078227840 M:729702400 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  880. 19:27:42 T:3078227840 M:729702400 DEBUG: OnKey: 61480 pressed, action is Down
  881. 19:27:43 T:2873072496 M:728731648 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Caprica/poster.jpg
  882. 19:27:43 T:3078227840 M:728731648 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  883. 19:27:43 T:3078227840 M:728731648 DEBUG: OnKey: 61480 pressed, action is Down
  884. 19:27:43 T:2864679792 M:727506944 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Chuck/poster.jpg
  885. 19:27:43 T:3078227840 M:727785472 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  886. 19:27:43 T:3078227840 M:727785472 DEBUG: OnKey: 61480 pressed, action is Down
  887. 19:27:43 T:3049376624 M:728338432 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Criminal Justice//logo.png
  888. 19:27:43 T:2815654768 M:728338432 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Criminal Justice/poster.jpg
  889. 19:27:44 T:3078227840 M:728338432 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  890. 19:27:44 T:3078227840 M:728338432 DEBUG: OnKey: 61480 pressed, action is Down
  891. 19:27:44 T:2815654768 M:726478848 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Dexter/poster.jpg
  892. 19:27:44 T:3078227840 M:726609920 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  893. 19:27:44 T:3078227840 M:726609920 DEBUG: OnKey: 61480 pressed, action is Down
  894. 19:27:44 T:2815654768 M:724877312 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Fringe/poster.jpg
  895. 19:27:45 T:3078227840 M:725639168 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  896. 19:27:45 T:3078227840 M:725639168 DEBUG: OnKey: 61480 pressed, action is Down
  897. 19:27:45 T:2873072496 M:725639168 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Generation Kill//logo.png
  898. 19:27:45 T:2864679792 M:725942272 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Generation Kill/poster.jpg
  899. 19:27:45 T:3078227840 M:727064576 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  900. 19:27:45 T:3078227840 M:727064576 DEBUG: OnKey: 61480 pressed, action is Down
  901. 19:27:45 T:2864679792 M:725958656 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/House/poster.jpg
  902. 19:27:46 T:3078227840 M:728170496 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  903. 19:27:46 T:3078227840 M:728170496 DEBUG: OnKey: 61480 pressed, action is Down
  904. 19:27:46 T:2864679792 M:727203840 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Life/poster.jpg
  905. 19:27:46 T:3078227840 M:727203840 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  906. 19:27:46 T:3078227840 M:727203840 DEBUG: OnKey: 61480 pressed, action is Down
  907. 19:27:46 T:2864679792 M:727150592 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Mad Men/poster.jpg
  908. 19:27:46 T:3078227840 M:727277568 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  909. 19:27:46 T:3078227840 M:727277568 DEBUG: OnKey: 61480 pressed, action is Down
  910. 19:27:46 T:2873072496 M:727277568 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Mighty Boosh//logo.png
  911. 19:27:46 T:3049376624 M:727302144 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Mighty Boosh/poster.jpg
  912. 19:27:46 T:3078227840 M:725696512 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  913. 19:27:46 T:3078227840 M:725696512 DEBUG: OnKey: 61480 pressed, action is Down
  914. 19:27:47 T:2864679792 M:725262336 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Monkey Dust/poster.jpg
  915. 19:27:47 T:2815654768 M:725262336 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/5/5a54c2a5.png
  916. 19:27:47 T:2815654768 M:725262336 DEBUG: Compress - using DXT3 (min error is: 1.90:3.89)
  917. 19:27:47 T:3078227840 M:725938176 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  918. 19:27:47 T:3078227840 M:725938176 DEBUG: OnKey: 61480 pressed, action is Down
  919. 19:27:47 T:3078227840 M:724713472 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  920. 19:27:47 T:3078227840 M:724713472 DEBUG: OnKey: 61480 pressed, action is Down
  921. 19:27:47 T:3078227840 M:724787200 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  922. 19:27:47 T:3078227840 M:724787200 DEBUG: OnKey: 61480 pressed, action is Down
  923. 19:27:47 T:2873072496 M:724787200 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Pacific/poster.jpg
  924. 19:27:47 T:3078227840 M:722944000 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  925. 19:27:47 T:3078227840 M:723451904 DEBUG: OnKey: 61480 pressed, action is Down
  926. 19:27:47 T:2815654768 M:723451904 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Pillars Of The Earth/poster.jpg
  927. 19:27:47 T:3078227840 M:723906560 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  928. 19:27:47 T:3078227840 M:723779584 DEBUG: OnKey: 61480 pressed, action is Down
  929. 19:27:47 T:3078227840 M:723398656 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  930. 19:27:47 T:3078227840 M:723398656 DEBUG: OnKey: 61480 pressed, action is Down
  931. 19:27:47 T:2873072496 M:723271680 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Pulling//logo.png
  932. 19:27:47 T:3078227840 M:723271680 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  933. 19:27:47 T:3078227840 M:723271680 DEBUG: OnKey: 61480 pressed, action is Down
  934. 19:27:47 T:3049376624 M:723271680 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Psychoville/poster.jpg
  935. 19:27:47 T:2815654768 M:723271680 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Pulling/poster.jpg
  936. 19:27:47 T:2864679792 M:723218432 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Shameless/poster.jpg
  937. 19:27:47 T:3078227840 M:722989056 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  938. 19:27:47 T:3078227840 M:723292160 DEBUG: OnKey: 61480 pressed, action is Down
  939. 19:27:47 T:3078227840 M:721453056 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  940. 19:27:47 T:2815654768 M:719921152 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Skins/poster.jpg
  941. 19:27:47 T:3078227840 M:719921152 DEBUG: OnKey: 61480 pressed, action is Down
  942. 19:27:47 T:2815654768 M:720691200 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Sopranos/poster.jpg
  943. 19:27:47 T:2864679792 M:720715776 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/South Park/poster.jpg
  944. 19:27:47 T:2815654768 M:720867328 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/e/e3bc17a2.png
  945. 19:27:48 T:2815654768 M:721883136 DEBUG: Compress - using DXT3 (min error is: 19.84:4.64)
  946. 19:27:48 T:3078227840 M:721907712 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  947. 19:27:48 T:3078227840 M:721907712 DEBUG: OnKey: 61480 pressed, action is Down
  948. 19:27:48 T:2864679792 M:721420288 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Stewart Lees Comedy Vehicle/poster.jpg
  949. 19:27:48 T:2815654768 M:721293312 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/2/23ce327b.png
  950. 19:27:48 T:3078227840 M:721268736 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  951. 19:27:48 T:3078227840 M:721268736 DEBUG: OnKey: 61480 pressed, action is Down
  952. 19:27:48 T:2873072496 M:721231872 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Thick of It//logo.png
  953. 19:27:48 T:2864679792 M:721104896 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Thick of It/poster.jpg
  954. 19:27:48 T:3078227840 M:721612800 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  955. 19:27:48 T:3078227840 M:721612800 DEBUG: OnKey: 61480 pressed, action is Down
  956. 19:27:48 T:3049376624 M:710250496 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/This is England 86/poster.jpg
  957. 19:27:48 T:3078227840 M:712409088 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  958. 19:27:48 T:3078227840 M:712409088 DEBUG: OnKey: 61480 pressed, action is Down
  959. 19:27:48 T:2815654768 M:712126464 DEBUG: Compress - using DXT5 (min error is: 18.43:8.87)
  960. 19:27:48 T:2815654768 M:712151040 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/4/425aa45b.png
  961. 19:27:48 T:3049376624 M:712151040 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/Thorne/poster.jpg
  962. 19:27:48 T:2815654768 M:712151040 DEBUG: Compress - using DXT3 (min error is: 8.02:1.24)
  963. 19:27:48 T:2815654768 M:713699328 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/b/b6b13916.png
  964. 19:27:49 T:3078227840 M:713699328 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  965. 19:27:49 T:3078227840 M:713699328 DEBUG: OnKey: 61480 pressed, action is Down
  966. 19:27:49 T:2864679792 M:713392128 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/poster.jpg
  967. 19:27:49 T:2815654768 M:713408512 DEBUG: Compress - no format suitable (min error is: 45.66:1.26)
  968. 19:27:49 T:2815654768 M:713535488 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/9/93bd8cab.png
  969. 19:27:49 T:2815654768 M:714551296 DEBUG: Compress - using DXT3 (min error is: 22.36:1.96)
  970. 19:27:49 T:2815654768 M:714702848 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/2/2f255c84.png
  971. 19:27:50 T:2815654768 M:1084559360 DEBUG: Compress - using DXT5 (min error is: 11.09:5.76)
  972. 19:27:50 T:2815654768 M:718131200 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/a/a1384ea1.png
  973. 19:27:50 T:2815654768 M:718172160 DEBUG: Compress - using DXT5 (min error is: 23.44:3.27)
  974. 19:27:51 T:3049376624 M:729219072 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/1/165468b4.png
  975. 19:27:51 T:3078227840 M:729346048 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  976. 19:27:51 T:3078227840 M:729346048 DEBUG: OnKey: 61453 pressed, action is Select
  977. 19:27:51 T:3078227840 M:729346048 DEBUG: CGUIMediaWindow::GetDirectory (videodb://2/2/5/)
  978. 19:27:51 T:3078227840 M:729346048 DEBUG: ParentPath = [videodb://2/2/]
  979. 19:27:51 T:2864679792 M:729346048 DEBUG: GetStackedTvShowList query: select idShow from tvshow where c00 like (select c00 from tvshow where idShow=5) order by idShow
  980. 19:27:51 T:2864679792 M:729346048 DEBUG: GetSeasonsNav query: select episode.c12,path.strPath,tvshow.c00,tvshow.c08,tvshow.c14,tvshow.c13,count(1),count(files.playCount) from episode join tvshowlinkepisode on tvshowlinkepisode.idEpisode=episode.idEpisode join tvshow on tvshow.idShow=tvshowlinkepisode.idShow join files on files.idFile=episode.idFile join tvshowlinkpath on tvshowlinkpath.idShow = tvshow.idShow join path on path.idPath = tvshowlinkpath.idPath where tvshow.idShow = 5 group by episode.c12
  981. 19:27:51 T:2864679792 M:729346048 DEBUG: GetMoviesByWhere query: select * from movieview join movielinktvshow on movielinktvshow.idMovie=movieview.idMovie where movielinktvshow.idShow = 5
  982. 19:27:51 T:3078227840 M:729346048 DEBUG: WindowVideoNav::GetDirectory
  983. 19:27:51 T:3078227840 M:729346048 DEBUG: Saving fileitems [videodb://2/2/5/]
  984. 19:27:51 T:3078227840 M:729346048 DEBUG: -- items: 2, sort method: 23, ascending: true
  985. 19:27:51 T:3078227840 M:729346048 WARNING: GetLabel - Unknown nodetype requested 11
  986. 19:27:51 T:2801269616 M:729346048 DEBUG: thread start, auto delete: 0
  987. 19:27:51 T:2873072496 M:729346048 DEBUG: GetImageHash - unable to stat url
  988. 19:27:51 T:2801269616 M:729497600 DEBUG: Thread 2801269616 terminating
  989. 19:27:51 T:3049376624 M:719179776 DEBUG: Compress - no format suitable (min error is: 44.21:1.40)
  990. 19:27:51 T:3049376624 M:719306752 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/9/9f82453d.png
  991. 19:27:52 T:3049376624 M:716640256 DEBUG: Compress - using DXT5 (min error is: 29.18:6.17)
  992. 19:27:52 T:3049376624 M:716640256 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/0/0aacb32e.png
  993. 19:27:52 T:3049376624 M:716640256 DEBUG: Compress - using DXT5 (min error is: 5.99:1.88)
  994. 19:27:52 T:3049376624 M:716640256 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/3/30df7e12.png
  995. 19:27:52 T:3049376624 M:716640256 DEBUG: Compress - using DXT3 (min error is: 12.80:2.34)
  996. 19:27:52 T:3078227840 M:716914688 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  997. 19:27:52 T:3078227840 M:716914688 DEBUG: OnKey: 61480 pressed, action is Down
  998. 19:27:52 T:2815654768 M:716939264 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4/fanart.jpg
  999. 19:27:53 T:3078227840 M:718082048 DEBUG: SECTION:UnloadDll(libcurl-gnutls.so.4)
  1000. 19:27:53 T:3078227840 M:718082048 DEBUG: Unloading: libcurl-gnutls.so.4
  1001. 19:27:53 T:3078227840 M:718053376 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1002. 19:27:53 T:3078227840 M:718053376 DEBUG: OnKey: 61453 pressed, action is Select
  1003. 19:27:53 T:3078227840 M:718053376 DEBUG: CGUIMediaWindow::GetDirectory (videodb://2/2/5/4/)
  1004. 19:27:53 T:3078227840 M:718053376 DEBUG: ParentPath = [videodb://2/2/5/]
  1005. 19:27:53 T:2873072496 M:718053376 DEBUG: GetStackedTvShowList query: select idShow from tvshow where c00 like (select c00 from tvshow where idShow=5) order by idShow
  1006. 19:27:53 T:2873072496 M:718053376 DEBUG: GetEpisodesByWhere query: select * from episodeview where idShow = 5 and (c12=4 or (c12=0 and (c15=0 or c15=4)))
  1007. 19:27:53 T:2873072496 M:718053376 DEBUG: Time for actual SQL query = 2
  1008. 19:27:53 T:2873072496 M:718053376 DEBUG: Time to retrieve episodes from dataset = 7
  1009. 19:27:53 T:3078227840 M:718053376 DEBUG: WindowVideoNav::GetDirectory
  1010. 19:27:53 T:3078227840 M:718053376 DEBUG: Saving fileitems [videodb://2/2/5/4/]
  1011. 19:27:53 T:3078227840 M:718053376 DEBUG: -- items: 7, sort method: 22, ascending: true
  1012. 19:27:53 T:3078227840 M:718053376 WARNING: GetLabel - Unknown nodetype requested 12
  1013. 19:27:53 T:2801269616 M:718053376 DEBUG: thread start, auto delete: 0
  1014. 19:27:53 T:2801269616 M:716521472 DEBUG: Thread 2801269616 terminating
  1015. 19:27:57 T:3078227840 M:716541952 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1016. 19:27:57 T:3078227840 M:716541952 DEBUG: OnKey: 61480 pressed, action is Down
  1017. 19:27:57 T:3049376624 M:716541952 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4/fanart.jpg
  1018. 19:27:58 T:2873072496 M:716414976 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/3/368465d2.png
  1019. 19:27:58 T:2873072496 M:716414976 DEBUG: Compress - using DXT3 (min error is: 12.80:2.34)
  1020. 19:27:58 T:3078227840 M:716603392 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1021. 19:27:58 T:3078227840 M:716603392 DEBUG: OnKey: 61480 pressed, action is Down
  1022. 19:27:59 T:3078227840 M:716603392 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1023. 19:27:59 T:3078227840 M:716603392 DEBUG: OnKey: 61480 pressed, action is Down
  1024. 19:28:03 T:3078227840 M:716328960 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1025. 19:28:03 T:3078227840 M:716328960 DEBUG: OnKey: 61478 pressed, action is Up
  1026. 19:28:04 T:3078227840 M:716328960 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1027. 19:28:04 T:3078227840 M:716328960 DEBUG: OnKey: 61480 pressed, action is Down
  1028. 19:28:04 T:3078227840 M:716328960 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1029. 19:28:04 T:3078227840 M:716328960 DEBUG: OnKey: 61480 pressed, action is Down
  1030. 19:28:05 T:3078227840 M:716328960 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1031. 19:28:05 T:3078227840 M:716328960 DEBUG: OnKey: 61480 pressed, action is Down
  1032. 19:28:05 T:3078227840 M:716304384 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1033. 19:28:05 T:3078227840 M:716304384 DEBUG: OnKey: 61480 pressed, action is Down
  1034. 19:28:07 T:3078227840 M:716226560 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1035. 19:28:07 T:3078227840 M:716226560 DEBUG: OnKey: 61478 pressed, action is Up
  1036. 19:28:08 T:3078227840 M:716226560 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1037. 19:28:08 T:3078227840 M:716226560 DEBUG: OnKey: 61478 pressed, action is Up
  1038. 19:28:15 T:3078227840 M:716242944 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1039. 19:28:15 T:3078227840 M:716242944 DEBUG: OnKey: 61478 pressed, action is Up
  1040. 19:28:19 T:3078227840 M:716242944 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1041. 19:28:19 T:3078227840 M:716242944 DEBUG: OnKey: 61480 pressed, action is Down
  1042. 19:28:19 T:3078227840 M:716242944 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1043. 19:28:19 T:3078227840 M:716242944 DEBUG: OnKey: 61480 pressed, action is Down
  1044. 19:28:20 T:3078227840 M:716242944 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1045. 19:28:20 T:3078227840 M:716242944 DEBUG: OnKey: 61480 pressed, action is Down
  1046. 19:28:20 T:3078227840 M:716242944 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1047. 19:28:20 T:3078227840 M:716242944 DEBUG: OnKey: 61480 pressed, action is Down
  1048. 19:28:21 T:3078227840 M:716242944 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1049. 19:28:21 T:3078227840 M:716242944 DEBUG: OnKey: 61478 pressed, action is Up
  1050. 19:28:21 T:2873072496 M:716242944 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4/fanart.jpg
  1051. 19:28:21 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1052. 19:28:21 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1053. 19:28:21 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1054. 19:28:21 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1055. 19:28:22 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1056. 19:28:22 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1057. 19:28:22 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1058. 19:28:22 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1059. 19:28:22 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1060. 19:28:22 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1061. 19:28:23 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1062. 19:28:23 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1063. 19:28:23 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1064. 19:28:23 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1065. 19:28:23 T:2873072496 M:716251136 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4/fanart.jpg
  1066. 19:28:23 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1067. 19:28:23 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1068. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1069. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1070. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1071. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1072. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1073. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1074. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1075. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1076. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1077. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1078. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1079. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1080. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1081. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1082. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1083. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1084. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1085. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1086. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1087. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1088. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1089. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1090. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1091. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1092. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1093. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1094. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1095. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1096. 19:28:24 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1097. 19:28:24 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1098. 19:28:25 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1099. 19:28:25 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1100. 19:28:25 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1101. 19:28:25 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1102. 19:28:25 T:3078227840 M:716251136 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1103. 19:28:25 T:3078227840 M:716251136 DEBUG: OnKey: 61478 pressed, action is Up
  1104. 19:28:25 T:3078227840 M:716255232 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1105. 19:28:25 T:3078227840 M:716255232 DEBUG: OnKey: 61480 pressed, action is Down
  1106. 19:28:25 T:2864679792 M:716255232 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4/fanart.jpg
  1107. 19:28:25 T:3078227840 M:716255232 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1108. 19:28:25 T:3078227840 M:716255232 DEBUG: OnKey: 61480 pressed, action is Down
  1109. 19:28:26 T:3078227840 M:716255232 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1110. 19:28:26 T:3078227840 M:716255232 DEBUG: OnKey: 61480 pressed, action is Down
  1111. 19:28:26 T:3078227840 M:716263424 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1112. 19:28:26 T:3078227840 M:716263424 DEBUG: OnKey: 61453 pressed, action is Select
  1113. 19:28:26 T:3078227840 M:716263424 DEBUG: new file set audiostream:0
  1114. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerCoreFactory::GetPlayers(/media/WD USB 2/TV Shows/The Tudors/Season 4/The Tudors S04E07.avi)
  1115. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  1116. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  1117. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
  1118. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/rtmp/mms/udp
  1119. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  1120. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  1121. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  1122. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  1123. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdfile
  1124. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  1125. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  1126. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  1127. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  1128. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
  1129. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  1130. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  1131. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
  1132. 19:28:26 T:3078227840 M:716263424 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  1133. 19:28:27 T:3078227840 M:715501568 NOTICE: DVDPlayer: Opening: /media/WD USB 2/TV Shows/The Tudors/Season 4/The Tudors S04E07.avi
  1134. 19:28:27 T:3078227840 M:715501568 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  1135. 19:28:27 T:2782899056 M:715501568 DEBUG: thread start, auto delete: 0
  1136. 19:28:27 T:2782899056 M:715501568 NOTICE: Creating InputStream
  1137. 19:28:27 T:2782899056 M:715501568 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles
  1138. 19:28:27 T:2782899056 M:715501568 DEBUG: CacheSubtitles: START
  1139. 19:28:27 T:2782899056 M:715501568 DEBUG: CacheSubtitles: Checking for common subdirs...
  1140. 19:28:27 T:2782899056 M:715501568 DEBUG: CacheSubtitles: Done (time: 13 ms)
  1141. 19:28:27 T:2782899056 M:715501568 DEBUG: CacheSubtitles: Searching for subtitles...
  1142. 19:28:27 T:2782899056 M:715501568 DEBUG: CacheSubtitles: Done (time: 5 ms)
  1143. 19:28:27 T:2782899056 M:715501568 DEBUG: CacheSubtitles: END (total time: 22 ms)
  1144. 19:28:27 T:2782899056 M:715501568 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done
  1145. 19:28:27 T:2782899056 M:715501568 NOTICE: Creating Demuxer
  1146. 19:28:27 T:2782899056 M:715501568 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avutil-50-i486-linux.so
  1147. 19:28:27 T:2782899056 M:715366400 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avcodec-52-i486-linux.so
  1148. 19:28:27 T:2782899056 M:711852032 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avformat-52-i486-linux.so
  1149. 19:28:27 T:3078227840 M:711086080 DEBUG: ------ Window Init (DialogBusy.xml) ------
  1150. 19:28:27 T:3078227840 M:711086080 INFO: Loading skin file: DialogBusy.xml
  1151. 19:28:27 T:2782899056 M:711086080 DEBUG: Open - probing detected format [avi]
  1152. 19:28:27 T:2782899056 M:705716224 DEBUG: Open - av_find_stream_info starting
  1153. 19:28:27 T:2782899056 M:704344064 DEBUG: Open - av_find_stream_info finished
  1154. 19:28:27 T:2782899056 M:704344064 INFO: ffmpeg[A5DFAB70]: Input #0, avi, from '/media/WD USB 2/TV Shows/The Tudors/Season 4/The Tudors S04E07.avi':
  1155. 19:28:27 T:2782899056 M:704344064 INFO: ffmpeg[A5DFAB70]: Metadata:
  1156. 19:28:27 T:2782899056 M:704344064 INFO: ffmpeg[A5DFAB70]: ISFT : transcode-1.0.4
  1157. 19:28:27 T:2782899056 M:704344064 INFO: ffmpeg[A5DFAB70]: Duration: 00:52:03.28, start: 0.000000, bitrate: 1478 kb/s
  1158. 19:28:27 T:2782899056 M:704344064 INFO: ffmpeg[A5DFAB70]: Stream #0.0: Video: mpeg4, yuv420p, 624x352 [PAR 1:1 DAR 39:22], 23.98 tbr, 23.98 tbn, 23.98 tbc
  1159. 19:28:27 T:2782899056 M:704344064 INFO: ffmpeg[A5DFAB70]: Stream #0.1: Audio: mp3, 48000 Hz, 2 channels, s16, 128 kb/s
  1160. 19:28:27 T:2782899056 M:704344064 NOTICE: Opening video stream: 0 source: 256
  1161. 19:28:27 T:2782899056 M:704344064 NOTICE: Creating video codec with codec id: 13
  1162. 19:28:27 T:2782899056 M:704344064 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:yes OpenMax:no VDPAU:yes VAAPI:no
  1163. 19:28:27 T:2782899056 M:704344064 DEBUG: FactoryCodec - Video: - Opening
  1164. 19:28:27 T:2782899056 M:704344064 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/swscale-0.6.1-i486-linux.so
  1165. 19:28:27 T:2782899056 M:704520192 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-4 part 2
  1166. 19:28:27 T:2782899056 M:704520192 DEBUG: FactoryCodec - Video: ff-mpeg4 - Opened
  1167. 19:28:27 T:2782899056 M:704520192 NOTICE: Creating video thread
  1168. 19:28:27 T:2782899056 M:704360448 NOTICE: Opening audio stream: 1 source: 256
  1169. 19:28:27 T:2730855280 M:704360448 DEBUG: thread start, auto delete: 0
  1170. 19:28:27 T:2782899056 M:704360448 NOTICE: Finding audio codec for: 86017
  1171. 19:28:27 T:2782899056 M:704360448 DEBUG: FactoryCodec - Audio: PassthroughFFmpeg - Opening
  1172. 19:28:27 T:2782899056 M:704360448 INFO: CDVDAudioCodecPassthroughFFmpeg::Open - Won't transcode for HDMI
  1173. 19:28:27 T:2782899056 M:704360448 DEBUG: FactoryCodec - Audio: PassthroughFFmpeg - Failed
  1174. 19:28:27 T:2782899056 M:704360448 DEBUG: FactoryCodec - Audio: libmad - Opening
  1175. 19:28:27 T:2730855280 M:704360448 DEBUG: LinuxRendererGL: Cleaning up GL resources
  1176. 19:28:27 T:2782899056 M:704360448 DEBUG: Loading: libmad.so.0
  1177. 19:28:27 T:2782899056 M:704360448 DEBUG: FactoryCodec - Audio: libmad - Opened
  1178. 19:28:27 T:2730855280 M:704360448 NOTICE: running thread: video_thread
  1179. 19:28:27 T:2782899056 M:704360448 NOTICE: Creating audio thread
  1180. 19:28:27 T:2722462576 M:704360448 DEBUG: thread start, auto delete: 0
  1181. 19:28:27 T:2722462576 M:704360448 NOTICE: running thread: CDVDPlayerAudio::Process()
  1182. 19:28:27 T:2782899056 M:704360448 DEBUG: ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: /media/WD USB 2/TV Shows/The Tudors/Season 4/The Tudors S04E07.avi
  1183. 19:28:27 T:2782899056 M:704360448 DEBUG: CDVDPlayer::SetCaching - caching state 2
  1184. 19:28:27 T:2730855280 M:704360448 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  1185. 19:28:27 T:2722462576 M:704360448 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(24000.000000, 1)
  1186. 19:28:27 T:2722462576 M:704139264 NOTICE: Creating audio device with codec id: 86017, channels: 2, sample rate: 48000, no pass-through
  1187. 19:28:27 T:2722462576 M:704163840 INFO: CPCMRemap: Configured speaker layout: 2.1
  1188. 19:28:27 T:2722462576 M:704163840 INFO: CPCMRemap: I channel map: FL,FR
  1189. 19:28:27 T:2722462576 M:704163840 INFO: CPCMRemap: O channel map: FL,FR
  1190. 19:28:27 T:2722462576 M:704163840 DEBUG: CPCMRemap: Downmix normalization is disabled
  1191. 19:28:27 T:2722462576 M:704163840 DEBUG: CPCMRemap: FL = FL(1.000000*)
  1192. 19:28:27 T:2722462576 M:704163840 DEBUG: CPCMRemap: FR = FR(1.000000*)
  1193. 19:28:27 T:2722462576 M:704036864 DEBUG: RemoveActiveDevice - Removing device 1
  1194. 19:28:27 T:2722462576 M:703909888 DEBUG: CGUIAudioManager::DeInitialize
  1195. 19:28:27 T:2730855280 M:703528960 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(41708.333292, 0)
  1196. 19:28:27 T:2730855280 M:1085808640 NOTICE: fps: 23.976025, pwidth: 624, pheight: 352, dwidth: 624, dheight: 352
  1197. 19:28:27 T:2730855280 M:703148032 DEBUG: OutputPicture - change configuration. 624x352. framerate: 23.98. format: YV12
  1198. 19:28:27 T:2730855280 M:703148032 NOTICE: Display resolution ADJUST : default: 1920x1080 @ 24.00Hz (16)
  1199. 19:28:27 T:2782899056 M:703148032 DEBUG: CDVDPlayer::HandleMessages - player started 2
  1200. 19:28:29 T:2722462576 M:702668800 DEBUG: SetActiveDevice - SetActiveDevice from 0 to 2
  1201. 19:28:29 T:2722462576 M:702668800 DEBUG: RemoveActiveDevice - Removing device 0
  1202. 19:28:29 T:3078227840 M:702517248 DEBUG: Activating window ID: 12005
  1203. 19:28:29 T:3078227840 M:702316544 DEBUG: Checking if window ID 12005 is locked.
  1204. 19:28:29 T:3078227840 M:702341120 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  1205. 19:28:29 T:2722462576 M:701890560 DEBUG: PulseAudio: Context authorizing
  1206. 19:28:29 T:2722462576 M:701890560 DEBUG: PulseAudio: Context setting name
  1207. 19:28:29 T:2722462576 M:701890560 DEBUG: PulseAudio: Context ready
  1208. 19:28:29 T:3078227840 M:701890560 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12e
  1209. 19:28:29 T:2722462576 M:694779904 DEBUG: PulseAudio: Stream ready
  1210. 19:28:29 T:2722462576 M:694652928 DEBUG: PulseAudio: Default buffer attributes, maxlength=4194304, tlength=48000, prebuf=44164, minreq=3840
  1211. 19:28:29 T:2722462576 M:694018048 DEBUG: PulseAudio: Choosen buffer attributes, maxlength=4194304, tlength=48000, prebuf=38400, minreq=3840
  1212. 19:28:29 T:2722462576 M:694018048 DEBUG: CPulseAudioDirectSound::Initialize - Channels: 2 - SampleRate: 48000 - SampleBit: 16 - Resample false - IsMusic false - IsPassthrough false - audioDevice: alsa_output.pci-0000_03_00.1.hdmi-stereo@default
  1213. 19:28:29 T:2722462576 M:693891072 DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback
  1214. 19:28:29 T:2782899056 M:693383168 DEBUG: CDVDPlayer::HandleMessages - player started 1
  1215. 19:28:29 T:2782899056 M:693383168 DEBUG: CDVDPlayer::SetCaching - caching state 3
  1216. 19:28:29 T:2782899056 M:693383168 DEBUG: CDVDPlayer::SetCaching - caching state 0
  1217. 19:28:29 T:2722462576 M:693383168 DEBUG: CDVDPlayerAudio:: Discontinuity - was:23909.080000, should be:24000.000000, error:90.920000
  1218. 19:28:30 T:3078227840 M:692576256 ERROR: GLX: Same window as before, refreshing context
  1219. 19:28:30 T:3078227840 M:692576256 INFO: GL: Maximum texture width: 8192
  1220. 19:28:30 T:3078227840 M:692482048 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  1221. 19:28:30 T:3078227840 M:692482048 INFO: Loading skin file: VideoFullScreen.xml
  1222. 19:28:30 T:3078227840 M:690610176 DEBUG: CAnnouncementManager - Announcement: PlaybackStarted from xbmc
  1223. 19:28:30 T:3078227840 M:690499584 NOTICE: Using GL_TEXTURE_2D
  1224. 19:28:30 T:3078227840 M:690499584 DEBUG: GL: Requested render method: 0
  1225. 19:28:30 T:3078227840 M:690651136 DEBUG: GL: BaseYUV2RGBGLSLShader: defines:
  1226. #define XBMC_texture_rectangle 0
  1227. #define XBMC_texture_rectangle_hack 0
  1228. #define XBMC_STRETCH 0
  1229. #define XBMC_YV12
  1230. 19:28:30 T:3078227840 M:690524160 NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
  1231. 19:28:30 T:3078227840 M:689127424 DEBUG: GL: Vertex Shader compilation log:
  1232. 19:28:30 T:3078227840 M:689127424 DEBUG: GL: Vertex Shader compiled successfully
  1233. 19:28:30 T:3078227840 M:689127424 DEBUG: GL: Pixel Shader compilation log:
  1234. 19:28:30 T:3078227840 M:689127424 DEBUG: GL: Fragment Shader compiled successfully
  1235. 19:28:30 T:3078227840 M:689025024 DEBUG: GL: ConvolutionFilterShader: using convolution-4x4.glsl defines:
  1236. #define HAS_FLOAT_TEXTURE 1
  1237. #define XBMC_STRETCH 0
  1238. #define USE1DTEXTURE 1
  1239. 19:28:30 T:3078227840 M:689025024 DEBUG: GL: Vertex Shader compilation log:
  1240. 19:28:30 T:3078227840 M:689025024 DEBUG: GL: Vertex Shader compiled successfully
  1241. 19:28:30 T:3078227840 M:689025024 DEBUG: GL: Pixel Shader compilation log:
  1242. 19:28:30 T:3078227840 M:689025024 DEBUG: 0(44) : warning C7506: OpenGL does not define the global type half4
  1243. 0(74) : warning C7506: OpenGL does not define the global type half3
  1244. 19:28:30 T:3078227840 M:689025024 DEBUG: GL: Fragment Shader compiled successfully
  1245. 19:28:30 T:3078227840 M:688947200 NOTICE: GL: NPOT texture support detected
  1246. 19:28:30 T:3078227840 M:688947200 NOTICE: GL: Using GL_ARB_pixel_buffer_object
  1247. 19:28:30 T:3078227840 M:706596864 DEBUG: CGUIInfoManager::SetCurrentMovie(/media/WD USB 2/TV Shows/The Tudors/Season 4/The Tudors S04E07.avi)
  1248. 19:28:30 T:3078227840 M:706596864 DEBUG: Building didl for object '/media/WD USB 2/TV Shows/The Tudors/Season 4/The Tudors S04E07.avi'
  1249. 19:28:30 T:3078227840 M:706596864 INFO: GL: ARB Imaging extension supported
  1250. 19:28:30 T:3078227840 M:706572288 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  1251. 19:28:30 T:2722462576 M:706572288 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1047611.502000, should be:1021450.025348, error:-26161.476652
  1252. 19:28:31 T:2730855280 M:706527232 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  1253. 19:28:34 T:3078227840 M:706981888 DEBUG: SDLKeyboard: scancode: 172, sym: 0, unicode: 0, modifier: 0
  1254. 19:28:34 T:3078227840 M:706981888 DEBUG: OnKey: 61619 pressed, action is Pause
  1255. 19:28:34 T:3078227840 M:706981888 DEBUG: CAnnouncementManager - Announcement: PlaybackPaused from xbmc
  1256. 19:28:34 T:3078227840 M:706981888 DEBUG: CGUIAudioManager::Initialize
  1257. 19:28:34 T:3078227840 M:706723840 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1258. 19:28:34 T:3078227840 M:706723840 INFO: Loading skin file: DialogSeekBar.xml
  1259. 19:28:34 T:2815654768 M:706723840 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4//clearart.png
  1260. 19:28:34 T:2873072496 M:705462272 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/3/30f56659.png
  1261. 19:28:34 T:2722462576 M:705462272 DEBUG: CDVDPlayerAudio:: Discontinuity - was:4857519.677348, should be:5008923.626879, error:151403.949531
  1262. 19:28:35 T:2873072496 M:705609728 DEBUG: Compress - using DXT5 (min error is: 8.46:0.99)
  1263. 19:29:04 T:2815654768 M:706441216 DEBUG: Thread 2815654768 terminating (autodelete)
  1264. 19:29:04 T:3049376624 M:706441216 DEBUG: Thread 3049376624 terminating (autodelete)
  1265. 19:29:04 T:2864679792 M:706441216 DEBUG: Thread 2864679792 terminating (autodelete)
  1266. 19:29:05 T:2873072496 M:706465792 DEBUG: Thread 2873072496 terminating (autodelete)
  1267. 19:39:54 T:3078227840 M:706715648 DEBUG: SDLKeyboard: scancode: 172, sym: 0, unicode: 0, modifier: 0
  1268. 19:39:54 T:3078227840 M:706715648 DEBUG: OnKey: 61619 pressed, screen saver/dpms woken up
  1269. 19:39:56 T:3078227840 M:706715648 DEBUG: SDLKeyboard: scancode: 172, sym: 0, unicode: 0, modifier: 0
  1270. 19:39:56 T:3078227840 M:706715648 DEBUG: OnKey: 61619 pressed, action is Pause
  1271. 19:39:56 T:3078227840 M:706764800 DEBUG: CAnnouncementManager - Announcement: PlaybackResumed from xbmc
  1272. 19:39:56 T:3078227840 M:706764800 DEBUG: CGUIAudioManager::DeInitialize
  1273. 19:39:56 T:2722462576 M:706744320 DEBUG: CDVDPlayerAudio:: Discontinuity - was:4983561.746879, should be:5328000.000000, error:344438.253121
  1274. 19:39:56 T:3078227840 M:706519040 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1275. 19:39:57 T:2722462576 M:706519040 DEBUG: CDVDPlayerAudio:: Discontinuity - was:5693579.681000, should be:5592000.000000, error:-101579.681000
  1276. 19:39:57 T:2722462576 M:706519040 DEBUG: CDVDPlayerAudio:: Discontinuity - was:5924630.169000, should be:5750401.504796, error:-174228.664204
  1277. 19:39:58 T:2722462576 M:706764800 DEBUG: CDVDPlayerAudio:: Discontinuity - was:6807454.978796, should be:6744403.825632, error:-63051.153164
  1278. 19:39:59 T:2730855280 M:706789376 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  1279. 19:40:00 T:2722462576 M:706809856 DEBUG: CDVDPlayerAudio:: Discontinuity - was:8932846.805632, should be:8919016.094042, error:-13830.711590
  1280. 19:40:02 T:2722462576 M:706846720 DEBUG: CDVDPlayerAudio:: Discontinuity - was:11199818.405042, should be:11215527.347438, error:15708.942396
  1281. 19:40:05 T:2722462576 M:707047424 DEBUG: CDVDPlayerAudio:: Discontinuity - was:13496469.102438, should be:13512734.230474, error:16265.128036
  1282. 19:41:23 T:2722462576 M:707493888 DEBUG: CDVDPlayerAudio:: Discontinuity - was:92299552.976474, should be:92289492.539986, error:-10060.436488
  1283. 19:42:12 T:2722462576 M:706052096 DEBUG: CDVDPlayerAudio:: Discontinuity - was:140692348.728986, should be:140682214.598341, error:-10134.130645
  1284. 19:43:00 T:2722462576 M:705748992 DEBUG: CDVDPlayerAudio:: Discontinuity - was:189084641.678341, should be:189074549.144454, error:-10092.533887
  1285. 19:43:50 T:2722462576 M:705634304 DEBUG: CDVDPlayerAudio:: Discontinuity - was:238594272.669454, should be:238584037.504015, error:-10235.165440
  1286. 19:44:39 T:2722462576 M:705712128 DEBUG: CDVDPlayerAudio:: Discontinuity - was:288107423.803015, should be:288097243.467427, error:-10180.335588
  1287. 19:45:27 T:2730855280 M:705679360 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  1288. 19:45:28 T:2722462576 M:705679360 DEBUG: CDVDPlayerAudio:: Discontinuity - was:336477714.423427, should be:336467570.262919, error:-10144.160508
  1289. 19:46:16 T:2722462576 M:705196032 DEBUG: CDVDPlayerAudio:: Discontinuity - was:384867498.315919, should be:384857439.938990, error:-10058.376929
  1290. 19:47:06 T:2722462576 M:705409024 DEBUG: CDVDPlayerAudio:: Discontinuity - was:434377904.057990, should be:434367629.233181, error:-10274.824809
  1291. 19:47:54 T:2722462576 M:705564672 DEBUG: CDVDPlayerAudio:: Discontinuity - was:482767138.283181, should be:482757051.395475, error:-10086.887707
  1292. 19:48:42 T:2722462576 M:704581632 DEBUG: CDVDPlayerAudio:: Discontinuity - was:531156695.153475, should be:531146656.161125, error:-10038.992350
  1293. 19:49:32 T:2722462576 M:704671744 DEBUG: CDVDPlayerAudio:: Discontinuity - was:580668408.587125, should be:580658158.877014, error:-10249.710112
  1294. 19:50:20 T:2722462576 M:704253952 DEBUG: CDVDPlayerAudio:: Discontinuity - was:629044501.787014, should be:629034286.363751, error:-10215.423263
  1295. 19:51:10 T:2722462576 M:704315392 DEBUG: CDVDPlayerAudio:: Discontinuity - was:678558818.125751, should be:678548601.684863, error:-10216.440887
  1296. 19:51:58 T:2722462576 M:703819776 DEBUG: CDVDPlayerAudio:: Discontinuity - was:726951465.054863, should be:726941356.880791, error:-10108.174072
  1297. 19:51:58 T:2730855280 M:703819776 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  1298. 19:52:20 T:2633956208 M:704430080 DEBUG: Received request to serve 'DeviceDescription.xml'
  1299. 19:52:47 T:2722462576 M:703365120 DEBUG: Previous line repeats 1 times.
  1300. 19:52:47 T:2722462576 M:703365120 DEBUG: CDVDPlayerAudio:: Discontinuity - was:775344253.660791, should be:775334105.961295, error:-10147.699495
  1301. 19:53:36 T:2722462576 M:704069632 DEBUG: CDVDPlayerAudio:: Discontinuity - was:824853603.456295, should be:824843345.735965, error:-10257.720331
  1302. 19:54:05 T:2722462576 M:703823872 DEBUG: CDVDPlayerAudio:: Discontinuity - was:853911561.290965, should be:853901259.806916, error:-10301.484048
  1303. 19:54:48 T:2722462576 M:703901696 DEBUG: CDVDPlayerAudio:: Discontinuity - was:896277226.407916, should be:896267003.328362, error:-10223.079554
  1304. 19:55:36 T:2722462576 M:703369216 DEBUG: CDVDPlayerAudio:: Discontinuity - was:945005434.979362, should be:944995431.496344, error:-10003.483018
  1305. 19:55:38 T:2730855280 M:703406080 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  1306. 19:55:43 T:3078227840 M:703098880 DEBUG: UDisks: DeviceChanged (/org/freedesktop/UDisks/devices/sda)
  1307. 19:55:43 T:3078227840 M:703098880 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method GetAll
  1308. 19:55:43 T:3078227840 M:703098880 DEBUG: UDisks: DeviceChanged - DeviceUDI /org/freedesktop/UDisks/devices/sda: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  1309. 19:56:24 T:2722462576 M:703627264 DEBUG: CDVDPlayerAudio:: Discontinuity - was:992654980.364344, should be:992644398.858769, error:-10581.505575
  1310. 19:57:15 T:2722462576 M:702738432 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1043484859.639769, should be:1043474351.676415, error:-10507.963355
  1311. 19:58:06 T:2722462576 M:703164416 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1094315182.074414, should be:1094304978.509055, error:-10203.565360
  1312. 19:58:45 T:2722462576 M:702468096 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1313. 19:58:45 T:2722462576 M:702468096 ERROR: AddPackets - failed to add leftover bytes to render
  1314. 19:58:45 T:2722462576 M:702468096 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1133961081.242055, should be:1132968000.000000, error:-993081.242055
  1315. 19:58:46 T:2722462576 M:702472192 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1316. 19:58:46 T:2722462576 M:702472192 ERROR: AddPackets - More bytes left than can be stored in buffer
  1317. 19:58:46 T:2722462576 M:702472192 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1133994097.278000, should be:1132972027.529000, error:-1022069.749000
  1318. 19:58:47 T:2722462576 M:702472192 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1319. 19:58:47 T:2722462576 M:702472192 ERROR: AddPackets - failed to add leftover bytes to render
  1320. 19:58:47 T:2722462576 M:702472192 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1133994549.119000, should be:1133016000.000000, error:-978549.119000
  1321. 19:58:48 T:2722462576 M:702472192 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1322. 19:58:48 T:2722462576 M:702472192 ERROR: AddPackets - More bytes left than can be stored in buffer
  1323. 19:58:48 T:2722462576 M:702472192 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134042633.455000, should be:1133020028.696000, error:-1022604.759000
  1324. 19:58:49 T:2722462576 M:702472192 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1325. 19:58:49 T:2722462576 M:702472192 ERROR: AddPackets - failed to add leftover bytes to render
  1326. 19:58:49 T:2722462576 M:702472192 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134042215.752000, should be:1133064000.000000, error:-978215.752000
  1327. 19:58:50 T:2722462576 M:702472192 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1328. 19:58:50 T:2722462576 M:702472192 ERROR: AddPackets - More bytes left than can be stored in buffer
  1329. 19:58:50 T:2722462576 M:702472192 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134091998.138000, should be:1133068029.736000, error:-1023968.402000
  1330. 19:58:52 T:2722462576 M:702480384 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1331. 19:58:52 T:2722462576 M:702480384 ERROR: AddPackets - failed to add leftover bytes to render
  1332. 19:58:52 T:2722462576 M:702480384 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134090011.905000, should be:1133112000.000000, error:-978011.905000
  1333. 19:58:53 T:2722462576 M:702480384 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1334. 19:58:53 T:2722462576 M:702480384 ERROR: AddPackets - More bytes left than can be stored in buffer
  1335. 19:58:53 T:2722462576 M:702480384 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134138215.233000, should be:1133116021.040000, error:-1022194.193000
  1336. 19:58:54 T:2722462576 M:702480384 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1337. 19:58:54 T:2722462576 M:702480384 ERROR: AddPackets - failed to add leftover bytes to render
  1338. 19:58:54 T:2722462576 M:702480384 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134138076.988000, should be:1133160000.000000, error:-978076.988000
  1339. 19:58:55 T:2722462576 M:702480384 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1340. 19:58:55 T:2722462576 M:702480384 ERROR: AddPackets - More bytes left than can be stored in buffer
  1341. 19:58:55 T:2722462576 M:702480384 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134185586.680000, should be:1133164021.460000, error:-1021565.220000
  1342. 19:58:56 T:2722462576 M:702480384 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1343. 19:58:56 T:2722462576 M:702480384 ERROR: AddPackets - failed to add leftover bytes to render
  1344. 19:58:56 T:2722462576 M:702480384 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134186493.762000, should be:1133208000.000000, error:-978493.762000
  1345. 19:58:57 T:2722462576 M:702488576 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1346. 19:58:57 T:2722462576 M:702488576 ERROR: AddPackets - More bytes left than can be stored in buffer
  1347. 19:58:57 T:2722462576 M:702488576 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134234369.699000, should be:1133212020.492000, error:-1022349.207000
  1348. 19:58:58 T:2722462576 M:702488576 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1349. 19:58:58 T:2722462576 M:702488576 ERROR: AddPackets - failed to add leftover bytes to render
  1350. 19:58:58 T:2722462576 M:702488576 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134234189.314000, should be:1133256000.000000, error:-978189.314000
  1351. 19:58:59 T:2722462576 M:702492672 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1352. 19:58:59 T:2722462576 M:702492672 ERROR: AddPackets - More bytes left than can be stored in buffer
  1353. 19:58:59 T:2722462576 M:702492672 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134281535.351000, should be:1133260019.337000, error:-1021516.014000
  1354. 19:59:00 T:2722462576 M:702394368 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134152874.625000, should be:1133304000.000000, error:-848874.625000
  1355. 19:59:00 T:2722462576 M:702394368 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1133309686.946000, should be:1133424000.000000, error:114313.054000
  1356. 19:59:01 T:2722462576 M:702410752 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1134426955.549000, should be:1134463745.943587, error:36790.394587
  1357. 19:59:02 T:2722462576 M:702328832 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1135522519.454587, should be:1135533697.594133, error:11178.139546
  1358. 19:59:06 T:2722462576 M:702373888 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1139797972.578133, should be:1139786405.290704, error:-11567.287429
  1359. 19:59:10 T:2722462576 M:702459904 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1144144723.020704, should be:1144130522.736244, error:-14200.284459
  1360. 19:59:11 T:2722462576 M:702459904 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1145150368.463244, should be:1145137831.949822, error:-12536.513423
  1361. 19:59:16 T:2722462576 M:702664704 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1149650731.956822, should be:1149514542.267426, error:-136189.689396
  1362. 19:59:16 T:2722462576 M:702631936 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1149849618.551425, should be:1149707508.768756, error:-142109.782669
  1363. 19:59:16 T:2722462576 M:702631936 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1149877577.576756, should be:1149744000.000000, error:-133577.576756
  1364. 19:59:17 T:2722462576 M:702631936 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1150744570.547000, should be:1150755548.873033, error:10978.326033
  1365. 19:59:19 T:2722462576 M:702402560 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1152766607.076033, should be:1152792794.693338, error:26187.617305
  1366. 20:00:07 T:2722462576 M:702287872 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1199980415.858338, should be:1199970137.180669, error:-10278.677669
  1367. 20:00:55 T:2722462576 M:703291392 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1247989655.446669, should be:1247979649.485748, error:-10005.960921
  1368. 20:01:11 T:3049376624 M:702824448 DEBUG: Received request to serve 'DeviceDescription.xml'
  1369. 20:01:44 T:2722462576 M:703397888 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1297337789.579748, should be:1297327582.504200, error:-10207.075548
  1370. 20:02:33 T:2722462576 M:702398464 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1346330257.561200, should be:1346320051.488940, error:-10206.072260
  1371. 20:03:23 T:2722462576 M:702857216 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1396193699.438940, should be:1396183523.596172, error:-10175.842768
  1372. 20:03:27 T:2722462576 M:702828544 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1373. 20:03:27 T:2722462576 M:702828544 ERROR: AddPackets - failed to add leftover bytes to render
  1374. 20:03:27 T:2722462576 M:702828544 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1399969730.372172, should be:1398984000.000000, error:-985730.372172
  1375. 20:03:28 T:2722462576 M:702828544 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1376. 20:03:28 T:2722462576 M:702828544 ERROR: AddPackets - More bytes left than can be stored in buffer
  1377. 20:03:28 T:2722462576 M:702828544 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1400010410.509000, should be:1398988028.858000, error:-1022381.651000
  1378. 20:03:29 T:2722462576 M:702828544 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1379. 20:03:29 T:2722462576 M:702828544 ERROR: AddPackets - failed to add leftover bytes to render
  1380. 20:03:29 T:2722462576 M:702828544 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1400009921.339000, should be:1399032000.000000, error:-977921.339000
  1381. 20:03:30 T:2722462576 M:702840832 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1382. 20:03:30 T:2722462576 M:702840832 ERROR: AddPackets - More bytes left than can be stored in buffer
  1383. 20:03:30 T:2722462576 M:702840832 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1400058238.252000, should be:1399036028.907000, error:-1022209.345000
  1384. 20:03:31 T:2722462576 M:702840832 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1385. 20:03:31 T:2722462576 M:702840832 ERROR: AddPackets - failed to add leftover bytes to render
  1386. 20:03:31 T:2722462576 M:702840832 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1400058086.073000, should be:1399080000.000000, error:-978086.073000
  1387. 20:03:32 T:2722462576 M:702840832 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1388. 20:03:32 T:2722462576 M:702840832 ERROR: AddPackets - More bytes left than can be stored in buffer
  1389. 20:03:32 T:2722462576 M:702840832 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1400106266.782000, should be:1399084028.852000, error:-1022237.930000
  1390. 20:03:33 T:2722462576 M:702840832 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1391. 20:03:33 T:2722462576 M:702840832 ERROR: AddPackets - failed to add leftover bytes to render
  1392. 20:03:33 T:2722462576 M:702840832 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1400106255.095000, should be:1399128000.000000, error:-978255.095000
  1393. 20:03:34 T:2722462576 M:702840832 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1394. 20:03:34 T:2722462576 M:702840832 ERROR: AddPackets - More bytes left than can be stored in buffer
  1395. 20:03:34 T:2722462576 M:702840832 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1400155889.882000, should be:1399132029.316000, error:-1023860.566000
  1396. 20:03:35 T:2722462576 M:702849024 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1397. 20:03:35 T:2722462576 M:702849024 ERROR: AddPackets - failed to add leftover bytes to render
  1398. 20:03:35 T:2722462576 M:702849024 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1400154932.094000, should be:1399176000.000000, error:-978932.094000
  1399. 20:03:36 T:3078227840 M:702849024 DEBUG: SDLKeyboard: scancode: 172, sym: 0, unicode: 0, modifier: 0
  1400. 20:03:36 T:3078227840 M:702849024 DEBUG: OnKey: 61619 pressed, action is Pause
  1401. 20:03:36 T:3078227840 M:702849024 DEBUG: CAnnouncementManager - Announcement: PlaybackPaused from xbmc
  1402. 20:03:36 T:3078227840 M:702849024 DEBUG: CGUIAudioManager::Initialize
  1403. 20:03:36 T:2722462576 M:702849024 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1404. 20:03:36 T:2722462576 M:702849024 ERROR: AddPackets - More bytes left than can be stored in buffer
  1405. 20:03:36 T:2722462576 M:702849024 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1400104119.819000, should be:1399180026.471000, error:-924093.348000
  1406. 20:03:37 T:2730855280 M:702849024 WARNING: CRenderManager::FlipPage - timeout waiting for flip to complete
  1407. 20:04:00 T:3078227840 M:702287872 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1408. 20:04:00 T:2864679792 M:702287872 DEBUG: thread start, auto delete: 1
  1409. 20:04:00 T:2864679792 M:702287872 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4//clearart.png
  1410. 20:04:09 T:3078227840 M:702414848 DEBUG: SDLKeyboard: scancode: 172, sym: 0, unicode: 0, modifier: 0
  1411. 20:04:09 T:3078227840 M:702414848 DEBUG: OnKey: 61619 pressed, action is Pause
  1412. 20:04:09 T:3078227840 M:702287872 DEBUG: CAnnouncementManager - Announcement: PlaybackResumed from xbmc
  1413. 20:04:09 T:3078227840 M:702287872 DEBUG: CGUIAudioManager::DeInitialize
  1414. 20:04:09 T:2722462576 M:702287872 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1399207016.336000, should be:1399224000.000000, error:16983.664000
  1415. 20:04:09 T:2722462576 M:702111744 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1399229590.916000, should be:1399344000.000000, error:114409.084000
  1416. 20:04:10 T:3078227840 M:701898752 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1417. 20:04:11 T:2722462576 M:701681664 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1400414452.108000, should be:1400470947.325971, error:56495.217971
  1418. 20:04:12 T:2722462576 M:702083072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1401564841.343971, should be:1401456000.000000, error:-108841.343971
  1419. 20:04:12 T:2722462576 M:702083072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1401460709.465000, should be:1401576000.000000, error:115290.535000
  1420. 20:04:12 T:2722462576 M:702083072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1401730296.273000, should be:1401610016.577000, error:-120279.696000
  1421. 20:04:12 T:2722462576 M:702083072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1401619472.613000, should be:1401720000.000000, error:100527.387000
  1422. 20:04:13 T:2722462576 M:701734912 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1402831725.889000, should be:1402813043.916279, error:-18681.972721
  1423. 20:04:20 T:2722462576 M:702959616 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1409644725.272279, should be:1409544000.000000, error:-100725.272279
  1424. 20:04:20 T:2722462576 M:702959616 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1409695504.985000, should be:1409587200.131751, error:-108304.853249
  1425. 20:04:20 T:2722462576 M:702926848 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1409906408.989751, should be:1409745025.690347, error:-161383.299404
  1426. 20:04:21 T:2722462576 M:703262720 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1410825104.439347, should be:1410808239.721780, error:-16864.717567
  1427. 20:04:30 T:2864679792 M:703021056 DEBUG: Thread 2864679792 terminating (autodelete)
  1428. 20:04:58 T:2722462576 M:702771200 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1447304219.843780, should be:1447293130.848647, error:-11088.995133
  1429. 20:05:49 T:2722462576 M:702185472 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1430. 20:05:49 T:2722462576 M:702185472 ERROR: AddPackets - failed to add leftover bytes to render
  1431. 20:05:49 T:2722462576 M:702185472 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498713967.938647, should be:1497720000.000000, error:-993967.938647
  1432. 20:05:50 T:2722462576 M:702185472 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1433. 20:05:50 T:2722462576 M:702185472 ERROR: AddPackets - More bytes left than can be stored in buffer
  1434. 20:05:50 T:2722462576 M:702185472 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498745778.431000, should be:1497724019.457000, error:-1021758.974000
  1435. 20:05:51 T:2722462576 M:702185472 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1436. 20:05:51 T:2722462576 M:702185472 ERROR: AddPackets - failed to add leftover bytes to render
  1437. 20:05:51 T:2722462576 M:702185472 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498746449.962000, should be:1497768000.000000, error:-978449.962000
  1438. 20:05:52 T:2722462576 M:702185472 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1439. 20:05:52 T:2722462576 M:702185472 ERROR: AddPackets - More bytes left than can be stored in buffer
  1440. 20:05:52 T:2722462576 M:702185472 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498794481.457000, should be:1497772031.102000, error:-1022450.355000
  1441. 20:05:53 T:2722462576 M:702185472 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1442. 20:05:53 T:2722462576 M:702185472 ERROR: AddPackets - failed to add leftover bytes to render
  1443. 20:05:53 T:2722462576 M:702185472 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498794692.485000, should be:1497816000.000000, error:-978692.485000
  1444. 20:05:54 T:2722462576 M:702185472 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1445. 20:05:54 T:2722462576 M:702185472 ERROR: AddPackets - More bytes left than can be stored in buffer
  1446. 20:05:54 T:2722462576 M:702185472 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498845062.483000, should be:1497820030.705000, error:-1025031.778000
  1447. 20:05:55 T:2722462576 M:702193664 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1448. 20:05:55 T:2722462576 M:702193664 ERROR: AddPackets - failed to add leftover bytes to render
  1449. 20:05:55 T:2722462576 M:702193664 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498842846.020000, should be:1497864000.000000, error:-978846.020000
  1450. 20:05:56 T:2722462576 M:702197760 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1451. 20:05:56 T:2722462576 M:702197760 ERROR: AddPackets - More bytes left than can be stored in buffer
  1452. 20:05:56 T:2722462576 M:702197760 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498889467.073000, should be:1497868019.698000, error:-1021447.375000
  1453. 20:05:57 T:2722462576 M:702197760 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1454. 20:05:57 T:2722462576 M:702197760 ERROR: AddPackets - failed to add leftover bytes to render
  1455. 20:05:57 T:2722462576 M:702197760 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498889687.811000, should be:1497912000.000000, error:-977687.811000
  1456. 20:05:58 T:2722462576 M:702197760 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1457. 20:05:58 T:2722462576 M:702197760 ERROR: AddPackets - More bytes left than can be stored in buffer
  1458. 20:05:58 T:2722462576 M:702197760 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498938430.725000, should be:1497916024.552000, error:-1022406.173000
  1459. 20:05:58 T:2722462576 M:701972480 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1497937011.467000, should be:1498056000.000000, error:118988.533000
  1460. 20:05:58 T:2722462576 M:701972480 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498060586.140000, should be:1498166025.592000, error:105439.452000
  1461. 20:05:59 T:2722462576 M:702087168 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498308965.675000, should be:1498186025.791000, error:-122939.884000
  1462. 20:05:59 T:2722462576 M:702087168 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498194233.783000, should be:1498296000.000000, error:101766.217000
  1463. 20:05:59 T:2722462576 M:702038016 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498887477.105000, should be:1498786027.084000, error:-101450.021000
  1464. 20:05:59 T:2722462576 M:702038016 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498793355.173000, should be:1498916194.887666, error:122839.714666
  1465. 20:05:59 T:2722462576 M:702103552 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499060396.441666, should be:1498944000.000000, error:-116396.441666
  1466. 20:05:59 T:2722462576 M:702103552 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1498949075.920000, should be:1499056026.747000, error:106950.827000
  1467. 20:05:59 T:2722462576 M:702070784 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499199872.639000, should be:1499080020.558000, error:-119852.081000
  1468. 20:05:59 T:2722462576 M:702070784 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499086336.189000, should be:1499208000.000000, error:121663.811000
  1469. 20:06:00 T:2722462576 M:701898752 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499351477.528000, should be:1499242029.538000, error:-109447.990000
  1470. 20:06:00 T:2722462576 M:701898752 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499247588.022000, should be:1499350029.863000, error:102441.841000
  1471. 20:06:00 T:2722462576 M:702205952 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499494964.627000, should be:1499376000.000000, error:-118964.627000
  1472. 20:06:00 T:2722462576 M:702205952 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499382973.796000, should be:1499496000.000000, error:113026.204000
  1473. 20:06:00 T:2722462576 M:702197760 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499638963.022000, should be:1499536029.833000, error:-102933.189000
  1474. 20:06:00 T:2722462576 M:702197760 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499541098.793000, should be:1499650016.396000, error:108917.603000
  1475. 20:06:00 T:2722462576 M:702197760 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499794673.676000, should be:1499674029.502000, error:-120644.174000
  1476. 20:06:00 T:2722462576 M:702152704 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1499681082.220000, should be:1499784000.000000, error:102917.780000
  1477. 20:06:01 T:2722462576 M:702054400 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1500827539.312000, should be:1500796966.506225, error:-30572.805775
  1478. 20:06:09 T:2722462576 M:702083072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1508451132.180225, should be:1508340147.291245, error:-110984.888981
  1479. 20:06:09 T:2722462576 M:702132224 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1508489077.855244, should be:1508376000.000000, error:-113077.855244
  1480. 20:06:09 T:2722462576 M:702054400 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1508676322.743000, should be:1508520000.000000, error:-156322.743000
  1481. 20:06:20 T:2722462576 M:702189568 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1519024257.166000, should be:1519013613.595209, error:-10643.570791
  1482. 20:06:30 T:2722462576 M:702169088 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1483. 20:06:30 T:2722462576 M:702169088 ERROR: AddPackets - failed to add leftover bytes to render
  1484. 20:06:30 T:2722462576 M:702169088 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1528893219.089209, should be:1527912000.000000, error:-981219.089209
  1485. 20:06:30 T:2722462576 M:701595648 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1527925891.511000, should be:1528032000.000000, error:106108.489000
  1486. 20:06:30 T:2722462576 M:701620224 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1528037514.415000, should be:1528152000.000000, error:114485.585000
  1487. 20:06:30 T:2722462576 M:701607936 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1528516028.843000, should be:1528412019.752000, error:-104009.091000
  1488. 20:06:30 T:2722462576 M:701607936 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1528417297.938000, should be:1528528319.081666, error:111021.143666
  1489. 20:06:30 T:2722462576 M:701521920 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1528668177.999666, should be:1528560000.000000, error:-108177.999666
  1490. 20:06:30 T:2722462576 M:701702144 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1528564859.879000, should be:1528668391.385666, error:103531.506666
  1491. 20:06:30 T:2722462576 M:701702144 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1528943350.190666, should be:1528824000.000000, error:-119350.190666
  1492. 20:06:30 T:2722462576 M:701702144 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1528828749.997000, should be:1528944000.000000, error:115250.003000
  1493. 20:06:31 T:2722462576 M:701767680 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1529215128.822000, should be:1529088000.000000, error:-127128.822000
  1494. 20:06:31 T:2722462576 M:701476864 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1529368005.497000, should be:1529232000.000000, error:-136005.497000
  1495. 20:06:31 T:2722462576 M:701607936 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1529511548.067000, should be:1529376000.000000, error:-135548.067000
  1496. 20:06:32 T:2722462576 M:701603840 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1529658881.002000, should be:1529520000.000000, error:-138881.002000
  1497. 20:06:32 T:2722462576 M:701603840 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1529797664.884000, should be:1529664790.360735, error:-132874.523265
  1498. 20:06:33 T:2722462576 M:701542400 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1530505366.180735, should be:1530398336.011728, error:-107030.169007
  1499. 20:06:33 T:2722462576 M:701620224 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1530958640.387728, should be:1530836447.846168, error:-122192.541560
  1500. 20:06:33 T:2722462576 M:701607936 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1531117250.710168, should be:1531263566.705545, error:146315.995378
  1501. 20:06:34 T:2722462576 M:701521920 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1531402192.183545, should be:1531515372.629773, error:113180.446228
  1502. 20:06:35 T:2722462576 M:701591552 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1532618384.599773, should be:1532578186.429626, error:-40198.170147
  1503. 20:06:35 T:2722462576 M:701657088 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1532719034.713626, should be:1532827498.123176, error:108463.409550
  1504. 20:06:35 T:2722462576 M:701657088 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1532967287.198176, should be:1533082469.568527, error:115182.370351
  1505. 20:06:36 T:2722462576 M:701591552 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1534162952.255527, should be:1534184442.161036, error:21489.905510
  1506. 20:06:39 T:2730855280 M:701349888 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  1507. 20:06:54 T:2722462576 M:701407232 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1551629977.647037, should be:1551619765.304478, error:-10212.342559
  1508. 20:07:41 T:2722462576 M:701292544 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1598575279.432478, should be:1598328000.000000, error:-247279.432478
  1509. 20:07:41 T:2722462576 M:701292544 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1598332793.461000, should be:1598448000.000000, error:115206.539000
  1510. 20:07:41 T:2722462576 M:701292544 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1598452655.471000, should be:1598557983.739334, error:105328.268334
  1511. 20:07:41 T:2722462576 M:701485056 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1598841322.241334, should be:1598736000.000000, error:-105322.241334
  1512. 20:07:41 T:2722462576 M:701501440 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1599089857.746000, should be:1598976000.000000, error:-113857.746000
  1513. 20:07:42 T:2722462576 M:701681664 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1599362944.199000, should be:1599203337.109368, error:-159607.089632
  1514. 20:07:42 T:2722462576 M:701521920 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1599584968.066368, should be:1599482469.546577, error:-102498.519790
  1515. 20:07:43 T:2722462576 M:701243392 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1600523297.857578, should be:1600462186.875350, error:-61110.982227
  1516. 20:07:44 T:2722462576 M:701534208 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1601483115.459350, should be:1601422534.020056, error:-60581.439294
  1517. 20:07:45 T:2722462576 M:701779968 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1602532988.686056, should be:1602550667.131826, error:17678.445770
  1518. 20:07:46 T:2722462576 M:701857792 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1603660680.498826, should be:1603689505.054273, error:28824.555447
  1519. 20:07:47 T:2722462576 M:701349888 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1604734952.142273, should be:1604796147.174278, error:61195.032005
  1520. 20:07:48 T:2722462576 M:701792256 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1605902045.417278, should be:1605938533.822162, error:36488.404884
  1521. 20:07:51 T:2730855280 M:701415424 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  1522. 20:08:26 T:2864679792 M:702611456 DEBUG: Received request to serve 'DeviceDescription.xml'
  1523. 20:08:43 T:2722462576 M:701157376 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1660480426.191162, should be:1660470206.485939, error:-10219.705223
  1524. 20:09:01 T:2722462576 M:700186624 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1678897234.602939, should be:1678919571.043120, error:22336.440181
  1525. 20:09:03 T:2722462576 M:700411904 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1680980724.081120, should be:1680954061.969503, error:-26662.111618
  1526. 20:09:04 T:2730855280 M:699846656 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  1527. 20:09:54 T:2722462576 M:701353984 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1731125178.957503, should be:1731115025.028959, error:-10153.928544
  1528. 20:10:01 T:3049376624 M:700579840 DEBUG: Received request to serve 'DeviceDescription.xml'
  1529. 20:10:42 T:2722462576 M:701116416 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1779133781.589959, should be:1779123689.977896, error:-10091.612064
  1530. 20:10:55 T:2722462576 M:702083072 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1531. 20:10:55 T:2722462576 M:702083072 ERROR: AddPackets - failed to add leftover bytes to render
  1532. 20:10:55 T:2722462576 M:702083072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1792083986.277896, should be:1791096000.000000, error:-987986.277896
  1533. 20:10:56 T:2722462576 M:702083072 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1534. 20:10:56 T:2722462576 M:702083072 ERROR: AddPackets - More bytes left than can be stored in buffer
  1535. 20:10:56 T:2722462576 M:702083072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1792122173.521000, should be:1791100019.848000, error:-1022153.673000
  1536. 20:10:57 T:2722462576 M:702083072 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1537. 20:10:57 T:2722462576 M:702083072 ERROR: AddPackets - failed to add leftover bytes to render
  1538. 20:10:57 T:2722462576 M:702083072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1792122301.935000, should be:1791144000.000000, error:-978301.935000
  1539. 20:10:58 T:2722462576 M:702087168 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1540. 20:10:58 T:2722462576 M:702087168 ERROR: AddPackets - More bytes left than can be stored in buffer
  1541. 20:10:58 T:2722462576 M:702087168 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1792170407.165000, should be:1791148018.242000, error:-1022388.923000
  1542. 20:10:59 T:2722462576 M:702087168 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  1543. 20:10:59 T:2722462576 M:702087168 ERROR: AddPackets - failed to add leftover bytes to render
  1544. 20:10:59 T:2722462576 M:702087168 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1792170020.656000, should be:1791192000.000000, error:-978020.656000
  1545. 20:11:00 T:2722462576 M:701571072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1792117029.155000, should be:1791216000.000000, error:-901029.155000
  1546. 20:11:00 T:2722462576 M:701571072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1791221297.114000, should be:1791336000.000000, error:114702.886000
  1547. 20:11:00 T:2722462576 M:701571072 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1791341124.204000, should be:1791442028.077000, error:100903.873000
  1548. 20:11:01 T:2722462576 M:701648896 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1792500745.705000, should be:1792463622.720633, error:-37122.984366
  1549. 20:11:05 T:2722462576 M:701902848 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1796606474.712633, should be:1796430386.929305, error:-176087.783328
  1550. 20:11:05 T:2722462576 M:701902848 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1796671399.132305, should be:1796551317.019836, error:-120082.112469
  1551. 20:11:05 T:2722462576 M:701886464 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1796790212.799836, should be:1796683704.650471, error:-106508.149365
  1552. 20:11:09 T:3078227840 M:702038016 DEBUG: SDLKeyboard: scancode: 172, sym: 0, unicode: 0, modifier: 0
  1553. 20:11:09 T:3078227840 M:702038016 DEBUG: OnKey: 61619 pressed, action is Pause
  1554. 20:11:09 T:3078227840 M:702038016 DEBUG: CAnnouncementManager - Announcement: PlaybackPaused from xbmc
  1555. 20:11:09 T:3078227840 M:702038016 DEBUG: CGUIAudioManager::Initialize
  1556. 20:11:09 T:3078227840 M:701775872 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1557. 20:11:09 T:2864679792 M:701640704 DEBUG: thread start, auto delete: 1
  1558. 20:11:09 T:2864679792 M:701640704 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4//clearart.png
  1559. 20:11:09 T:2722462576 M:701640704 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1800176735.111471, should be:1800280109.157005, error:103374.045534
  1560. 20:11:11 T:3078227840 M:701689856 DEBUG: SDLKeyboard: scancode: 9, sym: 27, unicode: 27, modifier: 0
  1561. 20:11:11 T:3078227840 M:701689856 DEBUG: OnKey: 61467 pressed, action is Fullscreen
  1562. 20:11:11 T:3078227840 M:701689856 DEBUG: Switching to GUI
  1563. 20:11:11 T:3078227840 M:701689856 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1564. 20:11:11 T:3078227840 M:701689856 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  1565. 20:11:11 T:3078227840 M:701689856 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12b
  1566. 20:11:12 T:3078227840 M:699695104 ERROR: GLX: Same window as before, refreshing context
  1567. 20:11:12 T:3078227840 M:699695104 INFO: GL: Maximum texture width: 8192
  1568. 20:11:12 T:3078227840 M:698961920 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1569. 20:11:12 T:3078227840 M:698961920 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  1570. 20:11:12 T:3078227840 M:698961920 INFO: Loading skin file: MyVideoNav.xml
  1571. 20:11:12 T:3078227840 M:698191872 WARNING: Trying to add unsupported control type 3
  1572. 20:11:12 T:3078227840 M:693411840 WARNING: Previous line repeats 3 times.
  1573. 20:11:12 T:3078227840 M:693411840 DEBUG: CGUIMediaWindow::GetDirectory (videodb://2/2/5/4/)
  1574. 20:11:12 T:3078227840 M:693411840 DEBUG: ParentPath = [videodb://2/2/5/4/]
  1575. 20:11:12 T:3078227840 M:693411840 DEBUG: GetStackedTvShowList query: select idShow from tvshow where c00 like (select c00 from tvshow where idShow=5) order by idShow
  1576. 20:11:12 T:3078227840 M:693411840 DEBUG: GetEpisodesByWhere query: select * from episodeview where idShow = 5 and (c12=4 or (c12=0 and (c15=0 or c15=4)))
  1577. 20:11:12 T:3078227840 M:693411840 DEBUG: Time for actual SQL query = 2
  1578. 20:11:12 T:3078227840 M:693411840 DEBUG: Time to retrieve episodes from dataset = 8
  1579. 20:11:12 T:3078227840 M:693411840 DEBUG: WindowVideoNav::GetDirectory
  1580. 20:11:12 T:3078227840 M:693411840 DEBUG: Saving fileitems [videodb://2/2/5/4/]
  1581. 20:11:12 T:3078227840 M:693284864 DEBUG: -- items: 7, sort method: 22, ascending: true
  1582. 20:11:12 T:3078227840 M:693284864 WARNING: GetLabel - Unknown nodetype requested 12
  1583. 20:11:12 T:2801269616 M:693207040 DEBUG: thread start, auto delete: 0
  1584. 20:11:13 T:3078227840 M:693207040 DEBUG: Now in GUI
  1585. 20:11:13 T:2864679792 M:693211136 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4/fanart.jpg
  1586. 20:11:13 T:2801269616 M:681447424 DEBUG: Thread 2801269616 terminating
  1587. 20:11:13 T:3078227840 M:681525248 DEBUG: ExecuteXBMCAction : Translating SetFocus(50)
  1588. 20:11:13 T:3078227840 M:681525248 DEBUG: ExecuteXBMCAction : To SetFocus(50)
  1589. 20:11:13 T:3078227840 M:681525248 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1590. 20:11:13 T:2864679792 M:681472000 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4/cdart.png
  1591. 20:11:15 T:3078227840 M:681418752 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1592. 20:11:15 T:3078227840 M:681418752 DEBUG: OnKey: 61448 pressed, action is ParentDir
  1593. 20:11:15 T:3078227840 M:681418752 DEBUG: CGUIMediaWindow::GetDirectory (videodb://2/2/5/)
  1594. 20:11:15 T:3078227840 M:681418752 DEBUG: ParentPath = [videodb://2/2/]
  1595. 20:11:15 T:2864679792 M:681418752 DEBUG: GetStackedTvShowList query: select idShow from tvshow where c00 like (select c00 from tvshow where idShow=5) order by idShow
  1596. 20:11:15 T:2864679792 M:681418752 DEBUG: GetSeasonsNav query: select episode.c12,path.strPath,tvshow.c00,tvshow.c08,tvshow.c14,tvshow.c13,count(1),count(files.playCount) from episode join tvshowlinkepisode on tvshowlinkepisode.idEpisode=episode.idEpisode join tvshow on tvshow.idShow=tvshowlinkepisode.idShow join files on files.idFile=episode.idFile join tvshowlinkpath on tvshowlinkpath.idShow = tvshow.idShow join path on path.idPath = tvshowlinkpath.idPath where tvshow.idShow = 5 group by episode.c12
  1597. 20:11:15 T:2864679792 M:681418752 DEBUG: GetMoviesByWhere query: select * from movieview join movielinktvshow on movielinktvshow.idMovie=movieview.idMovie where movielinktvshow.idShow = 5
  1598. 20:11:15 T:3078227840 M:681418752 DEBUG: WindowVideoNav::GetDirectory
  1599. 20:11:15 T:3078227840 M:681418752 DEBUG: Saving fileitems [videodb://2/2/5/]
  1600. 20:11:15 T:3078227840 M:681418752 DEBUG: -- items: 2, sort method: 23, ascending: true
  1601. 20:11:15 T:3078227840 M:681418752 WARNING: GetLabel - Unknown nodetype requested 11
  1602. 20:11:15 T:2801269616 M:681418752 DEBUG: thread start, auto delete: 0
  1603. 20:11:15 T:2864679792 M:681418752 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4/fanart.jpg
  1604. 20:11:15 T:2801269616 M:681418752 DEBUG: Thread 2801269616 terminating
  1605. 20:11:16 T:3078227840 M:681594880 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1606. 20:11:16 T:3078227840 M:681594880 DEBUG: OnKey: 61448 pressed, action is ParentDir
  1607. 20:11:16 T:3078227840 M:681594880 DEBUG: CGUIMediaWindow::GetDirectory (videodb://2/2/)
  1608. 20:11:16 T:3078227840 M:681594880 DEBUG: ParentPath = [videodb://2/]
  1609. 20:11:16 T:2864679792 M:681594880 DEBUG: GetTvShowsByWhere query: SELECT tvshow.*,path.strPath AS strPath,counts.totalcount AS totalCount,counts.watchedcount AS watchedCount,counts.totalcount=counts.watchedcount AS watched FROM tvshow JOIN tvshowlinkpath ON tvshow.idShow=tvshowlinkpath.idShow JOIN path ON path.idpath=tvshowlinkpath.idPath LEFT OUTER join ( SELECT tvshow.idShow AS idShow,count(1) AS totalcount,count(files.playCount) AS watchedcount FROM tvshow JOIN tvshowlinkepisode ON tvshow.idShow=tvshowlinkepisode.idShow JOIN episode ON episode.idEpisode=tvshowlinkepisode.idEpisode JOIN files ON files.idFile=episode.idFile GROUP BY tvshow.idShow) counts ON tvshow.idShow=counts.idShow
  1610. 20:11:16 T:2864679792 M:681594880 DEBUG: Time for actual SQL query = 9
  1611. 20:11:16 T:2864679792 M:681594880 DEBUG: Time to retrieve tvshows from dataset = 11
  1612. 20:11:16 T:3078227840 M:681594880 DEBUG: Saving fileitems [videodb://2/2/]
  1613. 20:11:16 T:3078227840 M:681693184 DEBUG: -- items: 31, sort method: 25, ascending: true
  1614. 20:11:16 T:2801269616 M:681693184 DEBUG: thread start, auto delete: 0
  1615. 20:11:16 T:2864679792 M:675430400 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/poster.jpg
  1616. 20:11:16 T:2801269616 M:675430400 DEBUG: Thread 2801269616 terminating
  1617. 20:11:17 T:3078227840 M:674340864 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1618. 20:11:17 T:3078227840 M:674340864 DEBUG: OnKey: 61448 pressed, action is ParentDir
  1619. 20:11:17 T:3078227840 M:674340864 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1620. 20:11:17 T:3078227840 M:674340864 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  1621. 20:11:18 T:3078227840 M:674340864 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1622. 20:11:18 T:3078227840 M:674340864 DEBUG: ------ Window Init (Home.xml) ------
  1623. 20:11:18 T:3078227840 M:674340864 INFO: Loading skin file: Home.xml
  1624. 20:11:18 T:2864679792 M:674340864 INFO: WEATHER: Downloading weather
  1625. 20:11:18 T:2864679792 M:674213888 DEBUG: Loading: libcurl-gnutls.so.4
  1626. 20:11:18 T:2864679792 M:674213888 DEBUG: FileCurl::Open(0xaabf7038) http://xoap.weather.com/weather/local/UKXX0117?cc=*&unit=m&dayf=4&prod=xoap&link=xoap&par=1004124588&key=079f24145f208494
  1627. 20:11:18 T:2864679792 M:674213888 INFO: easy_aquire - Created session to http://xoap.weather.com
  1628. 20:11:18 T:3078227840 M:674340864 DEBUG: ------ Window Init (VideoOverlay.xml) ------
  1629. 20:11:18 T:3078227840 M:674340864 INFO: Loading skin file: VideoOverlay.xml
  1630. 20:11:18 T:2692676464 M:674340864 DEBUG: thread start, auto delete: 1
  1631. 20:11:18 T:3078227840 M:677904384 DEBUG: ExecuteXBMCAction : Translating SetFocus(9000)
  1632. 20:11:18 T:3078227840 M:677789696 DEBUG: ExecuteXBMCAction : To SetFocus(9000)
  1633. 20:11:18 T:2692676464 M:681889792 DEBUG: DoWork - took 503 ms to load special://skin/backgrounds/tvshows.jpg
  1634. 20:11:19 T:3078227840 M:681775104 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  1635. 20:11:19 T:3078227840 M:681775104 DEBUG: OnKey: 61479 pressed, action is Right
  1636. 20:11:19 T:3078227840 M:681771008 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  1637. 20:11:19 T:3078227840 M:681771008 DEBUG: OnKey: 61479 pressed, action is Right
  1638. 20:11:21 T:3078227840 M:670158848 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1639. 20:11:21 T:3078227840 M:670158848 DEBUG: OnKey: 61453 pressed, action is Select
  1640. 20:11:21 T:3078227840 M:670158848 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(Settings)
  1641. 20:11:21 T:3078227840 M:670158848 DEBUG: ExecuteXBMCAction : To ActivateWindow(Settings)
  1642. 20:11:21 T:3078227840 M:670158848 DEBUG: Activating window ID: 10004
  1643. 20:11:21 T:3078227840 M:670158848 DEBUG: Checking if window ID 10004 is locked.
  1644. 20:11:21 T:3078227840 M:670158848 DEBUG: ------ Window Deinit (Home.xml) ------
  1645. 20:11:21 T:3078227840 M:670158848 DEBUG: ------ Window Deinit (VideoOverlay.xml) ------
  1646. 20:11:21 T:3078227840 M:675491840 DEBUG: ------ Window Init (VideoOverlay.xml) ------
  1647. 20:11:21 T:3078227840 M:675491840 INFO: Loading skin file: VideoOverlay.xml
  1648. 20:11:22 T:2692676464 M:674435072 DEBUG: DoWork - took 2177 ms to load special://skin/backgrounds/system.jpg
  1649. 20:11:22 T:3078227840 M:674603008 DEBUG: ------ Window Init (Settings.xml) ------
  1650. 20:11:22 T:3078227840 M:674603008 INFO: Loading skin file: Settings.xml
  1651. 20:11:22 T:3078227840 M:674603008 DEBUG: ------ Window Deinit (VideoOverlay.xml) ------
  1652. 20:11:22 T:2692676464 M:642367488 DEBUG: DoWork - took 495 ms to load special://skin/backgrounds/settings.jpg
  1653. 20:11:22 T:2692676464 M:642306048 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4/cdart.png
  1654. 20:11:24 T:3078227840 M:642138112 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1655. 20:11:24 T:3078227840 M:642138112 DEBUG: OnKey: 61480 pressed, action is Down
  1656. 20:11:24 T:2692676464 M:638328832 DEBUG: DoWork - took 190 ms to load special://skin/backgrounds/music.jpg
  1657. 20:11:24 T:3078227840 M:638271488 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1658. 20:11:24 T:3078227840 M:638271488 DEBUG: OnKey: 61480 pressed, action is Down
  1659. 20:11:24 T:3078227840 M:637120512 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1660. 20:11:24 T:3078227840 M:636993536 DEBUG: OnKey: 61480 pressed, action is Down
  1661. 20:11:24 T:2817301360 M:636993536 DEBUG: thread start, auto delete: 1
  1662. 20:11:25 T:2692676464 M:627613696 DEBUG: DoWork - took 550 ms to load special://skin/backgrounds/pictures.jpg
  1663. 20:11:25 T:3078227840 M:635625472 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1664. 20:11:25 T:3078227840 M:635625472 DEBUG: OnKey: 61480 pressed, action is Down
  1665. 20:11:25 T:2692676464 M:629465088 DEBUG: DoWork - took 253 ms to load special://skin/backgrounds/addons.jpg
  1666. 20:11:25 T:2817301360 M:625491968 DEBUG: DoWork - took 732 ms to load special://skin/backgrounds/weather.jpg
  1667. 20:11:25 T:3078227840 M:633745408 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1668. 20:11:25 T:3078227840 M:633745408 DEBUG: OnKey: 61453 pressed, action is Select
  1669. 20:11:25 T:3078227840 M:633745408 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(AddonBrowser)
  1670. 20:11:25 T:3078227840 M:633745408 DEBUG: ExecuteXBMCAction : To ActivateWindow(AddonBrowser)
  1671. 20:11:25 T:3078227840 M:633745408 DEBUG: Activating window ID: 10040
  1672. 20:11:25 T:3078227840 M:633745408 DEBUG: Checking if window ID 10040 is locked.
  1673. 20:11:25 T:3078227840 M:633745408 DEBUG: ------ Window Deinit (Settings.xml) ------
  1674. 20:11:25 T:3078227840 M:633892864 DEBUG: ------ Window Init (AddonBrowser.xml) ------
  1675. 20:11:25 T:3078227840 M:633892864 INFO: Loading skin file: AddonBrowser.xml
  1676. 20:11:25 T:3078227840 M:633892864 WARNING: Trying to add unsupported control type 3
  1677. 20:11:26 T:3078227840 M:634019840 WARNING: Previous line repeats 2 times.
  1678. 20:11:26 T:3078227840 M:634019840 DEBUG: CGUIMediaWindow::GetDirectory ()
  1679. 20:11:26 T:3078227840 M:634019840 DEBUG: ParentPath = []
  1680. 20:11:26 T:2548448112 M:634019840 DEBUG: thread start, auto delete: 0
  1681. 20:11:26 T:2548448112 M:634019840 DEBUG: Thread 2548448112 terminating
  1682. 20:11:28 T:3078227840 M:649822208 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1683. 20:11:28 T:3078227840 M:649822208 DEBUG: OnKey: 61480 pressed, action is Down
  1684. 20:11:28 T:3078227840 M:649957376 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1685. 20:11:28 T:3078227840 M:649957376 DEBUG: OnKey: 61453 pressed, action is Select
  1686. 20:11:28 T:3078227840 M:649957376 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/)
  1687. 20:11:28 T:3078227840 M:649957376 DEBUG: ParentPath = []
  1688. 20:11:28 T:2548448112 M:650035200 DEBUG: thread start, auto delete: 0
  1689. 20:11:28 T:2548448112 M:650035200 DEBUG: Thread 2548448112 terminating
  1690. 20:11:29 T:3078227840 M:648953856 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1691. 20:11:29 T:3078227840 M:648953856 DEBUG: OnKey: 61480 pressed, action is Down
  1692. 20:11:32 T:3078227840 M:650014720 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1693. 20:11:32 T:3078227840 M:650014720 DEBUG: OnKey: 61480 pressed, action is Down
  1694. 20:11:33 T:3078227840 M:650145792 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1695. 20:11:33 T:3078227840 M:650145792 DEBUG: OnKey: 61478 pressed, action is Up
  1696. 20:11:33 T:2864679792 M:650153984 WARNING: FillBuffer: curl failed with code 28
  1697. 20:11:33 T:2864679792 M:650153984 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  1698. 20:11:33 T:2864679792 M:650153984 DEBUG: FileCurl::Close(0xaabf7038) http://xoap.weather.com/weather/local/UKXX0117?cc=*&unit=m&dayf=4&prod=xoap&link=xoap&par=1004124588&key=079f24145f208494
  1699. 20:11:33 T:2864679792 M:650153984 ERROR: WEATHER: Weather download failed!
  1700. 20:11:34 T:3078227840 M:650153984 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1701. 20:11:34 T:3078227840 M:650153984 DEBUG: OnKey: 61478 pressed, action is Up
  1702. 20:11:34 T:3078227840 M:649981952 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1703. 20:11:34 T:3078227840 M:649981952 DEBUG: OnKey: 61453 pressed, action is Select
  1704. 20:11:34 T:3078227840 M:649981952 DEBUG: CGUIMediaWindow::GetDirectory ()
  1705. 20:11:34 T:3078227840 M:649981952 DEBUG: ParentPath = []
  1706. 20:11:34 T:2548448112 M:649981952 DEBUG: thread start, auto delete: 0
  1707. 20:11:34 T:2548448112 M:649981952 DEBUG: Thread 2548448112 terminating
  1708. 20:11:36 T:3078227840 M:650014720 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1709. 20:11:36 T:3078227840 M:650014720 DEBUG: OnKey: 61478 pressed, action is Up
  1710. 20:11:36 T:3078227840 M:650014720 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1711. 20:11:36 T:3078227840 M:650014720 DEBUG: OnKey: 61453 pressed, action is Select
  1712. 20:11:36 T:3078227840 M:650014720 DEBUG: CGUIMediaWindow::GetDirectory (addons://outdated/)
  1713. 20:11:36 T:3078227840 M:650014720 DEBUG: ParentPath = []
  1714. 20:11:36 T:2548448112 M:650014720 DEBUG: thread start, auto delete: 0
  1715. 20:11:36 T:2548448112 M:650014720 DEBUG: Thread 2548448112 terminating
  1716. 20:11:37 T:3078227840 M:650006528 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1717. 20:11:37 T:3078227840 M:650006528 DEBUG: OnKey: 61480 pressed, action is Down
  1718. 20:11:38 T:3078227840 M:650027008 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1719. 20:11:38 T:3078227840 M:650027008 DEBUG: OnKey: 61453 pressed, action is Select
  1720. 20:11:38 T:3078227840 M:650027008 DEBUG: CGUIMediaWindow::GetDirectory (addons://outdated/xbmc.gui.skin)
  1721. 20:11:38 T:3078227840 M:650027008 DEBUG: ParentPath = [addons://outdated/]
  1722. 20:11:38 T:2548448112 M:650027008 DEBUG: thread start, auto delete: 0
  1723. 20:11:38 T:2548448112 M:650027008 INFO: easy_aquire - Created session to http://aeon--nox.googlecode.com
  1724. 20:11:38 T:3078227840 M:650063872 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1725. 20:11:38 T:3078227840 M:650063872 DEBUG: OnKey: 61480 pressed, action is Down
  1726. 20:11:38 T:2864679792 M:650063872 INFO: easy_aquire - Created session to http://aeon--nox.googlecode.com
  1727. 20:11:40 T:3078227840 M:650125312 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1728. 20:11:40 T:3078227840 M:650125312 DEBUG: OnKey: 61453 pressed, action is Select
  1729. 20:11:40 T:3078227840 M:650203136 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
  1730. 20:11:40 T:3078227840 M:650203136 INFO: Loading skin file: DialogAddonInfo.xml
  1731. 20:11:42 T:3078227840 M:642785280 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1732. 20:11:42 T:3078227840 M:642785280 DEBUG: OnKey: 61480 pressed, action is Down
  1733. 20:11:45 T:3078227840 M:642785280 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1734. 20:11:45 T:3078227840 M:642785280 DEBUG: OnKey: 61478 pressed, action is Up
  1735. 20:11:47 T:3078227840 M:642793472 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1736. 20:11:47 T:3078227840 M:642793472 DEBUG: OnKey: 61448 pressed, action is Close
  1737. 20:11:47 T:3078227840 M:642793472 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
  1738. 20:11:48 T:3078227840 M:650166272 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1739. 20:11:48 T:3078227840 M:650166272 DEBUG: OnKey: 61448 pressed, action is ParentDir
  1740. 20:11:48 T:2548448112 M:650166272 DEBUG: GetImageHash - unable to stat url http://aeon--nox.googlecode.com/svn/branches/repo/skin.aeon.nox/icon.png
  1741. 20:11:48 T:2548448112 M:650166272 DEBUG: Thread 2548448112 terminating
  1742. 20:11:48 T:3078227840 M:650166272 DEBUG: CGUIMediaWindow::GetDirectory (addons://outdated/)
  1743. 20:11:48 T:3078227840 M:650166272 DEBUG: ParentPath = []
  1744. 20:11:48 T:2548448112 M:650166272 DEBUG: thread start, auto delete: 0
  1745. 20:11:48 T:2548448112 M:650166272 DEBUG: Thread 2548448112 terminating
  1746. 20:11:48 T:2864679792 M:650219520 DEBUG: GetImageHash - unable to stat url http://aeon--nox.googlecode.com/svn/branches/repo/skin.aeon.nox/fanart.jpg
  1747. 20:11:48 T:3078227840 M:650219520 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1748. 20:11:48 T:3078227840 M:650219520 DEBUG: OnKey: 61448 pressed, action is ParentDir
  1749. 20:11:48 T:3078227840 M:650219520 DEBUG: CGUIMediaWindow::GetDirectory ()
  1750. 20:11:48 T:3078227840 M:650219520 DEBUG: ParentPath = []
  1751. 20:11:48 T:2548448112 M:650219520 DEBUG: thread start, auto delete: 0
  1752. 20:11:48 T:2548448112 M:650219520 DEBUG: Thread 2548448112 terminating
  1753. 20:11:50 T:3078227840 M:650219520 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1754. 20:11:50 T:3078227840 M:650219520 DEBUG: OnKey: 61480 pressed, action is Down
  1755. 20:11:50 T:3078227840 M:650219520 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1756. 20:11:50 T:3078227840 M:650219520 DEBUG: OnKey: 61453 pressed, action is Select
  1757. 20:11:50 T:3078227840 M:650219520 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/)
  1758. 20:11:50 T:3078227840 M:650219520 DEBUG: ParentPath = []
  1759. 20:11:50 T:2548448112 M:650219520 DEBUG: thread start, auto delete: 0
  1760. 20:11:50 T:2548448112 M:650219520 DEBUG: Thread 2548448112 terminating
  1761. 20:11:51 T:3078227840 M:650227712 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1762. 20:11:51 T:3078227840 M:650227712 DEBUG: OnKey: 61480 pressed, action is Down
  1763. 20:11:51 T:3078227840 M:650227712 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1764. 20:11:51 T:3078227840 M:650227712 DEBUG: OnKey: 61480 pressed, action is Down
  1765. 20:11:52 T:3078227840 M:650227712 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1766. 20:11:52 T:3078227840 M:650227712 DEBUG: OnKey: 61480 pressed, action is Down
  1767. 20:11:54 T:3078227840 M:650227712 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1768. 20:11:54 T:3078227840 M:650227712 DEBUG: OnKey: 61480 pressed, action is Down
  1769. 20:11:54 T:3078227840 M:650375168 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1770. 20:11:54 T:3078227840 M:650375168 DEBUG: OnKey: 61480 pressed, action is Down
  1771. 20:11:56 T:3078227840 M:650375168 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1772. 20:11:56 T:3078227840 M:650375168 DEBUG: OnKey: 61478 pressed, action is Up
  1773. 20:11:56 T:3078227840 M:650375168 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1774. 20:11:56 T:3078227840 M:650375168 DEBUG: OnKey: 61478 pressed, action is Up
  1775. 20:11:56 T:3078227840 M:650383360 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1776. 20:11:56 T:3078227840 M:650383360 DEBUG: OnKey: 61478 pressed, action is Up
  1777. 20:11:56 T:3078227840 M:650383360 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1778. 20:11:56 T:3078227840 M:650383360 DEBUG: OnKey: 61478 pressed, action is Up
  1779. 20:11:57 T:3078227840 M:650383360 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1780. 20:11:57 T:3078227840 M:650383360 DEBUG: OnKey: 61453 pressed, action is Select
  1781. 20:11:57 T:3078227840 M:650383360 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.metadata.scraper.albums)
  1782. 20:11:57 T:3078227840 M:650383360 DEBUG: ParentPath = [addons://enabled/]
  1783. 20:11:57 T:2548448112 M:650383360 DEBUG: thread start, auto delete: 0
  1784. 20:11:57 T:2548448112 M:650383360 DEBUG: Thread 2548448112 terminating
  1785. 20:11:58 T:3078227840 M:650240000 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1786. 20:11:58 T:3078227840 M:650240000 DEBUG: OnKey: 61448 pressed, action is ParentDir
  1787. 20:11:58 T:3078227840 M:650240000 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/)
  1788. 20:11:58 T:3078227840 M:650240000 DEBUG: ParentPath = []
  1789. 20:11:58 T:2548448112 M:650240000 DEBUG: thread start, auto delete: 0
  1790. 20:11:58 T:2548448112 M:650240000 DEBUG: Thread 2548448112 terminating
  1791. 20:11:59 T:3078227840 M:650248192 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1792. 20:11:59 T:3078227840 M:650248192 DEBUG: OnKey: 61480 pressed, action is Down
  1793. 20:12:00 T:3078227840 M:650129408 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1794. 20:12:00 T:3078227840 M:650129408 DEBUG: OnKey: 61480 pressed, action is Down
  1795. 20:12:00 T:3078227840 M:650100736 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1796. 20:12:00 T:3078227840 M:650100736 DEBUG: OnKey: 61453 pressed, action is Select
  1797. 20:12:00 T:3078227840 M:650100736 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.metadata.scraper.movies)
  1798. 20:12:00 T:3078227840 M:650100736 DEBUG: ParentPath = [addons://enabled/]
  1799. 20:12:00 T:2548448112 M:650100736 DEBUG: thread start, auto delete: 0
  1800. 20:12:00 T:2548448112 M:650100736 DEBUG: Thread 2548448112 terminating
  1801. 20:12:02 T:3078227840 M:650100736 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1802. 20:12:02 T:3078227840 M:650100736 DEBUG: OnKey: 61448 pressed, action is ParentDir
  1803. 20:12:02 T:3078227840 M:650100736 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/)
  1804. 20:12:02 T:3078227840 M:650100736 DEBUG: ParentPath = []
  1805. 20:12:02 T:2548448112 M:650100736 DEBUG: thread start, auto delete: 0
  1806. 20:12:02 T:2548448112 M:650100736 DEBUG: Thread 2548448112 terminating
  1807. 20:12:03 T:3078227840 M:650108928 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1808. 20:12:03 T:3078227840 M:650108928 DEBUG: OnKey: 61480 pressed, action is Down
  1809. 20:12:03 T:3078227840 M:650108928 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1810. 20:12:03 T:3078227840 M:650108928 DEBUG: OnKey: 61480 pressed, action is Down
  1811. 20:12:04 T:3078227840 M:650108928 INFO: CheckIdle - Closing session to http://xoap.weather.com (easy=0xb6cbb948, multi=0xb6cc4150)
  1812. 20:12:04 T:3078227840 M:650108928 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1813. 20:12:04 T:3078227840 M:650108928 DEBUG: OnKey: 61453 pressed, action is Select
  1814. 20:12:04 T:3078227840 M:650108928 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.executable)
  1815. 20:12:04 T:3078227840 M:650108928 DEBUG: ParentPath = [addons://enabled/]
  1816. 20:12:04 T:2548448112 M:650108928 DEBUG: thread start, auto delete: 0
  1817. 20:12:04 T:2548448112 M:650108928 DEBUG: Thread 2548448112 terminating
  1818. 20:12:06 T:3078227840 M:650108928 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1819. 20:12:06 T:3078227840 M:650108928 DEBUG: OnKey: 61480 pressed, action is Down
  1820. 20:12:06 T:2817301360 M:650186752 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/6/693d7bb1.png
  1821. 20:12:07 T:2817301360 M:650186752 DEBUG: Compress - using DXT1 (min error is: 10.70:0.00)
  1822. 20:12:07 T:3078227840 M:650108928 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1823. 20:12:07 T:3078227840 M:650108928 DEBUG: OnKey: 61453 pressed, action is Select
  1824. 20:12:07 T:3078227840 M:650108928 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
  1825. 20:12:07 T:3078227840 M:650108928 INFO: Loading skin file: DialogAddonInfo.xml
  1826. 20:12:08 T:3078227840 M:642740224 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1827. 20:12:08 T:3078227840 M:642740224 DEBUG: OnKey: 61480 pressed, action is Down
  1828. 20:12:08 T:3078227840 M:642740224 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1829. 20:12:08 T:3078227840 M:642740224 DEBUG: OnKey: 61453 pressed, action is Select
  1830. 20:12:08 T:3078227840 M:642740224 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.executable)
  1831. 20:12:08 T:3078227840 M:642740224 DEBUG: ParentPath = [addons://enabled/xbmc.addon.executable]
  1832. 20:12:08 T:2548448112 M:642740224 DEBUG: thread start, auto delete: 0
  1833. 20:12:08 T:2548448112 M:642740224 DEBUG: Thread 2548448112 terminating
  1834. 20:12:10 T:3078227840 M:642154496 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1835. 20:12:10 T:3078227840 M:642154496 DEBUG: OnKey: 61448 pressed, action is Close
  1836. 20:12:10 T:3078227840 M:642154496 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
  1837. 20:12:11 T:3078227840 M:649453568 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1838. 20:12:11 T:3078227840 M:649453568 DEBUG: OnKey: 61448 pressed, action is ParentDir
  1839. 20:12:11 T:3078227840 M:649453568 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/)
  1840. 20:12:11 T:3078227840 M:649453568 DEBUG: ParentPath = []
  1841. 20:12:11 T:2548448112 M:649453568 DEBUG: thread start, auto delete: 0
  1842. 20:12:11 T:2548448112 M:649453568 DEBUG: Thread 2548448112 terminating
  1843. 20:12:12 T:3078227840 M:649453568 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1844. 20:12:12 T:3078227840 M:649453568 DEBUG: OnKey: 61480 pressed, action is Down
  1845. 20:12:12 T:3078227840 M:650596352 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1846. 20:12:12 T:3078227840 M:650596352 DEBUG: OnKey: 61480 pressed, action is Down
  1847. 20:12:13 T:3078227840 M:650596352 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1848. 20:12:13 T:3078227840 M:650596352 DEBUG: OnKey: 61480 pressed, action is Down
  1849. 20:12:13 T:3078227840 M:650596352 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1850. 20:12:13 T:3078227840 M:650596352 DEBUG: OnKey: 61480 pressed, action is Down
  1851. 20:12:14 T:3078227840 M:650604544 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1852. 20:12:14 T:3078227840 M:650604544 DEBUG: OnKey: 61480 pressed, action is Down
  1853. 20:12:15 T:3078227840 M:650612736 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1854. 20:12:15 T:3078227840 M:650612736 DEBUG: OnKey: 61480 pressed, action is Down
  1855. 20:12:15 T:3078227840 M:650612736 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1856. 20:12:15 T:3078227840 M:650612736 DEBUG: OnKey: 61480 pressed, action is Down
  1857. 20:12:18 T:3078227840 M:650760192 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1858. 20:12:18 T:3078227840 M:650760192 DEBUG: OnKey: 61478 pressed, action is Up
  1859. 20:12:18 T:3078227840 M:650760192 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1860. 20:12:18 T:3078227840 M:650760192 DEBUG: OnKey: 61453 pressed, action is Select
  1861. 20:12:18 T:3078227840 M:650760192 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.gui.skin)
  1862. 20:12:18 T:3078227840 M:650760192 DEBUG: ParentPath = [addons://enabled/]
  1863. 20:12:18 T:2548448112 M:650760192 DEBUG: thread start, auto delete: 0
  1864. 20:12:18 T:2548448112 M:650760192 DEBUG: Thread 2548448112 terminating
  1865. 20:12:18 T:3078227840 M:650588160 INFO: CheckIdle - Closing session to http://aeon--nox.googlecode.com (easy=0xa793ac8, multi=(nil))
  1866. 20:12:19 T:3078227840 M:650588160 INFO: CheckIdle - Closing session to http://aeon--nox.googlecode.com (easy=0xb6cc44c0, multi=(nil))
  1867. 20:12:21 T:3078227840 M:650625024 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1868. 20:12:21 T:3078227840 M:650625024 DEBUG: OnKey: 61448 pressed, action is ParentDir
  1869. 20:12:21 T:3078227840 M:650625024 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/)
  1870. 20:12:21 T:3078227840 M:650625024 DEBUG: ParentPath = []
  1871. 20:12:21 T:2548448112 M:650625024 DEBUG: thread start, auto delete: 0
  1872. 20:12:21 T:2548448112 M:650625024 DEBUG: Thread 2548448112 terminating
  1873. 20:12:22 T:3078227840 M:650625024 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1874. 20:12:22 T:3078227840 M:650625024 DEBUG: OnKey: 61480 pressed, action is Down
  1875. 20:12:22 T:3078227840 M:650625024 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1876. 20:12:22 T:3078227840 M:650625024 DEBUG: OnKey: 61480 pressed, action is Down
  1877. 20:12:23 T:3078227840 M:650625024 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1878. 20:12:23 T:3078227840 M:650625024 DEBUG: OnKey: 61453 pressed, action is Select
  1879. 20:12:23 T:3078227840 M:650625024 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.video)
  1880. 20:12:23 T:3078227840 M:650625024 DEBUG: ParentPath = [addons://enabled/]
  1881. 20:12:23 T:2548448112 M:650625024 DEBUG: thread start, auto delete: 0
  1882. 20:12:23 T:2548448112 M:650625024 DEBUG: Thread 2548448112 terminating
  1883. 20:12:24 T:3078227840 M:649654272 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1884. 20:12:24 T:3078227840 M:649654272 DEBUG: OnKey: 61480 pressed, action is Down
  1885. 20:12:24 T:2692676464 M:649674752 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/c/c2626bf2.png
  1886. 20:12:24 T:3078227840 M:650801152 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1887. 20:12:24 T:3078227840 M:650801152 DEBUG: OnKey: 61453 pressed, action is Select
  1888. 20:12:24 T:3078227840 M:650801152 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
  1889. 20:12:24 T:3078227840 M:650801152 INFO: Loading skin file: DialogAddonInfo.xml
  1890. 20:12:24 T:2692676464 M:649367552 DEBUG: Compress - using DXT3 (min error is: 7.76:0.53)
  1891. 20:12:25 T:3078227840 M:642748416 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1892. 20:12:25 T:3078227840 M:642748416 DEBUG: OnKey: 61480 pressed, action is Down
  1893. 20:12:26 T:3078227840 M:642748416 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1894. 20:12:26 T:3078227840 M:642748416 DEBUG: OnKey: 61478 pressed, action is Up
  1895. 20:12:27 T:3078227840 M:642748416 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1896. 20:12:27 T:3078227840 M:642748416 DEBUG: OnKey: 61453 pressed, action is Select
  1897. 20:12:27 T:3078227840 M:642748416 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.video)
  1898. 20:12:27 T:3078227840 M:642748416 DEBUG: ParentPath = [addons://enabled/xbmc.addon.video]
  1899. 20:12:27 T:2548448112 M:642748416 DEBUG: thread start, auto delete: 0
  1900. 20:12:27 T:2548448112 M:642748416 DEBUG: Thread 2548448112 terminating
  1901. 20:12:28 T:3078227840 M:642252800 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1902. 20:12:28 T:3078227840 M:642252800 DEBUG: OnKey: 61448 pressed, action is Close
  1903. 20:12:28 T:3078227840 M:642252800 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
  1904. 20:12:29 T:3078227840 M:648962048 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1905. 20:12:29 T:3078227840 M:648962048 DEBUG: OnKey: 61480 pressed, action is Down
  1906. 20:12:29 T:2864679792 M:648962048 DEBUG: GetImageHash - unable to stat url /home/daniel/.xbmc/addons/plugin.video.itv/icon.png
  1907. 20:12:30 T:3078227840 M:649977856 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1908. 20:12:30 T:3078227840 M:649977856 DEBUG: OnKey: 61453 pressed, action is Select
  1909. 20:12:30 T:3078227840 M:649977856 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
  1910. 20:12:30 T:3078227840 M:649977856 INFO: Loading skin file: DialogAddonInfo.xml
  1911. 20:12:30 T:2692676464 M:642633728 DEBUG: GetImageHash - unable to stat url /home/daniel/.xbmc/addons/plugin.video.itv/icon.png
  1912. 20:12:31 T:3078227840 M:642633728 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1913. 20:12:31 T:3078227840 M:642633728 DEBUG: OnKey: 61453 pressed, action is Select
  1914. 20:12:31 T:3078227840 M:642633728 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.video)
  1915. 20:12:31 T:3078227840 M:642633728 DEBUG: ParentPath = [addons://enabled/xbmc.addon.video]
  1916. 20:12:31 T:2548448112 M:642633728 DEBUG: thread start, auto delete: 0
  1917. 20:12:31 T:2548448112 M:642633728 DEBUG: Thread 2548448112 terminating
  1918. 20:12:32 T:3078227840 M:642129920 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1919. 20:12:32 T:3078227840 M:642129920 DEBUG: OnKey: 61448 pressed, action is Close
  1920. 20:12:32 T:3078227840 M:642129920 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
  1921. 20:12:33 T:3078227840 M:648847360 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1922. 20:12:33 T:3078227840 M:648847360 DEBUG: OnKey: 61480 pressed, action is Down
  1923. 20:12:33 T:2692676464 M:648847360 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/7/76676d36.png
  1924. 20:12:33 T:2692676464 M:648847360 DEBUG: Compress - using DXT1 (min error is: 8.08:0.00)
  1925. 20:12:33 T:3078227840 M:650100736 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1926. 20:12:33 T:3078227840 M:650100736 DEBUG: OnKey: 61453 pressed, action is Select
  1927. 20:12:33 T:3078227840 M:650100736 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
  1928. 20:12:33 T:3078227840 M:650100736 INFO: Loading skin file: DialogAddonInfo.xml
  1929. 20:12:35 T:3078227840 M:642703360 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1930. 20:12:35 T:3078227840 M:642703360 DEBUG: OnKey: 61453 pressed, action is Select
  1931. 20:12:35 T:3078227840 M:642703360 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.video)
  1932. 20:12:35 T:3078227840 M:642703360 DEBUG: ParentPath = [addons://enabled/xbmc.addon.video]
  1933. 20:12:35 T:2548448112 M:642703360 DEBUG: thread start, auto delete: 0
  1934. 20:12:35 T:2548448112 M:642703360 DEBUG: Thread 2548448112 terminating
  1935. 20:12:35 T:3078227840 M:642207744 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1936. 20:12:35 T:3078227840 M:642207744 DEBUG: OnKey: 61448 pressed, action is Close
  1937. 20:12:36 T:3078227840 M:642207744 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
  1938. 20:12:36 T:3078227840 M:648974336 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1939. 20:12:36 T:3078227840 M:648974336 DEBUG: OnKey: 61480 pressed, action is Down
  1940. 20:12:36 T:2692676464 M:648974336 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/d/dd641506.png
  1941. 20:12:36 T:2692676464 M:650117120 DEBUG: Compress - using DXT1 (min error is: 18.21:0.00)
  1942. 20:12:37 T:3078227840 M:650117120 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1943. 20:12:37 T:3078227840 M:650117120 DEBUG: OnKey: 61453 pressed, action is Select
  1944. 20:12:37 T:3078227840 M:650117120 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
  1945. 20:12:37 T:3078227840 M:650117120 INFO: Loading skin file: DialogAddonInfo.xml
  1946. 20:12:38 T:3078227840 M:642830336 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1947. 20:12:38 T:3078227840 M:642830336 DEBUG: OnKey: 61480 pressed, action is Down
  1948. 20:12:38 T:3078227840 M:642863104 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1949. 20:12:38 T:3078227840 M:642863104 DEBUG: OnKey: 61478 pressed, action is Up
  1950. 20:12:39 T:3078227840 M:642863104 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1951. 20:12:39 T:3078227840 M:642863104 DEBUG: OnKey: 61453 pressed, action is Select
  1952. 20:12:39 T:3078227840 M:642863104 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.video)
  1953. 20:12:39 T:3078227840 M:642863104 DEBUG: ParentPath = [addons://enabled/xbmc.addon.video]
  1954. 20:12:39 T:2548448112 M:642863104 DEBUG: thread start, auto delete: 0
  1955. 20:12:39 T:2548448112 M:642863104 DEBUG: Thread 2548448112 terminating
  1956. 20:12:39 T:3078227840 M:642461696 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1957. 20:12:39 T:3078227840 M:642461696 DEBUG: OnKey: 61448 pressed, action is Close
  1958. 20:12:40 T:3078227840 M:642461696 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
  1959. 20:12:41 T:3078227840 M:649822208 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1960. 20:12:41 T:3078227840 M:649822208 DEBUG: OnKey: 61480 pressed, action is Down
  1961. 20:12:41 T:2692676464 M:649715712 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/9/9fe518a8.png
  1962. 20:12:41 T:2692676464 M:650944512 DEBUG: Compress - using DXT1 (min error is: 30.58:0.00)
  1963. 20:12:41 T:3078227840 M:650944512 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1964. 20:12:41 T:3078227840 M:650944512 DEBUG: OnKey: 61453 pressed, action is Select
  1965. 20:12:41 T:3078227840 M:650944512 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
  1966. 20:12:41 T:3078227840 M:650944512 INFO: Loading skin file: DialogAddonInfo.xml
  1967. 20:12:43 T:3078227840 M:642920448 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1968. 20:12:43 T:3078227840 M:642920448 DEBUG: OnKey: 61453 pressed, action is Select
  1969. 20:12:43 T:3078227840 M:642920448 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.video)
  1970. 20:12:43 T:3078227840 M:642920448 DEBUG: ParentPath = [addons://enabled/xbmc.addon.video]
  1971. 20:12:43 T:2548448112 M:642920448 DEBUG: thread start, auto delete: 0
  1972. 20:12:43 T:2548448112 M:642920448 DEBUG: Thread 2548448112 terminating
  1973. 20:12:43 T:3078227840 M:642428928 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1974. 20:12:43 T:3078227840 M:642428928 DEBUG: OnKey: 61448 pressed, action is Close
  1975. 20:12:43 T:3078227840 M:642428928 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
  1976. 20:12:44 T:3078227840 M:649842688 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  1977. 20:12:44 T:3078227840 M:649842688 DEBUG: OnKey: 61480 pressed, action is Down
  1978. 20:12:44 T:2692676464 M:649842688 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/1/11d38ebe.png
  1979. 20:12:44 T:2692676464 M:650350592 DEBUG: Compress - using DXT1 (min error is: 12.79:0.00)
  1980. 20:12:44 T:3078227840 M:650416128 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1981. 20:12:44 T:3078227840 M:650416128 DEBUG: OnKey: 61453 pressed, action is Select
  1982. 20:12:44 T:3078227840 M:650416128 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
  1983. 20:12:44 T:3078227840 M:650416128 INFO: Loading skin file: DialogAddonInfo.xml
  1984. 20:12:46 T:3078227840 M:642949120 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1985. 20:12:46 T:3078227840 M:642949120 DEBUG: OnKey: 61453 pressed, action is Select
  1986. 20:12:46 T:3078227840 M:642949120 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.video)
  1987. 20:12:46 T:3078227840 M:642949120 DEBUG: ParentPath = [addons://enabled/xbmc.addon.video]
  1988. 20:12:46 T:2548448112 M:642949120 DEBUG: thread start, auto delete: 0
  1989. 20:12:46 T:2548448112 M:642949120 DEBUG: Thread 2548448112 terminating
  1990. 20:12:47 T:3078227840 M:642453504 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1991. 20:12:47 T:3078227840 M:642453504 DEBUG: OnKey: 61453 pressed, action is Select
  1992. 20:12:47 T:3078227840 M:642453504 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.video)
  1993. 20:12:47 T:3078227840 M:642453504 DEBUG: ParentPath = [addons://enabled/xbmc.addon.video]
  1994. 20:12:47 T:2548448112 M:642453504 DEBUG: thread start, auto delete: 0
  1995. 20:12:47 T:2548448112 M:642453504 DEBUG: Thread 2548448112 terminating
  1996. 20:12:47 T:3078227840 M:643608576 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1997. 20:12:47 T:3078227840 M:643608576 DEBUG: OnKey: 61448 pressed, action is Close
  1998. 20:12:48 T:3078227840 M:643608576 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
  1999. 20:12:48 T:3078227840 M:650964992 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2000. 20:12:48 T:3078227840 M:650964992 DEBUG: OnKey: 61480 pressed, action is Down
  2001. 20:12:48 T:2817301360 M:650964992 DEBUG: Creating DDS version of: special://masterprofile/Thumbnails/b/b1e98ccc.png
  2002. 20:12:48 T:2817301360 M:651087872 DEBUG: Compress - using DXT1 (min error is: 13.48:0.00)
  2003. 20:12:49 T:3078227840 M:651100160 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  2004. 20:12:49 T:3078227840 M:651100160 DEBUG: OnKey: 61478 pressed, action is Up
  2005. 20:12:49 T:3078227840 M:651100160 DEBUG: SECTION:UnloadDll(libcurl-gnutls.so.4)
  2006. 20:12:49 T:3078227840 M:651100160 DEBUG: Unloading: libcurl-gnutls.so.4
  2007. 20:12:49 T:3078227840 M:651100160 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  2008. 20:12:49 T:3078227840 M:651100160 DEBUG: OnKey: 61453 pressed, action is Select
  2009. 20:12:49 T:3078227840 M:651100160 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
  2010. 20:12:49 T:3078227840 M:651100160 INFO: Loading skin file: DialogAddonInfo.xml
  2011. 20:12:50 T:3078227840 M:643616768 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2012. 20:12:50 T:3078227840 M:643616768 DEBUG: OnKey: 61480 pressed, action is Down
  2013. 20:12:51 T:3078227840 M:643616768 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  2014. 20:12:51 T:3078227840 M:643616768 DEBUG: OnKey: 61478 pressed, action is Up
  2015. 20:12:51 T:3078227840 M:643620864 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  2016. 20:12:51 T:3078227840 M:643620864 DEBUG: OnKey: 61453 pressed, action is Select
  2017. 20:12:51 T:3078227840 M:643493888 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.video)
  2018. 20:12:51 T:3078227840 M:643493888 DEBUG: ParentPath = [addons://enabled/xbmc.addon.video]
  2019. 20:12:51 T:2548448112 M:643493888 DEBUG: thread start, auto delete: 0
  2020. 20:12:51 T:2548448112 M:643493888 DEBUG: Thread 2548448112 terminating
  2021. 20:12:52 T:3078227840 M:642977792 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  2022. 20:12:52 T:3078227840 M:642977792 DEBUG: OnKey: 61448 pressed, action is Close
  2023. 20:12:52 T:3078227840 M:642977792 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
  2024. 20:12:52 T:3078227840 M:649846784 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2025. 20:12:52 T:3078227840 M:649846784 DEBUG: OnKey: 61480 pressed, action is Down
  2026. 20:12:53 T:3078227840 M:650354688 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  2027. 20:12:53 T:3078227840 M:650354688 DEBUG: OnKey: 61453 pressed, action is Select
  2028. 20:12:53 T:3078227840 M:650354688 DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
  2029. 20:12:53 T:3078227840 M:650354688 INFO: Loading skin file: DialogAddonInfo.xml
  2030. 20:12:54 T:3078227840 M:643076096 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  2031. 20:12:54 T:3078227840 M:643076096 DEBUG: OnKey: 61453 pressed, action is Select
  2032. 20:12:54 T:3078227840 M:643076096 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.addon.video)
  2033. 20:12:54 T:3078227840 M:643076096 DEBUG: ParentPath = [addons://enabled/xbmc.addon.video]
  2034. 20:12:54 T:2548448112 M:643076096 DEBUG: thread start, auto delete: 0
  2035. 20:12:54 T:2548448112 M:643076096 DEBUG: Thread 2548448112 terminating
  2036. 20:12:55 T:3078227840 M:642560000 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  2037. 20:12:55 T:3078227840 M:642560000 DEBUG: OnKey: 61448 pressed, action is Close
  2038. 20:12:55 T:3078227840 M:642560000 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
  2039. 20:12:56 T:3078227840 M:649936896 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  2040. 20:12:56 T:3078227840 M:649936896 DEBUG: OnKey: 61448 pressed, action is ParentDir
  2041. 20:12:56 T:3078227840 M:649936896 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/)
  2042. 20:12:56 T:3078227840 M:649936896 DEBUG: ParentPath = []
  2043. 20:12:56 T:2548448112 M:649936896 DEBUG: thread start, auto delete: 0
  2044. 20:12:56 T:2548448112 M:649936896 DEBUG: Thread 2548448112 terminating
  2045. 20:12:57 T:3078227840 M:649936896 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2046. 20:12:57 T:3078227840 M:649936896 DEBUG: OnKey: 61480 pressed, action is Down
  2047. 20:12:58 T:3078227840 M:650317824 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2048. 20:12:58 T:3078227840 M:650317824 DEBUG: OnKey: 61480 pressed, action is Down
  2049. 20:12:58 T:3078227840 M:650317824 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2050. 20:12:58 T:3078227840 M:650317824 DEBUG: OnKey: 61480 pressed, action is Down
  2051. 20:12:58 T:3078227840 M:650317824 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2052. 20:12:58 T:3078227840 M:650317824 DEBUG: OnKey: 61480 pressed, action is Down
  2053. 20:12:58 T:3078227840 M:650317824 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2054. 20:12:58 T:3078227840 M:650317824 DEBUG: OnKey: 61480 pressed, action is Down
  2055. 20:12:59 T:3078227840 M:650317824 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2056. 20:12:59 T:3078227840 M:650317824 DEBUG: OnKey: 61480 pressed, action is Down
  2057. 20:13:01 T:3078227840 M:650207232 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2058. 20:13:01 T:3078227840 M:650207232 DEBUG: OnKey: 61480 pressed, action is Down
  2059. 20:13:01 T:3078227840 M:650211328 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2060. 20:13:01 T:3078227840 M:650211328 DEBUG: OnKey: 61480 pressed, action is Down
  2061. 20:13:02 T:3078227840 M:650211328 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2062. 20:13:02 T:3078227840 M:650211328 DEBUG: OnKey: 61480 pressed, action is Down
  2063. 20:13:03 T:3078227840 M:650231808 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2064. 20:13:03 T:3078227840 M:650231808 DEBUG: OnKey: 61480 pressed, action is Down
  2065. 20:13:03 T:3078227840 M:650203136 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  2066. 20:13:03 T:3078227840 M:650203136 DEBUG: OnKey: 61480 pressed, action is Down
  2067. 20:13:06 T:3078227840 M:650088448 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  2068. 20:13:06 T:3078227840 M:650088448 DEBUG: OnKey: 61478 pressed, action is Up
  2069. 20:13:07 T:3078227840 M:650096640 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  2070. 20:13:07 T:3078227840 M:650096640 DEBUG: OnKey: 61453 pressed, action is Select
  2071. 20:13:07 T:3078227840 M:650096640 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.gui.webinterface)
  2072. 20:13:07 T:3078227840 M:650096640 DEBUG: ParentPath = [addons://enabled/]
  2073. 20:13:07 T:2548448112 M:650096640 DEBUG: thread start, auto delete: 0
  2074. 20:13:07 T:2548448112 M:650096640 DEBUG: Thread 2548448112 terminating
  2075. 20:13:08 T:3078227840 M:650096640 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  2076. 20:13:08 T:3078227840 M:650096640 DEBUG: OnKey: 61448 pressed, action is ParentDir
  2077. 20:13:08 T:3078227840 M:650096640 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/)
  2078. 20:13:08 T:3078227840 M:650096640 DEBUG: ParentPath = []
  2079. 20:13:08 T:2548448112 M:650096640 DEBUG: thread start, auto delete: 0
  2080. 20:13:08 T:2548448112 M:650096640 DEBUG: Thread 2548448112 terminating
  2081. 20:13:10 T:3078227840 M:650096640 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  2082. 20:13:10 T:3078227840 M:650096640 DEBUG: OnKey: 61478 pressed, action is Up
  2083. 20:13:10 T:3078227840 M:650096640 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  2084. 20:13:10 T:3078227840 M:650096640 DEBUG: OnKey: 61478 pressed, action is Up
  2085. 20:13:11 T:3078227840 M:650096640 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  2086. 20:13:11 T:3078227840 M:650096640 DEBUG: OnKey: 61453 pressed, action is Select
  2087. 20:13:11 T:3078227840 M:650096640 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/xbmc.player.musicviz)
  2088. 20:13:11 T:3078227840 M:650096640 DEBUG: ParentPath = [addons://enabled/]
  2089. 20:13:11 T:2548448112 M:650096640 DEBUG: thread start, auto delete: 0
  2090. 20:13:11 T:2548448112 M:650096640 DEBUG: Thread 2548448112 terminating
  2091. 20:13:13 T:3078227840 M:650104832 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  2092. 20:13:13 T:3078227840 M:650104832 DEBUG: OnKey: 61448 pressed, action is ParentDir
  2093. 20:13:13 T:3078227840 M:650104832 DEBUG: CGUIMediaWindow::GetDirectory (addons://enabled/)
  2094. 20:13:13 T:3078227840 M:650104832 DEBUG: ParentPath = []
  2095. 20:13:13 T:2548448112 M:650104832 DEBUG: thread start, auto delete: 0
  2096. 20:13:13 T:2548448112 M:650104832 DEBUG: Thread 2548448112 terminating
  2097. 20:13:13 T:3078227840 M:650104832 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  2098. 20:13:13 T:3078227840 M:650104832 DEBUG: OnKey: 61448 pressed, action is ParentDir
  2099. 20:13:13 T:3078227840 M:650104832 DEBUG: CGUIMediaWindow::GetDirectory ()
  2100. 20:13:13 T:3078227840 M:650104832 DEBUG: ParentPath = []
  2101. 20:13:13 T:2548448112 M:650104832 DEBUG: thread start, auto delete: 0
  2102. 20:13:13 T:2548448112 M:650104832 DEBUG: Thread 2548448112 terminating
  2103. 20:13:14 T:3078227840 M:650104832 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  2104. 20:13:14 T:3078227840 M:650104832 DEBUG: OnKey: 61448 pressed, action is ParentDir
  2105. 20:13:14 T:3078227840 M:650104832 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  2106. 20:13:14 T:3078227840 M:650104832 DEBUG: ------ Window Deinit (AddonBrowser.xml) ------
  2107. 20:13:15 T:3078227840 M:650108928 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  2108. 20:13:15 T:3078227840 M:650108928 DEBUG: ------ Window Init (Settings.xml) ------
  2109. 20:13:15 T:3078227840 M:650108928 INFO: Loading skin file: Settings.xml
  2110. 20:13:15 T:2864679792 M:635146240 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4/cdart.png
  2111. 20:13:24 T:3078227840 M:634294272 DEBUG: SDLKeyboard: scancode: 23, sym: 9, unicode: 9, modifier: 0
  2112. 20:13:24 T:3078227840 M:634294272 DEBUG: OnKey: 61449 pressed, action is FullScreen
  2113. 20:13:24 T:3078227840 M:634294272 DEBUG: Activating window ID: 12005
  2114. 20:13:24 T:3078227840 M:634294272 DEBUG: Checking if window ID 12005 is locked.
  2115. 20:13:24 T:3078227840 M:634294272 DEBUG: ------ Window Deinit (Settings.xml) ------
  2116. 20:13:24 T:3078227840 M:634294272 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12e
  2117. 20:13:25 T:3078227840 M:634667008 ERROR: GLX: Same window as before, refreshing context
  2118. 20:13:25 T:3078227840 M:634552320 INFO: GL: Maximum texture width: 8192
  2119. 20:13:25 T:3078227840 M:635092992 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  2120. 20:13:25 T:3078227840 M:635092992 INFO: Loading skin file: VideoFullScreen.xml
  2121. 20:13:25 T:3078227840 M:634597376 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2122. 20:13:25 T:2817301360 M:634359808 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4//clearart.png
  2123. 20:13:31 T:3078227840 M:660111360 DEBUG: SDLKeyboard: scancode: 172, sym: 0, unicode: 0, modifier: 0
  2124. 20:13:31 T:3078227840 M:660111360 DEBUG: OnKey: 61619 pressed, action is Pause
  2125. 20:13:31 T:3078227840 M:660111360 DEBUG: CAnnouncementManager - Announcement: PlaybackResumed from xbmc
  2126. 20:13:31 T:3078227840 M:660111360 DEBUG: CGUIAudioManager::DeInitialize
  2127. 20:13:32 T:2722462576 M:660111360 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1800296532.154005, should be:1800672000.000000, error:375467.845995
  2128. 20:13:32 T:3078227840 M:659914752 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2129. 20:13:32 T:2722462576 M:659914752 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1800948594.310000, should be:1800824076.319724, error:-124517.990276
  2130. 20:13:32 T:2722462576 M:660090880 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1801359771.208724, should be:1801250848.201085, error:-108923.007639
  2131. 20:13:33 T:2722462576 M:660090880 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1801827980.884085, should be:1801724830.114547, error:-103150.769537
  2132. 20:13:34 T:2722462576 M:660189184 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1802759627.093547, should be:1802714184.846858, error:-45442.246689
  2133. 20:13:34 T:2730855280 M:660123648 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  2134. 20:13:35 T:2722462576 M:660123648 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1803757182.776858, should be:1803738293.611527, error:-18889.165331
  2135. 20:13:43 T:2692676464 M:660484096 DEBUG: Thread 2692676464 terminating (autodelete)
  2136. 20:13:45 T:2864679792 M:660586496 DEBUG: Thread 2864679792 terminating (autodelete)
  2137. 20:13:55 T:2817301360 M:660668416 DEBUG: Thread 2817301360 terminating (autodelete)
  2138. 20:14:53 T:2722462576 M:661794816 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1881890411.684527, should be:1881880410.229838, error:-10001.454689
  2139. 20:15:49 T:2722462576 M:661946368 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1937285929.001838, should be:1937275329.929842, error:-10599.071996
  2140. 20:16:32 T:2722462576 M:662011904 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1980436648.084842, should be:1980426275.125741, error:-10372.959101
  2141. 20:17:19 T:2722462576 M:660488192 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2027185447.529741, should be:2027175309.425509, error:-10138.104232
  2142. 20:18:10 T:2722462576 M:661823488 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2078318965.406509, should be:2078308449.712415, error:-10515.694094
  2143. 20:18:52 T:2817301360 M:661446656 DEBUG: Received request to serve 'DeviceDescription.xml'
  2144. 20:19:05 T:2722462576 M:662061056 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2133355774.298415, should be:2133344546.641623, error:-11227.656792
  2145. 20:19:56 T:2722462576 M:661278720 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2184725856.577622, should be:2184715008.386166, error:-10848.191456
  2146. 20:20:51 T:2722462576 M:660586496 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2239521140.427166, should be:2239510500.973233, error:-10639.453933
  2147. 20:21:28 T:2730855280 M:660971520 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  2148. 20:21:39 T:2722462576 M:660889600 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2287766069.513233, should be:2287755811.938588, error:-10257.574645
  2149. 20:22:27 T:2722462576 M:659480576 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2150. 20:22:27 T:2722462576 M:659480576 ERROR: AddPackets - More bytes left than can be stored in buffer
  2151. 20:22:27 T:2722462576 M:659480576 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2335754800.733588, should be:2334724055.329000, error:-1030745.404588
  2152. 20:22:28 T:2722462576 M:659562496 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2335291107.797000, should be:2334768000.000000, error:-523107.797000
  2153. 20:22:28 T:2722462576 M:659562496 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2334772113.030000, should be:2334888000.000000, error:115886.970000
  2154. 20:22:29 T:2722462576 M:659591168 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2335990716.944000, should be:2335872000.000000, error:-118716.944000
  2155. 20:22:29 T:2722462576 M:659591168 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2336093490.959000, should be:2335973123.918991, error:-120367.040009
  2156. 20:22:29 T:2722462576 M:659582976 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2336191919.243990, should be:2336088000.000000, error:-103919.243990
  2157. 20:22:30 T:2722462576 M:659697664 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2336309373.264000, should be:2336208000.000000, error:-101373.264000
  2158. 20:22:30 T:2722462576 M:659697664 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2336427336.620000, should be:2336317554.303431, error:-109782.316569
  2159. 20:22:31 T:2722462576 M:659730432 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2337398450.675431, should be:2337295001.572332, error:-103449.103099
  2160. 20:22:32 T:2722462576 M:659886080 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2338174956.289332, should be:2338303711.375906, error:128755.086574
  2161. 20:22:33 T:2722462576 M:660176896 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2339364759.150906, should be:2339345607.058610, error:-19152.092296
  2162. 20:22:33 T:2722462576 M:660176896 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2339565865.137610, should be:2339681351.337979, error:115486.200368
  2163. 20:22:34 T:2722462576 M:660393984 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2340742045.520979, should be:2340804358.235882, error:62312.714903
  2164. 20:22:37 T:2730855280 M:660353024 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  2165. 20:23:38 T:2722462576 M:660799488 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2405112516.700882, should be:2405102493.206430, error:-10023.494452
  2166. 20:24:26 T:2722462576 M:660758528 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2452282129.022430, should be:2452272124.840688, error:-10004.181742
  2167. 20:24:55 T:2722462576 M:660549632 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2168. 20:24:55 T:2722462576 M: 0 ERROR: AddPackets - failed to add leftover bytes to render
  2169. 20:24:55 T:2722462576 M:660549632 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481485666.947688, should be:2480496000.000000, error:-989666.947688
  2170. 20:24:56 T:2722462576 M:660549632 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2171. 20:24:56 T:2722462576 M:660549632 ERROR: AddPackets - More bytes left than can be stored in buffer
  2172. 20:24:56 T:2722462576 M:660549632 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481522943.526000, should be:2480500029.032000, error:-1022914.494000
  2173. 20:24:57 T:2722462576 M:660549632 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2174. 20:24:57 T:2722462576 M:660549632 ERROR: AddPackets - failed to add leftover bytes to render
  2175. 20:24:57 T:2722462576 M:660549632 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481522656.956000, should be:2480544000.000000, error:-978656.956000
  2176. 20:24:58 T:2722462576 M:660553728 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2177. 20:24:58 T:2722462576 M:660553728 ERROR: AddPackets - More bytes left than can be stored in buffer
  2178. 20:24:58 T:2722462576 M:660553728 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481570116.503000, should be:2480548028.799000, error:-1022087.704000
  2179. 20:24:59 T:2722462576 M:660553728 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2180. 20:24:59 T:2722462576 M:660553728 ERROR: AddPackets - failed to add leftover bytes to render
  2181. 20:24:59 T:2722462576 M:660553728 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481570720.838000, should be:2480592000.000000, error:-978720.838000
  2182. 20:25:00 T:2722462576 M:660217856 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481310239.715000, should be:2480616000.000000, error:-694239.715000
  2183. 20:25:00 T:2722462576 M:660160512 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2480621062.115000, should be:2480736000.000000, error:114937.885000
  2184. 20:25:00 T:2722462576 M:660160512 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2480741350.945000, should be:2480842028.377000, error:100677.432000
  2185. 20:25:01 T:2722462576 M:660197376 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2186. 20:25:01 T:2722462576 M:660197376 ERROR: AddPackets - failed to add leftover bytes to render
  2187. 20:25:01 T:2722462576 M:660197376 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481929348.049000, should be:2480952000.000000, error:-977348.049000
  2188. 20:25:02 T:2722462576 M:660197376 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2189. 20:25:02 T:2722462576 M:660197376 ERROR: AddPackets - More bytes left than can be stored in buffer
  2190. 20:25:02 T:2722462576 M:660197376 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481977907.874000, should be:2480956029.718000, error:-1021878.156000
  2191. 20:25:03 T:2722462576 M:660197376 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2192. 20:25:03 T:2722462576 M:660197376 ERROR: AddPackets - failed to add leftover bytes to render
  2193. 20:25:03 T:2722462576 M:660197376 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481978717.057001, should be:2481000000.000000, error:-978717.057001
  2194. 20:25:04 T:2722462576 M:660197376 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2195. 20:25:04 T:2722462576 M:660197376 ERROR: AddPackets - More bytes left than can be stored in buffer
  2196. 20:25:04 T:2722462576 M:660197376 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482026847.804000, should be:2481004029.098000, error:-1022818.706000
  2197. 20:25:05 T:2722462576 M:660197376 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2198. 20:25:05 T:2722462576 M:660197376 ERROR: AddPackets - failed to add leftover bytes to render
  2199. 20:25:05 T:2722462576 M:660197376 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482026846.737000, should be:2481048000.000000, error:-978846.737000
  2200. 20:25:06 T:2722462576 M:660197376 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2201. 20:25:06 T:2722462576 M:660197376 ERROR: AddPackets - More bytes left than can be stored in buffer
  2202. 20:25:06 T:2722462576 M:660197376 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482075790.380000, should be:2481052029.447000, error:-1023760.933000
  2203. 20:25:07 T:2722462576 M:660205568 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2204. 20:25:07 T:2722462576 M:660205568 ERROR: AddPackets - failed to add leftover bytes to render
  2205. 20:25:07 T:2722462576 M:660205568 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482073923.799000, should be:2481096000.000000, error:-977923.799000
  2206. 20:25:08 T:2722462576 M:660205568 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2207. 20:25:08 T:2722462576 M:660205568 ERROR: AddPackets - More bytes left than can be stored in buffer
  2208. 20:25:08 T:2722462576 M:660205568 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482122710.617000, should be:2481100029.303000, error:-1022681.314000
  2209. 20:25:09 T:2722462576 M:660209664 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2210. 20:25:09 T:2722462576 M:660209664 ERROR: AddPackets - failed to add leftover bytes to render
  2211. 20:25:09 T:2722462576 M:660209664 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482122733.774000, should be:2481144000.000000, error:-978733.774000
  2212. 20:25:10 T:2722462576 M:660209664 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2213. 20:25:10 T:2722462576 M:660209664 ERROR: AddPackets - More bytes left than can be stored in buffer
  2214. 20:25:10 T:2722462576 M:660209664 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482170192.760000, should be:2481148028.804000, error:-1022163.956000
  2215. 20:25:11 T:2722462576 M:660209664 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2216. 20:25:11 T:2722462576 M:660209664 ERROR: AddPackets - failed to add leftover bytes to render
  2217. 20:25:11 T:2722462576 M:660209664 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482172198.953000, should be:2481192000.000000, error:-980198.953000
  2218. 20:25:12 T:2722462576 M:660217856 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2219. 20:25:12 T:2722462576 M:660217856 ERROR: AddPackets - More bytes left than can be stored in buffer
  2220. 20:25:12 T:2722462576 M:660217856 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482218604.838000, should be:2481196029.081000, error:-1022575.757000
  2221. 20:25:13 T:2722462576 M:660217856 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2222. 20:25:13 T:2722462576 M:660217856 ERROR: AddPackets - failed to add leftover bytes to render
  2223. 20:25:13 T:2722462576 M:660217856 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482218442.611000, should be:2481240000.000000, error:-978442.611000
  2224. 20:25:14 T:2722462576 M:660217856 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2225. 20:25:14 T:2722462576 M:660217856 ERROR: AddPackets - More bytes left than can be stored in buffer
  2226. 20:25:14 T:2722462576 M:660217856 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482265916.901000, should be:2481244034.464000, error:-1021882.437000
  2227. 20:25:15 T:2722462576 M:660217856 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2228. 20:25:15 T:2722462576 M:660217856 ERROR: AddPackets - failed to add leftover bytes to render
  2229. 20:25:15 T:2722462576 M:660217856 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482266813.952000, should be:2481288000.000000, error:-978813.952000
  2230. 20:25:16 T:2722462576 M:660217856 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2231. 20:25:16 T:2722462576 M:660217856 ERROR: AddPackets - More bytes left than can be stored in buffer
  2232. 20:25:16 T:2722462576 M:660217856 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482314965.010000, should be:2481292029.069000, error:-1022935.941000
  2233. 20:25:17 T:2722462576 M:660226048 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2234. 20:25:17 T:2722462576 M:660226048 ERROR: AddPackets - failed to add leftover bytes to render
  2235. 20:25:17 T:2722462576 M:660226048 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482314250.186000, should be:2481336000.000000, error:-978250.186000
  2236. 20:25:18 T:2722462576 M:660226048 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2237. 20:25:18 T:2722462576 M:660226048 ERROR: AddPackets - More bytes left than can be stored in buffer
  2238. 20:25:18 T:2722462576 M:660226048 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482362345.251000, should be:2481340029.375000, error:-1022315.876000
  2239. 20:25:18 T:2722462576 M:660152320 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481360494.585000, should be:2481480000.000000, error:119505.415000
  2240. 20:25:18 T:2722462576 M:660152320 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2481485150.921000, should be:2481590036.545000, error:104885.624000
  2241. 20:25:19 T:2722462576 M:660107264 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2482592977.282000, should be:2482577001.370040, error:-15975.911959
  2242. 20:25:29 T:2722462576 M:660299776 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2492869166.708040, should be:2492855563.405274, error:-13603.302766
  2243. 20:25:39 T:2722462576 M:660701184 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2502475655.522274, should be:2502336000.000000, error:-139655.522274
  2244. 20:25:39 T:2722462576 M:660754432 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2502620836.880000, should be:2502469767.777685, error:-151069.102315
  2245. 20:25:40 T:2722462576 M:660754432 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2502758295.200685, should be:2502624894.667615, error:-133400.533070
  2246. 20:25:43 T:3078227840 M:660668416 DEBUG: UDisks: DeviceChanged (/org/freedesktop/UDisks/devices/sda)
  2247. 20:25:43 T:3078227840 M:660668416 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method GetAll
  2248. 20:25:43 T:3078227840 M:660668416 DEBUG: UDisks: DeviceChanged - DeviceUDI /org/freedesktop/UDisks/devices/sda: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  2249. 20:26:18 T:2722462576 M:660205568 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2541470733.801615, should be:2541460613.736679, error:-10120.064936
  2250. 20:27:20 T:2722462576 M:661426176 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2602956197.427679, should be:2602946125.482786, error:-10071.944893
  2251. 20:27:42 T:2817301360 M:660996096 DEBUG: Received request to serve 'DeviceDescription.xml'
  2252. 20:28:08 T:2722462576 M:660791296 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2651185356.518786, should be:2651175160.682050, error:-10195.836736
  2253. 20:28:26 T:2692676464 M:660979712 DEBUG: Received request to serve 'DeviceDescription.xml'
  2254. 20:28:57 T:2722462576 M:661241856 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2700363053.623050, should be:2700352984.839796, error:-10068.783255
  2255. 20:29:46 T:2722462576 M:660357120 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2748593209.131795, should be:2748583162.212379, error:-10046.919416
  2256. 20:30:32 T:2722462576 M:661245952 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2257. 20:30:32 T:2722462576 M:661245952 ERROR: AddPackets - failed to add leftover bytes to render
  2258. 20:30:32 T:2722462576 M:661245952 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2794856385.457379, should be:2793864000.000000, error:-992385.457379
  2259. 20:30:33 T:2722462576 M:661245952 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2260. 20:30:33 T:2722462576 M:661245952 ERROR: AddPackets - More bytes left than can be stored in buffer
  2261. 20:30:33 T:2722462576 M:661245952 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2794889852.525000, should be:2793868029.339000, error:-1021823.186000
  2262. 20:30:34 T:2722462576 M:660815872 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2794549911.994000, should be:2793912000.000000, error:-637911.994000
  2263. 20:30:34 T:2722462576 M:660324352 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2793917796.898000, should be:2794032000.000000, error:114203.102000
  2264. 20:30:35 T:2722462576 M:660692992 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2795114685.626000, should be:2795169626.598855, error:54940.972855
  2265. 20:30:36 T:2722462576 M:661065728 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2796130738.529855, should be:2796014097.558787, error:-116640.971068
  2266. 20:30:36 T:2722462576 M:660963328 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2796213641.179787, should be:2796113318.550953, error:-100322.628834
  2267. 20:30:36 T:2722462576 M:661053440 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2796316885.541953, should be:2796216283.577517, error:-100601.964437
  2268. 20:30:36 T:2722462576 M:661041152 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2796395714.643517, should be:2796294409.280616, error:-101305.362901
  2269. 20:30:37 T:2722462576 M:661041152 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2796592117.707616, should be:2796480000.000000, error:-112117.707616
  2270. 20:30:37 T:2722462576 M:661090304 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2796780067.446000, should be:2796679397.109567, error:-100670.336433
  2271. 20:30:37 T:2722462576 M:661213184 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2797279282.348567, should be:2797380242.938570, error:100960.590003
  2272. 20:30:39 T:2722462576 M:661487616 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2798880310.390570, should be:2798981400.279661, error:101089.889091
  2273. 20:30:40 T:2722462576 M:661446656 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2799985837.714661, should be:2800002991.816816, error:17154.102155
  2274. 20:30:42 T:2730855280 M:661454848 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33
  2275. 20:30:57 T:2722462576 M:661352448 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2817306702.411816, should be:2817294643.779946, error:-12058.631870
  2276. 20:31:21 T:2722462576 M:661090304 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2277. 20:31:21 T:2722462576 M:661090304 ERROR: AddPackets - More bytes left than can be stored in buffer
  2278. 20:31:21 T:2722462576 M:661090304 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841500073.178946, should be:2840476088.908000, error:-1023984.270946
  2279. 20:31:22 T:2722462576 M:661090304 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2280. 20:31:22 T:2722462576 M:661090304 ERROR: AddPackets - failed to add leftover bytes to render
  2281. 20:31:22 T:2722462576 M:661090304 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841498012.313000, should be:2840520000.000000, error:-978012.313000
  2282. 20:31:23 T:2722462576 M:661090304 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2283. 20:31:23 T:2722462576 M:661090304 ERROR: AddPackets - More bytes left than can be stored in buffer
  2284. 20:31:23 T:2722462576 M:661090304 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841546299.484000, should be:2840524028.599000, error:-1022270.885000
  2285. 20:31:25 T:2722462576 M:661090304 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2286. 20:31:25 T:2722462576 M:661090304 ERROR: AddPackets - failed to add leftover bytes to render
  2287. 20:31:25 T:2722462576 M:661090304 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841545981.850000, should be:2840568000.000000, error:-977981.850000
  2288. 20:31:26 T:2722462576 M:661090304 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2289. 20:31:26 T:2722462576 M:661090304 ERROR: AddPackets - More bytes left than can be stored in buffer
  2290. 20:31:26 T:2722462576 M:661090304 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841594648.188000, should be:2840572028.762000, error:-1022619.426000
  2291. 20:31:27 T:2722462576 M:661090304 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2292. 20:31:27 T:2722462576 M:661090304 ERROR: AddPackets - failed to add leftover bytes to render
  2293. 20:31:27 T:2722462576 M:661090304 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841595758.285000, should be:2840616000.000000, error:-979758.285000
  2294. 20:31:28 T:2722462576 M:661098496 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2295. 20:31:28 T:2722462576 M:661098496 ERROR: AddPackets - More bytes left than can be stored in buffer
  2296. 20:31:28 T:2722462576 M:661098496 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841642250.382000, should be:2840620028.677000, error:-1022221.705000
  2297. 20:31:29 T:2722462576 M:661098496 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2298. 20:31:29 T:2722462576 M:661098496 ERROR: AddPackets - failed to add leftover bytes to render
  2299. 20:31:29 T:2722462576 M:661098496 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841642168.120000, should be:2840664000.000000, error:-978168.120000
  2300. 20:31:30 T:2722462576 M:661098496 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2301. 20:31:30 T:2722462576 M:661098496 ERROR: AddPackets - More bytes left than can be stored in buffer
  2302. 20:31:30 T:2722462576 M:661098496 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841690624.932000, should be:2840668049.591000, error:-1022575.341000
  2303. 20:31:31 T:2722462576 M:661098496 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2304. 20:31:31 T:2722462576 M:661098496 ERROR: AddPackets - failed to add leftover bytes to render
  2305. 20:31:31 T:2722462576 M:661098496 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841690679.854000, should be:2840712000.000000, error:-978679.854000
  2306. 20:31:32 T:2722462576 M:661102592 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2307. 20:31:32 T:2722462576 M:661102592 ERROR: AddPackets - More bytes left than can be stored in buffer
  2308. 20:31:32 T:2722462576 M:661102592 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841740385.637000, should be:2840716028.546000, error:-1024357.091000
  2309. 20:31:33 T:2722462576 M:661110784 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2310. 20:31:33 T:2722462576 M:661110784 ERROR: AddPackets - failed to add leftover bytes to render
  2311. 20:31:33 T:2722462576 M:661110784 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841738172.714000, should be:2840760000.000000, error:-978172.714000
  2312. 20:31:34 T:2722462576 M:661110784 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2313. 20:31:34 T:2722462576 M:661110784 ERROR: AddPackets - More bytes left than can be stored in buffer
  2314. 20:31:34 T:2722462576 M:661110784 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841786833.458000, should be:2840764028.924000, error:-1022804.534000
  2315. 20:31:35 T:2722462576 M:661110784 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2316. 20:31:35 T:2722462576 M:661110784 ERROR: AddPackets - failed to add leftover bytes to render
  2317. 20:31:35 T:2722462576 M:661110784 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841786233.789000, should be:2840808000.000000, error:-978233.789000
  2318. 20:31:36 T:2722462576 M:661110784 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2319. 20:31:36 T:2722462576 M:661110784 ERROR: AddPackets - More bytes left than can be stored in buffer
  2320. 20:31:36 T:2722462576 M:661110784 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841834227.972000, should be:2840812029.237000, error:-1022198.735000
  2321. 20:31:37 T:2722462576 M:661110784 ERROR: CDVDAudio::AddPacketsRenderer - timeout adding data to renderer
  2322. 20:31:37 T:2722462576 M:661110784 ERROR: AddPackets - failed to add leftover bytes to render
  2323. 20:31:37 T:2722462576 M:661110784 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841836550.442000, should be:2840856000.000000, error:-980550.442000
  2324. 20:31:37 T:2722462576 M:660500480 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2840872354.669000, should be:2840976000.000000, error:103645.331000
  2325. 20:31:37 T:2722462576 M:660500480 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2840980891.192000, should be:2841096000.000000, error:115108.808000
  2326. 20:31:37 T:3078227840 M:660455424 DEBUG: SDLKeyboard: scancode: 172, sym: 0, unicode: 0, modifier: 0
  2327. 20:31:37 T:3078227840 M:660455424 DEBUG: OnKey: 61619 pressed, action is Pause
  2328. 20:31:37 T:3078227840 M:660455424 DEBUG: CAnnouncementManager - Announcement: PlaybackPaused from xbmc
  2329. 20:31:37 T:3078227840 M:660455424 DEBUG: CGUIAudioManager::Initialize
  2330. 20:31:37 T:3078227840 M:660398080 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2331. 20:31:37 T:2692676464 M:660398080 DEBUG: thread start, auto delete: 1
  2332. 20:31:37 T:2692676464 M:660398080 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/TV Shows/The Tudors/Season 4//clearart.png
  2333. 20:31:38 T:3078227840 M:660496384 DEBUG: SDLKeyboard: scancode: 172, sym: 0, unicode: 0, modifier: 0
  2334. 20:31:38 T:3078227840 M:660496384 DEBUG: OnKey: 61619 pressed, action is Pause
  2335. 20:31:38 T:2722462576 M:660496384 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2841400132.555000, should be:2841384000.000000, error:-16132.555000
  2336. 20:31:38 T:2722462576 M:660496384 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2840523055.465000, should be:2841408000.000000, error:884944.535000
  2337. 20:31:38 T:2722462576 M:660496384 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2840545841.085000, should be:2841432000.000000, error:886158.915000
  2338. 20:31:38 T:3078227840 M:660496384 DEBUG: CAnnouncementManager - Announcement: PlaybackResumed from xbmc
  2339. 20:31:38 T:3078227840 M:660496384 DEBUG: CGUIAudioManager::DeInitialize
  2340. 20:31:38 T:2722462576 M:660496384 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2840604494.777000, should be:2841456000.000000, error:851505.223000
  2341. 20:31:39 T:2730855280 M:660598784 WARNING: CRenderManager::FlipPage - timeout waiting for flip to complete
  2342. 20:31:40 T:2730855280 M:660598784 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  2343. 20:31:41 T:3078227840 M:660619264 WARNING: Previous line repeats 5 times.
  2344. 20:31:41 T:3078227840 M:660619264 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2345. 20:31:48 T:2722462576 M:660660224 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2851774000.947000, should be:2851762530.879047, error:-11470.067952
  2346. 20:31:54 T:2722462576 M:661004288 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2857460031.843048, should be:2857352015.266305, error:-108016.576743
  2347. 20:31:54 T:2722462576 M:660971520 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2857552577.320305, should be:2857452559.784921, error:-100017.535384
  2348. 20:31:54 T:2722462576 M:660971520 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2857652771.914921, should be:2857552629.732086, error:-100142.182835
  2349. 20:31:55 T:2722462576 M:660971520 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2857752283.338086, should be:2857652222.792351, error:-100060.545735
  2350. 20:31:56 T:2722462576 M:661282816 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2858653481.763351, should be:2858633725.104909, error:-19756.658442
  2351. 20:32:01 T:2722462576 M:661614592 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2863782324.918909, should be:2863793854.220570, error:11529.301661
  2352. 20:32:07 T:2692676464 M:661274624 DEBUG: Thread 2692676464 terminating (autodelete)
  2353. 20:32:41 T:2722462576 M:661159936 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2903823522.352570, should be:2903812036.580009, error:-11485.772561
  2354. 20:33:29 T:2722462576 M:661139456 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2951588775.104009, should be:2951578518.184430, error:-10256.919579
  2355. 20:34:16 T:2722462576 M:661270528 DEBUG: CDVDPlayerAudio:: Discontinuity - was:2999354278.544430, should be:2999343997.540001, error:-10281.004428
  2356. 20:35:07 T:2722462576 M:661323776 DEBUG: CDVDPlayerAudio:: Discontinuity - was:3050225970.923001, should be:3050215927.915433, error:-10043.007568
  2357. 20:35:32 T:3078227840 M:661803008 DEBUG: ------ Window Init (VideoOSD.xml) ------
  2358. 20:35:32 T:3078227840 M:661803008 INFO: Loading skin file: VideoOSD.xml
  2359. 20:35:38 T:3078227840 M:659615744 DEBUG: ------ Window Deinit (VideoOSD.xml) ------
  2360. 20:35:57 T:2722462576 M:663179264 DEBUG: CDVDPlayerAudio:: Discontinuity - was:3100122546.093433, should be:3100112252.858538, error:-10293.234895
  2361. 20:36:20 T:2722462576 M:663191552 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_EOF
  2362. 20:36:20 T:2722462576 M:663191552 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
  2363. 20:36:20 T:2782899056 M:663113728 NOTICE: CDVDPlayer::OnExit()
  2364. 20:36:20 T:2782899056 M:663113728 NOTICE: DVDPlayer: eof, waiting for queues to empty
  2365. 20:36:20 T:2782899056 M:663113728 NOTICE: DVDPlayer: closing audio stream
  2366. 20:36:20 T:2782899056 M:663113728 NOTICE: Closing audio stream
  2367. 20:36:20 T:2782899056 M:663113728 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
  2368. 20:36:20 T:2722462576 M:663113728 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
  2369. 20:36:20 T:2782899056 M:663113728 NOTICE: Waiting for audio thread to exit
  2370. 20:36:20 T:2722462576 M:663113728 DEBUG: CDVDPlayerAudio::Process - Abort received, exiting thread
  2371. 20:36:20 T:2722462576 M:663113728 NOTICE: thread end: CDVDPlayerAudio::OnExit()
  2372. 20:36:20 T:2722462576 M:663113728 DEBUG: Thread 2722462576 terminating
  2373. 20:36:20 T:2782899056 M:663113728 NOTICE: Closing audio device
  2374. 20:36:20 T:2782899056 M:662839296 DEBUG: SetActiveDevice - SetActiveDevice from 2 to 1
  2375. 20:36:20 T:2782899056 M:662687744 DEBUG: RemoveActiveDevice - Removing device 2
  2376. 20:36:20 T:2782899056 M:662687744 DEBUG: CGUIAudioManager::Initialize
  2377. 20:36:20 T:2730855280 M:662306816 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available
  2378. 20:36:20 T:2782899056 M:662179840 NOTICE: Deleting audio codec
  2379. 20:36:20 T:2782899056 M:662179840 NOTICE: DVDPlayer: closing video stream
  2380. 20:36:20 T:2782899056 M:662179840 NOTICE: Closing video stream
  2381. 20:36:20 T:2782899056 M:662179840 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
  2382. 20:36:20 T:2730855280 M:662179840 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  2383. 20:36:20 T:2782899056 M:662179840 NOTICE: waiting for video thread to exit
  2384. 20:36:20 T:2730855280 M:662179840 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
  2385. 20:36:20 T:2730855280 M:662200320 NOTICE: thread end: video_thread
  2386. 20:36:20 T:2730855280 M:662200320 DEBUG: Thread 2730855280 terminating
  2387. 20:36:20 T:2782899056 M:662200320 NOTICE: deleting video codec
  2388. 20:36:20 T:2782899056 M:662319104 NOTICE: CDVDPlayer::OnExit() deleting demuxer
  2389. 20:36:20 T:2782899056 M:667271168 NOTICE: CDVDPlayer::OnExit() deleting input stream
  2390. 20:36:20 T:2782899056 M:667271168 DEBUG: CAnnouncementManager - Announcement: PlaybackEnded from xbmc
  2391. 20:36:20 T:2782899056 M:667271168 DEBUG: Thread 2782899056 terminating
  2392. 20:36:20 T:3078227840 M:667271168 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  2393. 20:36:20 T:3078227840 M:667271168 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  2394. 20:36:20 T:3078227840 M:667406336 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12b
  2395. 20:36:21 T:3078227840 M:665964544 ERROR: GLX: Same window as before, refreshing context
  2396. 20:36:21 T:3078227840 M:665964544 INFO: GL: Maximum texture width: 8192
  2397. 20:36:21 T:3078227840 M:665935872 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  2398. 20:36:21 T:3078227840 M:665935872 DEBUG: ------ Window Init (Settings.xml) ------
  2399. 20:36:21 T:3078227840 M:665935872 INFO: Loading skin file: Settings.xml
  2400. 20:36:21 T:2739247984 M:665935872 DEBUG: thread start, auto delete: 1
  2401. 20:36:21 T:3078227840 M:665935872 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-i486-linux.so)
  2402. 20:36:21 T:3078227840 M:665935872 DEBUG: Unloading: ImageLib-i486-linux.so
  2403. 20:36:21 T:2739247984 M:665935872 DEBUG: DoWork - Saving file state for video item /media/WD USB 2/TV Shows/The Tudors/Season 4/The Tudors S04E07.avi
  2404. 20:36:21 T:3078227840 M:705957888 DEBUG: Checking repository XBMC.org Add-ons for updates
  2405. 20:36:21 T:2747640688 M:705957888 DEBUG: thread start, auto delete: 1
  2406. 20:36:21 T:3078227840 M:705900544 DEBUG: Checking repository Library Auto Updater repository for updates
  2407. 20:36:21 T:2756033392 M:705900544 DEBUG: thread start, auto delete: 1
  2408. 20:36:21 T:3078227840 M:705900544 DEBUG: Checking repository Aeon Nox Repository for updates
  2409. 20:36:21 T:2764426096 M:705900544 DEBUG: thread start, auto delete: 1
  2410. 20:36:21 T:2747640688 M:704430080 DEBUG: CFileCache::Open - opening <addons/dharma/addons.xml.md5> using cache
  2411. 20:36:21 T:2756033392 M:704430080 DEBUG: CFileCache::Open - opening <takoi/xbmc-autoupdater-addon-repo/raw/x86/addons.xml.md5> using cache
  2412. 20:36:21 T:2739247984 M:704200704 DEBUG: DoWork - Marking video item /media/WD USB 2/TV Shows/The Tudors/Season 4/The Tudors S04E07.avi as watched
  2413. 20:36:21 T:2764426096 M:704163840 DEBUG: Loading: /usr/lib/xbmc/system/ImageLib-i486-linux.so
  2414. 20:36:21 T:2747640688 M:699518976 DEBUG: Loading: libcurl-gnutls.so.4
  2415. 20:36:21 T:2756033392 M:698576896 DEBUG: FileCurl::Open(0xa140698) http://github.com/takoi/xbmc-autoupdater-addon-repo/raw/x86/addons.xml.md5
  2416. 20:36:21 T:2747640688 M:698462208 DEBUG: FileCurl::Open(0xb5301f88) http://mirrors.xbmc.org/addons/dharma/addons.xml.md5
  2417. 20:36:21 T:2756033392 M:698290176 INFO: easy_aquire - Created session to http://github.com
  2418. 20:36:21 T:2747640688 M:697888768 INFO: easy_aquire - Created session to http://mirrors.xbmc.org
  2419. 20:36:22 T:3078227840 M:674234368 NOTICE: CDVDPlayer::CloseFile()
  2420. 20:36:22 T:3078227840 M:674234368 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  2421. 20:36:22 T:3078227840 M:674234368 NOTICE: DVDPlayer: waiting for threads to exit
  2422. 20:36:22 T:3078227840 M:674234368 NOTICE: DVDPlayer: finished waiting
  2423. 20:36:22 T:3078227840 M:674234368 DEBUG: LinuxRendererGL: Cleaning up GL resources
  2424. 20:36:22 T:2739247984 M:673550336 DEBUG: DoWork - took 334 ms to load special://skin/backgrounds/addons.jpg
  2425. 20:36:22 T:2764426096 M:671227904 DEBUG: DoWork - took 541 ms to load special://skin/backgrounds/settings.jpg
  2426. 20:36:22 T:2764426096 M:671227904 DEBUG: CFileCache::Open - opening <svn/branches/repository/addons.xml.md5> using cache
  2427. 20:36:22 T:2764426096 M:671227904 DEBUG: FileCurl::Open(0xa37a660) http://aeon--nox.googlecode.com/svn/branches/repository/addons.xml.md5
  2428. 20:36:22 T:2764426096 M:671227904 INFO: easy_aquire - Created session to http://aeon--nox.googlecode.com
  2429. 20:36:30 T:3078227840 M:671395840 DEBUG: SDLKeyboard: scancode: 37, sym: 306, unicode: 0, modifier: 0
  2430. 20:36:32 T:2764426096 M:669769728 WARNING: FillBuffer: curl failed with code 28
  2431. 20:36:32 T:2764426096 M:669769728 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  2432. 20:36:32 T:2764426096 M:669769728 DEBUG: FileCurl::Close(0xa37a660) http://aeon--nox.googlecode.com/svn/branches/repository/addons.xml.md5
  2433. 20:36:32 T:2764426096 M:669769728 ERROR: Open - failed to open source <http://aeon--nox.googlecode.com/svn/branches/repository/addons.xml.md5>
  2434. 20:36:32 T:2739247984 M:667865088 DEBUG: DoWork - took 215 ms to load special://skin/backgrounds/network.jpg
  2435. 20:36:32 T:2764426096 M:667611136 DEBUG: DoWork - took 214 ms to load special://skin/backgrounds/network.jpg
  2436. 20:36:33 T:2782899056 M:667635712 DEBUG: Received request to serve 'DeviceDescription.xml'
  2437. 20:36:33 T:3078227840 M:667627520 DEBUG: SDLKeyboard: scancode: 94, sym: 92, unicode: 92, modifier: 0
  2438. 20:36:33 T:3078227840 M:667627520 DEBUG: OnKey: 61676 pressed, action is ToggleFullScreen
  2439. 20:36:33 T:3078227840 M:668078080 ERROR: GLX: Same window as before, refreshing context
  2440. 20:36:33 T:3078227840 M:668078080 INFO: GL: Maximum texture width: 8192
  2441. 20:36:35 T:2692676464 M:672587776 DEBUG: Received request to serve 'DeviceDescription.xml'
  2442. 20:36:36 T:2756033392 M:672841728 WARNING: FillBuffer: curl failed with code 28
  2443. 20:36:36 T:2756033392 M:672841728 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  2444. 20:36:36 T:2756033392 M:672841728 DEBUG: FileCurl::Close(0xa140698) http://github.com/takoi/xbmc-autoupdater-addon-repo/raw/x86/addons.xml.md5
  2445. 20:36:36 T:2756033392 M:672841728 ERROR: Open - failed to open source <http://github.com/takoi/xbmc-autoupdater-addon-repo/raw/x86/addons.xml.md5>
  2446. 20:36:36 T:2756033392 M:672841728 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.module.pyinotify.'
  2447. 20:36:36 T:2756033392 M:672841728 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.autoupdater.'
  2448. 20:36:36 T:2747640688 M:672841728 WARNING: FillBuffer: curl failed with code 28
  2449. 20:36:36 T:2747640688 M:672841728 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  2450. 20:36:36 T:2747640688 M:672841728 DEBUG: FileCurl::Close(0xb5301f88) http://mirrors.xbmc.org/addons/dharma/addons.xml.md5
  2451. 20:36:36 T:2747640688 M:672841728 ERROR: Open - failed to open source <http://mirrors.xbmc.org/addons/dharma/addons.xml.md5>
  2452. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.audio.grooveshark.'
  2453. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.xbmc.subtitles.'
  2454. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.cine.passion-xbmc.org.'
  2455. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.movieplayer.it.'
  2456. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.tv.movieplayer.it.'
  2457. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.mtime.com.'
  2458. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.engadget.'
  2459. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.moviemazer.'
  2460. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.dr.dk.netradio.'
  2461. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.dmi.dk.'
  2462. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.m1905.com.'
  2463. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.cdartmanager.'
  2464. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.mymovies.it.'
  2465. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.pseudotv.'
  2466. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.albums.last.fm.'
  2467. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.artists.last.fm.'
  2468. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.engadget.'
  2469. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.image.lastfm.'
  2470. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.imdb.com.'
  2471. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.port.hu.'
  2472. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.googletechtalks.'
  2473. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.nederland24.'
  2474. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.image.lastfm.slideshow.'
  2475. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.arretsurimages.'
  2476. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.eyetv.parser.'
  2477. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.svtplay.'
  2478. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.gametest.dk.'
  2479. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.videovideo.dk.'
  2480. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.nascar.'
  2481. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.filmweb.pl.'
  2482. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.artists.yoyo.pl.'
  2483. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.program.rtorrent.'
  2484. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.gamesonnet.'
  2485. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.simplicity.'
  2486. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.wimp.'
  2487. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.hvsc.'
  2488. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.dr.dk.bonanza.'
  2489. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.drnu.'
  2490. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.secsports.'
  2491. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.eevblog.'
  2492. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.games.rom.collection.browser.'
  2493. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.mpdc.'
  2494. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.escapistmagazine.'
  2495. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.7176.com.'
  2496. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.serialzone.cz.'
  2497. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.revision3.'
  2498. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.pbs.'
  2499. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.qlock.'
  2500. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.mozart.'
  2501. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.mediathek.'
  2502. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.kinopoisk.ru.'
  2503. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.moviemeter.nl.'
  2504. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.carmichael.'
  2505. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.flw.outdoors.'
  2506. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.cartoon.network.'
  2507. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.ellipsis.'
  2508. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.kinobox.cz.'
  2509. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.skin.news.'
  2510. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.onmytv.'
  2511. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.program.utorrent.'
  2512. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.filmaffinity.com.'
  2513. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.trakt.'
  2514. 20:36:37 T:2747640688 M: 0 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.tvrage.com.'
  2515. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.tagesschau.'
  2516. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.common.impa.com.'
  2517. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.mythbox.'
  2518. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.module.danishaddons.'
  2519. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.animeftw.'
  2520. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.ccctv.'
  2521. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.modland.'
  2522. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.program.jdownloader.'
  2523. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.forum.browser.'
  2524. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.day9.'
  2525. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.image.facebook.'
  2526. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.filecleaner.'
  2527. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.image.flickr.'
  2528. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.web.viewer.'
  2529. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.musicvideojukebox.'
  2530. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.relive.'
  2531. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.gametrailers.'
  2532. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.podcatcher.'
  2533. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.raiclick.'
  2534. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.tvkaista.'
  2535. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.classiccinema.'
  2536. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.vimeo.'
  2537. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.vega.'
  2538. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.trailer.addict.'
  2539. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.pelisalacarta.'
  2540. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.icecast.'
  2541. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.soundcloud.'
  2542. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.program.SABnzbd.'
  2543. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.image.mypicsdb.'
  2544. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.cu.lyrics.'
  2545. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.gamestar.'
  2546. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.sharethetv.'
  2547. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.shoutcast.'
  2548. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.back-row.'
  2549. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.twit.'
  2550. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.mymovies.dk.'
  2551. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.internet.archive.'
  2552. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.module.dialogaddonscan.'
  2553. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.npr.'
  2554. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.giantbomb.'
  2555. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.atmovies.com.tw.'
  2556. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.artists.top100.cn.'
  2557. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.albums.top100.cn.'
  2558. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.mediastream_redux.'
  2559. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.pm3-hd.'
  2560. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.alaska.'
  2561. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.night.'
  2562. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.shade.'
  2563. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.transparency.'
  2564. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.alaska.revisited.mod.'
  2565. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in skin.xperience.'
  2566. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.module.elementtree.'
  2567. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.program.executor.'
  2568. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.tvalacarta.'
  2569. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.fox.news.'
  2570. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.program.launcher.'
  2571. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.tas.'
  2572. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.tv3.ondemand.'
  2573. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.tvnz.ondemand.'
  2574. 20:36:37 T:2747640688 M:1318252544 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.module.cryptopy.'
  2575. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.image.google.'
  2576. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.previewnetworks.'
  2577. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.luisterpaal.'
  2578. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.image.picasa.'
  2579. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.program.multiroomaudio.'
  2580. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.image.icanhascheezburger.com.'
  2581. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.zoneminder.'
  2582. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.jupiterbroadcasting.'
  2583. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.games.xbmame.'
  2584. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.listenliveeu.'
  2585. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.academicearth.'
  2586. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.image.iphoto.'
  2587. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.nrk.'
  2588. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.funny.or.die.'
  2589. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.spiegelonline.'
  2590. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.rbk.no.'
  2591. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.zapiks.'
  2592. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.cnet.podcasts.'
  2593. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.videomonkey.'
  2594. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.video.earth.touch.'
  2595. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in plugin.audio.twit.'
  2596. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.he.israel-music.co.il.'
  2597. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.movie.naver.com.'
  2598. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.common.movie.daum.net.'
  2599. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.filmbasen.dagbladet.no.'
  2600. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.common.dtrailer.com.'
  2601. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.artists.daum.net.'
  2602. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.cinemagia.ro.'
  2603. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.cinemarx.ro.'
  2604. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.filmdelta.se.'
  2605. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.anidb.net.'
  2606. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.artists.naver.com.'
  2607. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.albums.naver.com.'
  2608. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.albums.daum.net.'
  2609. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.kino.de.'
  2610. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.filmstarts.de.'
  2611. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.videobuster.de.'
  2612. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.cinefacts.de.'
  2613. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.common.movieposterdb.com.'
  2614. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.tv.daum.net.'
  2615. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.movie.daum.net.'
  2616. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.bestanime.co.kr.'
  2617. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.beyazperde.mynet.com.'
  2618. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.worldart.ru.'
  2619. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.amazon.co.uk.'
  2620. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.fdb.pl.'
  2621. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.rottentomatoes.com.'
  2622. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.albums.freebase.com.'
  2623. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.albums.1ting.com.'
  2624. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.artists.1ting.com.'
  2625. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.albums.metal-archives.com.'
  2626. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.artists.metal-archives.com.'
  2627. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.artists.freebase.com.'
  2628. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.asiandb.com.'
  2629. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.ptgate.pt.'
  2630. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.yahoomusic.com.'
  2631. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.getlib.com.'
  2632. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.movie.animenewsnetwork.com.'
  2633. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.sratim.co.il.'
  2634. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.moviemaze.de.'
  2635. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.tvshows.animenewsnetwork.com.'
  2636. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.ofdb.de.'
  2637. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.albums.merlin.pl.'
  2638. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.amazon.com.'
  2639. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.disneyinfo.nl.'
  2640. 20:36:37 T:2747640688 M: 0 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in metadata.tw.movie.yahoo.com.'
  2641. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.cdart.'
  2642. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.transmission.'
  2643. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.wol.'
  2644. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.libraryautoupdate.'
  2645. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.lrclyrics.'
  2646. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.image.bigpictures.'
  2647. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.xbmc.debug.log.'
  2648. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.gmail.checker.'
  2649. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.bootable.disk.wizard.'
  2650. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.xbmc.audio.mixer.'
  2651. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.pypredefcom.'
  2652. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in webinterface.wtouch.'
  2653. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in webinterface.XWMM.'
  2654. 20:36:37 T:2747640688 M:672714752 DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in webinterface.awx.'
  2655. 20:36:39 T:2739247984 M:666902528 DEBUG: DoWork - took 1101 ms to load special://skin/backgrounds/videos.jpg
  2656. 20:36:42 T:2764426096 M:666808320 DEBUG: FileManager: copy http://aeon--nox.googlecode.com/svn/branches/repo/skin.aeon.nox/skin.aeon.nox-0.9.6.2.zip|Referer=skin.aeon.nox-0.9.5.zip->special://home/addons/packages/skin.aeon.nox-0.9.6.2.zip
  2657. 20:36:42 T:2764426096 M:1298534400 DEBUG: FileCurl::Open(0xa37a660) http://aeon--nox.googlecode.com/svn/branches/repo/skin.aeon.nox/skin.aeon.nox-0.9.6.2.zip
  2658. 20:36:51 T:3078227840 M:670433280 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/avformat-52-i486-linux.so)
  2659. 20:36:51 T:3078227840 M:670433280 DEBUG: Unloading: avformat-52-i486-linux.so
  2660. 20:36:51 T:3078227840 M:670486528 DEBUG: SECTION:UnloadDelayed(DLL: libmad.so.0)
  2661. 20:36:51 T:3078227840 M:670486528 DEBUG: Unloading: libmad.so.0
  2662. 20:37:06 T:2756033392 M:669872128 DEBUG: Thread 2756033392 terminating (autodelete)
  2663. 20:37:07 T:3078227840 M:670728192 INFO: CheckIdle - Closing session to http://github.com (easy=0xa91fa98, multi=0xa8e2010)
  2664. 20:37:07 T:3078227840 M:670728192 INFO: CheckIdle - Closing session to http://mirrors.xbmc.org (easy=0xa190cb48, multi=0x96ab5b8)
  2665. 20:37:07 T:2747640688 M:670728192 DEBUG: Thread 2747640688 terminating (autodelete)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement