Advertisement
dannyproy

xbmc log sound working

Apr 3rd, 2011
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 126.12 KB | None | 0 0
  1. 18:48:40 T:3026044928 M:974848000 NOTICE: -----------------------------------------------------------------------
  2. 18:48:40 T:3026044928 M:974753792 NOTICE: Starting XBMC, Platform: Linux (OpenELEC - Version: 0.99.4, 2.6.38.2 i686). Built on Mar 31 2011 (Git:e9e9099)
  3. 18:48:40 T:3026044928 M:974602240 NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
  4. 18:48:40 T:3026044928 M:974602240 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/xbmc
  5. 18:48:40 T:3026044928 M:974602240 NOTICE: special://masterprofile/ is mapped to: /storage/.xbmc/userdata
  6. 18:48:40 T:3026044928 M:974602240 NOTICE: special://home/ is mapped to: /storage/.xbmc
  7. 18:48:40 T:3026044928 M:974602240 NOTICE: special://temp/ is mapped to: /storage/.xbmc/temp
  8. 18:48:40 T:3026044928 M:974602240 NOTICE: The executable running is: /usr/lib/xbmc/xbmc.bin
  9. 18:48:40 T:3026044928 M:974602240 NOTICE: Log File is located: /storage/.xbmc/temp/xbmc.log
  10. 18:48:40 T:3026044928 M:974602240 NOTICE: -----------------------------------------------------------------------
  11. 18:48:43 T:3026044928 M:953503744 NOTICE: Setup SDL
  12. 18:48:44 T:3026044928 M:952696832 NOTICE: load settings...
  13. 18:48:44 T:3026044928 M:952696832 NOTICE: special://profile/ is mapped to: special://masterprofile/
  14. 18:48:44 T:3026044928 M:952696832 NOTICE: loading special://masterprofile/guisettings.xml
  15. 18:48:44 T:3026044928 M:952258560 NOTICE: Getting hardware information now...
  16. 18:48:44 T:3026044928 M:952258560 NOTICE: Checking resolution 12
  17. 19:48:44 T:3026044928 M:952258560 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  18. 19:48:44 T:3026044928 M:952164352 NOTICE: Loaded playercorefactory configuration
  19. 19:48:44 T:3026044928 M:952164352 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  20. 19:48:44 T:3026044928 M:952164352 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  21. 19:48:44 T:3026044928 M:952164352 NOTICE: Loaded advancedsettings.xml from special://profile/advancedsettings.xml
  22. 19:48:44 T:3026044928 M:952164352 NOTICE: Contents of special://profile/advancedsettings.xml are...
  23. <advancedsettings>
  24. <useddsfanart>true</useddsfanart>
  25. <cputempcommand>cputemp</cputempcommand>
  26. <gputempcommand>gputemp</gputempcommand>
  27. <samba>
  28. <clienttimeout>30</clienttimeout>
  29. </samba>
  30. <!-- Customise/remove/comment this section to your personal preferences -->
  31. <useddsfanart>true</useddsfanart>
  32. <!-- Enable GPU accelerated fanart-->
  33. <navigatevirtualkeyboard>true</navigatevirtualkeyboard>
  34. <!-- Activates virtual keyboard navigation, default is false -->
  35. <cputempcommand>cputemp</cputempcommand>
  36. <!-- OpenELEC Specific -->
  37. <gputempcommand>gputemp</gputempcommand>
  38. <!-- OpenELEC Specific -->
  39. <samba>
  40. <clienttimeout>30</clienttimeout>
  41. <!-- Set a sensible SAMBA timeout -->
  42. </samba>
  43. <lcd>
  44. <!-- This is for my Antec LCD. Edit for your own -->
  45. <rows>2</rows>
  46. <columns>16</columns>
  47. <scrolldelay>4</scrolldelay>
  48. <dimonscreensave>true</dimonscreensave>
  49. <!-- Turns of the LCD/VFD backlight while screensaving. Defaults to false. -->
  50. </lcd>
  51. <videolibrary>
  52. <hideallitems>true</hideallitems>
  53. <!-- Remove the "*All" items from the video library -->
  54. <hideemptyseries>false</hideemptyseries>
  55. <!-- Dont hide empty series in the video library -->
  56. <hiderecentlyaddeditems>false</hiderecentlyaddeditems>
  57. <!-- Dont remove the "Recently added ..." items from the video library. -->
  58. <recentlyaddeditems>300</recentlyaddeditems>
  59. <!-- Increase number of recently added items from default 25 -->
  60. <backgroundupdate>false</backgroundupdate>
  61. <!-- Set to hide the video scanner dialog from the gui -->
  62. <flattentvshows>0</flattentvshows>
  63. <!-- Never flatten TV show seasons, 0=never 1=if one season (default) 2=all -->
  64. </videolibrary>
  65. <musiclibrary>
  66. <backgroundupdate>false</backgroundupdate>
  67. <!-- set to hide the music scanner dialog from the gui -->
  68. </musiclibrary>
  69. <myvideos>
  70. <extractthumb>false</extractthumb>
  71. <!-- Dont create random thumbnails. Either scrape them from the internet or dont have them -->
  72. </myvideos>
  73. <sorttokens>
  74. <token separators="">&quot;</token>
  75. <!-- Ignore " when sorting. Senisble due to IMDB naming policy -->
  76. </sorttokens>
  77. <video>
  78. <!-- Stop XBMC indexing some unwanted common items -->
  79. <excludefromscan action="prepend">
  80. <regexp>(?i)extras</regexp>
  81. <!-- Greedy, whole path, case insensitive ignore -->
  82. <regexp>(?i)sample</regexp>
  83. <!-- Greedy, whole path, case insensitive ignore -->
  84. <regexp>(?i)uTorrentPartFile</regexp>
  85. <!-- Ignore common scrap files -->
  86. </excludefromscan>
  87. <excludetvshowsfromscan action="prepend">
  88. <regexp>(?i)extras</regexp>
  89. <!-- Greedy, whole path, case insensitive ignore -->
  90. <regexp>(?i)sample</regexp>
  91. <!-- Greedy, whole path, case insensitive ignore -->
  92. <regexp>(?i)uTorrentPartFile</regexp>
  93. <!-- Ignore common scrap files -->
  94. </excludetvshowsfromscan>
  95. </video>
  96. <tvshowmatching action="prepend">
  97. <!-- Catch some troublesome formats before XBMC -->
  98. <!-- DIRFIX Handling -->
  99. <regexp>(?i)[\. _-]s(\d{1,2})[\. _-]?e(\d{1,2})(.*)dirfix</regexp>
  100. <!-- DIRFIX Handling show.name.S01E10E11.ep.name.here.DiRFiX.PROPER.HDTV.XviD-XEE-->
  101. <!-- Edge case scene handling -->
  102. <regexp>(?i)[/\\]tpz-(?:24|30rock|4400)(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  103. <!-- tpz-SPECIFICSHOW12324.avi This attempts to cater for some odditys -->
  104. <regexp>(?i)[/\\]tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  105. <!-- tzp-show12324.avi -->
  106. <regexp>(?i)[/\\]tpz-johnadams(\d).avi</regexp>
  107. <!-- tpz-johnadams2.avi. Another TPZ divergence from their own naming scheme. XBMC will assume Season 1 if only one match-->
  108. <regexp>(?i)[/\\]tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  109. <!-- tzp-show12324.avi -->
  110. <regexp>(?i)[.a-z](\d{1,2})(\d\d)-notv([^/\\]*)</regexp>
  111. <!-- frng101-notv.avi -->
  112. <regexp>(?i)[/\\]\w+-\w+(\d)(\d\d)\.</regexp>
  113. <!-- mtn-tts104.avi -->
  114. <!-- Anime specific matching. YMMV with this one as anime naming is oddball. REQUIRES CRC in name -->
  115. <regexp>(?i)()(?:[\. _-]|ep)(\d{1,3})[\. _-v].*[[({][\da-f]{8}[])}]</regexp>
  116. <!-- [Doki]_Asobi_ni_Iku_yo!_-_03v2_(1280x720_h264_AAC)_[B5B9C6F3].mkv -->
  117. </tvshowmatching>
  118. <tvshowmatching action="append">
  119. <!-- XBMC has tried, now its our turn again -->
  120. <!-- Use the season number from the folder name and ep number from video file -->
  121. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\]\D+[\. _-](\d{1,2})[\. _-]\D+</regexp>
  122. <!-- /Season 1/the_episode_8.avi HUGE potential for false positives. Comment out if you are unsure -->
  123. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\D\1(\d\d)(?!.*])</regexp>
  124. <!-- /Action/Season 1/Action101 Pilot.avi Last (?!.*]) helps with anime false positives. not a perfect solution -->
  125. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\](\d{1,2})\W([^/\\]*)</regexp>
  126. <!-- /UFO/Season 1/02.Computer.Affair.Divx e.g. lame sequntial numbering witout season -->
  127. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wep?\.?(\d{1,2})\W([^/\\]*)</regexp>
  128. <!-- /Ulysses 31/Season 1/Ulysses 31 E12 Trapped.avi e.g. lame sequntial numbering witout season -->
  129. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\W?episode\W?(\d{1,2})\W([^/\\]*)</regexp>
  130. <!-- /The Chronicles/Season 1/Chronicles.Of.01.The.episode.6.DVDRip.DivX-movies.avi -->
  131. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wpart\W?(\d{1,2})\W([^/\\]*)</regexp>
  132. <!-- /NASA Missions/Season 1/nasa.missions.part.3.hdtv.xvid-fqm.avi -->
  133. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wchapter\W?(\d{1,2})\W([^/\\]*)</regexp>
  134. <!-- /The Young/Season 1/The.Young.Chapter.01.My.First.Adventure.DVDRip.XviD-SAiNTS.avi -->
  135. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\1\W?x\W?(\d{1,2})([^/\\]*)</regexp>
  136. <!-- /season 5/Lost - 5 x 05.mkv -->
  137. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?s0?\1[ex.]{0,2}(\d{1,2})([^/\\]*)</regexp>
  138. <!-- /Season 1/Grange Hill S01xE01.avi -->
  139. </tvshowmatching>
  140. <moviestacking>
  141. <!-- Tokens - (Title)(Volume)(Ignore)(Extension). If you have a "one pile file" system of movie organization then DONT run these -->
  142. <regexp>(?i)(.*-done[\. _-])(\d)(\.)(\w{3})$</regexp>
  143. <!-- movie name.blah.DVDRip.XviD-DoNE.1.avi -->
  144. <regexp>(?i)(.*?[\. _-]cd)(\d)([\. _-].*?\.)(\w{3})$</regexp>
  145. <!-- movie name.blah.iNTERNAL.DVDRip.XViD.CD1-TWiST.avi -->
  146. <regexp>(?i)(.*?[\. _-]cd)(\d)(\.)(\w{3})$</regexp>
  147. <!-- group-40yearoldv-cd1.avi -->
  148. <regexp>(?i)(.*?cd)(\d)(\.)(\w{3})$</regexp>
  149. <!-- group-30doncd1.avi -->
  150. <regexp>(?i)(.*[\. _-])([abc])(\.)(\w{3})$</regexp>
  151. <!-- group-310ty-a.avi -->
  152. <regexp>(?i)(.*?)([abc123])(\.)(\w{3})$</regexp>
  153. <!-- group-outa.avi -->
  154. <regexp>(?i)(.*?)([abc123])([\. _-](?:xvid|divx|int)\.)(\w{3})$</regexp>
  155. <!-- group-moviea-xvid.avi -->
  156. <regexp>(?i)(.*)(\d{1,2})(\.)(\w{3})$</regexp>
  157. <!-- group-movie2.avi -->
  158. <regexp>(?i)(.*)(\d{1,2})([\. _-]\w{3,10}\.)(\w{3})$</regexp>
  159. <!-- movie1-grp.avi -->
  160. <regexp>(?i)(.*?[\. _-])(\d{1,2})(\.)(\w{3})$</regexp>
  161. <!-- movie-name-01.avi.avi -->
  162. <regexp>(?i)(.*?[\. _-]part)(\d{1,2})([\. _-].*?\.)(\w{3})$</regexp>
  163. <!-- Movie.name.DvDrip.Part1-group.avi -->
  164. </moviestacking>
  165. </advancedsettings>
  166. 19:48:44 T:3026044928 M:952164352 NOTICE: Getting hardware information now...
  167. 19:48:44 T:3026044928 M:952164352 NOTICE: Checking resolution 12
  168. 19:48:44 T:3026044928 M:952164352 NOTICE: Default DVD Player: dvdplayer
  169. 19:48:44 T:3026044928 M:952164352 NOTICE: Default Video Player: dvdplayer
  170. 19:48:44 T:3026044928 M:952164352 NOTICE: Default Audio Player: paplayer
  171. 19:48:44 T:3026044928 M:952164352 NOTICE: Enabled debug logging due to GUI setting (2)
  172. 19:48:44 T:3026044928 M:952164352 NOTICE: Loading media sources from special://masterprofile/sources.xml
  173. 19:48:44 T:3026044928 M:952053760 INFO: creating subdirectories
  174. 19:48:44 T:3026044928 M:952053760 INFO: userdata folder: special://masterprofile/
  175. 19:48:44 T:3026044928 M:952053760 INFO: recording folder:
  176. 19:48:44 T:3026044928 M:952053760 INFO: screenshots folder:/storage/screenshots/
  177. 19:48:44 T:3026044928 M:952102912 INFO: thumbnails folder: special://masterprofile/Thumbnails
  178. 19:48:44 T:3026044928 M:951959552 INFO: load language info file: special://xbmc/language/English/langinfo.xml
  179. 19:48:44 T:3026044928 M:952135680 INFO: load language file:special://xbmc/language/English/strings.xml
  180. 19:48:44 T:3026044928 M:951508992 DEBUG: Loading: /usr/lib/xbmc/system/libcpluff-i486-linux.so
  181. 19:48:44 T:3026044928 M:951070720 INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/xbmc/addons: No such file or directory'
  182. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been installed.'
  183. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  184. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  185. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  186. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
  187. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.iplayer has been installed.'
  188. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in script.randomitems has been installed.'
  189. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
  190. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  191. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been installed.'
  192. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been installed.'
  193. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  194. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.itv has been installed.'
  195. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  196. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
  197. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
  198. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  199. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
  200. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  201. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in repository.openelec.tv has been installed.'
  202. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in os.openelec.tv has been installed.'
  203. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
  204. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in script.logo-downloader has been installed.'
  205. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  206. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in os.openelec.settings has been installed.'
  207. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in script.recentlyadded has been installed.'
  208. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been installed.'
  209. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been installed.'
  210. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox has been installed.'
  211. 19:48:44 T:3026044928 M:951070720 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  212. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in script.rss.editor has been installed.'
  213. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  214. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  215. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in weather.xbmc.builtin has been installed.'
  216. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  217. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  218. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  219. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  220. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
  221. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  222. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  223. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
  224. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been installed.'
  225. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in metadata.mtv.com has been installed.'
  226. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in visualization.itunes has been installed.'
  227. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
  228. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Plug-in repository.aeon.nox has been installed.'
  229. 19:48:44 T:3026044928 M:951222272 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  230. 19:48:44 T:3026044928 M:950919168 DEBUG: CKeyboardStat::Initialize - XKb symbols pc_us_inet(evdev)
  231. 19:48:44 T:3026044928 M:950919168 INFO: LIRC Initialize: using: /var/run/lirc/lircd
  232. 19:48:44 T:3026044928 M:950919168 INFO: LIRC Initialize: sucessfully started
  233. 19:48:44 T:3026044928 M:950919168 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12a
  234. 19:48:44 T:3026044928 M:945729536 NOTICE: Using visual 0x42
  235. 19:48:44 T:3026044928 M:945221632 INFO: GL: Maximum texture width: 8192
  236. 19:48:44 T:3026044928 M:945221632 DEBUG: Loading: /usr/lib/xbmc/system/ImageLib-i486-linux.so
  237. 19:48:44 T:3026044928 M:945004544 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
  238. 19:48:44 T:3026044928 M:945004544 NOTICE: GL_VENDOR = NVIDIA Corporation
  239. 19:48:44 T:3026044928 M:945004544 NOTICE: GL_RENDERER = ION/PCI/SSE2
  240. 19:48:44 T:3026044928 M:945004544 NOTICE: GL_VERSION = 3.3.0 NVIDIA 270.30
  241. 19:48:44 T:3026044928 M:945004544 NOTICE: GL_SHADING_LANGUAGE_VERSION = 3.30 NVIDIA via Cg compiler
  242. 19:48:44 T:3026044928 M:945004544 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
  243. 19:48:44 T:3026044928 M:945004544 ERROR: GLX: Same window as before, refreshing context
  244. 19:48:44 T:3026044928 M:945004544 INFO: GL: Maximum texture width: 8192
  245. 19:48:44 T:3026044928 M:945004544 INFO: load default splash image: /usr/share/xbmc/media/Splash.png
  246. 19:48:44 T:3026044928 M:945004544 INFO: msg: PICTURE::LoadImage: Unable to open image: special://xbmc/media/Splash.png Error: (2)
  247. 19:48:44 T:3026044928 M:945004544 ERROR: Texture manager unable to load file: special://xbmc/media/Splash.png
  248. 19:48:44 T:3026044928 M:945004544 INFO: load keymapping
  249. 19:48:44 T:3026044928 M:945004544 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  250. 19:48:44 T:3026044928 M:944959488 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
  251. 19:48:44 T:3026044928 M:944959488 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
  252. 19:48:44 T:3026044928 M:944820224 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
  253. 19:48:44 T:3026044928 M:944939008 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
  254. 19:48:44 T:3026044928 M:944939008 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
  255. 19:48:44 T:3026044928 M:944812032 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
  256. 19:48:44 T:3026044928 M:944812032 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
  257. 19:48:44 T:3026044928 M:944963584 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
  258. 19:48:44 T:3026044928 M:944963584 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
  259. 19:48:44 T:3026044928 M:944963584 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
  260. 19:48:44 T:3026044928 M:944963584 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  261. 19:48:44 T:3026044928 M:944963584 INFO: Loading special://xbmc/system/keymaps/remote.xml
  262. 19:48:44 T:3026044928 M:944836608 INFO: Loading special://xbmc/system/Lircmap.xml
  263. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'mceusb'
  264. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'XboxDVDDongle'
  265. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'Microsoft_Xbox'
  266. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
  267. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'anysee'
  268. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'iMON-PAD'
  269. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
  270. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'MCE_via_iMON'
  271. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'TwinHanRemote'
  272. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'linux-input-layer'
  273. 19:48:44 T:3026044928 M:944836608 INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
  274. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'mediacenter'
  275. 19:48:44 T:3026044928 M:944836608 INFO: * Adding remote mapping for device 'devinput'
  276. 19:48:44 T:3026044928 M:944836608 DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping
  277. 19:48:44 T:3026044928 M:944836608 INFO: GUI format 1920x1080 1920x1080 @ 60.00 - Full Screen
  278. 19:48:44 T:3026044928 M:944836608 DEBUG: Selected UDisks as storage provider
  279. 19:48:44 T:3026044928 M:944836608 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks with interface org.freedesktop.DBus.Properties and method Get
  280. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DaemonVersion 1
  281. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: Querying available devices
  282. 19:48:44 T:3026044928 M:944836608 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks with interface org.freedesktop.UDisks and method EnumerateDevices
  283. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb)
  284. 19:48:44 T:3026044928 M:944836608 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb with interface org.freedesktop.DBus.Properties and method GetAll
  285. 19:48:44 T:3026044928 M:944836608 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
  286. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdb: IsFileSystem false HasFileSystem IsSystemInternal false IsMounted false IsRemovable false IsPartition false IsOptical false
  287. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda)
  288. 19:48:44 T:3026044928 M:944836608 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method GetAll
  289. 19:48:44 T:3026044928 M:944836608 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
  290. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  291. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda1)
  292. 19:48:44 T:3026044928 M:944836608 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda1 with interface org.freedesktop.DBus.Properties and method GetAll
  293. 19:48:44 T:3026044928 M:944836608 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method Get
  294. 19:48:44 T:3026044928 M:944836608 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
  295. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda1: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition true IsOptical false
  296. 19:48:44 T:3026044928 M:944836608 NOTICE: UDisks: Added /flash
  297. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda2)
  298. 19:48:44 T:3026044928 M:944836608 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda2 with interface org.freedesktop.DBus.Properties and method GetAll
  299. 19:48:44 T:3026044928 M:944836608 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:48:44 T:3026044928 M:944836608 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sda2: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition true IsOptical false
  301. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda2: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition true IsOptical false
  302. 19:48:44 T:3026044928 M:944836608 NOTICE: UDisks: Added /storage
  303. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb1)
  304. 19:48:44 T:3026044928 M:944836608 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb1 with interface org.freedesktop.DBus.Properties and method GetAll
  305. 19:48:44 T:3026044928 M:944836608 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb with interface org.freedesktop.DBus.Properties and method Get
  306. 19:48:44 T:3026044928 M:944836608 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
  307. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdb1: IsFileSystem true HasFileSystem ntfs IsSystemInternal false IsMounted true IsRemovable false IsPartition true IsOptical false
  308. 19:48:44 T:3026044928 M:944836608 NOTICE: UDisks: Added /var/media/WD USB 2
  309. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/loop0)
  310. 19:48:44 T:3026044928 M:944836608 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/loop0 with interface org.freedesktop.DBus.Properties and method GetAll
  311. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/loop0: IsFileSystem true HasFileSystem squashfs IsSystemInternal true IsMounted true IsRemovable false IsPartition false IsOptical false
  312. 19:48:44 T:3026044928 M:944836608 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/loop0: IsFileSystem true HasFileSystem squashfs IsSystemInternal true IsMounted true IsRemovable false IsPartition false IsOptical false
  313. 19:48:44 T:3026044928 M:944836608 NOTICE: start dvd mediatype detection
  314. 19:48:44 T:3026044928 M:944836608 NOTICE: initializing playlistplayer
  315. 19:48:44 T:3017657200 M:944836608 DEBUG: thread start, auto delete: 0
  316. 19:48:44 T:3026044928 M:944836608 NOTICE: DONE initializing playlistplayer
  317. 19:48:44 T:3017657200 M:944836608 DEBUG: Compiled with libcdio Version 0.82
  318. 19:48:44 T:3026044928 M:944836608 DEBUG: DPMS: supported power-saving modes: SUSPEND OFF STANDBY
  319. 19:48:44 T:3017657200 M:944836608 DEBUG: Thread 3017657200 terminating
  320. 19:48:44 T:3026044928 M:944701440 INFO: Unloading old skin ...
  321. 19:48:44 T:3026044928 M:944463872 DEBUG: ------ Window Deinit (Pointer.xml) ------
  322. 19:48:44 T:3026044928 M:944463872 DEBUG: ------ Window Deinit (DialogMuteBug.xml) ------
  323. 19:48:44 T:3026044928 M:944463872 INFO: load skin from:/storage/.xbmc/addons/skin.aeon.nox
  324. 19:48:44 T:3026044928 M:944463872 INFO: Default 4:3 resolution directory is /storage/.xbmc/addons/skin.aeon.nox/720p
  325. 19:48:44 T:3026044928 M:944463872 INFO: Default 16:9 resolution directory is /storage/.xbmc/addons/skin.aeon.nox/720p
  326. 19:48:44 T:3026044928 M:944463872 INFO: Loading skin includes from /storage/.xbmc/addons/skin.aeon.nox/720p/includes.xml
  327. 19:48:45 T:3026044928 M:933670912 INFO: load fonts for skin...
  328. 19:48:45 T:3026044928 M:933670912 INFO: Loading fonts from /storage/.xbmc/addons/skin.aeon.nox/720p/Font.xml
  329. 19:48:45 T:3026044928 M:928993280 INFO: load new skin...
  330. 19:48:45 T:3026044928 M:928993280 INFO: Loading skin file: Home.xml
  331. 19:48:46 T:3026044928 M:928276480 INFO: Loading user windows, path /storage/.xbmc/addons/skin.aeon.nox/720p
  332. 19:48:52 T:3026044928 M:927444992 DEBUG: Load Skin XML: 243.99ms
  333. 19:48:52 T:3026044928 M:927444992 INFO: initialize new skin...
  334. 19:48:52 T:3026044928 M:927444992 INFO: Loading skin file: Pointer.xml
  335. 19:48:52 T:3026044928 M:926490624 DEBUG: OpenBundle - Opened bundle /storage/.xbmc/addons/skin.aeon.nox/media/Textures.xbt
  336. 19:48:52 T:3026044928 M:926515200 INFO: Loading skin file: DialogVolumeBar.xml
  337. 19:48:52 T:3026044928 M:926388224 INFO: Loading skin file: DialogSeekBar.xml
  338. 19:48:52 T:3026044928 M:926158848 INFO: Loading skin file: DialogKaiToast.xml
  339. 19:48:52 T:3026044928 M:926158848 INFO: Loading skin file: DialogMuteBug.xml
  340. 19:48:52 T:3026044928 M:926031872 DEBUG: CGUIAudioManager::Initialize
  341. 19:48:52 T:3026044928 M:926031872 ERROR: Unable to open audio mixer
  342. 19:48:52 T:3026044928 M:926031872 INFO: Loading /storage/.xbmc/addons/skin.aeon.nox/sounds/sounds.xml
  343. 19:48:52 T:3026044928 M:926031872 INFO: skin loaded...
  344. 19:48:52 T:3026044928 M:926031872 DEBUG: Activating window ID: 12999
  345. 19:48:52 T:3026044928 M:926031872 DEBUG: Checking if window ID 12999 is locked.
  346. 19:48:52 T:3026044928 M:926031872 DEBUG: ------ Window Init (Startup.xml) ------
  347. 19:48:52 T:3026044928 M:926031872 INFO: Loading skin file: Startup.xml
  348. 19:48:52 T:3026044928 M:926031872 INFO: removing tempfiles
  349. 19:48:52 T:3026044928 M:926031872 NOTICE: UpdateLibraries - Starting video library startup scan
  350. 19:48:52 T:3026044928 M:926031872 DEBUG: ------ Window Init (DialogVideoScan.xml) ------
  351. 19:48:52 T:3026044928 M:926031872 INFO: Loading skin file: DialogVideoScan.xml
  352. 19:48:52 T:2990537584 M:921870336 DEBUG: thread start, auto delete: 0
  353. 19:48:52 T:3026044928 M:921870336 NOTICE: UpdateLibraries - Starting music library startup scan
  354. 19:48:52 T:3026044928 M:921870336 DEBUG: ------ Window Init (DialogMusicScan.xml) ------
  355. 19:48:52 T:3026044928 M:921870336 INFO: Loading skin file: DialogMusicScan.xml
  356. 19:48:52 T:2990537584 M:921870336 NOTICE: VideoInfoScanner: Starting scan ..
  357. 19:48:52 T:3026044928 M:921870336 INFO: Music scan has started... Enabling tag reading, and remote thumbs
  358. 19:48:52 T:3026044928 M:921608192 NOTICE: initialize done
  359. 19:48:52 T:2982144880 M:921608192 DEBUG: thread start, auto delete: 0
  360. 19:48:52 T:3026044928 M:921608192 NOTICE: Running the application...
  361. 19:48:52 T:3026044928 M:921608192 DEBUG: ExecuteXBMCAction : Translating XBMC.RunScript(script.tv.show.next.aired,silent=True)
  362. 19:48:52 T:3026044928 M:921608192 DEBUG: ExecuteXBMCAction : To XBMC.RunScript(script.tv.show.next.aired,silent=True)
  363. 19:48:52 T:3026044928 M:921608192 INFO: initializing python engine.
  364. 19:48:52 T:3026044928 M:921608192 DEBUG: Loading: /usr/lib/xbmc/system/python/python26-i486-linux.so
  365. 19:48:52 T:2982144880 M:921632768 DEBUG: Process - Starting scan
  366. 19:48:52 T:2973752176 M:921632768 DEBUG: thread start, auto delete: 0
  367. 19:48:52 T:2982144880 M:921665536 DEBUG: DoScan Skipping dir '/storage/music/' due to no change
  368. 19:48:52 T:2982144880 M:921665536 DEBUG: DoScan Skipping dir '/storage/music/And You Will Know Us By The Trail Of Dead - Source Tags and Codes/' due to no change
  369. 19:48:52 T:2982144880 M:921563136 DEBUG: DoScan Skipping dir '/storage/music/Angels of Light and Akron - Family - Akron-Family and Angels of Light/' due to no change
  370. 19:48:52 T:2982144880 M:921436160 DEBUG: DoScan Skipping dir '/storage/music/Arcade Fire - Funeral/' due to no change
  371. 19:48:52 T:2982144880 M:921612288 DEBUG: DoScan Skipping dir '/storage/music/Arcade Fire - The Suburbs [mp3-320-2010]/' due to no change
  372. 19:48:52 T:2982144880 M:921612288 DEBUG: DoScan Skipping dir '/storage/music/Baroness/' due to no change
  373. 19:48:52 T:2982144880 M:921501696 DEBUG: DoScan Skipping dir '/storage/music/Baroness/Blue Record/' due to no change
  374. 19:48:52 T:2982144880 M:921436160 DEBUG: DoScan Skipping dir '/storage/music/Baroness/Red Album/' due to no change
  375. 19:48:52 T:3026044928 M:921436160 DEBUG: Python wrapper library linked with system Python library
  376. 19:48:52 T:2982144880 M:921243648 DEBUG: DoScan Skipping dir '/storage/music/Ben Harper - The Will To Live - The Will To Live Bonus EP/' due to no change
  377. 19:48:52 T:2982144880 M:921141248 DEBUG: DoScan Skipping dir '/storage/music/Biffy_clyro-only_revolutions-2009/' due to no change
  378. 19:48:52 T:2982144880 M:921165824 DEBUG: DoScan Skipping dir '/storage/music/black mountain - (2008) in the future @192/' due to no change
  379. 19:48:52 T:2982144880 M:921214976 DEBUG: DoScan Skipping dir '/storage/music/Bob Dylan - Live 1966 - The Royal Albert Concert/' due to no change
  380. 19:48:52 T:2982144880 M:921112576 DEBUG: DoScan Skipping dir '/storage/music/Clint Mansell - Requiem for a Dream- The Remix Project/' due to no change
  381. 19:48:52 T:2982144880 M:921137152 DEBUG: DoScan Skipping dir '/storage/music/Clint Mansell - The Fountain/' due to no change
  382. 19:48:52 T:2982144880 M:920629248 DEBUG: DoScan Skipping dir '/storage/music/Crippled_Black_Phoenix-I_Vigilante-2010-GRAVEWISH/' due to no change
  383. 19:48:52 T:2982144880 M:920645632 DEBUG: DoScan Skipping dir '/storage/music/DJ Shadow - Endtroducing/' due to no change
  384. 19:48:52 T:2982144880 M:920207360 DEBUG: DoScan Skipping dir '/storage/music/Earth - The Bees Made Honey in the Lion's Skull/' due to no change
  385. 19:48:52 T:2982144880 M:920080384 DEBUG: DoScan Skipping dir '/storage/music/Hans Zimmer - Gladiator Soundtrack/' due to no change
  386. 19:48:52 T:2982144880 M:920080384 DEBUG: DoScan Skipping dir '/storage/music/Harry Gregson-Williams - Kingdom Of Heaven Soundtrack/' due to no change
  387. 19:48:52 T:2973752176 M:920080384 DEBUG: Thread 2973752176 terminating
  388. 19:48:52 T:2982144880 M:920080384 DEBUG: DoScan Skipping dir '/storage/music/Holy Fuck - Latin (2010)/' due to no change
  389. 19:48:52 T:2982144880 M:920129536 DEBUG: DoScan Skipping dir '/storage/music/I See a Darkness/' due to no change
  390. 19:48:52 T:2982144880 M:920129536 DEBUG: DoScan Skipping dir '/storage/music/James Yorkstown-The Year of The Leopard/' due to no change
  391. 19:48:52 T:2982144880 M:919834624 DEBUG: DoScan Skipping dir '/storage/music/Jimi Hendrix - The Best Of Jimi Hendrix/' due to no change
  392. 19:48:52 T:2982144880 M:920010752 DEBUG: DoScan Skipping dir '/storage/music/King Creosote - Bombshell/' due to no change
  393. 19:48:52 T:2982144880 M:919883776 DEBUG: DoScan Skipping dir '/storage/music/King Creosote - KC Rules OK/' due to no change
  394. 19:48:52 T:2982144880 M:919756800 DEBUG: DoScan Skipping dir '/storage/music/King Crimson/' due to no change
  395. 19:48:52 T:2982144880 M:919654400 DEBUG: DoScan Skipping dir '/storage/music/King Crimson/King Crimson - 1969 - In the Court of the Crimson King/' due to no change
  396. 19:48:52 T:2982144880 M:919830528 DEBUG: DoScan Skipping dir '/storage/music/Led Zeppelin - Mothership/' due to no change
  397. 19:48:52 T:2982144880 M:919830528 DEBUG: DoScan Skipping dir '/storage/music/Manic Street Preachers - The Masses Against The Classes EP/' due to no change
  398. 19:48:52 T:2982144880 M:919830528 DEBUG: DoScan Skipping dir '/storage/music/Metallica - Ride the lightning/' due to no change
  399. 19:48:52 T:2982144880 M:919728128 DEBUG: DoScan Skipping dir '/storage/music/Metallica - S&M/' due to no change
  400. 19:48:52 T:2982144880 M:919752704 DEBUG: DoScan Skipping dir '/storage/music/Moon [2009] Soundtrack OST/' due to no change
  401. 19:48:52 T:2982144880 M:919752704 DEBUG: DoScan Skipping dir '/storage/music/Neil Young - Live at the Fillmore East/' due to no change
  402. 19:48:52 T:2982144880 M:919777280 DEBUG: DoScan Skipping dir '/storage/music/Neil Young - Neil Youngs Greatest Hits/' due to no change
  403. 19:48:52 T:2982144880 M:919777280 DEBUG: DoScan Skipping dir '/storage/music/Neutral Milk Hotel - In The Aeroplane Over The Sea/' due to no change
  404. 19:48:52 T:2982144880 M:919523328 DEBUG: DoScan Skipping dir '/storage/music/Nirvana - Unplugged In New York/' due to no change
  405. 19:48:52 T:2982144880 M:919547904 DEBUG: DoScan Skipping dir '/storage/music/Pearl Jam - 10.22.03 Benaroya Hall/' due to no change
  406. 19:48:52 T:2982144880 M:919748608 DEBUG: DoScan Skipping dir '/storage/music/PEARL JAM - mtv unplugged 1992/' due to no change
  407. 19:48:52 T:2982144880 M:919748608 DEBUG: DoScan Skipping dir '/storage/music/Pearl Jam - Reading Festival 27August06/' due to no change
  408. 19:48:52 T:2982144880 M:919621632 DEBUG: DoScan Skipping dir '/storage/music/Pink Floyd - Echoes - The Best Of Pink Floyd/' due to no change
  409. 19:48:52 T:2982144880 M:919621632 DEBUG: DoScan Skipping dir '/storage/music/Portishead Live in NYC/' due to no change
  410. 19:48:52 T:2982144880 M:919666688 DEBUG: DoScan Skipping dir '/storage/music/Pulled Apart By Horses/' due to no change
  411. 19:48:52 T:2982144880 M:919896064 DEBUG: DoScan Skipping dir '/storage/music/Puzzle/' due to no change
  412. 19:48:52 T:3026044928 M:919912448 DEBUG: new python thread created. id=1
  413. 19:48:52 T:2962226032 M:919912448 DEBUG: thread start, auto delete: 0
  414. 19:48:52 T:2962226032 M:919912448 DEBUG: Python thread: start processing
  415. 19:48:52 T:3026044928 M:919912448 DEBUG: ExecuteXBMCAction : Translating XBMC.RunScript(script.randomitems,limit=8&unplayed=True)
  416. 19:48:52 T:3026044928 M:919912448 DEBUG: ExecuteXBMCAction : To XBMC.RunScript(script.randomitems,limit=8&unplayed=True)
  417. 19:48:52 T:2982144880 M:919912448 DEBUG: DoScan Skipping dir '/storage/music/Queens Of The Stone Age - Over The Years And Through The Woods/' due to no change
  418. 19:48:52 T:3026044928 M:919912448 INFO: initializing python engine.
  419. 19:48:52 T:3026044928 M:919912448 DEBUG: new python thread created. id=2
  420. 19:48:52 T:2953833328 M:919912448 DEBUG: thread start, auto delete: 0
  421. 19:48:52 T:2953833328 M:919912448 DEBUG: Python thread: start processing
  422. 19:48:52 T:3026044928 M:919912448 DEBUG: ExecuteXBMCAction : Translating SetFocus(10)
  423. 19:48:52 T:3026044928 M:919912448 DEBUG: ExecuteXBMCAction : To SetFocus(10)
  424. 19:48:52 T:3026044928 M:919912448 DEBUG: ExecuteXBMCAction : Translating Skin.SetBool(LibraryUpdated)
  425. 19:48:52 T:3026044928 M:919855104 DEBUG: ExecuteXBMCAction : To Skin.SetBool(LibraryUpdated)
  426. 19:48:52 T:2982144880 M:919855104 DEBUG: DoScan Skipping dir '/storage/music/Radiohead - OK Computer/' due to no change
  427. 19:48:52 T:2982144880 M:919523328 DEBUG: DoScan Skipping dir '/storage/music/Radiohead - The Bends/' due to no change
  428. 19:48:52 T:2982144880 M:919396352 DEBUG: DoScan Skipping dir '/storage/music/Roxy Music - Roxy Music (1972)/' due to no change
  429. 19:48:52 T:2982144880 M:919396352 DEBUG: DoScan Skipping dir '/storage/music/Ryan Adams - Gold/' due to no change
  430. 19:48:52 T:2982144880 M:919142400 DEBUG: DoScan Skipping dir '/storage/music/Sometimes the Blues Is Just a Passing Bird/' due to no change
  431. 19:48:52 T:2982144880 M:919048192 DEBUG: DoScan Skipping dir '/storage/music/Soundgarden - Down on the Upside/' due to no change
  432. 19:48:52 T:2982144880 M:918921216 DEBUG: DoScan Skipping dir '/storage/music/Spoon - Gimme Fiction/' due to no change
  433. 19:48:52 T:2982144880 M:919072768 DEBUG: DoScan Skipping dir '/storage/music/Summer in the Sun/' due to no change
  434. 19:48:52 T:3026044928 M:919072768 DEBUG: ExecuteXBMCAction : Translating Skin.SetBool(LibraryUpdated)
  435. 19:48:52 T:3026044928 M:919072768 DEBUG: ExecuteXBMCAction : To Skin.SetBool(LibraryUpdated)
  436. 19:48:52 T:2982144880 M:919072768 DEBUG: DoScan Skipping dir '/storage/music/Taken By Trees - East Of Eden (2009)/' due to no change
  437. 19:48:52 T:2982144880 M:919072768 DEBUG: DoScan Skipping dir '/storage/music/Terrorvision - Whales & Dolphins/' due to no change
  438. 19:48:52 T:2982144880 M:919072768 DEBUG: DoScan Skipping dir '/storage/music/The Beta Band - Heroes To Zeros/' due to no change
  439. 19:48:52 T:2982144880 M:919072768 DEBUG: DoScan Skipping dir '/storage/music/The Big Pink/' due to no change
  440. 19:48:52 T:2982144880 M:919072768 DEBUG: DoScan Skipping dir '/storage/music/The Chemistry of Common Life/' due to no change
  441. 19:48:52 T:2982144880 M:919072768 DEBUG: DoScan Skipping dir '/storage/music/The Go! Team - Thunder Lightning Strike/' due to no change
  442. 19:48:52 T:2982144880 M:919072768 DEBUG: DoScan Skipping dir '/storage/music/The Last Of The Mohicans/' due to no change
  443. 19:48:52 T:2962226032 M:919072768 NOTICE: -->Python Interpreter Initialized<--
  444. 19:48:52 T:2982144880 M:919072768 DEBUG: DoScan Skipping dir '/storage/music/The National - Boxer/' due to no change
  445. 19:48:52 T:2962226032 M:919072768 DEBUG: Process - The source file to load is /storage/.xbmc/addons/script.tv.show.next.aired/default.py
  446. 19:48:52 T:2962226032 M:919072768 DEBUG: Process - Setting the Python path to /storage/.xbmc/addons/script.tv.show.next.aired:/usr/share/xbmc/addons/script.module.pil/lib:/usr/share/xbmc/addons/script.module.pysqlite/lib:/usr/lib/python26.zip:/usr/lib/python2.6/:/usr/lib/python2.6/plat-linux2:/usr/lib/python2.6/lib-tk:/usr/lib/python2.6/lib-old:/usr/lib/python2.6/lib-dynload
  447. 19:48:52 T:2962226032 M:919072768 DEBUG: Process - Entering source directory /storage/.xbmc/addons/script.tv.show.next.aired
  448. 19:48:52 T:2982144880 M:918945792 DEBUG: DoScan Skipping dir '/storage/music/The Twilight Sad - Fourteen Autumns & Fifteen Winters/' due to no change
  449. 19:48:52 T:3026044928 M:918945792 DEBUG: Process - no profile autoexec.py (/storage/.xbmc/userdata/autoexec.py) found, skipping
  450. 19:48:52 T:3026044928 M:918945792 DEBUG: NetworkMessage - Starting network services
  451. 19:48:52 T:3026044928 M:918945792 NOTICE: Webserver: Starting...
  452. 19:48:52 T:3026044928 M:918945792 NOTICE: WebServer: Started the webserver
  453. 19:48:52 T:2982144880 M:918945792 DEBUG: DoScan Skipping dir '/storage/music/Then The Letting Go/' due to no change
  454. 19:48:52 T:2982144880 M:918945792 DEBUG: DoScan Skipping dir '/storage/music/TV on the Radio - Dear Science/' due to no change
  455. 19:48:52 T:2982144880 M:918945792 DEBUG: DoScan Skipping dir '/storage/music/TV On The Radio - Return To Cookie Mountain/' due to no change
  456. 19:48:52 T:2982144880 M:918945792 DEBUG: DoScan Skipping dir '/storage/music/Van Morrison - Astral Weeks/' due to no change
  457. 19:48:52 T:3026044928 M:918945792 DEBUG: CZeroconfAvahi::clientCallback: client is up and running
  458. 19:48:52 T:3026044928 M:918810624 NOTICE: starting upnp server
  459. 19:48:52 T:2982144880 M:918810624 DEBUG: Process - Finished scan
  460. 19:48:52 T:2982144880 M:918675456 NOTICE: My Music: Scanning for music info using worker thread, operation took 00:00
  461. 19:48:52 T:2982144880 M:918675456 INFO: Music scan was stopped or finished ... restoring FindRemoteThumbs
  462. 19:48:52 T:3026044928 M:918319104 NOTICE: starting upnp renderer
  463. 19:48:52 T:2982144880 M:918192128 DEBUG: Thread 2982144880 terminating
  464. 19:48:52 T:3026044928 M:917938176 NOTICE: ES: Starting event server
  465. 19:48:52 T:2892995440 M:917938176 DEBUG: thread start, auto delete: 0
  466. 19:48:52 T:3026044928 M:917938176 NOTICE: DS: Starting dbus server
  467. 19:48:52 T:2892995440 M:917938176 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  468. 19:48:52 T:2892995440 M:917938176 NOTICE: UDP: Listening on port 9777
  469. 19:48:52 T:3026044928 M:917499904 ERROR: DS: Failed to connect to the D-Bus session daemon: Empty address ''
  470. 19:48:52 T:2884602736 M:917499904 DEBUG: thread start, auto delete: 0
  471. 19:48:52 T:2884602736 M:917499904 INFO: JSONRPC Server: Successfully initialized
  472. 19:48:52 T:3026044928 M:917499904 NOTICE: starting zeroconf publishing
  473. 19:48:52 T:3026044928 M:917499904 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:XBMC Event Server port:9777
  474. 19:48:52 T:3026044928 M:917499904 DEBUG: CZeroconfAvahi::addService() named: XBMC Event Server type: _xbmc-events._udp port:9777
  475. 19:48:52 T:3026044928 M:917499904 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc type: _xbmc-jsonrpc._tcp name:XBMC JSONRPC port:9090
  476. 19:48:52 T:3026044928 M:917499904 DEBUG: CZeroconfAvahi::addService() named: XBMC JSONRPC type: _xbmc-jsonrpc._tcp port:9090
  477. 19:48:52 T:3026044928 M:917499904 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webapi type: _xbmc-web._tcp name:XBMC HTTP API port:8080
  478. 19:48:52 T:3026044928 M:917499904 DEBUG: CZeroconfAvahi::addService() named: XBMC HTTP API type: _xbmc-web._tcp port:8080
  479. 19:48:52 T:3026044928 M:917499904 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webjsonrpc type: _xbmc-jsonrpc._tcp name:XBMC JSONRPC port:8080
  480. 19:48:52 T:3026044928 M:917499904 DEBUG: CZeroconfAvahi::addService() named: XBMC JSONRPC type: _xbmc-jsonrpc._tcp port:8080
  481. 19:48:52 T:3026044928 M:917651456 ERROR: CZeroconfAvahi::addService(): failed to add service named:XBMC JSONRPC@$(HOSTNAME) type:_xbmc-jsonrpc._tcp port:8080. Error:Invalid Error Code :/ FIXME!
  482. 19:48:52 T:3026044928 M:917651456 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webserver type: _http._tcp name:XBMC Web Server port:8080
  483. 19:48:52 T:3026044928 M:917651456 DEBUG: CZeroconfAvahi::addService() named: XBMC Web Server type: _http._tcp port:8080
  484. 19:48:52 T:3026044928 M:917524480 DEBUG: CLastfmScrobbler: Clearing session.
  485. 19:48:52 T:3026044928 M:917524480 DEBUG: CLibrefmScrobbler: Clearing session.
  486. 19:48:52 T:3026044928 M:916271104 DEBUG: ------ Window Deinit (DialogMusicScan.xml) ------
  487. 19:48:52 T:3026044928 M:916168704 DEBUG: ExecuteXBMCAction : Translating ReplaceWindow(Home)
  488. 19:48:52 T:3026044928 M:916168704 DEBUG: ExecuteXBMCAction : To ReplaceWindow(Home)
  489. 19:48:52 T:3026044928 M:916168704 DEBUG: Activating window ID: 10000
  490. 19:48:52 T:3026044928 M:916168704 DEBUG: Checking if window ID 10000 is locked.
  491. 19:48:52 T:3026044928 M:916041728 DEBUG: ------ Window Deinit (Startup.xml) ------
  492. 19:48:52 T:3026044928 M:916193280 DEBUG: ------ Window Init (Home.xml) ------
  493. 19:48:52 T:2873097072 M:911589376 DEBUG: thread start, auto delete: 1
  494. 19:48:52 T:2873097072 M:911589376 INFO: WEATHER: Downloading weather
  495. 19:48:52 T:3026044928 M:911478784 DEBUG: UPower: Recieved an unkown signal NameAcquired
  496. 19:48:52 T:2873097072 M:911478784 DEBUG: Loading: libcurl.so.4
  497. 19:48:52 T:3026044928 M:911704064 DEBUG: Checking repository OpenELEC.tv Mediacenter OS Add-ons for updates
  498. 19:48:52 T:2864704368 M:911704064 DEBUG: thread start, auto delete: 1
  499. 19:48:52 T:2864704368 M:911560704 DEBUG: Previous line repeats 1 times.
  500. 19:48:52 T:2864704368 M:911560704 DEBUG: CFileCache::Open - opening <0.99/ION/i386/addons.xml.md5> using cache
  501. 19:48:52 T:2864704368 M:911560704 DEBUG: FileCurl::Open(0xa621538) http://addons.openelec.tv/0.99/ION/i386/addons.xml.md5
  502. 19:48:52 T:2864704368 M:911560704 INFO: easy_aquire - Created session to http://addons.openelec.tv
  503. 19:48:52 T:2873097072 M:911425536 DEBUG: FileCurl::Open(0xab3fdfcc) http://xoap.weather.com/weather/local/USNY0996?cc=*&unit=m&dayf=4&prod=xoap&link=xoap&par=1004124588&key=079f24145f208494
  504. 19:48:53 T:2873097072 M:911450112 INFO: easy_aquire - Created session to http://xoap.weather.com
  505. 19:48:53 T:3026044928 M:907915264 DEBUG: ExecuteXBMCAction : Translating SetFocus(9000)
  506. 19:48:53 T:3026044928 M:907915264 DEBUG: ExecuteXBMCAction : To SetFocus(9000)
  507. 19:48:53 T:2953833328 M:903102464 NOTICE: -->Python Interpreter Initialized<--
  508. 19:48:53 T:2953833328 M:903102464 DEBUG: Process - The source file to load is /storage/.xbmc/addons/script.randomitems/RandomItems.py
  509. 19:48:53 T:2953833328 M:903102464 DEBUG: Process - Setting the Python path to /storage/.xbmc/addons/script.randomitems:/usr/share/xbmc/addons/script.module.pil/lib:/usr/share/xbmc/addons/script.module.pysqlite/lib:/usr/lib/python26.zip:/usr/lib/python2.6/:/usr/lib/python2.6/plat-linux2:/usr/lib/python2.6/lib-tk:/usr/lib/python2.6/lib-old:/usr/lib/python2.6/lib-dynload
  510. 19:48:53 T:2953833328 M:903102464 DEBUG: Process - Entering source directory /storage/.xbmc/addons/script.randomitems
  511. 19:48:53 T:2962226032 M:901017600 NOTICE: ### TV-Show Next-Aired starting ...
  512. 19:48:53 T:2962226032 M:901017600 NOTICE: ### author: Ppic, Frost
  513. 19:48:53 T:2962226032 M:901017600 NOTICE: ### URL: http://code.google.com/p/passion-xbmc/
  514. 19:48:53 T:2962226032 M:901017600 NOTICE: ### credits: Team Passion-XBMC, http://passion-xbmc.org/
  515. 19:48:53 T:2962226032 M:901017600 NOTICE: ### date: 17-10-2010
  516. 19:48:53 T:2962226032 M:901017600 NOTICE: ### version: 2.1.2
  517. 19:48:53 T:2962226032 M:901017600 NOTICE: {'silent': 'True'}
  518. 19:48:53 T:3026044928 M:900780032 DEBUG: HttpApi Start command: SetResponseFormat paras: SetResponseFormat
  519. 19:48:53 T:2864704368 M:900399104 WARNING: FillBuffer: curl failed with code 22
  520. 19:48:53 T:2864704368 M:900399104 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  521. 19:48:53 T:2864704368 M:900399104 DEBUG: FileCurl::Close(0xa621538) http://addons.openelec.tv/0.99/ION/i386/addons.xml.md5
  522. 19:48:53 T:2864704368 M:900399104 ERROR: Open - failed to open source <http://addons.openelec.tv/0.99/ION/i386/addons.xml.md5>
  523. 19:48:53 T:2864704368 M:900399104 DEBUG: CFileCache::Open - opening <0.99/ION/i386/addons.xml> using cache
  524. 19:48:53 T:2864704368 M:900272128 DEBUG: FileCurl::Open(0xa8b25ad0) http://addons.openelec.tv/0.99/ION/i386/addons.xml
  525. 19:48:53 T:3026044928 M:900272128 DEBUG: HttpApi Start command: SetResponseFormat paras: SetResponseFormat; OpenRecord;<record>
  526. 19:48:53 T:3026044928 M:899891200 DEBUG: HttpApi Start command: SetResponseFormat paras: SetResponseFormat; CloseRecord;</record>
  527. 19:48:53 T:2962226032 M:899637248 NOTICE: ###db less than 24, fetch local data...
  528. 19:48:53 T:2962226032 M:899510272 NOTICE: ### Load list: /storage/.xbmc/userdata/addon_data/script.tv.show.next.aired/next_aired.db
  529. 19:48:53 T:2856311664 M:897732608 NOTICE: Previous line repeats 1 times.
  530. 19:48:53 T:2856311664 M:897732608 DEBUG: DoWork - took 319 ms to load special://skin/backgrounds/movies.jpg
  531. 19:48:53 T:2864704368 M:895541248 WARNING: FillBuffer: curl failed with code 22
  532. 19:48:53 T:2864704368 M:895414272 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  533. 19:48:53 T:2864704368 M:895414272 DEBUG: FileCurl::Close(0xa8b25ad0) http://addons.openelec.tv/0.99/ION/i386/addons.xml
  534. 19:48:53 T:2864704368 M:895414272 ERROR: Open - failed to open source <http://addons.openelec.tv/0.99/ION/i386/addons.xml>
  535. 19:48:53 T:2864704368 M:895414272 ERROR: Repository OpenELEC.tv Mediacenter OS Add-ons returned no add-ons, listing may have failed
  536. 19:48:53 T:2873097072 M:893120512 DEBUG: FileCurl::Close(0xab3fdfcc) http://xoap.weather.com/weather/local/USNY0996?cc=*&unit=m&dayf=4&prod=xoap&link=xoap&par=1004124588&key=079f24145f208494
  537. 19:48:53 T:2873097072 M:893120512 INFO: WEATHER: Weather download successful
  538. 19:48:53 T:2873097072 M:893120512 DEBUG: GetZipList - Processing zip://special%3a%2f%2fxbmc%2fmedia%2fweather%2ezip/
  539. 19:48:53 T:3026044928 M:893698048 DEBUG: HttpApi Start command: QueryVideoDatabase paras: QueryVideoDatabase; select * from movieview where playCount is null order by RANDOM() limit 8
  540. 19:48:53 T:2962226032 M:892981248 NOTICE: ###data available
  541. 19:48:53 T:2962226032 M:893005824 NOTICE: ### next list: 5 shows ### [{'Status': 'Returning Series', 'ep_img': '/media/WD USB 2/TV Shows/Chuck/folder.jpg', 'RFC3339': '2011-04-11T20:00:00-4:00', 'GMT+0 NODST': '1302559200', 'Network': 'NBC', 'Classification': 'Scripted', 'Started': 'Sep/24/2007', 'Show Name': 'Chuck', 'Show URL': 'http://www.tvrage.com/Chuck', 'Genres': 'Action | Comedy | Drama', 'Premiered': '2007', 'Airtime': 'Monday at 08:00 pm', 'Ended': '', 'Show ID': '15614', 'Country': 'USA', 'Next Episode': '04x20^Chuck Versus the Family Volkoff^Apr/11/2011', 'path': '/media/WD USB 2/TV Shows/Chuck/', 'Runtime': '60', 'localname': 'Chuck', 'Latest Episode': '04x19^Chuck Versus the Muuurder^Mar/21/2011'}, {'Status': 'Returning Series', 'ep_img': '/media/WD USB 2/TV Shows/Dexter/folder.jpg', 'RFC3339': '2011-09-25T21:00:00-4:00', 'GMT+0 NODST': '1316991600', 'Network': 'Showtime', 'Classification': 'Scripted', 'Started': 'Oct/01/2006', 'Show Name': 'Dexter', 'Show URL': 'http://www.tvrage.com/Dexter', 'Genres': 'Crime | Drama', 'Premiered': '2006', 'Airtime': 'Sunday at 09:00 pm', 'Ended': '', 'Show ID': '7926', 'Country': 'USA', 'Next Episode': '06x01^Season 6, Episode 1^Sep/25/2011', 'path': '/media/WD USB 2/TV Shows/Dexter/', 'Runtime': '60', 'localname': 'Dexter', 'Latest Episode': '05x12^The Big One^Dec/12/2010'}, {'Status': 'Returning Series', 'ep_img': '/media/WD USB 2/TV Shows/Fringe/folder.jpg', 'RFC3339': '2011-04-15T21:00:00-4:00', 'GMT+0 NODST': '1302908400', 'Network': 'FOX', 'Classification': 'Scripted', 'Started': 'Sep/09/2008', 'Show Name': 'Fringe', 'Show URL': 'http://www.tvrage.com/Fringe', 'Genres': 'Drama | Mystery | Sci-Fi', 'Premiered': '2008', 'Airtime': 'Friday at 09:00 pm', 'Ended': '', 'Show ID': '18388', 'Country': 'USA', 'Next Episode': '03x19^Lysergic Acid Diethylamide^Apr/15/2011', 'path': '/media/WD USB 2/TV Shows/Fringe/', 'Runtime': '60', 'localname': 'Fringe', 'Latest Episode': '03x18^Bloodline^Mar/25/2011'}, {'Status': 'Returning Series', 'ep_img': '/media/WD USB 2/TV Shows/House/folder.jpg', 'RFC3339': '2011-04-11T20:00:00-4:00', 'GMT+0 NODST': '1302559200', 'Network': 'FOX', 'Classification': 'Scripted', 'Started': 'Nov/16/2004', 'Show Name': 'House', 'Show URL': 'http://www.tvrage.com/House', 'Genres': 'Drama | Medical | Mystery', 'Premiered': '2004', 'Airtime': 'Monday at 08:00 pm', 'Ended': '', 'Show ID': '3908', 'Country': 'USA', 'Next Episode': '07x18^The Dig^Apr/11/2011', 'path': '/media/WD USB 2/TV Shows/House/', 'Runtime': '60', 'localname': 'House', 'Latest Episode': '07x17^Fall From Grace^Mar/21/2011'}, {'Status': 'Returning Series', 'ep_img': '/media/WD USB 2/TV Shows/South Park/folder.jpg', 'RFC3339': '2011-04-27T22:00:00-4:00', 'GMT+0 NODST': '1303948800', 'Network': 'Comedy Central', 'Classification': 'Animation', 'Started': 'Aug/13/1997', 'Show Name': 'South Park', 'Show URL': 'http://www.tvrage.com/South_Park', 'Genres': 'Adult Cartoons | Comedy', 'Premiered': '1997', 'Airtime': 'Wednesday at 10:00 pm', 'Ended': '', 'Show ID': '5266', 'Country': 'USA', 'Next Episode': '15x01^Season 15, Episode 1^Apr/27/2011', 'path': '/media/WD USB 2/TV Shows/South Park/', 'Runtime': '30', 'localname': 'South Park', 'Latest Episode': '14x14^Cr\xc3\xa8me Fraiche^Nov/17/2010'}]
  542. 19:48:53 T:2962226032 M:893005824 NOTICE: 2011-04-03
  543. 19:48:53 T:2962226032 M:893005824 NOTICE: ################
  544. 19:48:53 T:2962226032 M:893005824 NOTICE: ###Chuck
  545. 19:48:53 T:2962226032 M:893005824 NOTICE: ###04x20^Chuck Versus the Family Volkoff^Apr/11/2011
  546. 19:48:53 T:2962226032 M:893005824 NOTICE: ###2011-04-11T20:00:00-4:00
  547. 19:48:53 T:2962226032 M:893005824 NOTICE: 2011-04-11
  548. 19:48:53 T:2962226032 M:893005824 NOTICE: ################
  549. 19:48:53 T:2962226032 M:893005824 NOTICE: ###House
  550. 19:48:53 T:2962226032 M:893005824 NOTICE: ###07x18^The Dig^Apr/11/2011
  551. 19:48:53 T:2962226032 M:893005824 NOTICE: ###2011-04-11T20:00:00-4:00
  552. 19:48:53 T:2962226032 M:893005824 NOTICE: 2011-04-11
  553. 19:48:53 T:2962226032 M:893005824 NOTICE: ################
  554. 19:48:53 T:2962226032 M:893005824 NOTICE: ###Fringe
  555. 19:48:53 T:2962226032 M:893157376 NOTICE: ###03x19^Lysergic Acid Diethylamide^Apr/15/2011
  556. 19:48:53 T:2962226032 M:893157376 NOTICE: ###2011-04-15T21:00:00-4:00
  557. 19:48:53 T:2962226032 M:893157376 NOTICE: 2011-04-15
  558. 19:48:53 T:2962226032 M:893157376 NOTICE: ################
  559. 19:48:53 T:2962226032 M:893157376 NOTICE: ###South Park
  560. 19:48:53 T:2962226032 M:893157376 NOTICE: ###15x01^Season 15, Episode 1^Apr/27/2011
  561. 19:48:53 T:2962226032 M:893157376 NOTICE: ###2011-04-27T22:00:00-4:00
  562. 19:48:53 T:2962226032 M:893157376 NOTICE: 2011-04-27
  563. 19:48:53 T:2962226032 M:893157376 NOTICE: ################
  564. 19:48:53 T:2962226032 M:893157376 NOTICE: ###Dexter
  565. 19:48:53 T:2962226032 M:893157376 NOTICE: ###06x01^Season 6, Episode 1^Sep/25/2011
  566. 19:48:53 T:2962226032 M:893157376 NOTICE: ###2011-09-25T21:00:00-4:00
  567. 19:48:53 T:2962226032 M:893157376 NOTICE: 2011-09-25
  568. 19:48:53 T:2962226032 M:893157376 NOTICE: ###today show: 0 -
  569. 19:48:53 T:2934958960 M:893087744 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  570. 19:48:53 T:2830105456 M:893009920 DEBUG: Previous line repeats 3 times.
  571. 19:48:53 T:2830105456 M:893009920 DEBUG: Received request to serve 'DeviceDescription.xml'
  572. 19:48:53 T:2962226032 M:892772352 INFO: Scriptresult: Success
  573. 19:48:53 T:2962226032 M:892526592 INFO: Python script stopped
  574. 19:48:53 T:2962226032 M:892526592 DEBUG: Thread 2962226032 terminating
  575. 19:48:53 T:3026044928 M:892526592 DEBUG: python thread 1 destructed
  576. 19:48:54 T:2990537584 M:892243968 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/' as not in the database
  577. 19:48:54 T:3026044928 M:892243968 DEBUG: HttpApi Start command: QueryVideoDatabase paras: QueryVideoDatabase; select * from episodeview where playCount is null order by RANDOM() limit 8
  578. 19:48:54 T:2962226032 M:891768832 DEBUG: Received request to serve 'DeviceDescription.xml'
  579. 19:48:55 T:2990537584 M:891777024 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/
  580. 19:48:55 T:2990537584 M:891777024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/22 Bullets/' due to no change (fasthash)
  581. 19:48:55 T:2990537584 M:891777024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/A Batalha de Passchendaele/' due to no change (fasthash)
  582. 19:48:55 T:2990537584 M:891777024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Afghan star 2009/' due to no change (fasthash)
  583. 19:48:55 T:3026044928 M:891777024 DEBUG: HttpApi Start command: QueryMusicDatabase paras: QueryMusicDatabase; select * from songview where lastplayed is null order by RANDOM() limit 8
  584. 19:48:55 T:2990537584 M:891777024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Ajami/' due to no change (fasthash)
  585. 19:48:55 T:2990537584 M:891777024 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Animal Kingdom/' due to no change (fasthash)
  586. 19:48:55 T:2990537584 M:891801600 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Battlestar Galactica The Plan/' due to no change
  587. 19:48:55 T:2990537584 M:891801600 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/Battlestar Galactica The Plan/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  588. 19:48:55 T:2990537584 M:891801600 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Big Fan 2009/' due to no change (fasthash)
  589. 19:48:55 T:2990537584 M:891801600 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Black Dynamite/' due to no change (fasthash)
  590. 19:48:55 T:2990537584 M:891801600 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Blue Beard 2009/' due to no change
  591. 19:48:55 T:2990537584 M:891801600 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/Blue Beard 2009/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  592. 19:48:55 T:2990537584 M:891801600 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Blue Valentine/' due to no change (fasthash)
  593. 19:48:55 T:2990537584 M:891801600 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Brooklyn's Finest/' due to no change (fasthash)
  594. 19:48:55 T:2990537584 M:891801600 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Brothers 2009/' due to no change (fasthash)
  595. 19:48:55 T:2990537584 M:891801600 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Cache 2005/' due to no change (fasthash)
  596. 19:48:55 T:2990537584 M:891801600 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/Carlos The Jackal The Movie/' as not in the database
  597. 19:48:55 T:2990537584 M:891801600 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'
  598. 19:48:55 T:2990537584 M:891650048 DEBUG: InternalFindMovie: Searching for 'carlos the jackal the movie' using The MovieDB scraper (path: '/storage/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.5')
  599. 19:48:55 T:2990537584 M:891650048 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie</url>
  600. 19:48:55 T:2990537584 M:891650048 DEBUG: FileCurl::Open(0xb23fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie
  601. 19:48:55 T:2990537584 M:891650048 INFO: easy_aquire - Created session to http://api.themoviedb.org
  602. 19:48:55 T:2953833328 M:891506688 INFO: Scriptresult: Success
  603. 19:48:55 T:2953833328 M:891506688 INFO: Python script stopped
  604. 19:48:55 T:2953833328 M:891506688 DEBUG: Thread 2953833328 terminating
  605. 19:48:55 T:3026044928 M:891506688 DEBUG: python thread 2 destructed
  606. 19:48:55 T:2990537584 M:891506688 DEBUG: FileCurl::Close(0xb23fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie
  607. 19:48:55 T:2990537584 M:891506688 DEBUG: scraper: GetSearchResults returned <results></results>
  608. 19:48:55 T:2990537584 M:891506688 DEBUG: InternalFindMovie: Searching for 'carlos the jackal the movie' using The MovieDB scraper (path: '/storage/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.5')
  609. 19:48:55 T:2990537584 M:891506688 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie</url>
  610. 19:48:55 T:2990537584 M:891506688 DEBUG: FileCurl::Open(0xb23fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie
  611. 19:48:55 T:2990537584 M:891478016 DEBUG: FileCurl::Close(0xb23fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie
  612. 19:48:55 T:2990537584 M:891478016 DEBUG: scraper: GetSearchResults returned <results></results>
  613. 19:48:55 T:2990537584 M:232873984 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/Carlos The Jackal The Movie/
  614. 19:48:55 T:2990537584 M:891514880 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Catfish/' due to no change (fasthash)
  615. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Che Guerrilla/' due to no change (fasthash)
  616. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/City Island/' due to no change (fasthash)
  617. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Conviction/' due to no change (fasthash)
  618. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Crank 2 High Voltage/' due to no change (fasthash)
  619. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Cyrus/' due to no change (fasthash)
  620. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/District 13/' due to no change (fasthash)
  621. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Easier With Practice/' due to no change (fasthash)
  622. 19:48:55 T:2990537584 M:658587648 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Enter The Void/' due to no change (fasthash)
  623. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Event Horizon/' due to no change (fasthash)
  624. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Exit Through the Gift Shop/' due to no change (fasthash)
  625. 19:48:55 T:2990537584 M: 0 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Extraordinary Rendition/' due to no change (fasthash)
  626. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Faster 2010/' due to no change (fasthash)
  627. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Four Lions/' due to no change
  628. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Four Lions/Subs/' due to no change (fasthash)
  629. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Frailty/' due to no change (fasthash)
  630. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/From Paris with Love/' due to no change (fasthash)
  631. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Frozen River/' due to no change (fasthash)
  632. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Gomorra/' due to no change (fasthash)
  633. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Good/' due to no change (fasthash)
  634. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Goodbye Solo/' due to no change (fasthash)
  635. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Harry Brown/' due to no change (fasthash)
  636. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/Hellblazer/' as not in the database
  637. 19:48:55 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: No NFO file found. Using title search for '/media/WD USB 2/Movies/Hellblazer/Hellblazer Remix.mkv'
  638. 19:48:55 T:2990537584 M:891531264 DEBUG: InternalFindMovie: Searching for 'hellblazer' using The MovieDB scraper (path: '/storage/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.5')
  639. 19:48:55 T:2990537584 M:891531264 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer</url>
  640. 19:48:55 T:2990537584 M:891531264 DEBUG: FileCurl::Open(0xb23fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer
  641. 19:48:55 T:2990537584 M:891531264 DEBUG: FileCurl::Close(0xb23fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer
  642. 19:48:55 T:2990537584 M:891531264 DEBUG: scraper: GetSearchResults returned <results></results>
  643. 19:48:55 T:2990537584 M:891531264 DEBUG: InternalFindMovie: Searching for 'hellblazer' using The MovieDB scraper (path: '/storage/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.5')
  644. 19:48:55 T:2990537584 M:891531264 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer</url>
  645. 19:48:55 T:2990537584 M:891531264 DEBUG: FileCurl::Open(0xb23fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer
  646. 19:48:56 T:2990537584 M:891531264 DEBUG: FileCurl::Close(0xb23fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer
  647. 19:48:56 T:2990537584 M:891531264 DEBUG: scraper: GetSearchResults returned <results></results>
  648. 19:48:56 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/Hellblazer/
  649. 19:48:56 T:2990537584 M:891531264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Howl/' due to no change (fasthash)
  650. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Hunger/' due to no change
  651. 19:48:56 T:2990537584 M:891404288 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/Hunger/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  652. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Ils 2006/' due to no change (fasthash)
  653. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Incendiary/' due to no change (fasthash)
  654. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Inside Job/' due to no change (fasthash)
  655. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Kill Bill/' due to no change (fasthash)
  656. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Killers/' due to no change (fasthash)
  657. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/L'instinct de mort/' due to no change (fasthash)
  658. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Let Me In/' due to no change (fasthash)
  659. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Life as We Know It/' due to no change (fasthash)
  660. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Limitless 2011/' due to no change (fasthash)
  661. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Los cronocrimenes/' due to no change (fasthash)
  662. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Machete/' due to no change (fasthash)
  663. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Megamind/' due to no change (fasthash)
  664. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Metropia/' due to no change (fasthash)
  665. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Micmacs/' due to no change (fasthash)
  666. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Mississippi Burning 1988/' due to no change (fasthash)
  667. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Mr Nobody/' due to no change (fasthash)
  668. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Never Let Me Go/' due to no change (fasthash)
  669. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Nordwand/' due to no change (fasthash)
  670. 19:48:56 T:2990537584 M:891404288 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Nowhere Boy/' due to no change (fasthash)
  671. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/One Point O 2004/' due to no change
  672. 19:48:56 T:2990537584 M:891604992 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/One Point O 2004/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  673. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Outcast 2010/' due to no change (fasthash)
  674. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Paranormal Activity 2/' due to no change
  675. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Paranormal Activity 2/Subs/' due to no change (fasthash)
  676. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Peur(s) du Noir/' due to no change (fasthash)
  677. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Prince of Persia/' due to no change (fasthash)
  678. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Rambo Extended/' due to no change (fasthash)
  679. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Red Cliff/' due to no change (fasthash)
  680. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Reign of Assassins/' due to no change (fasthash)
  681. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Rendition/' due to no change (fasthash)
  682. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Repo Men/' due to no change
  683. 19:48:56 T:2990537584 M:891604992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Repo Men/Subs/' due to no change (fasthash)
  684. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Restrepo 2010/' due to no change
  685. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Restrepo 2010/Subs/' due to no change (fasthash)
  686. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Robin Hood (2010)/' due to no change (fasthash)
  687. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Round Ireland with a Fridge/' due to no change (fasthash)
  688. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Saibogujiman kwenchana/' due to no change (fasthash)
  689. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Seraphine/' due to no change (fasthash)
  690. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Seven Samurai/' due to no change (fasthash)
  691. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Skyline/' due to no change (fasthash)
  692. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Sleep Dealer/' due to no change (fasthash)
  693. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Somewhere/' due to no change
  694. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Somewhere/Subs/' due to no change (fasthash)
  695. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Stone/' due to no change (fasthash)
  696. 19:48:56 T:2990537584 M:891478016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Stop-Loss/' due to no change (fasthash)
  697. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Sugar/' due to no change
  698. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Sugar/Subs/' due to no change (fasthash)
  699. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/System Volume Information/' as not in the database
  700. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/System Volume Information/
  701. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/System Volume Information/EfaData/' due to no change (fasthash)
  702. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Tangshan Dadizhen 2010/' due to no change (fasthash)
  703. 19:48:56 T:2786573168 M:891527168 DEBUG: Received request to serve 'DeviceDescription.xml'
  704. 19:48:56 T:2990537584 M:891527168 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Taxidermia/' due to no change (fasthash)
  705. 19:48:56 T:2990537584 M:891527168 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Tell No One/' due to no change (fasthash)
  706. 19:48:56 T:2990537584 M:891535360 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Terribly Happy/' due to no change (fasthash)
  707. 19:48:56 T:2990537584 M:891535360 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Tetro/' due to no change (fasthash)
  708. 19:48:56 T:2990537584 M:891564032 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Baader Meinhof Complex/' due to no change
  709. 19:48:56 T:2990537584 M:891564032 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Baader Meinhof Complex/Subs/' due to no change (fasthash)
  710. 19:48:56 T:2990537584 M:891564032 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Chronicles of Narnia-The Voyage of the Dawn Treader/' due to no change (fasthash)
  711. 19:48:56 T:2990537584 M:891564032 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Escapist/' due to no change (fasthash)
  712. 19:48:56 T:2990537584 M:891461632 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Fourth Kind/' due to no change
  713. 19:48:56 T:2990537584 M:891326464 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/The Fourth Kind/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  714. 19:48:56 T:2990537584 M:891326464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The French Connection/' due to no change (fasthash)
  715. 19:48:56 T:2990537584 M:891326464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Girl With The Dragon Tattoo/' due to no change (fasthash)
  716. 19:48:56 T:2990537584 M:891199488 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Good Shepherd/' due to no change (fasthash)
  717. 19:48:56 T:2990537584 M:891199488 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Good The Bad and the Ugly/' due to no change (fasthash)
  718. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Headless Woman/' due to no change
  719. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Headless Woman/Subs/' due to no change (fasthash)
  720. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Hole 2009/' due to no change (fasthash)
  721. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Informant!/' due to no change (fasthash)
  722. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Informers/' due to no change (fasthash)
  723. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Last Exorcism/' due to no change
  724. 19:48:56 T:2990537584 M:891502592 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/The Last Exorcism/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  725. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Last Station/' due to no change (fasthash)
  726. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Messenger/' due to no change (fasthash)
  727. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Next Three Days/' due to no change (fasthash)
  728. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Prestige 2006/' due to no change (fasthash)
  729. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The princess and the Frog/' due to no change (fasthash)
  730. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Remains of the Day 1993/' due to no change (fasthash)
  731. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Resident/' due to no change (fasthash)
  732. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Square/' due to no change (fasthash)
  733. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Sunset/' due to no change (fasthash)
  734. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Taking Of Pelham 123/' due to no change (fasthash)
  735. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Thin Red Line/' due to no change (fasthash)
  736. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Wackness 2008/' due to no change (fasthash)
  737. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Warlords/' due to no change (fasthash)
  738. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The White Ribbon/' due to no change (fasthash)
  739. 19:48:56 T:2990537584 M:891502592 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Yes Men Fix the World/' due to no change
  740. 19:48:56 T:2990537584 M:891502592 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/The Yes Men Fix the World/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  741. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Thirst 2009/' due to no change
  742. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Thirst 2009/Subs/' due to no change (fasthash)
  743. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Triangle - Die Angst kommt in Wellen/' due to no change
  744. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Triangle - Die Angst kommt in Wellen/Subs/' due to no change (fasthash)
  745. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Trolljegeren/' due to no change (fasthash)
  746. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Un prophete/' due to no change (fasthash)
  747. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/V For Vendetta 2006/' due to no change (fasthash)
  748. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Vanishing on 7th Street/' due to no change (fasthash)
  749. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Vincere 2009/' due to no change (fasthash)
  750. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Winters Bone/' due to no change
  751. 19:48:57 T:2990537584 M:891375616 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Winters Bone/Subs/' due to no change (fasthash)
  752. 19:48:57 T:2990537584 M:891527168 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/XXY/' due to no change
  753. 19:48:57 T:2990537584 M:891527168 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/XXY/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  754. 19:48:57 T:2990537584 M:891527168 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/XXY/Subs/' due to no change (fasthash)
  755. 19:48:57 T:2990537584 M:891527168 ERROR: GetDirectory - Error getting /media/WD USB 2/Movies/Buried/
  756. 19:48:57 T:2990537584 M:891527168 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Buried/' as it's empty or doesn't exist - adding to clean list
  757. 19:48:57 T:2990537584 M:891527168 ERROR: GetDirectory - Error getting /media/WD USB 2/Movies/Dinner for Schmucks/
  758. 19:48:57 T:2990537584 M:891527168 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Dinner for Schmucks/' as it's empty or doesn't exist - adding to clean list
  759. 19:48:57 T:2990537584 M:891527168 ERROR: GetDirectory - Error getting /media/WD USB 2/Movies/Kynodontas/
  760. 19:48:57 T:2990537584 M:891527168 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Kynodontas/' as it's empty or doesn't exist - adding to clean list
  761. 19:48:57 T:2990537584 M:891527168 ERROR: GetDirectory - Error getting /media/WD USB 2/Movies/The Mechanic/
  762. 19:48:57 T:2990537584 M:891527168 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Mechanic/' as it's empty or doesn't exist - adding to clean list
  763. 19:48:57 T:2990537584 M:657260544 ERROR: GetDirectory - Error getting /media/WD USB 2/Movies/The Town 2010/
  764. 19:48:57 T:2990537584 M:891527168 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Town 2010/' as it's empty or doesn't exist - adding to clean list
  765. 19:48:57 T:2990537584 M:891441152 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Being Human/
  766. 19:48:57 T:2990537584 M:891441152 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Boardwalk Empire/
  767. 19:48:57 T:2990537584 M:887287808 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Caprica/
  768. 19:48:57 T:2990537584 M:886235136 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Chuck/
  769. 19:48:57 T:2990537584 M:886099968 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Criminal Justice/
  770. 19:48:57 T:2990537584 M:885932032 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Dexter/
  771. 19:48:57 T:2990537584 M:886099968 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Fringe/
  772. 19:48:57 T:2990537584 M:886099968 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Generation Kill/
  773. 19:48:58 T:2990537584 M:885940224 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/House/
  774. 19:48:58 T:2990537584 M:885796864 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Life/
  775. 19:48:58 T:2990537584 M:885567488 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Mad Men/
  776. 19:48:58 T:2990537584 M:885321728 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Monkey Dust/
  777. 19:48:58 T:2990537584 M:885321728 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Psychoville/
  778. 19:48:58 T:2990537584 M:885321728 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Pulling/
  779. 19:48:58 T:2990537584 M:885329920 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Shameless/
  780. 19:48:58 T:2990537584 M:885747712 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Skins/
  781. 19:48:58 T:2990537584 M:885612544 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Snuff Box/
  782. 19:48:58 T:2990537584 M:885837824 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Sons of Anarchy/
  783. 19:48:59 T:2990537584 M:885657600 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/South Park/
  784. 19:48:59 T:2990537584 M:885522432 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Stewart Lees Comedy Vehicle/
  785. 19:48:59 T:2990537584 M:885448704 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Summerland/
  786. 19:48:59 T:2990537584 M:885600256 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Mighty Boosh/
  787. 19:48:59 T:2990537584 M:885465088 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Pacific/
  788. 19:48:59 T:2990537584 M:885465088 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Pillars Of The Earth/
  789. 19:48:59 T:2990537584 M:885321728 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Sopranos/
  790. 19:48:59 T:2990537584 M:885321728 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Thick of It/
  791. 19:48:59 T:2990537584 M:885313536 ERROR: GetDirectory - Error getting /media/WD USB 2/TV Shows/The Tudors/
  792. 19:48:59 T:2990537584 M:885313536 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Tudors/
  793. 19:48:59 T:2990537584 M:885256192 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Wire/
  794. 19:48:59 T:2990537584 M:885092352 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/This is England 86/
  795. 19:48:59 T:2990537584 M:885096448 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Thorne/
  796. 19:48:59 T:2990537584 M:885096448 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:07
  797. 19:48:59 T:2990537584 M:885096448 INFO: Video scan was stopped or finished ... restoring FindRemoteThumbs
  798. 19:48:59 T:2990537584 M:885096448 DEBUG: Thread 2990537584 terminating
  799. 19:48:59 T:3026044928 M:889286656 DEBUG: ------ Window Deinit (DialogVideoScan.xml) ------
  800. 19:49:05 T:3026044928 M:890187776 INFO: Python, unloading python24.dll because no scripts are running anymore
  801. 19:49:05 T:3026044928 M:890187776 DEBUG: UnloadExtensionLibs, clearing python extension libraries
  802. 19:49:05 T:3026044928 M:890187776 DEBUG: Unloading: python26-i486-linux.so
  803. 19:49:23 T:2856311664 M:886046720 DEBUG: Thread 2856311664 terminating (autodelete)
  804. 19:49:23 T:2864704368 M:886046720 DEBUG: Thread 2864704368 terminating (autodelete)
  805. 19:49:23 T:3026044928 M:886046720 INFO: CheckIdle - Closing session to http://addons.openelec.tv (easy=0xa688358, multi=0xa6219a8)
  806. 19:49:24 T:2873097072 M:886063104 DEBUG: Thread 2873097072 terminating (autodelete)
  807. 19:49:24 T:3026044928 M:890253312 INFO: CheckIdle - Closing session to http://xoap.weather.com (easy=0xaf72c4f0, multi=0xaf716530)
  808. 19:49:24 T:3026044928 M:890253312 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-i486-linux.so)
  809. 19:49:24 T:3026044928 M:890253312 DEBUG: Unloading: ImageLib-i486-linux.so
  810. 19:49:26 T:3026044928 M:890265600 INFO: CheckIdle - Closing session to http://api.themoviedb.org (easy=0xaf796588, multi=0xaf787570)
  811. 19:49:41 T:3026044928 M:890257408 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  812. 19:49:41 T:3026044928 M:890257408 DEBUG: OnKey: 61453 pressed, action is Select
  813. 19:49:41 T:3026044928 M:890257408 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(VideoLibrary,MovieTitles,return)
  814. 19:49:41 T:3026044928 M:890257408 DEBUG: ExecuteXBMCAction : To ActivateWindow(VideoLibrary,MovieTitles,return)
  815. 19:49:41 T:3026044928 M:890257408 DEBUG: Activating window ID: 10025
  816. 19:49:41 T:3026044928 M:890257408 DEBUG: Checking if window ID 10024 is locked.
  817. 19:49:41 T:3026044928 M:890257408 DEBUG: ------ Window Deinit (Home.xml) ------
  818. 19:49:41 T:3026044928 M:890265600 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  819. 19:49:41 T:3026044928 M:890265600 INFO: Loading skin file: MyVideoNav.xml
  820. 19:49:41 T:3026044928 M:889462784 WARNING: Trying to add unsupported control type 3
  821. 19:49:42 T:3026044928 M:883539968 WARNING: Previous line repeats 3 times.
  822. 19:49:42 T:3026044928 M:883539968 DEBUG: CGUIMediaWindow::GetDirectory (videodb://1/2/)
  823. 19:49:42 T:3026044928 M:883539968 DEBUG: ParentPath = [videodb://1/2/]
  824. 19:49:42 T:3026044928 M:883539968 DEBUG: GetSetsNav query: SELECT sets.idSet,sets.strSet,COUNT(1) AS c,count(files.playCount) FROM sets JOIN setlinkmovie ON sets.idSet=setlinkmovie.idSet JOIN movie ON setlinkmovie.idMovie=movie.idMovie JOIN files ON files.idFile=movie.idFile GROUP BY sets.idSet HAVING c>1
  825. 19:49:42 T:3026044928 M:883539968 DEBUG: GetMoviesByWhere query: select * from movieview WHERE movieview.idMovie NOT IN (SELECT idMovie FROM setlinkmovie s1 JOIN(SELECT idSet, COUNT(1) AS c FROM setlinkmovie GROUP BY idSet HAVING c>1) s2 ON s2.idSet=s1.idSet)
  826. 19:49:42 T:3026044928 M:883539968 DEBUG: Time for actual SQL query = 12
  827. 19:49:42 T:3026044928 M:883539968 DEBUG: Time to retrieve movies from dataset = 96
  828. 19:49:42 T:3026044928 M:883425280 DEBUG: Saving fileitems [videodb://1/2/]
  829. 19:49:42 T:3026044928 M:883499008 DEBUG: -- items: 129, sort method: 25, ascending: true
  830. 19:49:42 T:2856311664 M:883499008 DEBUG: thread start, auto delete: 0
  831. 19:49:42 T:2786573168 M:883408896 DEBUG: thread start, auto delete: 1
  832. 19:49:43 T:2786573168 M:883560448 DEBUG: Loading: /usr/lib/xbmc/system/ImageLib-i486-linux.so
  833. 19:49:43 T:2778180464 M:882094080 DEBUG: thread start, auto delete: 1
  834. 19:49:43 T:2778180464 M:868675584 DEBUG: DoWork - trying to extract filestream details from video file /media/WD USB 2/Movies/The Mechanic/~uTorrentPartFile_5AF08D9B.dat
  835. 19:49:43 T:3026044928 M:865951744 DEBUG: ExecuteXBMCAction : Translating SetFocus(50)
  836. 19:49:43 T:3026044928 M:865951744 DEBUG: ExecuteXBMCAction : To SetFocus(50)
  837. 19:49:43 T:2856311664 M:865251328 DEBUG: Thread 2856311664 terminating
  838. 19:49:44 T:3026044928 M:862023680 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  839. 19:49:44 T:3026044928 M:862023680 DEBUG: OnKey: 61480 pressed, action is Down
  840. 19:49:44 T:2726988656 M:862023680 DEBUG: thread start, auto delete: 1
  841. 19:49:44 T:3026044928 M:871264256 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  842. 19:49:44 T:3026044928 M:871010304 DEBUG: OnKey: 61453 pressed, action is Select
  843. 19:49:44 T:2786573168 M:875581440 DEBUG: DoWork - took 1779 ms to load special://skin/backgrounds/curtains.jpg
  844. 19:49:44 T:3026044928 M:883077120 INFO: Loading skin file: DialogContextMenu.xml
  845. 19:49:44 T:3026044928 M:883077120 DEBUG: ------ Window Init (DialogContextMenu.xml) ------
  846. 19:49:45 T:3026044928 M:882388992 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  847. 19:49:45 T:3026044928 M:882388992 DEBUG: OnKey: 61480 pressed, action is Down
  848. 19:49:45 T:3026044928 M:882450432 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  849. 19:49:45 T:3026044928 M:882450432 DEBUG: OnKey: 61453 pressed, action is Select
  850. 19:49:46 T:3026044928 M:882450432 DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------
  851. 19:49:46 T:3026044928 M:883593216 DEBUG: new file set audiostream:0
  852. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerCoreFactory::GetPlayers(/media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi)
  853. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  854. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  855. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
  856. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/rtmp/mms/udp
  857. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  858. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  859. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  860. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  861. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdfile
  862. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  863. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  864. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  865. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  866. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
  867. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  868. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  869. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
  870. 19:49:46 T:3026044928 M:883593216 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  871. 19:49:46 T:3026044928 M:882831360 NOTICE: DVDPlayer: Opening: /media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi
  872. 19:49:46 T:3026044928 M:882831360 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  873. 19:49:46 T:2795039600 M:882831360 DEBUG: thread start, auto delete: 0
  874. 19:49:46 T:2795039600 M:882831360 NOTICE: Creating InputStream
  875. 19:49:46 T:2795039600 M:882688000 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles
  876. 19:49:46 T:2795039600 M:882688000 DEBUG: CacheSubtitles: START
  877. 19:49:46 T:2795039600 M:882688000 DEBUG: CacheSubtitles: Checking for common subdirs...
  878. 19:49:46 T:2795039600 M:882688000 DEBUG: CacheSubtitles: Done (time: 9 ms)
  879. 19:49:46 T:2795039600 M:882688000 DEBUG: CacheSubtitles: Searching for subtitles...
  880. 19:49:46 T:2795039600 M:882688000 DEBUG: CacheSubtitles: Done (time: 2 ms)
  881. 19:49:46 T:2795039600 M:882688000 DEBUG: CacheSubtitles: END (total time: 13 ms)
  882. 19:49:46 T:2795039600 M:882688000 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done
  883. 19:49:46 T:2795039600 M:882688000 NOTICE: Creating Demuxer
  884. 19:49:46 T:2795039600 M:882688000 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avutil-50-i486-linux.so
  885. 19:49:46 T:2795039600 M:882728960 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avcodec-52-i486-linux.so
  886. 19:49:46 T:3026044928 M:881192960 DEBUG: ------ Window Init (DialogBusy.xml) ------
  887. 19:49:46 T:3026044928 M:881217536 INFO: Loading skin file: DialogBusy.xml
  888. 19:49:46 T:2795039600 M:879677440 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avformat-52-i486-linux.so
  889. 19:49:46 T:2795039600 M:874831872 DEBUG: Open - probing detected format [avi]
  890. 19:49:46 T:2795039600 M:865849344 DEBUG: Open - av_find_stream_info starting
  891. 19:49:46 T:2795039600 M:866000896 DEBUG: ffmpeg[A698EB70]: [mpeg4] Invalid and inefficient vfw-avi packed B frames detected
  892. 19:49:46 T:2795039600 M:866000896 DEBUG: Open - av_find_stream_info finished
  893. 19:49:46 T:2795039600 M:866000896 INFO: ffmpeg[A698EB70]: Input #0, avi, from '/media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi':
  894. 19:49:46 T:2795039600 M:866000896 INFO: ffmpeg[A698EB70]: Metadata:
  895. 19:49:46 T:2795039600 M:866000896 INFO: ffmpeg[A698EB70]: ISFT : VirtualDubMod 1.5.10.2 (build 2540/release)
  896. 19:49:46 T:2795039600 M:866000896 INFO: ffmpeg[A698EB70]: Duration: 01:52:19.64, start: 0.000000, bitrate: 871 kb/s
  897. 19:49:46 T:2795039600 M:866000896 INFO: ffmpeg[A698EB70]: Stream #0.0: Video: mpeg4, yuv420p, 616x256 [PAR 1:1 DAR 77:32], 25 tbr, 25 tbn, 25 tbc
  898. 19:49:46 T:2795039600 M:866000896 INFO: ffmpeg[A698EB70]: Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 112 kb/s
  899. 19:49:46 T:2795039600 M:866000896 NOTICE: Opening video stream: 0 source: 256
  900. 19:49:46 T:2795039600 M:866000896 NOTICE: Creating video codec with codec id: 13
  901. 19:49:46 T:2795039600 M:866000896 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:no
  902. 19:49:46 T:2795039600 M:866000896 DEBUG: FactoryCodec - Video: - Opening
  903. 19:49:46 T:2795039600 M:866000896 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/swscale-0.6.1-i486-linux.so
  904. 19:49:46 T:2795039600 M:865894400 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-4 part 2
  905. 19:49:46 T:2795039600 M:865894400 DEBUG: FactoryCodec - Video: ff-mpeg4 - Opened
  906. 19:49:46 T:2671446896 M:865894400 DEBUG: thread start, auto delete: 0
  907. 19:49:46 T:2671446896 M:865894400 DEBUG: CVideoReferenceClock: Setting up GLX
  908. 19:49:46 T:2671446896 M:863166464 DEBUG: CVideoReferenceClock: nvidia-settings -nt -q RefreshRate3 produced no output
  909. 19:49:46 T:2671446896 M:863166464 DEBUG: CVideoReferenceClock: Using RandR for refreshrate detection
  910. 19:49:46 T:2671446896 M:863166464 DEBUG: CVideoReferenceClock: Detected refreshrate: 60 hertz
  911. 19:49:46 T:2795039600 M:863166464 NOTICE: Creating video thread
  912. 19:49:46 T:2663054192 M:863166464 DEBUG: thread start, auto delete: 0
  913. 19:49:46 T:2795039600 M:863166464 NOTICE: Opening audio stream: 1 source: 256
  914. 19:49:46 T:2795039600 M:863166464 NOTICE: Finding audio codec for: 86017
  915. 19:49:46 T:2795039600 M:863166464 DEBUG: FactoryCodec - Audio: PassthroughFFmpeg - Opening
  916. 19:49:46 T:2795039600 M:863166464 INFO: CDVDAudioCodecPassthrough::Open - disabled passthrough due to sample rate not being 48000
  917. 19:49:46 T:2795039600 M:863166464 DEBUG: FactoryCodec - Audio: PassthroughFFmpeg - Failed
  918. 19:49:46 T:2795039600 M:863166464 DEBUG: FactoryCodec - Audio: libmad - Opening
  919. 19:49:46 T:2795039600 M:863166464 DEBUG: Loading: libmad.so.0
  920. 19:49:46 T:2795039600 M:863166464 DEBUG: FactoryCodec - Audio: libmad - Opened
  921. 19:49:46 T:2795039600 M:863166464 NOTICE: Creating audio thread
  922. 19:49:46 T:2654661488 M:863166464 DEBUG: thread start, auto delete: 0
  923. 19:49:46 T:2795039600 M:863166464 DEBUG: ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: /media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi
  924. 19:49:46 T:2654661488 M:863166464 NOTICE: running thread: CDVDPlayerAudio::Process()
  925. 19:49:46 T:2795039600 M:863166464 DEBUG: CDVDPlayer::SetCaching - caching state 2
  926. 19:49:46 T:2654661488 M:863166464 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(26000.000000, 1)
  927. 19:49:46 T:2663054192 M:863166464 DEBUG: LinuxRendererGL: Cleaning up GL resources
  928. 19:49:46 T:2663054192 M:863166464 NOTICE: running thread: video_thread
  929. 19:49:46 T:3026044928 M:863166464 DEBUG: CGUIAudioManager::DeInitialize
  930. 19:49:46 T:2663054192 M:863166464 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  931. 19:49:46 T:3026044928 M:863166464 DEBUG: CAnnouncementManager - Announcement: PlaybackStarted from xbmc
  932. 19:49:46 T:2654661488 M:862896128 NOTICE: Creating audio device with codec id: 86017, channels: 2, sample rate: 44100, no pass-through
  933. 19:49:46 T:2663054192 M:862896128 DEBUG: ffmpeg[9EBAFB70]: [mpeg4] Invalid and inefficient vfw-avi packed B frames detected
  934. 19:49:46 T:2663054192 M:862683136 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(40000.000000, 0)
  935. 19:49:46 T:2663054192 M:862429184 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/postproc-51-i486-linux.so
  936. 19:49:46 T:2654661488 M:862302208 INFO: CPCMRemap: Configured speaker layout: 2.0
  937. 19:49:46 T:2654661488 M:862302208 INFO: CPCMRemap: I channel map: FL,FR
  938. 19:49:46 T:2654661488 M:862302208 INFO: CPCMRemap: O channel map: FL,FR
  939. 19:49:46 T:2654661488 M:862302208 DEBUG: CPCMRemap: Downmix normalization is disabled
  940. 19:49:46 T:2654661488 M:862302208 DEBUG: CPCMRemap: FL = FL(1.000000*)
  941. 19:49:46 T:2654661488 M:862302208 DEBUG: CPCMRemap: FR = FR(1.000000*)
  942. 19:49:46 T:2654661488 M:862302208 DEBUG: RemoveActiveDevice - Removing device 1
  943. 19:49:46 T:2654661488 M:862302208 DEBUG: SetActiveDevice - SetActiveDevice from 0 to 2
  944. 19:49:46 T:2654661488 M:862326784 DEBUG: RemoveActiveDevice - Removing device 0
  945. 19:49:46 T:3026044928 M:862326784 DEBUG: CGUIInfoManager::SetCurrentMovie(/media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi)
  946. 19:49:46 T:2654661488 M:862326784 DEBUG: Initialize - using alsa device hdmi:CARD=NVidia
  947. 19:49:46 T:3026044928 M:861970432 DEBUG: Building didl for object '/media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi'
  948. 19:49:46 T:2663054192 M:860987392 NOTICE: fps: 25.000000, pwidth: 616, pheight: 256, dwidth: 616, dheight: 256
  949. 19:49:46 T:2663054192 M:860987392 DEBUG: OutputPicture - change configuration. 616x256. framerate: 25.00. format: YV12
  950. 19:49:46 T:2663054192 M:860987392 NOTICE: Display resolution ADJUST : default: 1920x1080 @ 50.00Hz (14)
  951. 19:49:46 T:2795039600 M:860987392 DEBUG: CDVDPlayer::HandleMessages - player started 2
  952. 19:49:46 T:2778180464 M:860880896 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/Movies/22 Bullets/cdart.png
  953. 19:49:46 T:3026044928 M:860372992 DEBUG: Activating window ID: 12005
  954. 19:49:46 T:3026044928 M:860372992 DEBUG: Checking if window ID 12005 is locked.
  955. 19:49:46 T:3026044928 M:860372992 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  956. 19:49:46 T:3026044928 M:860372992 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12b
  957. 19:49:46 T:2654661488 M:860110848 DEBUG: CALSADirectSound::Initialize - packet size:2048, packet count:16, buffer size:8192
  958. 19:49:47 T:2671446896 M:859975680 DEBUG: CVideoReferenceClock: Vblank counter has reset
  959. 19:49:47 T:2671446896 M:859975680 DEBUG: CVideoReferenceClock: Detaching glX context
  960. 19:49:47 T:2654661488 M:859975680 DEBUG: CALSADirectSound::Initialize - Channels: 2 - SampleRate: 44100 - SampleBit: 16 - Resample false - IsMusic false - IsPassthrough false - audioDevice: hdmi:CARD=NVidia
  961. 19:49:47 T:2654661488 M:859975680 DEBUG: CDVDPlayerAudio:: synctype set to 1: skip/duplicate
  962. 19:49:47 T:2795039600 M:859975680 DEBUG: CDVDPlayer::HandleMessages - player started 1
  963. 19:49:47 T:2795039600 M:859975680 DEBUG: CDVDPlayer::SetCaching - caching state 3
  964. 19:49:47 T:2654661488 M:859975680 DEBUG: CDVDPlayerAudio:: Discontinuity - was:26000.000000, should be:26000.000000, error:0.000000
  965. 19:49:47 T:2795039600 M:859848704 DEBUG: CDVDPlayer::SetCaching - caching state 0
  966. 19:49:47 T:2671446896 M:859848704 DEBUG: CVideoReferenceClock: Attaching glX context
  967. 19:49:47 T:2671446896 M:859549696 DEBUG: CVideoReferenceClock: detected 1 vblanks, missed 14, refreshrate might have changed
  968. 19:49:47 T:3026044928 M:859025408 ERROR: GLX: Same window as before, refreshing context
  969. 19:49:47 T:3026044928 M:859025408 INFO: GL: Maximum texture width: 8192
  970. 19:49:47 T:3026044928 M:859041792 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  971. 19:49:47 T:3026044928 M:859041792 INFO: Loading skin file: VideoFullScreen.xml
  972. 19:49:47 T:3026044928 M:857731072 NOTICE: Using GL_TEXTURE_2D
  973. 19:49:47 T:3026044928 M:857731072 DEBUG: GL: Requested render method: 0
  974. 19:49:47 T:3026044928 M:857882624 DEBUG: GL: BaseYUV2RGBGLSLShader: defines:
  975. #define XBMC_texture_rectangle 0
  976. #define XBMC_texture_rectangle_hack 0
  977. #define XBMC_STRETCH 0
  978. #define XBMC_YV12
  979. 19:49:47 T:3026044928 M:857882624 NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
  980. 19:49:47 T:3026044928 M:856612864 DEBUG: GL: Vertex Shader compilation log:
  981. 19:49:47 T:3026044928 M:856612864 DEBUG: GL: Vertex Shader compiled successfully
  982. 19:49:47 T:3026044928 M:856612864 DEBUG: GL: Pixel Shader compilation log:
  983. 19:49:47 T:3026044928 M:856612864 DEBUG: GL: Fragment Shader compiled successfully
  984. 19:49:47 T:3026044928 M:856358912 DEBUG: GL: ConvolutionFilterShader: using convolution-4x4.glsl defines:
  985. #define HAS_FLOAT_TEXTURE 1
  986. #define XBMC_STRETCH 0
  987. #define USE1DTEXTURE 1
  988. 19:49:47 T:3026044928 M:856358912 DEBUG: GL: Vertex Shader compilation log:
  989. 19:49:47 T:3026044928 M:856358912 DEBUG: GL: Vertex Shader compiled successfully
  990. 19:49:47 T:3026044928 M:856358912 DEBUG: GL: Pixel Shader compilation log:
  991. 19:49:47 T:3026044928 M:856358912 DEBUG: 0(44) : warning C7506: OpenGL does not define the global type half4
  992. 0(74) : warning C7506: OpenGL does not define the global type half3
  993. 19:49:47 T:3026044928 M:856358912 DEBUG: GL: Fragment Shader compiled successfully
  994. 19:49:47 T:3026044928 M:856154112 NOTICE: GL: NPOT texture support detected
  995. 19:49:47 T:3026044928 M:856154112 NOTICE: GL: Using GL_ARB_pixel_buffer_object
  996. 19:49:47 T:3026044928 M:862531584 INFO: GL: ARB Imaging extension supported
  997. 19:49:47 T:3026044928 M:862588928 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  998. 19:49:48 T:2671446896 M:862588928 DEBUG: CVideoReferenceClock: Received RandR event 121
  999. 19:49:48 T:2671446896 M:862588928 DEBUG: CVideoReferenceClock: Detected refreshrate: 50 hertz
  1000. 19:49:48 T:2654661488 M:862588928 DEBUG: CDVDPlayerAudio:: Duplicating 1 packet(s) of 26.12 ms duration
  1001. 19:49:48 T:2654661488 M:862588928 DEBUG: CDVDPlayerAudio:: Discontinuity - was:952666.632000, should be:1059729.027468, error:107062.395468
  1002. 19:49:49 T:2663054192 M:862605312 DEBUG: CPullupCorrection: detected pattern of length 1: 40000.00
  1003. 19:49:55 T:3026044928 M:863088640 DEBUG: SDLKeyboard: scancode: 174, sym: 0, unicode: 0, modifier: 0
  1004. 19:49:55 T:3026044928 M:863088640 DEBUG: OnKey: 61618 pressed, action is Stop
  1005. 19:49:55 T:3026044928 M:863088640 NOTICE: CDVDPlayer::CloseFile()
  1006. 19:49:55 T:2795039600 M:863088640 DEBUG: CAnnouncementManager - Announcement: PlaybackSpeedChanged from xbmc
  1007. 19:49:55 T:3026044928 M:863088640 NOTICE: DVDPlayer: waiting for threads to exit
  1008. 19:49:55 T:2795039600 M:863096832 NOTICE: CDVDPlayer::OnExit()
  1009. 19:49:55 T:2795039600 M:863096832 NOTICE: DVDPlayer: closing audio stream
  1010. 19:49:55 T:2795039600 M:863096832 NOTICE: Closing audio stream
  1011. 19:49:55 T:2795039600 M:863096832 NOTICE: Waiting for audio thread to exit
  1012. 19:49:55 T:2654661488 M:863096832 NOTICE: thread end: CDVDPlayerAudio::OnExit()
  1013. 19:49:55 T:2654661488 M:863096832 DEBUG: Thread 2654661488 terminating
  1014. 19:49:55 T:2795039600 M:863096832 NOTICE: Closing audio device
  1015. 19:49:55 T:2795039600 M:863096832 DEBUG: SetActiveDevice - SetActiveDevice from 2 to 1
  1016. 19:49:55 T:2795039600 M:863096832 DEBUG: RemoveActiveDevice - Removing device 2
  1017. 19:49:55 T:2795039600 M:863096832 DEBUG: CGUIAudioManager::Initialize
  1018. 19:49:55 T:2795039600 M:863096832 ERROR: Unable to open audio mixer
  1019. 19:49:55 T:2795039600 M:863096832 NOTICE: Deleting audio codec
  1020. 19:49:55 T:2795039600 M:863096832 NOTICE: DVDPlayer: closing video stream
  1021. 19:49:55 T:2795039600 M:863096832 NOTICE: Closing video stream
  1022. 19:49:55 T:2795039600 M:863096832 NOTICE: waiting for video thread to exit
  1023. 19:49:55 T:2663054192 M:863096832 NOTICE: thread end: video_thread
  1024. 19:49:55 T:2663054192 M:863096832 DEBUG: Thread 2663054192 terminating
  1025. 19:49:55 T:2795039600 M:863096832 NOTICE: deleting video codec
  1026. 19:49:55 T:2795039600 M:863858688 NOTICE: CDVDPlayer::OnExit() deleting demuxer
  1027. 19:49:55 T:2795039600 M:871985152 NOTICE: CDVDPlayer::OnExit() deleting input stream
  1028. 19:49:55 T:2795039600 M:871985152 DEBUG: CAnnouncementManager - Announcement: PlaybackStopped from xbmc
  1029. 19:49:55 T:2795039600 M:871985152 DEBUG: Thread 2795039600 terminating
  1030. 19:49:55 T:3026044928 M:871985152 NOTICE: DVDPlayer: finished waiting
  1031. 19:49:55 T:3026044928 M:871985152 DEBUG: LinuxRendererGL: Cleaning up GL resources
  1032. 19:49:55 T:3026044928 M:871985152 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1033. 19:49:55 T:3026044928 M:871985152 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  1034. 19:49:55 T:3026044928 M:871985152 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12a
  1035. 19:49:55 T:2671446896 M:872026112 DEBUG: CVideoReferenceClock: Vblank counter has reset
  1036. 19:49:55 T:2671446896 M:872026112 DEBUG: CVideoReferenceClock: Detaching glX context
  1037. 19:49:56 T:2671446896 M:872288256 DEBUG: CVideoReferenceClock: Attaching glX context
  1038. 19:49:56 T:3026044928 M:872108032 ERROR: GLX: Same window as before, refreshing context
  1039. 19:49:56 T:3026044928 M:872108032 INFO: GL: Maximum texture width: 8192
  1040. 19:49:56 T:2671446896 M:871108608 DEBUG: CVideoReferenceClock: Received RandR event 121
  1041. 19:49:56 T:2671446896 M:871108608 DEBUG: CVideoReferenceClock: Detected refreshrate: 60 hertz
  1042. 19:49:56 T:3026044928 M:872124416 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1043. 19:49:56 T:3026044928 M:872124416 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  1044. 19:49:56 T:3026044928 M:872124416 INFO: Loading skin file: MyVideoNav.xml
  1045. 19:49:56 T:3026044928 M:872124416 WARNING: Trying to add unsupported control type 3
  1046. 19:49:57 T:3026044928 M:872046592 WARNING: Previous line repeats 3 times.
  1047. 19:49:57 T:3026044928 M:872046592 DEBUG: CGUIMediaWindow::GetDirectory (videodb://1/2/)
  1048. 19:49:57 T:3026044928 M:872046592 DEBUG: ParentPath = [videodb://1/2/]
  1049. 19:49:57 T:3026044928 M:872046592 DEBUG: GetSetsNav query: SELECT sets.idSet,sets.strSet,COUNT(1) AS c,count(files.playCount) FROM sets JOIN setlinkmovie ON sets.idSet=setlinkmovie.idSet JOIN movie ON setlinkmovie.idMovie=movie.idMovie JOIN files ON files.idFile=movie.idFile GROUP BY sets.idSet HAVING c>1
  1050. 19:49:57 T:3026044928 M:872046592 DEBUG: GetMoviesByWhere query: select * from movieview WHERE movieview.idMovie NOT IN (SELECT idMovie FROM setlinkmovie s1 JOIN(SELECT idSet, COUNT(1) AS c FROM setlinkmovie GROUP BY idSet HAVING c>1) s2 ON s2.idSet=s1.idSet)
  1051. 19:49:57 T:3026044928 M:872046592 DEBUG: Time for actual SQL query = 11
  1052. 19:49:57 T:3026044928 M:872046592 DEBUG: Time to retrieve movies from dataset = 88
  1053. 19:49:57 T:3026044928 M:872046592 DEBUG: Saving fileitems [videodb://1/2/]
  1054. 19:49:57 T:3026044928 M:871993344 DEBUG: -- items: 129, sort method: 25, ascending: true
  1055. 19:49:57 T:2856311664 M:871993344 DEBUG: thread start, auto delete: 0
  1056. 19:49:57 T:2786573168 M:869371904 DEBUG: DoWork - trying to extract filestream details from video file /media/WD USB 2/Movies/The Mechanic/~uTorrentPartFile_5AF08D9B.dat
  1057. 19:49:57 T:3026044928 M:864288768 NOTICE: CDVDPlayer::CloseFile()
  1058. 19:49:57 T:3026044928 M:864288768 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  1059. 19:49:57 T:3026044928 M:864288768 NOTICE: DVDPlayer: waiting for threads to exit
  1060. 19:49:57 T:3026044928 M:864288768 NOTICE: DVDPlayer: finished waiting
  1061. 19:49:57 T:3026044928 M:864288768 DEBUG: LinuxRendererGL: Cleaning up GL resources
  1062. 19:49:57 T:2671446896 M:864288768 DEBUG: CVideoReferenceClock: Cleaning up GLX
  1063. 19:49:57 T:2856311664 M:864288768 DEBUG: Thread 2856311664 terminating
  1064. 19:49:57 T:2671446896 M:864288768 DEBUG: Thread 2671446896 terminating
  1065. 19:49:57 T:3026044928 M:868360192 DEBUG: ExecuteXBMCAction : Translating SetFocus(50)
  1066. 19:49:57 T:3026044928 M:868360192 DEBUG: ExecuteXBMCAction : To SetFocus(50)
  1067. 19:49:57 T:2786573168 M:868360192 DEBUG: DoWork - Saving file state for video item /media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi
  1068. 19:49:57 T:3026044928 M:868360192 DEBUG: SECTION:UnloadDll(libcurl.so.4)
  1069. 19:49:57 T:3026044928 M:868360192 DEBUG: Unloading: libcurl.so.4
  1070. 19:50:14 T:3026044928 M:868499456 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-i486-linux.so)
  1071. 19:50:14 T:3026044928 M:868499456 DEBUG: Unloading: ImageLib-i486-linux.so
  1072. 19:50:26 T:3026044928 M:868364288 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/avformat-52-i486-linux.so)
  1073. 19:50:26 T:3026044928 M:868364288 DEBUG: Unloading: avformat-52-i486-linux.so
  1074. 19:50:26 T:3026044928 M:868745216 DEBUG: SECTION:UnloadDelayed(DLL: libmad.so.0)
  1075. 19:50:26 T:3026044928 M:868745216 DEBUG: Unloading: libmad.so.0
  1076. 19:50:27 T:3026044928 M:868745216 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/postproc-51-i486-linux.so)
  1077. 19:50:27 T:3026044928 M:868745216 DEBUG: Unloading: postproc-51-i486-linux.so
  1078. 19:50:27 T:2778180464 M:868745216 DEBUG: Thread 2778180464 terminating (autodelete)
  1079. 19:50:27 T:2726988656 M:868745216 DEBUG: Thread 2726988656 terminating (autodelete)
  1080. 19:50:27 T:2786573168 M:868745216 DEBUG: Thread 2786573168 terminating (autodelete)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement