Advertisement
dannyproy

xbmc log sound fail

Apr 3rd, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 131.51 KB | None | 0 0
  1. 18:35:53 T:3024746496 M:975384576 NOTICE: -----------------------------------------------------------------------
  2. 18:35:53 T:3024746496 M:975499264 NOTICE: Starting XBMC, Platform: Linux (OpenELEC - Version: 0.99.4, 2.6.38.2 i686). Built on Mar 31 2011 (Git:e9e9099)
  3. 18:35:53 T:3024746496 M:975499264 NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
  4. 18:35:53 T:3024746496 M:975499264 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/xbmc
  5. 18:35:53 T:3024746496 M:975499264 NOTICE: special://masterprofile/ is mapped to: /storage/.xbmc/userdata
  6. 18:35:53 T:3024746496 M:975499264 NOTICE: special://home/ is mapped to: /storage/.xbmc
  7. 18:35:53 T:3024746496 M:975499264 NOTICE: special://temp/ is mapped to: /storage/.xbmc/temp
  8. 18:35:53 T:3024746496 M:975499264 NOTICE: The executable running is: /usr/lib/xbmc/xbmc.bin
  9. 18:35:53 T:3024746496 M:975499264 NOTICE: Log File is located: /storage/.xbmc/temp/xbmc.log
  10. 18:35:53 T:3024746496 M:975499264 NOTICE: -----------------------------------------------------------------------
  11. 18:35:55 T:3024746496 M:966111232 NOTICE: Setup SDL
  12. 18:35:56 T:3024746496 M:964988928 NOTICE: load settings...
  13. 18:35:56 T:3024746496 M:959946752 NOTICE: special://profile/ is mapped to: special://masterprofile/
  14. 18:35:56 T:3024746496 M:959033344 NOTICE: loading special://masterprofile/guisettings.xml
  15. 18:35:56 T:3024746496 M:951984128 NOTICE: Getting hardware information now...
  16. 18:35:56 T:3024746496 M:951984128 NOTICE: Checking resolution 12
  17. 19:35:56 T:3024746496 M:951832576 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  18. 19:35:56 T:3024746496 M:952000512 NOTICE: Loaded playercorefactory configuration
  19. 19:35:56 T:3024746496 M:952000512 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  20. 19:35:56 T:3024746496 M:952000512 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  21. 19:35:56 T:3024746496 M:952000512 NOTICE: Loaded advancedsettings.xml from special://profile/advancedsettings.xml
  22. 19:35:56 T:3024746496 M:952000512 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:35:56 T:3024746496 M:951721984 NOTICE: Getting hardware information now...
  167. 19:35:56 T:3024746496 M:951721984 NOTICE: Checking resolution 12
  168. 19:35:56 T:3024746496 M:951721984 NOTICE: Default DVD Player: dvdplayer
  169. 19:35:56 T:3024746496 M:951721984 NOTICE: Default Video Player: dvdplayer
  170. 19:35:56 T:3024746496 M:951721984 NOTICE: Default Audio Player: paplayer
  171. 19:35:56 T:3024746496 M:951721984 NOTICE: Enabled debug logging due to GUI setting (2)
  172. 19:35:56 T:3024746496 M:951721984 NOTICE: Loading media sources from special://masterprofile/sources.xml
  173. 19:35:56 T:3024746496 M:951586816 INFO: creating subdirectories
  174. 19:35:56 T:3024746496 M:951459840 INFO: userdata folder: special://masterprofile/
  175. 19:35:56 T:3024746496 M:951459840 INFO: recording folder:
  176. 19:35:56 T:3024746496 M:951459840 INFO: screenshots folder:/storage/screenshots/
  177. 19:35:56 T:3024746496 M:951484416 INFO: thumbnails folder: special://masterprofile/Thumbnails
  178. 19:35:56 T:3024746496 M:951627776 INFO: load language info file: special://xbmc/language/English/langinfo.xml
  179. 19:35:56 T:3024746496 M:951644160 INFO: load language file:special://xbmc/language/English/strings.xml
  180. 19:35:56 T:3024746496 M:951083008 DEBUG: Loading: /usr/lib/xbmc/system/libcpluff-i486-linux.so
  181. 19:35:56 T:3024746496 M:950747136 INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/xbmc/addons: No such file or directory'
  182. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been installed.'
  183. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  184. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  185. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  186. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
  187. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.iplayer has been installed.'
  188. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in script.randomitems has been installed.'
  189. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
  190. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  191. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been installed.'
  192. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been installed.'
  193. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  194. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.itv has been installed.'
  195. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  196. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
  197. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
  198. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  199. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
  200. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  201. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in repository.openelec.tv has been installed.'
  202. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in os.openelec.tv has been installed.'
  203. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
  204. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in script.logo-downloader has been installed.'
  205. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  206. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in os.openelec.settings has been installed.'
  207. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in script.recentlyadded has been installed.'
  208. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been installed.'
  209. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been installed.'
  210. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox has been installed.'
  211. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  212. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in script.rss.editor has been installed.'
  213. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  214. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  215. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in weather.xbmc.builtin has been installed.'
  216. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  217. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  218. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  219. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  220. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
  221. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  222. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  223. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
  224. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been installed.'
  225. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in metadata.mtv.com has been installed.'
  226. 19:35:56 T:3024746496 M:950747136 DEBUG: ADDON: cpluff: 'Plug-in visualization.itunes has been installed.'
  227. 19:35:56 T:3024746496 M:950611968 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
  228. 19:35:56 T:3024746496 M:950611968 DEBUG: ADDON: cpluff: 'Plug-in repository.aeon.nox has been installed.'
  229. 19:35:56 T:3024746496 M:950611968 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  230. 19:35:56 T:3024746496 M:950349824 DEBUG: CKeyboardStat::Initialize - XKb symbols pc_us_inet(evdev)
  231. 19:35:56 T:3024746496 M:950349824 INFO: LIRC Initialize: using: /var/run/lirc/lircd
  232. 19:35:56 T:3024746496 M:950349824 INFO: LIRC Initialize: sucessfully started
  233. 19:35:56 T:3024746496 M:950349824 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12a
  234. 19:35:56 T:3024746496 M:944902144 NOTICE: Using visual 0x42
  235. 19:35:56 T:3024746496 M:944582656 INFO: GL: Maximum texture width: 8192
  236. 19:35:56 T:3024746496 M:944582656 DEBUG: Loading: /usr/lib/xbmc/system/ImageLib-i486-linux.so
  237. 19:35:56 T:3024746496 M:944271360 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:35:56 T:3024746496 M:944271360 NOTICE: GL_VENDOR = NVIDIA Corporation
  239. 19:35:56 T:3024746496 M:944271360 NOTICE: GL_RENDERER = ION/PCI/SSE2
  240. 19:35:56 T:3024746496 M:944271360 NOTICE: GL_VERSION = 3.3.0 NVIDIA 270.30
  241. 19:35:56 T:3024746496 M:944271360 NOTICE: GL_SHADING_LANGUAGE_VERSION = 3.30 NVIDIA via Cg compiler
  242. 19:35:56 T:3024746496 M:944271360 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:35:56 T:3024746496 M:944271360 ERROR: GLX: Same window as before, refreshing context
  244. 19:35:56 T:3024746496 M:944271360 INFO: GL: Maximum texture width: 8192
  245. 19:35:56 T:3024746496 M:944271360 INFO: load default splash image: /usr/share/xbmc/media/Splash.png
  246. 19:35:56 T:3024746496 M:944271360 INFO: msg: PICTURE::LoadImage: Unable to open image: special://xbmc/media/Splash.png Error: (2)
  247. 19:35:56 T:3024746496 M:944271360 ERROR: Texture manager unable to load file: special://xbmc/media/Splash.png
  248. 19:35:56 T:3024746496 M:944271360 INFO: load keymapping
  249. 19:35:56 T:3024746496 M:944271360 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  250. 19:35:56 T:3024746496 M:944152576 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
  251. 19:35:56 T:3024746496 M:944152576 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
  252. 19:35:56 T:3024746496 M:944152576 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
  253. 19:35:56 T:3024746496 M:944152576 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
  254. 19:35:56 T:3024746496 M:944152576 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
  255. 19:35:56 T:3024746496 M:944152576 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
  256. 19:35:56 T:3024746496 M:944304128 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
  257. 19:35:56 T:3024746496 M:944050176 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
  258. 19:35:56 T:3024746496 M:944050176 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
  259. 19:35:56 T:3024746496 M:944050176 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
  260. 19:35:56 T:3024746496 M:944050176 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  261. 19:35:56 T:3024746496 M:944050176 INFO: Loading special://xbmc/system/keymaps/remote.xml
  262. 19:35:56 T:3024746496 M:944050176 INFO: Loading special://xbmc/system/Lircmap.xml
  263. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'mceusb'
  264. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'XboxDVDDongle'
  265. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'Microsoft_Xbox'
  266. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
  267. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'anysee'
  268. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'iMON-PAD'
  269. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
  270. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'MCE_via_iMON'
  271. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'TwinHanRemote'
  272. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'linux-input-layer'
  273. 19:35:56 T:3024746496 M:944050176 INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
  274. 19:35:56 T:3024746496 M:944050176 INFO: * Adding remote mapping for device 'mediacenter'
  275. 19:35:56 T:3024746496 M:944201728 INFO: * Adding remote mapping for device 'devinput'
  276. 19:35:56 T:3024746496 M:944201728 DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping
  277. 19:35:56 T:3024746496 M:944201728 INFO: GUI format 1920x1080 1920x1080 @ 60.00 - Full Screen
  278. 19:35:56 T:3024746496 M:944201728 DEBUG: Selected UDisks as storage provider
  279. 19:35:56 T:3024746496 M:944201728 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks with interface org.freedesktop.DBus.Properties and method Get
  280. 19:35:56 T:3024746496 M:944201728 DEBUG: UDisks: DaemonVersion 1
  281. 19:35:56 T:3024746496 M:944201728 DEBUG: UDisks: Querying available devices
  282. 19:35:56 T:3024746496 M:944201728 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks with interface org.freedesktop.UDisks and method EnumerateDevices
  283. 19:35:56 T:3024746496 M:944201728 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb)
  284. 19:35:56 T:3024746496 M:944201728 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdb: IsFileSystem false HasFileSystem IsSystemInternal false IsMounted false IsRemovable false IsPartition false IsOptical false
  287. 19:35:56 T:3024746496 M:944074752 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda)
  288. 19:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  291. 19:35:56 T:3024746496 M:944074752 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda1)
  292. 19:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 NOTICE: UDisks: Added /flash
  297. 19:35:56 T:3024746496 M:944074752 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda2)
  298. 19:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 NOTICE: UDisks: Added /storage
  303. 19:35:56 T:3024746496 M:944074752 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb1)
  304. 19:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 NOTICE: UDisks: Added /var/media/WD USB 2
  309. 19:35:56 T:3024746496 M:944074752 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/loop0)
  310. 19:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 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:35:56 T:3024746496 M:944074752 NOTICE: start dvd mediatype detection
  314. 19:35:56 T:3024746496 M:944074752 NOTICE: initializing playlistplayer
  315. 19:35:56 T:3016358768 M:944074752 DEBUG: thread start, auto delete: 0
  316. 19:35:56 T:3024746496 M:944074752 NOTICE: DONE initializing playlistplayer
  317. 19:35:56 T:3016358768 M:944074752 DEBUG: Compiled with libcdio Version 0.82
  318. 19:35:56 T:3024746496 M:944074752 DEBUG: DPMS: supported power-saving modes: SUSPEND OFF STANDBY
  319. 19:35:56 T:3016358768 M:944074752 DEBUG: Thread 3016358768 terminating
  320. 19:35:56 T:3024746496 M:944074752 INFO: Unloading old skin ...
  321. 19:35:56 T:3024746496 M:943525888 DEBUG: ------ Window Deinit (Pointer.xml) ------
  322. 19:35:56 T:3024746496 M:943525888 DEBUG: ------ Window Deinit (DialogMuteBug.xml) ------
  323. 19:35:56 T:3024746496 M:943525888 INFO: load skin from:/storage/.xbmc/addons/skin.aeon.nox
  324. 19:35:56 T:3024746496 M:943525888 INFO: Default 4:3 resolution directory is /storage/.xbmc/addons/skin.aeon.nox/720p
  325. 19:35:56 T:3024746496 M:943525888 INFO: Default 16:9 resolution directory is /storage/.xbmc/addons/skin.aeon.nox/720p
  326. 19:35:56 T:3024746496 M:943525888 INFO: Loading skin includes from /storage/.xbmc/addons/skin.aeon.nox/720p/includes.xml
  327. 19:35:57 T:3024746496 M:933109760 INFO: load fonts for skin...
  328. 19:35:58 T:3024746496 M:933109760 INFO: Loading fonts from /storage/.xbmc/addons/skin.aeon.nox/720p/Font.xml
  329. 19:35:58 T:3024746496 M:928280576 INFO: load new skin...
  330. 19:35:58 T:3024746496 M:928280576 INFO: Loading skin file: Home.xml
  331. 19:35:58 T:3024746496 M:927580160 INFO: Loading user windows, path /storage/.xbmc/addons/skin.aeon.nox/720p
  332. 19:35:58 T:3024746496 M:926945280 DEBUG: Load Skin XML: 246.33ms
  333. 19:35:58 T:3024746496 M:926945280 INFO: initialize new skin...
  334. 19:35:58 T:3024746496 M:926945280 INFO: Loading skin file: Pointer.xml
  335. 19:35:58 T:3024746496 M:925999104 DEBUG: OpenBundle - Opened bundle /storage/.xbmc/addons/skin.aeon.nox/media/Textures.xbt
  336. 19:35:58 T:3024746496 M:925872128 INFO: Loading skin file: DialogVolumeBar.xml
  337. 19:35:58 T:3024746496 M:925896704 INFO: Loading skin file: DialogSeekBar.xml
  338. 19:35:58 T:3024746496 M:925388800 INFO: Loading skin file: DialogKaiToast.xml
  339. 19:35:58 T:3024746496 M:925388800 INFO: Loading skin file: DialogMuteBug.xml
  340. 19:35:58 T:3024746496 M:925388800 DEBUG: CGUIAudioManager::Initialize
  341. 19:35:58 T:3024746496 M:925388800 ERROR: Unable to open audio mixer
  342. 19:35:58 T:3024746496 M:925388800 INFO: Loading /storage/.xbmc/addons/skin.aeon.nox/sounds/sounds.xml
  343. 19:35:58 T:3024746496 M:925261824 INFO: skin loaded...
  344. 19:35:58 T:3024746496 M:925261824 DEBUG: Activating window ID: 12999
  345. 19:35:58 T:3024746496 M:925261824 DEBUG: Checking if window ID 12999 is locked.
  346. 19:35:58 T:3024746496 M:925261824 DEBUG: ------ Window Init (Startup.xml) ------
  347. 19:35:58 T:3024746496 M:925261824 INFO: Loading skin file: Startup.xml
  348. 19:35:58 T:3024746496 M:925261824 INFO: removing tempfiles
  349. 19:35:58 T:3024746496 M:925261824 NOTICE: UpdateLibraries - Starting video library startup scan
  350. 19:35:58 T:3024746496 M:925261824 DEBUG: ------ Window Init (DialogVideoScan.xml) ------
  351. 19:35:58 T:3024746496 M:925261824 INFO: Loading skin file: DialogVideoScan.xml
  352. 19:35:58 T:3024746496 M:925184000 NOTICE: UpdateLibraries - Starting music library startup scan
  353. 19:35:58 T:2989489008 M:925184000 DEBUG: thread start, auto delete: 0
  354. 19:35:58 T:3024746496 M:925184000 DEBUG: ------ Window Init (DialogMusicScan.xml) ------
  355. 19:35:58 T:3024746496 M:925184000 INFO: Loading skin file: DialogMusicScan.xml
  356. 19:35:58 T:2989489008 M:925184000 NOTICE: VideoInfoScanner: Starting scan ..
  357. 19:35:58 T:3024746496 M:925184000 INFO: Music scan has started... Enabling tag reading, and remote thumbs
  358. 19:35:58 T:3024746496 M:925073408 NOTICE: initialize done
  359. 19:35:58 T:2981096304 M:925073408 DEBUG: thread start, auto delete: 0
  360. 19:35:58 T:3024746496 M:925073408 NOTICE: Running the application...
  361. 19:35:58 T:3024746496 M:925073408 DEBUG: ExecuteXBMCAction : Translating XBMC.RunScript(script.tv.show.next.aired,silent=True)
  362. 19:35:58 T:3024746496 M:925073408 DEBUG: ExecuteXBMCAction : To XBMC.RunScript(script.tv.show.next.aired,silent=True)
  363. 19:35:58 T:3024746496 M:925224960 INFO: initializing python engine.
  364. 19:35:58 T:3024746496 M:925224960 DEBUG: Loading: /usr/lib/xbmc/system/python/python26-i486-linux.so
  365. 19:35:58 T:2981096304 M:925224960 DEBUG: Process - Starting scan
  366. 19:35:58 T:2972703600 M:925224960 DEBUG: thread start, auto delete: 0
  367. 19:35:58 T:2981096304 M:925081600 DEBUG: DoScan Skipping dir '/storage/music/' due to no change
  368. 19:35:58 T:2981096304 M:925081600 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:35:58 T:2981096304 M:925081600 DEBUG: DoScan Skipping dir '/storage/music/Angels of Light and Akron - Family - Akron-Family and Angels of Light/' due to no change
  370. 19:35:58 T:2981096304 M:924930048 DEBUG: DoScan Skipping dir '/storage/music/Arcade Fire - Funeral/' due to no change
  371. 19:35:58 T:2981096304 M:924778496 DEBUG: DoScan Skipping dir '/storage/music/Arcade Fire - The Suburbs [mp3-320-2010]/' due to no change
  372. 19:35:58 T:2981096304 M:924803072 DEBUG: DoScan Skipping dir '/storage/music/Baroness/' due to no change
  373. 19:35:58 T:2981096304 M:924803072 DEBUG: DoScan Skipping dir '/storage/music/Baroness/Blue Record/' due to no change
  374. 19:35:58 T:2981096304 M:924803072 DEBUG: DoScan Skipping dir '/storage/music/Baroness/Red Album/' due to no change
  375. 19:35:58 T:2981096304 M:924700672 DEBUG: DoScan Skipping dir '/storage/music/Ben Harper - The Will To Live - The Will To Live Bonus EP/' due to no change
  376. 19:35:58 T:2981096304 M:925028352 DEBUG: DoScan Skipping dir '/storage/music/Biffy_clyro-only_revolutions-2009/' due to no change
  377. 19:35:58 T:3024746496 M:925028352 DEBUG: Python wrapper library linked with system Python library
  378. 19:35:58 T:2981096304 M:925077504 DEBUG: DoScan Skipping dir '/storage/music/black mountain - (2008) in the future @192/' due to no change
  379. 19:35:58 T:2981096304 M:924884992 DEBUG: DoScan Skipping dir '/storage/music/Bob Dylan - Live 1966 - The Royal Albert Concert/' due to no change
  380. 19:35:58 T:2981096304 M:924884992 DEBUG: DoScan Skipping dir '/storage/music/Clint Mansell - Requiem for a Dream- The Remix Project/' due to no change
  381. 19:35:58 T:2981096304 M:924913664 DEBUG: DoScan Skipping dir '/storage/music/Clint Mansell - The Fountain/' due to no change
  382. 19:35:58 T:2981096304 M:924553216 DEBUG: DoScan Skipping dir '/storage/music/Crippled_Black_Phoenix-I_Vigilante-2010-GRAVEWISH/' due to no change
  383. 19:35:58 T:2981096304 M:924393472 DEBUG: DoScan Skipping dir '/storage/music/DJ Shadow - Endtroducing/' due to no change
  384. 19:35:58 T:2981096304 M:924266496 DEBUG: DoScan Skipping dir '/storage/music/Earth - The Bees Made Honey in the Lion's Skull/' due to no change
  385. 19:35:58 T:2981096304 M:924164096 DEBUG: DoScan Skipping dir '/storage/music/Hans Zimmer - Gladiator Soundtrack/' due to no change
  386. 19:35:58 T:2981096304 M:924188672 DEBUG: DoScan Skipping dir '/storage/music/Harry Gregson-Williams - Kingdom Of Heaven Soundtrack/' due to no change
  387. 19:35:58 T:2981096304 M:924045312 DEBUG: DoScan Skipping dir '/storage/music/Holy Fuck - Latin (2010)/' due to no change
  388. 19:35:58 T:2981096304 M:924045312 DEBUG: DoScan Skipping dir '/storage/music/I See a Darkness/' due to no change
  389. 19:35:58 T:2981096304 M:923901952 DEBUG: DoScan Skipping dir '/storage/music/James Yorkstown-The Year of The Leopard/' due to no change
  390. 19:35:58 T:2981096304 M:923951104 DEBUG: DoScan Skipping dir '/storage/music/Jimi Hendrix - The Best Of Jimi Hendrix/' due to no change
  391. 19:35:58 T:2981096304 M:924127232 DEBUG: DoScan Skipping dir '/storage/music/King Creosote - Bombshell/' due to no change
  392. 19:35:58 T:2981096304 M:924127232 DEBUG: DoScan Skipping dir '/storage/music/King Creosote - KC Rules OK/' due to no change
  393. 19:35:58 T:2972703600 M:924127232 DEBUG: Thread 2972703600 terminating
  394. 19:35:58 T:2981096304 M:924127232 DEBUG: DoScan Skipping dir '/storage/music/King Crimson/' due to no change
  395. 19:35:58 T:2981096304 M:923992064 DEBUG: DoScan Skipping dir '/storage/music/King Crimson/King Crimson - 1969 - In the Court of the Crimson King/' due to no change
  396. 19:35:58 T:2981096304 M:923865088 DEBUG: DoScan Skipping dir '/storage/music/Led Zeppelin - Mothership/' due to no change
  397. 19:35:58 T:2981096304 M:923865088 DEBUG: DoScan Skipping dir '/storage/music/Manic Street Preachers - The Masses Against The Classes EP/' due to no change
  398. 19:35:58 T:2981096304 M:923738112 DEBUG: DoScan Skipping dir '/storage/music/Metallica - Ride the lightning/' due to no change
  399. 19:35:58 T:2981096304 M:923738112 DEBUG: DoScan Skipping dir '/storage/music/Metallica - S&M/' due to no change
  400. 19:35:58 T:2981096304 M:923738112 DEBUG: DoScan Skipping dir '/storage/music/Moon [2009] Soundtrack OST/' due to no change
  401. 19:35:58 T:2981096304 M:923762688 DEBUG: DoScan Skipping dir '/storage/music/Neil Young - Live at the Fillmore East/' due to no change
  402. 19:35:58 T:2981096304 M:923787264 DEBUG: DoScan Skipping dir '/storage/music/Neil Young - Neil Youngs Greatest Hits/' due to no change
  403. 19:35:58 T:2981096304 M:923787264 DEBUG: DoScan Skipping dir '/storage/music/Neutral Milk Hotel - In The Aeroplane Over The Sea/' due to no change
  404. 19:35:58 T:2981096304 M:923811840 DEBUG: DoScan Skipping dir '/storage/music/Nirvana - Unplugged In New York/' due to no change
  405. 19:35:58 T:2981096304 M:923860992 DEBUG: DoScan Skipping dir '/storage/music/Pearl Jam - 10.22.03 Benaroya Hall/' due to no change
  406. 19:35:58 T:2981096304 M:923885568 DEBUG: DoScan Skipping dir '/storage/music/PEARL JAM - mtv unplugged 1992/' due to no change
  407. 19:35:58 T:2981096304 M:923623424 DEBUG: DoScan Skipping dir '/storage/music/Pearl Jam - Reading Festival 27August06/' due to no change
  408. 19:35:58 T:2981096304 M:923926528 DEBUG: DoScan Skipping dir '/storage/music/Pink Floyd - Echoes - The Best Of Pink Floyd/' due to no change
  409. 19:35:58 T:2981096304 M:923926528 DEBUG: DoScan Skipping dir '/storage/music/Portishead Live in NYC/' due to no change
  410. 19:35:58 T:2981096304 M:923824128 DEBUG: DoScan Skipping dir '/storage/music/Pulled Apart By Horses/' due to no change
  411. 19:35:58 T:2981096304 M:923824128 DEBUG: DoScan Skipping dir '/storage/music/Puzzle/' due to no change
  412. 19:35:58 T:2981096304 M:923975680 DEBUG: DoScan Skipping dir '/storage/music/Queens Of The Stone Age - Over The Years And Through The Woods/' due to no change
  413. 19:35:58 T:2981096304 M:923873280 DEBUG: DoScan Skipping dir '/storage/music/Radiohead - OK Computer/' due to no change
  414. 19:35:58 T:2981096304 M:923873280 DEBUG: DoScan Skipping dir '/storage/music/Radiohead - The Bends/' due to no change
  415. 19:35:58 T:2981096304 M:923746304 DEBUG: DoScan Skipping dir '/storage/music/Roxy Music - Roxy Music (1972)/' due to no change
  416. 19:35:58 T:2981096304 M:923746304 DEBUG: DoScan Skipping dir '/storage/music/Ryan Adams - Gold/' due to no change
  417. 19:35:58 T:2981096304 M:923746304 DEBUG: DoScan Skipping dir '/storage/music/Sometimes the Blues Is Just a Passing Bird/' due to no change
  418. 19:35:58 T:2981096304 M:923820032 DEBUG: DoScan Skipping dir '/storage/music/Soundgarden - Down on the Upside/' due to no change
  419. 19:35:58 T:2981096304 M:923820032 DEBUG: DoScan Skipping dir '/storage/music/Spoon - Gimme Fiction/' due to no change
  420. 19:35:58 T:2981096304 M:923820032 DEBUG: DoScan Skipping dir '/storage/music/Summer in the Sun/' due to no change
  421. 19:35:58 T:2981096304 M:923844608 DEBUG: DoScan Skipping dir '/storage/music/Taken By Trees - East Of Eden (2009)/' due to no change
  422. 19:35:58 T:2981096304 M:923668480 DEBUG: DoScan Skipping dir '/storage/music/Terrorvision - Whales & Dolphins/' due to no change
  423. 19:35:58 T:2981096304 M:923693056 DEBUG: DoScan Skipping dir '/storage/music/The Beta Band - Heroes To Zeros/' due to no change
  424. 19:35:58 T:2981096304 M:923852800 DEBUG: DoScan Skipping dir '/storage/music/The Big Pink/' due to no change
  425. 19:35:58 T:3024746496 M:923725824 DEBUG: new python thread created. id=1
  426. 19:35:58 T:2960759664 M:923725824 DEBUG: thread start, auto delete: 0
  427. 19:35:58 T:2960759664 M:923725824 DEBUG: Python thread: start processing
  428. 19:35:58 T:2981096304 M:923725824 DEBUG: DoScan Skipping dir '/storage/music/The Chemistry of Common Life/' due to no change
  429. 19:35:58 T:3024746496 M:923725824 DEBUG: ExecuteXBMCAction : Translating XBMC.RunScript(script.randomitems,limit=8&unplayed=True)
  430. 19:35:58 T:3024746496 M:923725824 DEBUG: ExecuteXBMCAction : To XBMC.RunScript(script.randomitems,limit=8&unplayed=True)
  431. 19:35:58 T:3024746496 M:923725824 INFO: initializing python engine.
  432. 19:35:58 T:3024746496 M:923725824 DEBUG: new python thread created. id=2
  433. 19:35:58 T:2952366960 M:923725824 DEBUG: thread start, auto delete: 0
  434. 19:35:58 T:2952366960 M:923725824 DEBUG: Python thread: start processing
  435. 19:35:58 T:3024746496 M:923725824 DEBUG: ExecuteXBMCAction : Translating SetFocus(10)
  436. 19:35:58 T:3024746496 M:923725824 DEBUG: ExecuteXBMCAction : To SetFocus(10)
  437. 19:35:58 T:3024746496 M:923725824 DEBUG: ExecuteXBMCAction : Translating Skin.SetBool(LibraryUpdated)
  438. 19:35:58 T:2981096304 M:923725824 DEBUG: DoScan Skipping dir '/storage/music/The Go! Team - Thunder Lightning Strike/' due to no change
  439. 19:35:58 T:3024746496 M:923598848 DEBUG: ExecuteXBMCAction : To Skin.SetBool(LibraryUpdated)
  440. 19:35:58 T:2981096304 M:923471872 DEBUG: DoScan Skipping dir '/storage/music/The Last Of The Mohicans/' due to no change
  441. 19:35:58 T:2981096304 M:923344896 DEBUG: DoScan Skipping dir '/storage/music/The National - Boxer/' due to no change
  442. 19:35:58 T:2981096304 M:923344896 DEBUG: DoScan Skipping dir '/storage/music/The Twilight Sad - Fourteen Autumns & Fifteen Winters/' due to no change
  443. 19:35:58 T:2981096304 M:923074560 DEBUG: DoScan Skipping dir '/storage/music/Then The Letting Go/' due to no change
  444. 19:35:58 T:2981096304 M:923074560 DEBUG: DoScan Skipping dir '/storage/music/TV on the Radio - Dear Science/' due to no change
  445. 19:35:58 T:2981096304 M:923074560 DEBUG: DoScan Skipping dir '/storage/music/TV On The Radio - Return To Cookie Mountain/' due to no change
  446. 19:35:58 T:2981096304 M:923074560 DEBUG: DoScan Skipping dir '/storage/music/Van Morrison - Astral Weeks/' due to no change
  447. 19:35:58 T:2981096304 M:923074560 DEBUG: Process - Finished scan
  448. 19:35:58 T:2981096304 M:923074560 NOTICE: My Music: Scanning for music info using worker thread, operation took 00:00
  449. 19:35:58 T:2981096304 M:923074560 INFO: Music scan was stopped or finished ... restoring FindRemoteThumbs
  450. 19:35:58 T:3024746496 M:922947584 DEBUG: ExecuteXBMCAction : Translating Skin.SetBool(LibraryUpdated)
  451. 19:35:58 T:3024746496 M:922947584 DEBUG: ExecuteXBMCAction : To Skin.SetBool(LibraryUpdated)
  452. 19:35:58 T:2981096304 M:922972160 DEBUG: Thread 2981096304 terminating
  453. 19:35:58 T:3024746496 M:922845184 DEBUG: Process - no profile autoexec.py (/storage/.xbmc/userdata/autoexec.py) found, skipping
  454. 19:35:58 T:3024746496 M:922845184 DEBUG: NetworkMessage - Starting network services
  455. 19:35:58 T:3024746496 M:922845184 NOTICE: Webserver: Starting...
  456. 19:35:58 T:3024746496 M:922845184 NOTICE: WebServer: Started the webserver
  457. 19:35:58 T:2960759664 M:922845184 NOTICE: -->Python Interpreter Initialized<--
  458. 19:35:58 T:2960759664 M:922845184 DEBUG: Process - The source file to load is /storage/.xbmc/addons/script.tv.show.next.aired/default.py
  459. 19:35:58 T:2960759664 M:922718208 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
  460. 19:35:58 T:2960759664 M:922718208 DEBUG: Process - Entering source directory /storage/.xbmc/addons/script.tv.show.next.aired
  461. 19:35:58 T:3024746496 M:922718208 DEBUG: CZeroconfAvahi::clientCallback: client is up and running
  462. 19:35:58 T:3024746496 M:922718208 NOTICE: starting upnp server
  463. 19:35:58 T:3024746496 M:922480640 NOTICE: starting upnp renderer
  464. 19:35:58 T:3024746496 M:922361856 NOTICE: ES: Starting event server
  465. 19:35:58 T:3024746496 M:922361856 NOTICE: DS: Starting dbus server
  466. 19:35:58 T:2893618032 M:922361856 DEBUG: thread start, auto delete: 0
  467. 19:35:58 T:2893618032 M:922361856 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  468. 19:35:58 T:2893618032 M:922361856 NOTICE: UDP: Listening on port 9777
  469. 19:35:58 T:3024746496 M:921518080 ERROR: DS: Failed to connect to the D-Bus session daemon: Empty address ''
  470. 19:35:58 T:2885225328 M:921518080 DEBUG: thread start, auto delete: 0
  471. 19:35:58 T:3024746496 M:921518080 NOTICE: starting zeroconf publishing
  472. 19:35:58 T:2885225328 M:921518080 INFO: JSONRPC Server: Successfully initialized
  473. 19:35:58 T:3024746496 M:921518080 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:XBMC Event Server port:9777
  474. 19:35:58 T:3024746496 M:921518080 DEBUG: CZeroconfAvahi::addService() named: XBMC Event Server type: _xbmc-events._udp port:9777
  475. 19:35:58 T:3024746496 M:921518080 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc type: _xbmc-jsonrpc._tcp name:XBMC JSONRPC port:9090
  476. 19:35:58 T:3024746496 M:921518080 DEBUG: CZeroconfAvahi::addService() named: XBMC JSONRPC type: _xbmc-jsonrpc._tcp port:9090
  477. 19:35:58 T:3024746496 M:921391104 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webapi type: _xbmc-web._tcp name:XBMC HTTP API port:8080
  478. 19:35:58 T:3024746496 M:921391104 DEBUG: CZeroconfAvahi::addService() named: XBMC HTTP API type: _xbmc-web._tcp port:8080
  479. 19:35:58 T:3024746496 M:921391104 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webjsonrpc type: _xbmc-jsonrpc._tcp name:XBMC JSONRPC port:8080
  480. 19:35:58 T:3024746496 M:921391104 DEBUG: CZeroconfAvahi::addService() named: XBMC JSONRPC type: _xbmc-jsonrpc._tcp port:8080
  481. 19:35:58 T:3024746496 M:921391104 ERROR: CZeroconfAvahi::addService(): failed to add service named:XBMC JSONRPC@$(HOSTNAME) type:_xbmc-jsonrpc._tcp port:8080. Error:Invalid Error Code :/ FIXME!
  482. 19:35:58 T:3024746496 M:921391104 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webserver type: _http._tcp name:XBMC Web Server port:8080
  483. 19:35:58 T:3024746496 M:921391104 DEBUG: CZeroconfAvahi::addService() named: XBMC Web Server type: _http._tcp port:8080
  484. 19:35:58 T:3024746496 M:921391104 DEBUG: CLastfmScrobbler: Clearing session.
  485. 19:35:58 T:3024746496 M:921391104 DEBUG: CLibrefmScrobbler: Clearing session.
  486. 19:35:58 T:3024746496 M:920064000 DEBUG: ------ Window Deinit (DialogMusicScan.xml) ------
  487. 19:35:59 T:3024746496 M:920199168 DEBUG: ExecuteXBMCAction : Translating ReplaceWindow(Home)
  488. 19:35:59 T:3024746496 M:920199168 DEBUG: ExecuteXBMCAction : To ReplaceWindow(Home)
  489. 19:35:59 T:3024746496 M:920199168 DEBUG: Activating window ID: 10000
  490. 19:35:59 T:3024746496 M:920199168 DEBUG: Checking if window ID 10000 is locked.
  491. 19:35:59 T:3024746496 M:920199168 DEBUG: ------ Window Deinit (Startup.xml) ------
  492. 19:35:59 T:3024746496 M:920199168 DEBUG: ------ Window Init (Home.xml) ------
  493. 19:35:59 T:2871708528 M:920018944 DEBUG: thread start, auto delete: 1
  494. 19:35:59 T:2871708528 M:919891968 INFO: WEATHER: Downloading weather
  495. 19:35:59 T:3024746496 M:919891968 DEBUG: UPower: Recieved an unkown signal NameAcquired
  496. 19:35:59 T:2871708528 M:919814144 DEBUG: Loading: libcurl.so.4
  497. 19:35:59 T:3024746496 M:919986176 DEBUG: Checking repository OpenELEC.tv Mediacenter OS Add-ons for updates
  498. 19:35:59 T:2863315824 M:919986176 DEBUG: thread start, auto delete: 1
  499. 19:35:59 T:2863315824 M:919461888 DEBUG: Previous line repeats 1 times.
  500. 19:35:59 T:2863315824 M:919461888 DEBUG: CFileCache::Open - opening <0.99/ION/i386/addons.xml.md5> using cache
  501. 19:35:59 T:2863315824 M:919461888 DEBUG: FileCurl::Open(0xa9483c0) http://addons.openelec.tv/0.99/ION/i386/addons.xml.md5
  502. 19:35:59 T:2863315824 M:919461888 INFO: easy_aquire - Created session to http://addons.openelec.tv
  503. 19:35:59 T:2871708528 M:919486464 DEBUG: FileCurl::Open(0xab2aafcc) http://xoap.weather.com/weather/local/USNY0996?cc=*&unit=m&dayf=4&prod=xoap&link=xoap&par=1004124588&key=079f24145f208494
  504. 19:35:59 T:2871708528 M:919584768 INFO: easy_aquire - Created session to http://xoap.weather.com
  505. 19:35:59 T:3024746496 M:912670720 DEBUG: ExecuteXBMCAction : Translating SetFocus(9000)
  506. 19:35:59 T:3024746496 M:912670720 DEBUG: ExecuteXBMCAction : To SetFocus(9000)
  507. 19:35:59 T:2952366960 M:910028800 NOTICE: -->Python Interpreter Initialized<--
  508. 19:35:59 T:2952366960 M:910028800 DEBUG: Process - The source file to load is /storage/.xbmc/addons/script.randomitems/RandomItems.py
  509. 19:35:59 T:2952366960 M:910028800 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:35:59 T:2952366960 M:910028800 DEBUG: Process - Entering source directory /storage/.xbmc/addons/script.randomitems
  511. 19:35:59 T:2960759664 M:909393920 NOTICE: ### TV-Show Next-Aired starting ...
  512. 19:35:59 T:2960759664 M:909393920 NOTICE: ### author: Ppic, Frost
  513. 19:35:59 T:2960759664 M:909393920 NOTICE: ### URL: http://code.google.com/p/passion-xbmc/
  514. 19:35:59 T:2960759664 M:909393920 NOTICE: ### credits: Team Passion-XBMC, http://passion-xbmc.org/
  515. 19:35:59 T:2960759664 M:909393920 NOTICE: ### date: 17-10-2010
  516. 19:35:59 T:2960759664 M:909139968 NOTICE: ### version: 2.1.2
  517. 19:35:59 T:2960759664 M:909139968 NOTICE: {'silent': 'True'}
  518. 19:35:59 T:2863315824 M:908529664 WARNING: FillBuffer: curl failed with code 22
  519. 19:35:59 T:2863315824 M:908529664 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  520. 19:35:59 T:2863315824 M:908529664 DEBUG: FileCurl::Close(0xa9483c0) http://addons.openelec.tv/0.99/ION/i386/addons.xml.md5
  521. 19:35:59 T:2863315824 M:908529664 ERROR: Open - failed to open source <http://addons.openelec.tv/0.99/ION/i386/addons.xml.md5>
  522. 19:35:59 T:2863315824 M:908529664 DEBUG: CFileCache::Open - opening <0.99/ION/i386/addons.xml> using cache
  523. 19:35:59 T:2863315824 M:908402688 DEBUG: FileCurl::Open(0xa8a48760) http://addons.openelec.tv/0.99/ION/i386/addons.xml
  524. 19:35:59 T:2960759664 M:908148736 NOTICE: ###db less than 24, fetch local data...
  525. 19:35:59 T:2960759664 M:908148736 NOTICE: ### Load list: /storage/.xbmc/userdata/addon_data/script.tv.show.next.aired/next_aired.db
  526. 19:35:59 T:3024746496 M:906244096 DEBUG: HttpApi Start command: SetResponseFormat paras: SetResponseFormat
  527. 19:35:59 T:3024746496 M:900042752 DEBUG: HttpApi Start command: SetResponseFormat paras: SetResponseFormat; OpenRecord;<record>
  528. 19:35:59 T:2854923120 M:905506816 DEBUG: DoWork - took 340 ms to load special://skin/backgrounds/movies.jpg
  529. 19:35:59 T:3024746496 M:905506816 DEBUG: HttpApi Start command: SetResponseFormat paras: SetResponseFormat; CloseRecord;</record>
  530. 19:35:59 T:2863315824 M:904355840 WARNING: FillBuffer: curl failed with code 22
  531. 19:35:59 T:2863315824 M:904355840 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
  532. 19:35:59 T:2863315824 M:904355840 DEBUG: FileCurl::Close(0xa8a48760) http://addons.openelec.tv/0.99/ION/i386/addons.xml
  533. 19:35:59 T:2863315824 M:904228864 ERROR: Open - failed to open source <http://addons.openelec.tv/0.99/ION/i386/addons.xml>
  534. 19:35:59 T:2863315824 M:904228864 ERROR: Repository OpenELEC.tv Mediacenter OS Add-ons returned no add-ons, listing may have failed
  535. 19:35:59 T:2871708528 M:900419584 DEBUG: FileCurl::Close(0xab2aafcc) http://xoap.weather.com/weather/local/USNY0996?cc=*&unit=m&dayf=4&prod=xoap&link=xoap&par=1004124588&key=079f24145f208494
  536. 19:35:59 T:2871708528 M:900419584 INFO: WEATHER: Weather download successful
  537. 19:35:59 T:2871708528 M:176771072 DEBUG: GetZipList - Processing zip://special%3a%2f%2fxbmc%2fmedia%2fweather%2ezip/
  538. 19:36:06 T:2943974256 M:900980736 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  539. 19:36:06 T:3024746496 M:901062656 DEBUG: HttpApi Start command: QueryVideoDatabase paras: QueryVideoDatabase; select * from movieview where playCount is null order by RANDOM() limit 8
  540. 19:36:06 T:2943974256 M:901087232 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  541. 19:36:06 T:2960759664 M:900587520 DEBUG: Previous line repeats 1 times.
  542. 19:36:06 T:2960759664 M:900587520 NOTICE: ###data available
  543. 19:36:06 T:2960759664 M:900587520 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'}]
  544. 19:36:06 T:2960759664 M:900612096 NOTICE: 2011-04-03
  545. 19:36:06 T:2960759664 M:900612096 NOTICE: ################
  546. 19:36:06 T:2960759664 M:900612096 NOTICE: ###Chuck
  547. 19:36:06 T:2960759664 M:900612096 NOTICE: ###04x20^Chuck Versus the Family Volkoff^Apr/11/2011
  548. 19:36:06 T:2960759664 M:900612096 NOTICE: ###2011-04-11T20:00:00-4:00
  549. 19:36:06 T:2960759664 M:900612096 NOTICE: 2011-04-11
  550. 19:36:06 T:2960759664 M:900493312 NOTICE: ################
  551. 19:36:06 T:2960759664 M:900493312 NOTICE: ###House
  552. 19:36:06 T:2960759664 M:900493312 NOTICE: ###07x18^The Dig^Apr/11/2011
  553. 19:36:06 T:2960759664 M:900493312 NOTICE: ###2011-04-11T20:00:00-4:00
  554. 19:36:06 T:2960759664 M:900493312 NOTICE: 2011-04-11
  555. 19:36:06 T:2960759664 M:900493312 NOTICE: ################
  556. 19:36:06 T:2960759664 M:900493312 NOTICE: ###Fringe
  557. 19:36:06 T:2960759664 M:900493312 NOTICE: ###03x19^Lysergic Acid Diethylamide^Apr/15/2011
  558. 19:36:06 T:2960759664 M:900493312 NOTICE: ###2011-04-15T21:00:00-4:00
  559. 19:36:06 T:2960759664 M:900493312 NOTICE: 2011-04-15
  560. 19:36:06 T:2960759664 M:900493312 NOTICE: ################
  561. 19:36:06 T:2960759664 M:900493312 NOTICE: ###South Park
  562. 19:36:06 T:2960759664 M:900493312 NOTICE: ###15x01^Season 15, Episode 1^Apr/27/2011
  563. 19:36:06 T:2960759664 M:900493312 NOTICE: ###2011-04-27T22:00:00-4:00
  564. 19:36:06 T:2960759664 M:900493312 NOTICE: 2011-04-27
  565. 19:36:06 T:2960759664 M:900493312 NOTICE: ################
  566. 19:36:06 T:2960759664 M:900493312 NOTICE: ###Dexter
  567. 19:36:06 T:2960759664 M:900493312 NOTICE: ###06x01^Season 6, Episode 1^Sep/25/2011
  568. 19:36:06 T:2960759664 M:900493312 NOTICE: ###2011-09-25T21:00:00-4:00
  569. 19:36:06 T:2960759664 M:900493312 NOTICE: 2011-09-25
  570. 19:36:06 T:2960759664 M:900493312 NOTICE: ###today show: 0 -
  571. 19:36:06 T:2818833264 M:900362240 DEBUG: Received request to serve 'DeviceDescription.xml'
  572. 19:36:06 T:2943974256 M:900227072 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  573. 19:36:06 T:2960759664 M:900116480 INFO: Scriptresult: Success
  574. 19:36:06 T:2960759664 M:899276800 INFO: Python script stopped
  575. 19:36:06 T:2960759664 M:899276800 DEBUG: Thread 2960759664 terminating
  576. 19:36:06 T:3024746496 M:899276800 DEBUG: python thread 1 destructed
  577. 19:36:07 T:2989489008 M:899174400 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/' as not in the database
  578. 19:36:07 T:3024746496 M:899325952 DEBUG: HttpApi Start command: QueryVideoDatabase paras: QueryVideoDatabase; select * from episodeview where playCount is null order by RANDOM() limit 8
  579. 19:36:07 T:3024746496 M:899485696 DEBUG: HttpApi Start command: QueryMusicDatabase paras: QueryMusicDatabase; select * from songview where lastplayed is null order by RANDOM() limit 8
  580. 19:36:07 T:2989489008 M:899358720 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/
  581. 19:36:07 T:2989489008 M:899358720 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/22 Bullets/' due to no change (fasthash)
  582. 19:36:07 T:2989489008 M:899358720 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/A Batalha de Passchendaele/' due to no change (fasthash)
  583. 19:36:07 T:2989489008 M:899358720 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Afghan star 2009/' due to no change (fasthash)
  584. 19:36:07 T:2989489008 M:899358720 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Ajami/' due to no change (fasthash)
  585. 19:36:07 T:2989489008 M:899358720 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Animal Kingdom/' due to no change (fasthash)
  586. 19:36:07 T:2989489008 M:899510272 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Battlestar Galactica The Plan/' due to no change
  587. 19:36:07 T:2989489008 M:899510272 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/Battlestar Galactica The Plan/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  588. 19:36:07 T:2989489008 M:899510272 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Big Fan 2009/' due to no change (fasthash)
  589. 19:36:07 T:2989489008 M:899510272 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Black Dynamite/' due to no change (fasthash)
  590. 19:36:07 T:2989489008 M:899510272 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Blue Beard 2009/' due to no change
  591. 19:36:07 T:2989489008 M:899510272 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/Blue Beard 2009/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  592. 19:36:07 T:2989489008 M:899510272 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Blue Valentine/' due to no change (fasthash)
  593. 19:36:07 T:2989489008 M:899510272 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Brooklyn's Finest/' due to no change (fasthash)
  594. 19:36:08 T:2989489008 M:1133711360 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Brothers 2009/' due to no change (fasthash)
  595. 19:36:08 T:2989489008 M:899510272 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Cache 2005/' due to no change (fasthash)
  596. 19:36:08 T:2989489008 M:899510272 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/Carlos The Jackal The Movie/' as not in the database
  597. 19:36:08 T:2989489008 M:899510272 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:36:08 T:2989489008 M:899510272 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:36:08 T:2989489008 M:899510272 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie</url>
  600. 19:36:08 T:2989489008 M:899510272 DEBUG: FileCurl::Open(0xb22fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie
  601. 19:36:08 T:2989489008 M:899510272 INFO: easy_aquire - Created session to http://api.themoviedb.org
  602. 19:36:08 T:2952366960 M:899510272 INFO: Scriptresult: Success
  603. 19:36:08 T:2952366960 M:899510272 INFO: Python script stopped
  604. 19:36:08 T:2952366960 M:899510272 DEBUG: Thread 2952366960 terminating
  605. 19:36:08 T:3024746496 M:899510272 DEBUG: python thread 2 destructed
  606. 19:36:08 T:2989489008 M:899547136 DEBUG: FileCurl::Close(0xb22fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie
  607. 19:36:08 T:2989489008 M:899547136 DEBUG: scraper: GetSearchResults returned <results></results>
  608. 19:36:08 T:2989489008 M:899547136 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:36:08 T:2989489008 M:899547136 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie</url>
  610. 19:36:08 T:2989489008 M:899547136 DEBUG: FileCurl::Open(0xb22fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie
  611. 19:36:08 T:2751953776 M:899547136 DEBUG: Received request to serve 'DeviceDescription.xml'
  612. 19:36:09 T:2989489008 M:899514368 DEBUG: FileCurl::Close(0xb22fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/carlos%20the%20jackal%20the%20movie
  613. 19:36:09 T:2989489008 M:899514368 DEBUG: scraper: GetSearchResults returned <results></results>
  614. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/Carlos The Jackal The Movie/
  615. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Catfish/' due to no change (fasthash)
  616. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Che Guerrilla/' due to no change (fasthash)
  617. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/City Island/' due to no change (fasthash)
  618. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Conviction/' due to no change (fasthash)
  619. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Crank 2 High Voltage/' due to no change (fasthash)
  620. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Cyrus/' due to no change (fasthash)
  621. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/District 13/' due to no change (fasthash)
  622. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Easier With Practice/' due to no change (fasthash)
  623. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Enter The Void/' due to no change (fasthash)
  624. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Event Horizon/' due to no change (fasthash)
  625. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Exit Through the Gift Shop/' due to no change (fasthash)
  626. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Extraordinary Rendition/' due to no change (fasthash)
  627. 19:36:09 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Faster 2010/' due to no change (fasthash)
  628. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Four Lions/' due to no change
  629. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Four Lions/Subs/' due to no change (fasthash)
  630. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Frailty/' due to no change (fasthash)
  631. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/From Paris with Love/' due to no change (fasthash)
  632. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Frozen River/' due to no change (fasthash)
  633. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Gomorra/' due to no change (fasthash)
  634. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Good/' due to no change (fasthash)
  635. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Goodbye Solo/' due to no change (fasthash)
  636. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Harry Brown/' due to no change (fasthash)
  637. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/Hellblazer/' as not in the database
  638. 19:36:10 T:2989489008 M:899514368 DEBUG: VideoInfoScanner: No NFO file found. Using title search for '/media/WD USB 2/Movies/Hellblazer/Hellblazer Remix.mkv'
  639. 19:36:10 T:2989489008 M:899514368 DEBUG: InternalFindMovie: Searching for 'hellblazer' using The MovieDB scraper (path: '/storage/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.5')
  640. 19:36:10 T:2989489008 M:899514368 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer</url>
  641. 19:36:10 T:2989489008 M:899514368 DEBUG: FileCurl::Open(0xb22fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer
  642. 19:36:10 T:2989489008 M:899514368 DEBUG: FileCurl::Close(0xb22fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer
  643. 19:36:10 T:2989489008 M:899514368 DEBUG: scraper: GetSearchResults returned <results></results>
  644. 19:36:10 T:2989489008 M:899514368 DEBUG: InternalFindMovie: Searching for 'hellblazer' using The MovieDB scraper (path: '/storage/.xbmc/addons/metadata.themoviedb.org', content: 'movies', version: '1.2.5')
  645. 19:36:10 T:2989489008 M:899514368 DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer</url>
  646. 19:36:10 T:2989489008 M:899514368 DEBUG: FileCurl::Open(0xb22fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer
  647. 19:36:10 T:2989489008 M:899653632 DEBUG: FileCurl::Close(0xb22fd878) http://api.themoviedb.org/2.1/Movie.search/en/xml/57983e31fb435df4df77afb854740ea9/hellblazer
  648. 19:36:10 T:2989489008 M:899624960 DEBUG: scraper: GetSearchResults returned <results></results>
  649. 19:36:10 T:2989489008 M:899624960 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/Hellblazer/
  650. 19:36:10 T:2989489008 M: 0 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Howl/' due to no change (fasthash)
  651. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Hunger/' due to no change
  652. 19:36:10 T:2989489008 M:899497984 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/Hunger/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  653. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Ils 2006/' due to no change (fasthash)
  654. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Incendiary/' due to no change (fasthash)
  655. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Inside Job/' due to no change (fasthash)
  656. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Kill Bill/' due to no change (fasthash)
  657. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Killers/' due to no change (fasthash)
  658. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/L'instinct de mort/' due to no change (fasthash)
  659. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Let Me In/' due to no change (fasthash)
  660. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Life as We Know It/' due to no change (fasthash)
  661. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Limitless 2011/' due to no change (fasthash)
  662. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Los cronocrimenes/' due to no change (fasthash)
  663. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Machete/' due to no change (fasthash)
  664. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Megamind/' due to no change (fasthash)
  665. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Metropia/' due to no change (fasthash)
  666. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Micmacs/' due to no change (fasthash)
  667. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Mississippi Burning 1988/' due to no change (fasthash)
  668. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Mr Nobody/' due to no change (fasthash)
  669. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Never Let Me Go/' due to no change (fasthash)
  670. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Nordwand/' due to no change (fasthash)
  671. 19:36:10 T:2989489008 M:899497984 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Nowhere Boy/' due to no change (fasthash)
  672. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/One Point O 2004/' due to no change
  673. 19:36:10 T:2989489008 M:899379200 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/One Point O 2004/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  674. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Outcast 2010/' due to no change (fasthash)
  675. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Paranormal Activity 2/' due to no change
  676. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Paranormal Activity 2/Subs/' due to no change (fasthash)
  677. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Peur(s) du Noir/' due to no change (fasthash)
  678. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Prince of Persia/' due to no change (fasthash)
  679. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Rambo Extended/' due to no change (fasthash)
  680. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Red Cliff/' due to no change (fasthash)
  681. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Reign of Assassins/' due to no change (fasthash)
  682. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Rendition/' due to no change (fasthash)
  683. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Repo Men/' due to no change
  684. 19:36:10 T:2989489008 M:899379200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Repo Men/Subs/' due to no change (fasthash)
  685. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Restrepo 2010/' due to no change
  686. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Restrepo 2010/Subs/' due to no change (fasthash)
  687. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Robin Hood (2010)/' due to no change (fasthash)
  688. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Round Ireland with a Fridge/' due to no change (fasthash)
  689. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Saibogujiman kwenchana/' due to no change (fasthash)
  690. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Seraphine/' due to no change (fasthash)
  691. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Seven Samurai/' due to no change (fasthash)
  692. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Skyline/' due to no change (fasthash)
  693. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Sleep Dealer/' due to no change (fasthash)
  694. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Somewhere/' due to no change
  695. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Somewhere/Subs/' due to no change (fasthash)
  696. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Stone/' due to no change (fasthash)
  697. 19:36:10 T:2989489008 M:899530752 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Stop-Loss/' due to no change (fasthash)
  698. 19:36:10 T:2989489008 M:899555328 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Sugar/' due to no change
  699. 19:36:10 T:2989489008 M:899555328 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Sugar/Subs/' due to no change (fasthash)
  700. 19:36:10 T:2989489008 M:899555328 DEBUG: VideoInfoScanner: Scanning dir '/media/WD USB 2/Movies/System Volume Information/' as not in the database
  701. 19:36:10 T:2989489008 M:899555328 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/Movies/System Volume Information/
  702. 19:36:10 T:2989489008 M:899555328 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/System Volume Information/EfaData/' due to no change (fasthash)
  703. 19:36:10 T:2989489008 M:899555328 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Tangshan Dadizhen 2010/' due to no change (fasthash)
  704. 19:36:10 T:2989489008 M:899555328 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Taxidermia/' due to no change (fasthash)
  705. 19:36:10 T:2989489008 M:899555328 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Tell No One/' due to no change (fasthash)
  706. 19:36:10 T:2989489008 M:899555328 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Terribly Happy/' due to no change (fasthash)
  707. 19:36:10 T:2989489008 M:899555328 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Tetro/' due to no change (fasthash)
  708. 19:36:10 T:2989489008 M:899428352 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Baader Meinhof Complex/' due to no change
  709. 19:36:10 T:2989489008 M:899428352 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Baader Meinhof Complex/Subs/' due to no change (fasthash)
  710. 19:36:10 T:2989489008 M:899428352 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:36:10 T:2989489008 M:899428352 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Escapist/' due to no change (fasthash)
  712. 19:36:10 T:2989489008 M:899284992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Fourth Kind/' due to no change
  713. 19:36:11 T:2989489008 M:899284992 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/The Fourth Kind/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  714. 19:36:11 T:2989489008 M:899284992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The French Connection/' due to no change (fasthash)
  715. 19:36:11 T:2989489008 M:899284992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Girl With The Dragon Tattoo/' due to no change (fasthash)
  716. 19:36:11 T:2989489008 M:899284992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Good Shepherd/' due to no change (fasthash)
  717. 19:36:11 T:2989489008 M:899284992 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Good The Bad and the Ugly/' due to no change (fasthash)
  718. 19:36:11 T:2989489008 M:895115264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Headless Woman/' due to no change
  719. 19:36:11 T:2989489008 M:895115264 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Headless Woman/Subs/' due to no change (fasthash)
  720. 19:36:11 T:2989489008 M:895287296 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Hole 2009/' due to no change (fasthash)
  721. 19:36:11 T:2989489008 M:895094784 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Informant!/' due to no change (fasthash)
  722. 19:36:11 T:2989489008 M:895037440 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Informers/' due to no change (fasthash)
  723. 19:36:11 T:2989489008 M:895037440 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Last Exorcism/' due to no change
  724. 19:36:11 T:2989489008 M:895094784 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/The Last Exorcism/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  725. 19:36:11 T:2989489008 M:895094784 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Last Station/' due to no change (fasthash)
  726. 19:36:11 T:2989489008 M:895037440 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Messenger/' due to no change (fasthash)
  727. 19:36:11 T:2989489008 M:895037440 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Next Three Days/' due to no change (fasthash)
  728. 19:36:11 T:2989489008 M:895037440 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Prestige 2006/' due to no change (fasthash)
  729. 19:36:11 T:2989489008 M:894910464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The princess and the Frog/' due to no change (fasthash)
  730. 19:36:11 T:2989489008 M:894910464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Remains of the Day 1993/' due to no change (fasthash)
  731. 19:36:11 T:2989489008 M:894910464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Resident/' due to no change (fasthash)
  732. 19:36:11 T:2989489008 M:894910464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Square/' due to no change (fasthash)
  733. 19:36:11 T:2989489008 M:894910464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Sunset/' due to no change (fasthash)
  734. 19:36:11 T:2989489008 M:894910464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Taking Of Pelham 123/' due to no change (fasthash)
  735. 19:36:11 T:2989489008 M:894910464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Thin Red Line/' due to no change (fasthash)
  736. 19:36:11 T:2989489008 M:894910464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Wackness 2008/' due to no change (fasthash)
  737. 19:36:11 T:2989489008 M:894910464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Warlords/' due to no change (fasthash)
  738. 19:36:11 T:2989489008 M:894910464 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The White Ribbon/' due to no change (fasthash)
  739. 19:36:11 T:2989489008 M:895062016 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/The Yes Men Fix the World/' due to no change
  740. 19:36:11 T:2989489008 M:895062016 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/The Yes Men Fix the World/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  741. 19:36:11 T:2989489008 M:1130344448 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Thirst 2009/' due to no change
  742. 19:36:11 T:2989489008 M:894771200 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Thirst 2009/Subs/' due to no change (fasthash)
  743. 19:36:11 T:2989489008 M:894738432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Triangle - Die Angst kommt in Wellen/' due to no change
  744. 19:36:11 T:2989489008 M:894738432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Triangle - Die Angst kommt in Wellen/Subs/' due to no change (fasthash)
  745. 19:36:11 T:2989489008 M:894738432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Trolljegeren/' due to no change (fasthash)
  746. 19:36:11 T:2989489008 M:894738432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Un prophete/' due to no change (fasthash)
  747. 19:36:11 T:2989489008 M:894738432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/V For Vendetta 2006/' due to no change (fasthash)
  748. 19:36:11 T:2989489008 M:894738432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Vanishing on 7th Street/' due to no change (fasthash)
  749. 19:36:11 T:2989489008 M:894738432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Vincere 2009/' due to no change (fasthash)
  750. 19:36:11 T:2989489008 M:894738432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Winters Bone/' due to no change
  751. 19:36:11 T:2989489008 M:894738432 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Winters Bone/Subs/' due to no change (fasthash)
  752. 19:36:11 T:2989489008 M:894595072 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/XXY/' due to no change
  753. 19:36:11 T:2989489008 M:894595072 DEBUG: ExcludeFileOrFolder: File '/media/WD USB 2/Movies/XXY/Sample/' excluded. (Matches exclude rule RegExp:'(?i)sample')
  754. 19:36:11 T:2989489008 M:894595072 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/XXY/Subs/' due to no change (fasthash)
  755. 19:36:11 T:2989489008 M:894595072 ERROR: GetDirectory - Error getting /media/WD USB 2/Movies/Buried/
  756. 19:36:11 T:2989489008 M:894595072 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Buried/' as it's empty or doesn't exist - adding to clean list
  757. 19:36:11 T:2989489008 M:894595072 ERROR: GetDirectory - Error getting /media/WD USB 2/Movies/Dinner for Schmucks/
  758. 19:36:11 T:2989489008 M:894595072 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:36:11 T:2989489008 M:894595072 ERROR: GetDirectory - Error getting /media/WD USB 2/Movies/Kynodontas/
  760. 19:36:11 T:2989489008 M:894595072 DEBUG: VideoInfoScanner: Skipping dir '/media/WD USB 2/Movies/Kynodontas/' as it's empty or doesn't exist - adding to clean list
  761. 19:36:11 T:2989489008 M:894595072 ERROR: GetDirectory - Error getting /media/WD USB 2/Movies/The Mechanic/
  762. 19:36:11 T:2989489008 M:894595072 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:36:11 T:2989489008 M:894595072 ERROR: GetDirectory - Error getting /media/WD USB 2/Movies/The Town 2010/
  764. 19:36:11 T:2989489008 M:894595072 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:36:11 T:2989489008 M:894349312 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Being Human/
  766. 19:36:11 T:2989489008 M:894349312 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Boardwalk Empire/
  767. 19:36:11 T:2989489008 M:894222336 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Caprica/
  768. 19:36:11 T:2989489008 M:894431232 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Chuck/
  769. 19:36:11 T:2989489008 M:894296064 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Criminal Justice/
  770. 19:36:12 T:2989489008 M:894320640 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Dexter/
  771. 19:36:12 T:2989489008 M:894369792 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Fringe/
  772. 19:36:12 T:2989489008 M:894369792 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Generation Kill/
  773. 19:36:12 T:2989489008 M:894369792 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/House/
  774. 19:36:12 T:2989489008 M:894431232 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Life/
  775. 19:36:12 T:2989489008 M:894312448 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Mad Men/
  776. 19:36:12 T:2989489008 M:894480384 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Monkey Dust/
  777. 19:36:12 T:2989489008 M:894320640 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Psychoville/
  778. 19:36:12 T:2989489008 M:894320640 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Pulling/
  779. 19:36:12 T:2989489008 M:894218240 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Shameless/
  780. 19:36:12 T:2989489008 M:894066688 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Skins/
  781. 19:36:12 T:2989489008 M:894066688 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Snuff Box/
  782. 19:36:12 T:2989489008 M:894115840 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Sons of Anarchy/
  783. 19:36:13 T:2989489008 M:893902848 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/South Park/
  784. 19:36:13 T:2989489008 M:894021632 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Stewart Lees Comedy Vehicle/
  785. 19:36:13 T:2989489008 M:893939712 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Summerland/
  786. 19:36:13 T:2989489008 M:893939712 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Mighty Boosh/
  787. 19:36:13 T:2989489008 M:893812736 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Pacific/
  788. 19:36:13 T:2989489008 M:893812736 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Pillars Of The Earth/
  789. 19:36:13 T:2989489008 M:893812736 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Sopranos/
  790. 19:36:13 T:2989489008 M:893812736 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Thick of It/
  791. 19:36:13 T:2989489008 M:893812736 ERROR: GetDirectory - Error getting /media/WD USB 2/TV Shows/The Tudors/
  792. 19:36:13 T:2989489008 M:893812736 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Tudors/
  793. 19:36:13 T:2989489008 M:893747200 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/The Wire/
  794. 19:36:13 T:2989489008 M:893747200 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/This is England 86/
  795. 19:36:13 T:2989489008 M:893747200 DEBUG: VideoInfoScanner: No (new) information was found in dir /media/WD USB 2/TV Shows/Thorne/
  796. 19:36:14 T:2989489008 M:894738432 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:08
  797. 19:36:14 T:2989489008 M:894738432 INFO: Video scan was stopped or finished ... restoring FindRemoteThumbs
  798. 19:36:14 T:2989489008 M:894738432 DEBUG: Thread 2989489008 terminating
  799. 19:36:14 T:3024746496 M:895062016 DEBUG: ------ Window Deinit (DialogVideoScan.xml) ------
  800. 19:36:16 T:3024746496 M:895062016 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  801. 19:36:16 T:3024746496 M:895062016 DEBUG: OnKey: 61479 pressed, action is Right
  802. 19:36:17 T:2854923120 M:886173696 DEBUG: DoWork - took 342 ms to load special://skin/backgrounds/tvshows.jpg
  803. 19:36:18 T:3024746496 M:886075392 INFO: Python, unloading python24.dll because no scripts are running anymore
  804. 19:36:18 T:3024746496 M:886075392 DEBUG: UnloadExtensionLibs, clearing python extension libraries
  805. 19:36:18 T:3024746496 M:886075392 DEBUG: Unloading: python26-i486-linux.so
  806. 19:36:18 T:3024746496 M:886046720 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  807. 19:36:18 T:3024746496 M:886046720 DEBUG: OnKey: 61477 pressed, action is Left
  808. 19:36:19 T:3024746496 M:886046720 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  809. 19:36:19 T:3024746496 M:886046720 DEBUG: OnKey: 61453 pressed, action is Select
  810. 19:36:19 T:3024746496 M:886046720 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(VideoLibrary,MovieTitles,return)
  811. 19:36:19 T:3024746496 M:886046720 DEBUG: ExecuteXBMCAction : To ActivateWindow(VideoLibrary,MovieTitles,return)
  812. 19:36:19 T:3024746496 M:886046720 DEBUG: Activating window ID: 10025
  813. 19:36:19 T:3024746496 M:886046720 DEBUG: Checking if window ID 10024 is locked.
  814. 19:36:19 T:3024746496 M:886046720 DEBUG: ------ Window Deinit (Home.xml) ------
  815. 19:36:19 T:3024746496 M:886050816 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  816. 19:36:19 T:3024746496 M:886050816 INFO: Loading skin file: MyVideoNav.xml
  817. 19:36:19 T:3024746496 M:885362688 WARNING: Trying to add unsupported control type 3
  818. 19:36:20 T:3024746496 M:879312896 WARNING: Previous line repeats 3 times.
  819. 19:36:20 T:3024746496 M:879312896 DEBUG: CGUIMediaWindow::GetDirectory (videodb://1/2/)
  820. 19:36:20 T:3024746496 M:879312896 DEBUG: ParentPath = [videodb://1/2/]
  821. 19:36:20 T:3024746496 M:879312896 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
  822. 19:36:20 T:3024746496 M:879312896 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)
  823. 19:36:20 T:3024746496 M:879312896 DEBUG: Time for actual SQL query = 12
  824. 19:36:20 T:3024746496 M:879312896 DEBUG: Time to retrieve movies from dataset = 96
  825. 19:36:20 T:3024746496 M:879198208 DEBUG: Saving fileitems [videodb://1/2/]
  826. 19:36:20 T:3024746496 M:879382528 DEBUG: -- items: 129, sort method: 25, ascending: true
  827. 19:36:20 T:2743561072 M:879382528 DEBUG: thread start, auto delete: 0
  828. 19:36:20 T:2854923120 M:867446784 DEBUG: DoWork - trying to extract filestream details from video file /media/WD USB 2/Movies/The Mechanic/~uTorrentPartFile_5AF08D9B.dat
  829. 19:36:20 T:3024746496 M:866377728 DEBUG: ExecuteXBMCAction : Translating SetFocus(50)
  830. 19:36:20 T:3024746496 M:866377728 DEBUG: ExecuteXBMCAction : To SetFocus(50)
  831. 19:36:21 T:2743561072 M:864337920 DEBUG: Thread 2743561072 terminating
  832. 19:36:22 T:2863315824 M:879783936 DEBUG: DoWork - took 1782 ms to load special://skin/backgrounds/curtains.jpg
  833. 19:36:28 T:3024746496 M:880066560 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  834. 19:36:28 T:3024746496 M:880066560 DEBUG: OnKey: 61480 pressed, action is Down
  835. 19:36:29 T:3024746496 M:880308224 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  836. 19:36:29 T:3024746496 M:880308224 DEBUG: OnKey: 61453 pressed, action is Select
  837. 19:36:29 T:3024746496 M:880308224 INFO: Loading skin file: DialogContextMenu.xml
  838. 19:36:29 T:3024746496 M:880308224 DEBUG: ------ Window Init (DialogContextMenu.xml) ------
  839. 19:36:31 T:3024746496 M:886616064 DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
  840. 19:36:31 T:3024746496 M:886616064 DEBUG: OnKey: 61480 pressed, action is Down
  841. 19:36:33 T:3024746496 M:886616064 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  842. 19:36:33 T:3024746496 M:886616064 DEBUG: OnKey: 61453 pressed, action is Select
  843. 19:36:33 T:3024746496 M:886616064 DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------
  844. 19:36:33 T:3024746496 M:887758848 DEBUG: new file set audiostream:0
  845. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerCoreFactory::GetPlayers(/media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi)
  846. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  847. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  848. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
  849. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/rtmp/mms/udp
  850. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  851. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  852. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  853. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  854. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdfile
  855. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  856. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  857. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  858. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  859. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
  860. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  861. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  862. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
  863. 19:36:33 T:3024746496 M:887758848 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  864. 19:36:33 T:3024746496 M:886996992 NOTICE: DVDPlayer: Opening: /media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi
  865. 19:36:33 T:3024746496 M:886996992 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  866. 19:36:33 T:2768739184 M:886996992 DEBUG: thread start, auto delete: 0
  867. 19:36:33 T:2768739184 M:886996992 NOTICE: Creating InputStream
  868. 19:36:33 T:2768739184 M:886996992 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles
  869. 19:36:33 T:2768739184 M:886996992 DEBUG: CacheSubtitles: START
  870. 19:36:33 T:2768739184 M:886996992 DEBUG: CacheSubtitles: Checking for common subdirs...
  871. 19:36:33 T:2768739184 M:886996992 DEBUG: CacheSubtitles: Done (time: 9 ms)
  872. 19:36:33 T:2768739184 M:886996992 DEBUG: CacheSubtitles: Searching for subtitles...
  873. 19:36:33 T:2768739184 M:886996992 DEBUG: CacheSubtitles: Done (time: 3 ms)
  874. 19:36:33 T:2768739184 M:886996992 DEBUG: CacheSubtitles: END (total time: 13 ms)
  875. 19:36:33 T:2768739184 M:886996992 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done
  876. 19:36:33 T:2768739184 M:886996992 NOTICE: Creating Demuxer
  877. 19:36:33 T:2768739184 M:886996992 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avutil-50-i486-linux.so
  878. 19:36:33 T:2768739184 M:887164928 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avcodec-52-i486-linux.so
  879. 19:36:33 T:3024746496 M:885469184 DEBUG: ------ Window Init (DialogBusy.xml) ------
  880. 19:36:33 T:3024746496 M:885469184 INFO: Loading skin file: DialogBusy.xml
  881. 19:36:33 T:2768739184 M:883724288 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avformat-52-i486-linux.so
  882. 19:36:33 T:2768739184 M:878878720 DEBUG: Open - probing detected format [avi]
  883. 19:36:34 T:2768739184 M:605687808 DEBUG: Open - av_find_stream_info starting
  884. 19:36:34 T:2768739184 M:870682624 DEBUG: ffmpeg[A5079B70]: [mpeg4] Invalid and inefficient vfw-avi packed B frames detected
  885. 19:36:34 T:2768739184 M:870682624 DEBUG: Open - av_find_stream_info finished
  886. 19:36:34 T:2768739184 M:870682624 INFO: ffmpeg[A5079B70]: Input #0, avi, from '/media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi':
  887. 19:36:34 T:2768739184 M:870682624 INFO: ffmpeg[A5079B70]: Metadata:
  888. 19:36:34 T:2768739184 M:870682624 INFO: ffmpeg[A5079B70]: ISFT : VirtualDubMod 1.5.10.2 (build 2540/release)
  889. 19:36:34 T:2768739184 M:870682624 INFO: ffmpeg[A5079B70]: Duration: 01:52:19.64, start: 0.000000, bitrate: 871 kb/s
  890. 19:36:34 T:2768739184 M:870682624 INFO: ffmpeg[A5079B70]: Stream #0.0: Video: mpeg4, yuv420p, 616x256 [PAR 1:1 DAR 77:32], 25 tbr, 25 tbn, 25 tbc
  891. 19:36:34 T:2768739184 M:870682624 INFO: ffmpeg[A5079B70]: Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 112 kb/s
  892. 19:36:34 T:2768739184 M:870682624 NOTICE: Opening video stream: 0 source: 256
  893. 19:36:34 T:2768739184 M:870682624 NOTICE: Creating video codec with codec id: 13
  894. 19:36:34 T:2768739184 M:870682624 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:no
  895. 19:36:34 T:2768739184 M:870682624 DEBUG: FactoryCodec - Video: - Opening
  896. 19:36:34 T:2768739184 M:870682624 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/swscale-0.6.1-i486-linux.so
  897. 19:36:34 T:2768739184 M:870948864 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-4 part 2
  898. 19:36:34 T:2768739184 M:870948864 DEBUG: FactoryCodec - Video: ff-mpeg4 - Opened
  899. 19:36:34 T:2706365296 M:870948864 DEBUG: thread start, auto delete: 0
  900. 19:36:34 T:2706365296 M:870948864 DEBUG: CVideoReferenceClock: Setting up GLX
  901. 19:36:34 T:2706365296 M:867409920 DEBUG: CVideoReferenceClock: nvidia-settings -nt -q RefreshRate3 produced no output
  902. 19:36:34 T:2706365296 M:867409920 DEBUG: CVideoReferenceClock: Using RandR for refreshrate detection
  903. 19:36:34 T:2706365296 M:867409920 DEBUG: CVideoReferenceClock: Detected refreshrate: 60 hertz
  904. 19:36:34 T:2768739184 M:867409920 NOTICE: Creating video thread
  905. 19:36:34 T:2697972592 M:867409920 DEBUG: thread start, auto delete: 0
  906. 19:36:34 T:2768739184 M:867409920 NOTICE: Opening audio stream: 1 source: 256
  907. 19:36:34 T:2768739184 M:867409920 NOTICE: Finding audio codec for: 86017
  908. 19:36:34 T:2768739184 M:867409920 DEBUG: FactoryCodec - Audio: PassthroughFFmpeg - Opening
  909. 19:36:34 T:2768739184 M:867409920 INFO: CDVDAudioCodecPassthrough::Open - disabled passthrough due to sample rate not being 48000
  910. 19:36:34 T:2768739184 M:867409920 DEBUG: FactoryCodec - Audio: PassthroughFFmpeg - Failed
  911. 19:36:34 T:2768739184 M:867409920 DEBUG: FactoryCodec - Audio: libmad - Opening
  912. 19:36:34 T:2768739184 M:867409920 DEBUG: Loading: libmad.so.0
  913. 19:36:34 T:2768739184 M:867409920 DEBUG: FactoryCodec - Audio: libmad - Opened
  914. 19:36:34 T:2768739184 M:867409920 NOTICE: Creating audio thread
  915. 19:36:34 T:2689579888 M:867409920 DEBUG: thread start, auto delete: 0
  916. 19:36:34 T:2768739184 M:867409920 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
  917. 19:36:34 T:2689579888 M:867409920 NOTICE: running thread: CDVDPlayerAudio::Process()
  918. 19:36:34 T:2768739184 M:867409920 DEBUG: CDVDPlayer::SetCaching - caching state 2
  919. 19:36:34 T:2689579888 M:867409920 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(26000.000000, 1)
  920. 19:36:34 T:2689579888 M:867409920 NOTICE: Creating audio device with codec id: 86017, channels: 2, sample rate: 44100, no pass-through
  921. 19:36:34 T:2689579888 M:867409920 INFO: CPCMRemap: Configured speaker layout: 2.0
  922. 19:36:34 T:2689579888 M: 0 INFO: CPCMRemap: I channel map: FL,FR
  923. 19:36:34 T:2689579888 M: 0 INFO: CPCMRemap: O channel map: FL,FR
  924. 19:36:34 T:2689579888 M: 0 DEBUG: CPCMRemap: Downmix normalization is disabled
  925. 19:36:34 T:2689579888 M: 0 DEBUG: CPCMRemap: FL = FL(1.000000*)
  926. 19:36:34 T:2689579888 M: 0 DEBUG: CPCMRemap: FR = FR(1.000000*)
  927. 19:36:34 T:2689579888 M: 0 DEBUG: RemoveActiveDevice - Removing device 1
  928. 19:36:34 T:2689579888 M: 0 DEBUG: CGUIAudioManager::DeInitialize
  929. 19:36:34 T:2689579888 M: 0 DEBUG: SetActiveDevice - SetActiveDevice from 0 to 2
  930. 19:36:34 T:2689579888 M: 0 DEBUG: RemoveActiveDevice - Removing device 0
  931. 19:36:34 T:2697972592 M:867610624 DEBUG: LinuxRendererGL: Cleaning up GL resources
  932. 19:36:34 T:2697972592 M:867610624 NOTICE: running thread: video_thread
  933. 19:36:34 T:3024746496 M:867610624 DEBUG: CAnnouncementManager - Announcement: PlaybackStarted from xbmc
  934. 19:36:34 T:2697972592 M:867610624 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  935. 19:36:34 T:2697972592 M:866848768 DEBUG: ffmpeg[A0CFCB70]: [mpeg4] Invalid and inefficient vfw-avi packed B frames detected
  936. 19:36:34 T:2689579888 M:866873344 DEBUG: Initialize - using alsa device hdmi:CARD=NVidia
  937. 19:36:34 T:2689579888 M:866746368 ERROR: Initialize - pcm_open_lconf, alsa error: -22 - Invalid argument
  938. 19:36:34 T:2689579888 M:866746368 DEBUG: SetActiveDevice - SetActiveDevice from 2 to 1
  939. 19:36:34 T:2689579888 M:866746368 DEBUG: RemoveActiveDevice - Removing device 2
  940. 19:36:34 T:2689579888 M:866746368 DEBUG: CGUIAudioManager::Initialize
  941. 19:36:34 T:2689579888 M:866746368 ERROR: Unable to open audio mixer
  942. 19:36:34 T:2689579888 M:866746368 ERROR: Creating a Null Audio Renderer, Check your audio settings as this should not happen
  943. 19:36:34 T:2689579888 M:866746368 DEBUG: RemoveActiveDevice - Removing device 1
  944. 19:36:34 T:2689579888 M:866746368 DEBUG: CGUIAudioManager::DeInitialize
  945. 19:36:34 T:2697972592 M:866746368 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(40000.000000, 0)
  946. 19:36:34 T:2697972592 M:866619392 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/postproc-51-i486-linux.so
  947. 19:36:34 T:2689579888 M:866619392 DEBUG: SetActiveDevice - SetActiveDevice from 0 to 2
  948. 19:36:34 T:2689579888 M:866365440 DEBUG: RemoveActiveDevice - Removing device 0
  949. 19:36:34 T:2689579888 M:866365440 DEBUG: CNullDirectSound::Initialize - Channels: 2 - SampleRate: 44100 - SampleBit: 16 - Resample false - IsMusic false - IsPassthrough false - audioDevice: hdmi:CARD=NVidia
  950. 19:36:34 T:2689579888 M:866365440 DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback
  951. 19:36:34 T:2768739184 M:866365440 DEBUG: CDVDPlayer::HandleMessages - player started 1
  952. 19:36:34 T:3024746496 M:866516992 DEBUG: CGUIInfoManager::SetCurrentMovie(/media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi)
  953. 19:36:34 T:3024746496 M:866590720 DEBUG: Building didl for object '/media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi'
  954. 19:36:34 T:3024746496 M:866463744 INFO: Loading skin file: DialogKaiToast.xml
  955. 19:36:34 T:3024746496 M:865464320 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  956. 19:36:34 T:2697972592 M:865464320 NOTICE: fps: 25.000000, pwidth: 616, pheight: 256, dwidth: 616, dheight: 256
  957. 19:36:34 T:2697972592 M:865464320 DEBUG: OutputPicture - change configuration. 616x256. framerate: 25.00. format: YV12
  958. 19:36:34 T:2697972592 M:865464320 NOTICE: Display resolution ADJUST : default: 1920x1080 @ 50.00Hz (14)
  959. 19:36:34 T:2768739184 M:865464320 DEBUG: CDVDPlayer::HandleMessages - player started 2
  960. 19:36:34 T:2768739184 M:865464320 DEBUG: CDVDPlayer::SetCaching - caching state 3
  961. 19:36:34 T:2768739184 M:865464320 DEBUG: CDVDPlayer::SetCaching - caching state 0
  962. 19:36:34 T:2689579888 M:865337344 DEBUG: CDVDPlayerAudio:: synctype set to 1: skip/duplicate
  963. 19:36:34 T:2689579888 M:865210368 DEBUG: CDVDPlayerAudio:: Discontinuity - was:26000.000000, should be:26000.000000, error:0.000000
  964. 19:36:34 T:2863315824 M:865210368 DEBUG: GetImageHash - unable to stat url /media/WD USB 2/Movies/22 Bullets/cdart.png
  965. 19:36:34 T:3024746496 M:864956416 DEBUG: Activating window ID: 12005
  966. 19:36:34 T:3024746496 M:864956416 DEBUG: Checking if window ID 12005 is locked.
  967. 19:36:34 T:3024746496 M:864956416 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  968. 19:36:34 T:3024746496 M:864956416 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12b
  969. 19:36:34 T:2706365296 M:864694272 DEBUG: CVideoReferenceClock: Vblank counter has reset
  970. 19:36:34 T:2706365296 M:864694272 DEBUG: CVideoReferenceClock: Detaching glX context
  971. 19:36:34 T:2706365296 M:864567296 DEBUG: CVideoReferenceClock: Attaching glX context
  972. 19:36:34 T:2706365296 M:863989760 DEBUG: CVideoReferenceClock: detected 1 vblanks, missed 14, refreshrate might have changed
  973. 19:36:34 T:3024746496 M:863399936 ERROR: GLX: Same window as before, refreshing context
  974. 19:36:34 T:3024746496 M:863399936 INFO: GL: Maximum texture width: 8192
  975. 19:36:34 T:3024746496 M:863924224 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  976. 19:36:34 T:3024746496 M:863924224 INFO: Loading skin file: VideoFullScreen.xml
  977. 19:36:34 T:3024746496 M:862822400 NOTICE: Using GL_TEXTURE_2D
  978. 19:36:34 T:3024746496 M:862822400 DEBUG: GL: Requested render method: 0
  979. 19:36:34 T:3024746496 M:862695424 DEBUG: GL: BaseYUV2RGBGLSLShader: defines:
  980. #define XBMC_texture_rectangle 0
  981. #define XBMC_texture_rectangle_hack 0
  982. #define XBMC_STRETCH 0
  983. #define XBMC_YV12
  984. 19:36:34 T:3024746496 M:862695424 NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
  985. 19:36:35 T:3024746496 M:861552640 DEBUG: GL: Vertex Shader compilation log:
  986. 19:36:35 T:3024746496 M:861552640 DEBUG: GL: Vertex Shader compiled successfully
  987. 19:36:35 T:3024746496 M:861552640 DEBUG: GL: Pixel Shader compilation log:
  988. 19:36:35 T:3024746496 M:861552640 DEBUG: GL: Fragment Shader compiled successfully
  989. 19:36:35 T:3024746496 M:861298688 DEBUG: GL: ConvolutionFilterShader: using convolution-4x4.glsl defines:
  990. #define HAS_FLOAT_TEXTURE 1
  991. #define XBMC_STRETCH 0
  992. #define USE1DTEXTURE 1
  993. 19:36:35 T:3024746496 M:861298688 DEBUG: GL: Vertex Shader compilation log:
  994. 19:36:35 T:3024746496 M:861298688 DEBUG: GL: Vertex Shader compiled successfully
  995. 19:36:35 T:3024746496 M:861298688 DEBUG: GL: Pixel Shader compilation log:
  996. 19:36:35 T:3024746496 M:861298688 DEBUG: 0(44) : warning C7506: OpenGL does not define the global type half4
  997. 0(74) : warning C7506: OpenGL does not define the global type half3
  998. 19:36:35 T:3024746496 M:861298688 DEBUG: GL: Fragment Shader compiled successfully
  999. 19:36:35 T:3024746496 M:861061120 NOTICE: GL: NPOT texture support detected
  1000. 19:36:35 T:3024746496 M:861061120 NOTICE: GL: Using GL_ARB_pixel_buffer_object
  1001. 19:36:35 T:3024746496 M:867348480 INFO: GL: ARB Imaging extension supported
  1002. 19:36:35 T:3024746496 M:867348480 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  1003. 19:36:35 T:2689579888 M:867393536 DEBUG: CDVDPlayerAudio:: Discontinuity - was:909333.298000, should be:1018255.099447, error:108921.801447
  1004. 19:36:35 T:2706365296 M:867393536 DEBUG: CVideoReferenceClock: Received RandR event 121
  1005. 19:36:35 T:2706365296 M:867393536 DEBUG: CVideoReferenceClock: Detected refreshrate: 50 hertz
  1006. 19:36:36 T:2689579888 M:867393536 DEBUG: CDVDPlayerAudio:: Duplicating 1 packet(s) of 26.12 ms duration
  1007. 19:36:36 T:2697972592 M:867393536 DEBUG: CPullupCorrection: detected pattern of length 1: 40000.00
  1008. 19:36:36 T:3024746496 M:867393536 INFO: CheckIdle - Closing session to http://addons.openelec.tv (easy=0xa94be58, multi=0xa954508)
  1009. 19:36:37 T:3024746496 M:867393536 INFO: CheckIdle - Closing session to http://xoap.weather.com (easy=0xb231fd28, multi=0xb23bed58)
  1010. 19:36:40 T:3024746496 M:867528704 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
  1011. 19:36:40 T:3024746496 M:867528704 INFO: CheckIdle - Closing session to http://api.themoviedb.org (easy=0xab667050, multi=0xb2375490)
  1012. 19:36:42 T:3024746496 M:867409920 DEBUG: SDLKeyboard: scancode: 174, sym: 0, unicode: 0, modifier: 0
  1013. 19:36:42 T:3024746496 M:867409920 DEBUG: OnKey: 61618 pressed, action is Stop
  1014. 19:36:42 T:3024746496 M:867409920 NOTICE: CDVDPlayer::CloseFile()
  1015. 19:36:42 T:2768739184 M:867409920 DEBUG: CAnnouncementManager - Announcement: PlaybackSpeedChanged from xbmc
  1016. 19:36:42 T:3024746496 M:867409920 NOTICE: DVDPlayer: waiting for threads to exit
  1017. 19:36:42 T:2768739184 M:867409920 NOTICE: CDVDPlayer::OnExit()
  1018. 19:36:42 T:2768739184 M:867409920 NOTICE: DVDPlayer: closing audio stream
  1019. 19:36:42 T:2768739184 M:867409920 NOTICE: Closing audio stream
  1020. 19:36:42 T:2768739184 M:867409920 NOTICE: Waiting for audio thread to exit
  1021. 19:36:42 T:2689579888 M:867409920 NOTICE: thread end: CDVDPlayerAudio::OnExit()
  1022. 19:36:42 T:2689579888 M:867409920 DEBUG: Thread 2689579888 terminating
  1023. 19:36:42 T:2768739184 M:867409920 NOTICE: Closing audio device
  1024. 19:36:42 T:2768739184 M:867409920 DEBUG: SetActiveDevice - SetActiveDevice from 2 to 1
  1025. 19:36:42 T:2768739184 M:867409920 DEBUG: RemoveActiveDevice - Removing device 2
  1026. 19:36:42 T:2768739184 M:867409920 DEBUG: CGUIAudioManager::Initialize
  1027. 19:36:42 T:2768739184 M:867409920 ERROR: Unable to open audio mixer
  1028. 19:36:42 T:2768739184 M:867409920 NOTICE: Deleting audio codec
  1029. 19:36:42 T:2768739184 M:867409920 NOTICE: DVDPlayer: closing video stream
  1030. 19:36:42 T:2768739184 M:867409920 NOTICE: Closing video stream
  1031. 19:36:42 T:2768739184 M:867409920 NOTICE: waiting for video thread to exit
  1032. 19:36:42 T:2697972592 M:867389440 NOTICE: thread end: video_thread
  1033. 19:36:42 T:2697972592 M:867389440 DEBUG: Thread 2697972592 terminating
  1034. 19:36:42 T:2768739184 M:867389440 NOTICE: deleting video codec
  1035. 19:36:42 T:2768739184 M:869675008 NOTICE: CDVDPlayer::OnExit() deleting demuxer
  1036. 19:36:42 T:2768739184 M:877801472 NOTICE: CDVDPlayer::OnExit() deleting input stream
  1037. 19:36:42 T:2768739184 M:877801472 DEBUG: CAnnouncementManager - Announcement: PlaybackStopped from xbmc
  1038. 19:36:42 T:2768739184 M:877801472 DEBUG: Thread 2768739184 terminating
  1039. 19:36:42 T:3024746496 M:877801472 NOTICE: DVDPlayer: finished waiting
  1040. 19:36:42 T:3024746496 M:877801472 DEBUG: LinuxRendererGL: Cleaning up GL resources
  1041. 19:36:42 T:3024746496 M:877801472 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1042. 19:36:42 T:3024746496 M:877801472 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  1043. 19:36:42 T:3024746496 M:877674496 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output default --mode 0x12a
  1044. 19:36:42 T:2706365296 M:877809664 DEBUG: CVideoReferenceClock: Vblank counter has reset
  1045. 19:36:42 T:2706365296 M:877809664 DEBUG: CVideoReferenceClock: Detaching glX context
  1046. 19:36:42 T:2706365296 M:877682688 DEBUG: CVideoReferenceClock: Attaching glX context
  1047. 19:36:42 T:2706365296 M:879304704 DEBUG: CVideoReferenceClock: Received RandR event 121
  1048. 19:36:42 T:2706365296 M:879304704 DEBUG: CVideoReferenceClock: Detected refreshrate: 60 hertz
  1049. 19:36:42 T:3024746496 M:877764608 ERROR: GLX: Same window as before, refreshing context
  1050. 19:36:42 T:3024746496 M:877764608 INFO: GL: Maximum texture width: 8192
  1051. 19:36:42 T:3024746496 M:873717760 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1052. 19:36:42 T:3024746496 M:873717760 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  1053. 19:36:42 T:3024746496 M:873717760 INFO: Loading skin file: MyVideoNav.xml
  1054. 19:36:42 T:3024746496 M:872067072 WARNING: Trying to add unsupported control type 3
  1055. 19:36:43 T:3024746496 M:866168832 WARNING: Previous line repeats 3 times.
  1056. 19:36:43 T:3024746496 M:866168832 DEBUG: CGUIMediaWindow::GetDirectory (videodb://1/2/)
  1057. 19:36:43 T:3024746496 M:866168832 DEBUG: ParentPath = [videodb://1/2/]
  1058. 19:36:43 T:3024746496 M:866168832 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
  1059. 19:36:43 T:3024746496 M:866168832 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)
  1060. 19:36:43 T:3024746496 M:866168832 DEBUG: Time for actual SQL query = 11
  1061. 19:36:43 T:3024746496 M:866168832 DEBUG: Time to retrieve movies from dataset = 88
  1062. 19:36:43 T:3024746496 M:866168832 DEBUG: Saving fileitems [videodb://1/2/]
  1063. 19:36:43 T:3024746496 M:866115584 DEBUG: -- items: 129, sort method: 25, ascending: true
  1064. 19:36:43 T:2743561072 M:866115584 DEBUG: thread start, auto delete: 0
  1065. 19:36:43 T:2854923120 M:862986240 DEBUG: DoWork - trying to extract filestream details from video file /media/WD USB 2/Movies/The Mechanic/~uTorrentPartFile_5AF08D9B.dat
  1066. 19:36:44 T:2743561072 M:858542080 DEBUG: Thread 2743561072 terminating
  1067. 19:36:44 T:3024746496 M:858542080 NOTICE: CDVDPlayer::CloseFile()
  1068. 19:36:44 T:3024746496 M:858542080 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  1069. 19:36:44 T:3024746496 M:858542080 NOTICE: DVDPlayer: waiting for threads to exit
  1070. 19:36:44 T:3024746496 M:858542080 NOTICE: DVDPlayer: finished waiting
  1071. 19:36:44 T:3024746496 M:858542080 DEBUG: LinuxRendererGL: Cleaning up GL resources
  1072. 19:36:44 T:2706365296 M:858542080 DEBUG: CVideoReferenceClock: Cleaning up GLX
  1073. 19:36:44 T:2706365296 M:858804224 DEBUG: Thread 2706365296 terminating
  1074. 19:36:44 T:3024746496 M:861597696 DEBUG: ExecuteXBMCAction : Translating SetFocus(50)
  1075. 19:36:44 T:3024746496 M:861597696 DEBUG: ExecuteXBMCAction : To SetFocus(50)
  1076. 19:36:44 T:2854923120 M:861597696 DEBUG: DoWork - Saving file state for video item /media/WD USB 2/Movies/22 Bullets/22 Bullets[2010]DvDrip[French]-FXG.avi
  1077. 19:36:46 T:3024746496 M:861736960 DEBUG: SDLKeyboard: scancode: 22, sym: 8, unicode: 8, modifier: 0
  1078. 19:36:46 T:3024746496 M:861736960 DEBUG: OnKey: 61448 pressed, action is ParentDir
  1079. 19:36:46 T:3024746496 M:861736960 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1080. 19:36:46 T:3024746496 M:861736960 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  1081. 19:36:46 T:3024746496 M:861736960 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1082. 19:36:46 T:3024746496 M:861736960 DEBUG: ------ Window Init (Home.xml) ------
  1083. 19:36:46 T:3024746496 M:861736960 INFO: Loading skin file: Home.xml
  1084. 19:36:46 T:3024746496 M:865927168 DEBUG: ExecuteXBMCAction : Translating SetFocus(9000)
  1085. 19:36:46 T:3024746496 M:865927168 DEBUG: ExecuteXBMCAction : To SetFocus(9000)
  1086. 19:36:46 T:2863315824 M:858304512 DEBUG: DoWork - took 288 ms to load special://skin/backgrounds/movies.jpg
  1087. 19:36:48 T:3024746496 M:858304512 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  1088. 19:36:48 T:3024746496 M:858304512 DEBUG: OnKey: 61477 pressed, action is Left
  1089. 19:36:48 T:2871708528 M:854573056 DEBUG: DoWork - took 129 ms to load special://skin/backgrounds/music.jpg
  1090. 19:36:48 T:3024746496 M:854573056 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  1091. 19:36:48 T:3024746496 M:854573056 DEBUG: OnKey: 61477 pressed, action is Left
  1092. 19:36:48 T:2854923120 M:847200256 DEBUG: DoWork - took 331 ms to load special://skin/backgrounds/pictures.jpg
  1093. 19:36:49 T:3024746496 M:847200256 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  1094. 19:36:49 T:3024746496 M:847200256 DEBUG: OnKey: 61477 pressed, action is Left
  1095. 19:36:49 T:3024746496 M:841887744 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  1096. 19:36:49 T:3024746496 M:841887744 DEBUG: OnKey: 61477 pressed, action is Left
  1097. 19:36:49 T:2863315824 M:838885376 DEBUG: DoWork - took 442 ms to load special://skin/backgrounds/weather.jpg
  1098. 19:36:49 T:2871708528 M:843763712 DEBUG: DoWork - took 164 ms to load special://skin/backgrounds/shutdown.jpg
  1099. 19:36:50 T:3024746496 M:843628544 DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
  1100. 19:36:50 T:3024746496 M:843628544 DEBUG: OnKey: 61477 pressed, action is Left
  1101. 19:36:51 T:3024746496 M:836354048 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1102. 19:36:51 T:3024746496 M:836354048 DEBUG: OnKey: 61453 pressed, action is Select
  1103. 19:36:51 T:3024746496 M:836354048 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(Settings)
  1104. 19:36:51 T:3024746496 M:836354048 DEBUG: ExecuteXBMCAction : To ActivateWindow(Settings)
  1105. 19:36:51 T:3024746496 M:836354048 DEBUG: Activating window ID: 10004
  1106. 19:36:51 T:3024746496 M:836354048 DEBUG: Checking if window ID 10004 is locked.
  1107. 19:36:51 T:3024746496 M:836354048 DEBUG: ------ Window Deinit (Home.xml) ------
  1108. 19:36:51 T:3024746496 M:835211264 DEBUG: ------ Window Init (Settings.xml) ------
  1109. 19:36:51 T:3024746496 M:835211264 INFO: Loading skin file: Settings.xml
  1110. 19:36:51 T:2871708528 M:813047808 DEBUG: DoWork - took 182 ms to load special://skin/backgrounds/appearance.jpg
  1111. 19:36:51 T:2863315824 M:810254336 DEBUG: DoWork - took 410 ms to load special://skin/backgrounds/settings.jpg
  1112. 19:36:52 T:2854923120 M:810229760 DEBUG: DoWork - took 1928 ms to load special://skin/backgrounds/system.jpg
  1113. 19:36:52 T:3024746496 M:826703872 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1114. 19:36:52 T:3024746496 M:826703872 DEBUG: OnKey: 61478 pressed, action is Up
  1115. 19:36:52 T:2871708528 M:818368512 DEBUG: DoWork - took 302 ms to load special://skin/backgrounds/skinsetting.jpg
  1116. 19:36:54 T:3024746496 M:822132736 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1117. 19:36:54 T:3024746496 M:822132736 DEBUG: OnKey: 61478 pressed, action is Up
  1118. 19:36:54 T:3024746496 M:801705984 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1119. 19:36:54 T:3024746496 M:801705984 DEBUG: OnKey: 61478 pressed, action is Up
  1120. 19:36:54 T:3024746496 M:814149632 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1121. 19:36:54 T:3024746496 M:814149632 DEBUG: OnKey: 61453 pressed, action is Select
  1122. 19:36:54 T:3024746496 M:814149632 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(SystemSettings)
  1123. 19:36:54 T:3024746496 M:814149632 DEBUG: ExecuteXBMCAction : To ActivateWindow(SystemSettings)
  1124. 19:36:54 T:3024746496 M:814149632 DEBUG: Activating window ID: 10016
  1125. 19:36:54 T:3024746496 M:814149632 DEBUG: Checking if window ID 10016 is locked.
  1126. 19:36:54 T:3024746496 M:814149632 DEBUG: ------ Window Deinit (Settings.xml) ------
  1127. 19:36:55 T:3024746496 M:813387776 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  1128. 19:36:55 T:3024746496 M:813387776 INFO: Loading skin file: SettingsCategory.xml
  1129. 19:36:55 T:2863315824 M:828506112 DEBUG: DoWork - took 1876 ms to load special://skin/backgrounds/system.jpg
  1130. 19:36:56 T:3024746496 M:836374528 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1131. 19:36:56 T:3024746496 M:836374528 DEBUG: OnKey: 61478 pressed, action is Up
  1132. 19:36:57 T:3024746496 M:836374528 DEBUG: SDLKeyboard: scancode: 111, sym: 273, unicode: 0, modifier: 0
  1133. 19:36:57 T:3024746496 M:836374528 DEBUG: OnKey: 61478 pressed, action is Up
  1134. 19:36:58 T:3024746496 M:844632064 DEBUG: SDLKeyboard: scancode: 114, sym: 275, unicode: 0, modifier: 0
  1135. 19:36:58 T:3024746496 M:844632064 DEBUG: OnKey: 61479 pressed, action is Right
  1136. 19:36:58 T:3024746496 M:844640256 DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
  1137. 19:36:58 T:3024746496 M:844640256 DEBUG: OnKey: 61453 pressed, action is Select
  1138. 19:36:58 T:3024746496 M:844640256 NOTICE: Disabled debug logging due to GUI setting. Level 0.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement