Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2012
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 118.26 KB | None | 0 0
  1. 18:38:42 T:140205765814400 NOTICE: -----------------------------------------------------------------------
  2. 18:38:42 T:140205765814400 NOTICE: Starting XBMC (11.0 Git:Unknown), Platform: Linux (openSUSE 12.2 (x86_64), 3.4.6-2.10-desktop x86_64). Built on Aug 10 2012
  3. 18:38:42 T:140205765814400 NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
  4. 18:38:42 T:140205765814400 NOTICE: special://xbmcbin/ is mapped to: /usr/lib64/xbmc
  5. 18:38:42 T:140205765814400 NOTICE: special://masterprofile/ is mapped to: /home/media/.xbmc/userdata
  6. 18:38:42 T:140205765814400 NOTICE: special://home/ is mapped to: /home/media/.xbmc
  7. 18:38:42 T:140205765814400 NOTICE: special://temp/ is mapped to: /home/media/.xbmc/temp
  8. 18:38:42 T:140205765814400 NOTICE: The executable running is: /usr/lib64/xbmc/xbmc.bin
  9. 18:38:42 T:140205765814400 NOTICE: Local hostname: mutalisk.guyot.ca
  10. 18:38:42 T:140205765814400 NOTICE: Log File is located: /home/media/.xbmc/temp/xbmc.log
  11. 18:38:42 T:140205765814400 NOTICE: -----------------------------------------------------------------------
  12. 18:38:42 T:140205765814400 NOTICE: Setup SDL
  13. 18:38:42 T:140205765814400 NOTICE: load settings...
  14. 18:38:42 T:140205765814400 NOTICE: special://profile/ is mapped to: special://masterprofile/
  15. 18:38:42 T:140205765814400 NOTICE: loading special://masterprofile/guisettings.xml
  16. 18:38:42 T:140205765814400 NOTICE: Getting hardware information now...
  17. 18:38:42 T:140205765814400 NOTICE: Checking resolution 12
  18. 18:38:42 T:140205765814400 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  19. 18:38:42 T:140205765814400 NOTICE: Loaded playercorefactory configuration
  20. 18:38:42 T:140205765814400 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  21. 18:38:42 T:140205765814400 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  22. 18:38:42 T:140205765814400 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  23. 18:38:42 T:140205765814400 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  24. 18:38:42 T:140205765814400 NOTICE: Contents of special://profile/advancedsettings.xml are...
  25. <!--
  26. This REGEX is UNOFFICIAL/EXPERIMENTAL and may in places require a strict folder structure.
  27. See forum link for README, changelog and support.
  28.  
  29. Version: V2.3
  30. Author: Xe
  31. Link: http://forum.xbmc.org/showthread.php?t=51614
  32.  
  33. ################################################################################-->
  34. <advancedsettings>
  35. <!-- Customise/remove/comment this section to your personal preferences -->
  36. <useddsfanart>true</useddsfanart>
  37. <!-- Enable GPU accelerated fanart-->
  38. <navigatevirtualkeyboard>true</navigatevirtualkeyboard>
  39. <!-- Activates virtual keyboard navigation, default is false -->
  40. <cputempcommand>cputemp</cputempcommand>
  41. <!-- OpenELEC Specific -->
  42. <gputempcommand>gputemp</gputempcommand>
  43. <!-- OpenELEC Specific -->
  44. <samba>
  45. <clienttimeout>30</clienttimeout>
  46. <!-- Set a sensible SAMBA timeout -->
  47. </samba>
  48. <lcd>
  49. <!-- This is for my Antec LCD. Edit for your own -->
  50. <rows>2</rows>
  51. <columns>16</columns>
  52. <scrolldelay>4</scrolldelay>
  53. <dimonscreensave>true</dimonscreensave>
  54. <!-- Turns of the LCD/VFD backlight while screensaving. Defaults to false. -->
  55. </lcd>
  56. <videolibrary>
  57. <hideallitems>true</hideallitems>
  58. <!-- Remove the "*All" items from the video library -->
  59. <hideemptyseries>false</hideemptyseries>
  60. <!-- Dont hide empty series in the video library -->
  61. <hiderecentlyaddeditems>false</hiderecentlyaddeditems>
  62. <!-- Dont remove the "Recently added ..." items from the video library. -->
  63. <recentlyaddeditems>300</recentlyaddeditems>
  64. <!-- Increase number of recently added items from default 25 -->
  65. <backgroundupdate>false</backgroundupdate>
  66. <!-- Set to hide the video scanner dialog from the gui -->
  67. <flattentvshows>0</flattentvshows>
  68. <!-- Never flatten TV show seasons, 0=never 1=if one season (default) 2=all -->
  69. </videolibrary>
  70. <musiclibrary>
  71. <backgroundupdate>false</backgroundupdate>
  72. <!-- set to hide the music scanner dialog from the gui -->
  73. </musiclibrary>
  74. <myvideos>
  75. <extractthumb>false</extractthumb>
  76. <!-- Dont create random thumbnails. Either scrape them from the internet or dont have them -->
  77. </myvideos>
  78. <sorttokens>
  79. <token separators="">&quot;</token>
  80. <!-- Ignore " when sorting. Senisble due to IMDB naming policy -->
  81. </sorttokens>
  82. <video>
  83. <!-- Stop XBMC indexing some unwanted common items -->
  84. <excludefromscan action="prepend">
  85. <regexp>(?i)extras</regexp>
  86. <!-- Greedy, whole path, case insensitive ignore -->
  87. <regexp>(?i)sample</regexp>
  88. <!-- Greedy, whole path, case insensitive ignore -->
  89. <regexp>(?i)uTorrentPartFile</regexp>
  90. <!-- Ignore common scrap files -->
  91. </excludefromscan>
  92. <excludetvshowsfromscan action="prepend">
  93. <regexp>(?i)extras</regexp>
  94. <!-- Greedy, whole path, case insensitive ignore -->
  95. <regexp>(?i)sample</regexp>
  96. <!-- Greedy, whole path, case insensitive ignore -->
  97. <regexp>(?i)uTorrentPartFile</regexp>
  98. <!-- Ignore common scrap files -->
  99. </excludetvshowsfromscan>
  100. </video>
  101. <tvshowmatching action="prepend">
  102. <!-- Catch some troublesome formats before XBMC -->
  103. <!-- DIRFIX Handling -->
  104. <regexp>(?i)[\. _-]s(\d{1,2})[\. _-]?e(\d{1,2})(.*)dirfix</regexp>
  105. <!-- DIRFIX Handling show.name.S01E10E11.ep.name.here.DiRFiX.PROPER.HDTV.XviD-XEE-->
  106. <!-- Edge case scene handling -->
  107. <regexp>(?i)[/\\]tpz-(?:24|30rock|4400)(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  108. <!-- tpz-SPECIFICSHOW12324.avi This attempts to cater for some odditys -->
  109. <regexp>(?i)[/\\]tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  110. <!-- tzp-show12324.avi -->
  111. <regexp>(?i)[/\\]tpz-johnadams(\d).avi</regexp>
  112. <!-- tpz-johnadams2.avi. Another TPZ divergence from their own naming scheme. XBMC will assume Season 1 if only one match-->
  113. <regexp>(?i)[/\\]tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  114. <!-- tzp-show12324.avi -->
  115. <regexp>(?i)[.a-z](\d{1,2})(\d\d)-notv([^/\\]*)</regexp>
  116. <!-- frng101-notv.avi -->
  117. <regexp>(?i)[/\\]\w+-\w+(\d)(\d\d)\.</regexp>
  118. <!-- mtn-tts104.avi -->
  119. <!-- Anime specific matching. YMMV with this one as anime naming is oddball. REQUIRES CRC in name -->
  120. <regexp>(?i)()(?:[\. _-]|ep)(\d{1,3})[\. _-v].*[[({][\da-f]{8}[])}]</regexp>
  121. <!-- [Doki]_Asobi_ni_Iku_yo!_-_03v2_(1280x720_h264_AAC)_[B5B9C6F3].mkv -->
  122. <regexp>Season ([0-9]+) - Episode ([0-9]+)[^\\/]*</regexp>
  123. <regexp>Season ([0-9]+) Episode ([0-9]+)[^\\/]*</regexp>
  124. <regexp>([0-9]+)EP([0-9]+)[^\\/]*</regexp>
  125. </tvshowmatching>
  126. <tvshowmatching action="append">
  127. <!-- XBMC has tried, now its our turn again -->
  128. <!-- Use the season number from the folder name and ep number from video file -->
  129. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\]\D+[\. _-](\d{1,2})[\. _-]\D+</regexp>
  130. <!-- /Season 1/the_episode_8.avi HUGE potential for false positives. Comment out if you are unsure -->
  131. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\D\1(\d\d)(?!.*])</regexp>
  132. <!-- /Action/Season 1/Action101 Pilot.avi Last (?!.*]) helps with anime false positives. not a perfect solution -->
  133. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\](\d{1,2})\W([^/\\]*)</regexp>
  134. <!-- /UFO/Season 1/02.Computer.Affair.Divx e.g. lame sequntial numbering witout season -->
  135. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wep?\.?(\d{1,2})\W([^/\\]*)</regexp>
  136. <!-- /Ulysses 31/Season 1/Ulysses 31 E12 Trapped.avi e.g. lame sequntial numbering witout season -->
  137. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\W?episode\W?(\d{1,2})\W([^/\\]*)</regexp>
  138. <!-- /The Chronicles/Season 1/Chronicles.Of.01.The.episode.6.DVDRip.DivX-movies.avi -->
  139. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wpart\W?(\d{1,2})\W([^/\\]*)</regexp>
  140. <!-- /NASA Missions/Season 1/nasa.missions.part.3.hdtv.xvid-fqm.avi -->
  141. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wchapter\W?(\d{1,2})\W([^/\\]*)</regexp>
  142. <!-- /The Young/Season 1/The.Young.Chapter.01.My.First.Adventure.DVDRip.XviD-SAiNTS.avi -->
  143. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\1\W?x\W?(\d{1,2})([^/\\]*)</regexp>
  144. <!-- /season 5/Lost - 5 x 05.mkv -->
  145. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?s0?\1[ex.]{0,2}(\d{1,2})([^/\\]*)</regexp>
  146. <!-- /Season 1/Grange Hill S01xE01.avi -->
  147. </tvshowmatching>
  148. <moviestacking>
  149. <!-- Tokens - (Title)(Volume)(Ignore)(Extension). If you have a "one pile file" system of movie organization then DONT run these -->
  150. <regexp>(?i)(.*-done[\. _-])(\d)(\.)(\w{3})$</regexp>
  151. <!-- movie name.blah.DVDRip.XviD-DoNE.1.avi -->
  152. <regexp>(?i)(.*?[\. _-]cd)(\d)([\. _-].*?\.)(\w{3})$</regexp>
  153. <!-- movie name.blah.iNTERNAL.DVDRip.XViD.CD1-TWiST.avi -->
  154. <regexp>(?i)(.*?[\. _-]cd)(\d)(\.)(\w{3})$</regexp>
  155. <!-- group-40yearoldv-cd1.avi -->
  156. <regexp>(?i)(.*?cd)(\d)(\.)(\w{3})$</regexp>
  157. <!-- group-30doncd1.avi -->
  158. <regexp>(?i)(.*[\. _-])([abc])(\.)(\w{3})$</regexp>
  159. <!-- group-310ty-a.avi -->
  160. <regexp>(?i)(.*?)([abc123])(\.)(\w{3})$</regexp>
  161. <!-- group-outa.avi -->
  162. <regexp>(?i)(.*?)([abc123])([\. _-](?:xvid|divx|int)\.)(\w{3})$</regexp>
  163. <!-- group-moviea-xvid.avi -->
  164. <regexp>(?i)(.*)(\d{1,2})(\.)(\w{3})$</regexp>
  165. <!-- group-movie2.avi -->
  166. <regexp>(?i)(.*)(\d{1,2})([\. _-]\w{3,10}\.)(\w{3})$</regexp>
  167. <!-- movie1-grp.avi -->
  168. <regexp>(?i)(.*?[\. _-])(\d{1,2})(\.)(\w{3})$</regexp>
  169. <!-- movie-name-01.avi.avi -->
  170. <regexp>(?i)(.*?[\. _-]part)(\d{1,2})([\. _-].*?\.)(\w{3})$</regexp>
  171. <!-- Movie.name.DvDrip.Part1-group.avi -->
  172. </moviestacking>
  173. </advancedsettings>
  174. 18:38:42 T:140205765814400 NOTICE: Getting hardware information now...
  175. 18:38:42 T:140205765814400 NOTICE: Checking resolution 12
  176. 18:38:42 T:140205765814400 NOTICE: Default DVD Player: dvdplayer
  177. 18:38:42 T:140205765814400 NOTICE: Default Video Player: dvdplayer
  178. 18:38:42 T:140205765814400 NOTICE: Default Audio Player: paplayer
  179. 18:38:42 T:140205765814400 NOTICE: Enabled debug logging due to GUI setting (2)
  180. 18:38:42 T:140205765814400 NOTICE: Log level changed to 2
  181. 18:38:42 T:140205765814400 NOTICE: Loading media sources from special://masterprofile/sources.xml
  182. 18:38:42 T:140205765814400 INFO: creating subdirectories
  183. 18:38:42 T:140205765814400 INFO: userdata folder: special://masterprofile/
  184. 18:38:42 T:140205765814400 INFO: recording folder:
  185. 18:38:42 T:140205765814400 INFO: screenshots folder:
  186. 18:38:42 T:140205765814400 INFO: thumbnails folder: special://masterprofile/Thumbnails
  187. 18:38:43 T:140205765814400 INFO: load language info file: special://xbmc/language/English/langinfo.xml
  188. 18:38:43 T:140205765814400 DEBUG: trying to set locale to en_CA.UTF-8
  189. 18:38:43 T:140205765814400 INFO: global locale set to en_CA.UTF-8
  190. 18:38:43 T:140205765814400 INFO: load language file:special://xbmc/language/English/strings.xml
  191. 18:38:43 T:140205765814400 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcpluff-x86_64-linux.so)
  192. 18:38:43 T:140205765814400 DEBUG: Loading: /usr/lib64/xbmc/system/libcpluff-x86_64-linux.so
  193. 18:38:43 T:140205765814400 INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib64/xbmc/addons: No such file or directory'
  194. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  195. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been installed.'
  196. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  197. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  198. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
  199. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  200. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.ted.talks has been installed.'
  201. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
  202. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in weather.wunderground has been installed.'
  203. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  204. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  205. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been installed.'
  206. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  207. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  208. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
  209. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.day9 has been installed.'
  210. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.libraryautoupdate has been installed.'
  211. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.repo.installer has been installed.'
  212. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.canada.on.demand has been installed.'
  213. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
  214. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been installed.'
  215. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  216. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  217. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
  218. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
  219. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.trailer.addict has been installed.'
  220. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
  221. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.simple.downloader has been installed.'
  222. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.msnbc has been installed.'
  223. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  224. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.cartoon.network has been installed.'
  225. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.recentlyadded has been installed.'
  226. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
  227. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been installed.'
  228. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in weather.weatherplus has been installed.'
  229. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been installed.'
  230. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in repository.andrepl has been installed.'
  231. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.goom has been installed.'
  232. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.SABnzbd has been installed.'
  233. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  234. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  235. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.yahoomusic.com has been installed.'
  236. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  237. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in repository.passion.xbmc.org has been installed.'
  238. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  239. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  240. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.parsedom has been installed.'
  241. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  242. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.world.news.live has been installed.'
  243. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  244. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.national.geographic has been installed.'
  245. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been installed.'
  246. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  247. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  248. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
  249. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.foodnetwork has been installed.'
  250. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been installed.'
  251. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.itunes has been installed.'
  252. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
  253. 18:38:43 T:140205765814400 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  254. 18:38:43 T:140205765814400 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  255. 18:38:43 T:140205765814400 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adaptor"
  256. 18:38:43 T:140205765814400 DEBUG: CPeripheralBusUSB - initialised udev monitor: 13
  257. 18:38:43 T:140205414799104 DEBUG: Thread XBMC Peripherals start, auto delete: 0
  258. 18:38:43 T:140205765814400 INFO: LIRC Initialize: using: /dev/lircd
  259. 18:38:43 T:140205765814400 INFO: LIRC Initialize: connect failed: No such file or directory
  260. 18:38:43 T:140205765814400 DEBUG: Failed to connect to LIRC. Retry in 10s.
  261. 18:38:43 T:140205765814400 DEBUG: OnLostDevice - notify display change event
  262. 18:38:43 T:140205765814400 INFO: XRANDR: /usr/lib64/xbmc/xbmc-xrandr --output HDMI-0 --mode 0x1c7
  263. 18:38:43 T:140205765814400 NOTICE: Using visual 0x6a
  264. 18:38:43 T:140205765814400 INFO: GL: Maximum texture width: 8192
  265. 18:38:43 T:140205765814400 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86_64-linux.so)
  266. 18:38:43 T:140205765814400 DEBUG: Loading: /usr/lib64/xbmc/system/ImageLib-x86_64-linux.so
  267. 18:38:43 T:140205765814400 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_swap_control_tear 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_NV_multisample_coverage GLX_ARB_get_proc_address
  268. 18:38:43 T:140205765814400 NOTICE: GL_VENDOR = NVIDIA Corporation
  269. 18:38:43 T:140205765814400 NOTICE: GL_RENDERER = GeForce 210/PCIe/SSE2
  270. 18:38:43 T:140205765814400 NOTICE: GL_VERSION = 3.3.0 NVIDIA 304.43
  271. 18:38:43 T:140205765814400 NOTICE: GL_SHADING_LANGUAGE_VERSION = 3.30 NVIDIA via Cg compiler
  272. 18:38:43 T:140205765814400 NOTICE: GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 524288
  273. 18:38:43 T:140205765814400 NOTICE: GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 524288
  274. 18:38:43 T:140205765814400 NOTICE: GL_EXTENSIONS = GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth 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_internalformat_query GL_ARB_map_buffer_alignment 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_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing 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_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback_instanced 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_sRGB_decode GL_EXT_texture_storage 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_EXT_x11_sync_object GL_EXT_import_sync_object 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_ES1_1_compatibility 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_path_rendering 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_compressed_paletted_texture 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_point_size_array GL_OES_point_sprite GL_OES_rgb8_rgba8 GL_OES_read_format 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
  275. 18:38:43 T:140205765814400 DEBUG: OnLostDevice - notify display change event
  276. 18:38:43 T:140205765814400 ERROR: GLX: Same window as before, refreshing context
  277. 18:38:43 T:140205765814400 INFO: GL: Maximum texture width: 8192
  278. 18:38:43 T:140205765814400 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  279. 18:38:43 T:140205765814400 INFO: load default splash image: /usr/share/xbmc/media/Splash.png
  280. 18:38:43 T:140205765814400 DEBUG: CheckDisplayEvents: Received RandR event 123
  281. 18:38:43 T:140205765814400 DEBUG: CheckDisplayEvents - notify display reset event
  282. 18:38:43 T:140205765814400 INFO: load keymapping
  283. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  284. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  285. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
  286. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
  287. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
  288. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
  289. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
  290. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
  291. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
  292. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
  293. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
  294. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
  295. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  296. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  297. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/keymaps/remote.xml
  298. 18:38:43 T:140205765814400 INFO: Loading special://xbmc/system/Lircmap.xml
  299. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'mceusb'
  300. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'XboxDVDDongle'
  301. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'Microsoft_Xbox'
  302. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
  303. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'anysee'
  304. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'iMON-PAD'
  305. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
  306. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'MCE_via_iMON'
  307. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'TwinHanRemote'
  308. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'linux-input-layer'
  309. 18:38:43 T:140205765814400 INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
  310. 18:38:43 T:140205765814400 INFO: * Linking remote mapping for 'linux-input-layer' to 'devinput'
  311. 18:38:43 T:140205765814400 INFO: * Adding remote mapping for device 'mediacenter'
  312. 18:38:43 T:140205765814400 DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping
  313. 18:38:43 T:140205765814400 INFO: GUI format 1920x1080 1920x1080 @ 60.00 - Full Screen
  314. 18:38:43 T:140205765814400 DEBUG: guilib: Fill viewport always for solving rendering passes
  315. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks with interface org.freedesktop.UDisks and method EnumerateDevices
  316. 18:38:43 T:140205765814400 DEBUG: Selected UDisks as storage provider
  317. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks with interface org.freedesktop.DBus.Properties and method Get
  318. 18:38:43 T:140205765814400 DEBUG: UDisks: DaemonVersion 1
  319. 18:38:43 T:140205765814400 DEBUG: UDisks: Querying available devices
  320. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks with interface org.freedesktop.UDisks and method EnumerateDevices
  321. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda1)
  322. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda1 with interface org.freedesktop.DBus.Properties and method GetAll
  323. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method Get
  324. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sda1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  325. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  326. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda2)
  327. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda2 with interface org.freedesktop.DBus.Properties and method GetAll
  328. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method Get
  329. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sda2: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  330. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda2: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  331. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda3)
  332. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda3 with interface org.freedesktop.DBus.Properties and method GetAll
  333. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method Get
  334. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sda3: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  335. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda3: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  336. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda4)
  337. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda4 with interface org.freedesktop.DBus.Properties and method GetAll
  338. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method Get
  339. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sda4: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  340. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda4: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  341. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sda)
  342. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sda with interface org.freedesktop.DBus.Properties and method GetAll
  343. 18:38:43 T:140205765814400 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
  344. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sda: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  345. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/md0)
  346. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/md0 with interface org.freedesktop.DBus.Properties and method GetAll
  347. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/md0: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition false IsOptical false
  348. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/md0: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition false IsOptical false
  349. 18:38:43 T:140205765814400 NOTICE: UDisks: Added /boot
  350. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/md1)
  351. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/md1 with interface org.freedesktop.DBus.Properties and method GetAll
  352. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/md1: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition false IsOptical false
  353. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/md1: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition false IsOptical false
  354. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sde1)
  355. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sde1 with interface org.freedesktop.DBus.Properties and method GetAll
  356. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sde with interface org.freedesktop.DBus.Properties and method Get
  357. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sde1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  358. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sde1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  359. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/md2)
  360. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/md2 with interface org.freedesktop.DBus.Properties and method GetAll
  361. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/md2: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition false IsOptical false
  362. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/md2: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition false IsOptical false
  363. 18:38:43 T:140205765814400 NOTICE: UDisks: Added /home
  364. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdf)
  365. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdf with interface org.freedesktop.DBus.Properties and method GetAll
  366. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdf: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  367. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdf: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  368. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/md3)
  369. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/md3 with interface org.freedesktop.DBus.Properties and method GetAll
  370. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/md3: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition false IsOptical false
  371. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/md3: IsFileSystem true HasFileSystem ext4 IsSystemInternal true IsMounted true IsRemovable false IsPartition false IsOptical false
  372. 18:38:43 T:140205765814400 NOTICE: UDisks: Added /data
  373. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdd1)
  374. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdd1 with interface org.freedesktop.DBus.Properties and method GetAll
  375. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdd with interface org.freedesktop.DBus.Properties and method Get
  376. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdd1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  377. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdd1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  378. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sde)
  379. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sde with interface org.freedesktop.DBus.Properties and method GetAll
  380. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sde: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  381. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sde: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  382. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdc1)
  383. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdc1 with interface org.freedesktop.DBus.Properties and method GetAll
  384. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdc with interface org.freedesktop.DBus.Properties and method Get
  385. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdc1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  386. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdc1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  387. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdf1)
  388. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdf1 with interface org.freedesktop.DBus.Properties and method GetAll
  389. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdf with interface org.freedesktop.DBus.Properties and method Get
  390. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdf1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  391. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdf1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  392. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdd)
  393. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdd with interface org.freedesktop.DBus.Properties and method GetAll
  394. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdd: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  395. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdd: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  396. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdc)
  397. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdc with interface org.freedesktop.DBus.Properties and method GetAll
  398. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdc: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  399. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdc: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  400. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb1)
  401. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb1 with interface org.freedesktop.DBus.Properties and method GetAll
  402. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb with interface org.freedesktop.DBus.Properties and method Get
  403. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdb1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  404. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdb1: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  405. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb2)
  406. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb2 with interface org.freedesktop.DBus.Properties and method GetAll
  407. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb with interface org.freedesktop.DBus.Properties and method Get
  408. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdb2: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  409. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdb2: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  410. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb3)
  411. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb3 with interface org.freedesktop.DBus.Properties and method GetAll
  412. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb with interface org.freedesktop.DBus.Properties and method Get
  413. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdb3: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  414. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdb3: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  415. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb)
  416. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb with interface org.freedesktop.DBus.Properties and method GetAll
  417. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdb: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  418. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdb: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition false IsOptical false
  419. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded (/org/freedesktop/UDisks/devices/sdb4)
  420. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb4 with interface org.freedesktop.DBus.Properties and method GetAll
  421. 18:38:43 T:140205765814400 DEBUG: DBus: Creating message to org.freedesktop.UDisks on /org/freedesktop/UDisks/devices/sdb with interface org.freedesktop.DBus.Properties and method Get
  422. 18:38:43 T:140205765814400 DEBUG: UDisks: Is not able to mount DeviceUDI /org/freedesktop/UDisks/devices/sdb4: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  423. 18:38:43 T:140205765814400 DEBUG: UDisks: DeviceAdded - DeviceUDI /org/freedesktop/UDisks/devices/sdb4: IsFileSystem false HasFileSystem IsSystemInternal true IsMounted false IsRemovable false IsPartition true IsOptical false
  424. 18:38:43 T:140205765814400 DEBUG: SECTION:LoadDLL(libcurl.so.4)
  425. 18:38:43 T:140205765814400 DEBUG: Loading: libcurl.so.4
  426. 18:38:43 T:140205765814400 NOTICE: start dvd mediatype detection
  427. 18:38:43 T:140205765814400 NOTICE: initializing playlistplayer
  428. 18:38:43 T:140205489383168 DEBUG: Thread CDetectDVDMedia start, auto delete: 0
  429. 18:38:43 T:140205489383168 DEBUG: Compiled with libcdio Version 0.82
  430. 18:38:43 T:140205765814400 NOTICE: DONE initializing playlistplayer
  431. 18:38:43 T:140205765814400 DEBUG: DPMS: supported power-saving modes: SUSPEND OFF STANDBY
  432. 18:38:43 T:140205489383168 DEBUG: Thread CDetectDVDMedia 140205489383168 terminating
  433. 18:38:43 T:140205765814400 INFO: Unloading old skin ...
  434. 18:38:43 T:140205765814400 INFO: load skin from:/usr/share/xbmc/addons/skin.confluence
  435. 18:38:43 T:140205765814400 INFO: load fonts for skin...
  436. 18:38:43 T:140205765814400 INFO: Loading fonts from /usr/share/xbmc/addons/skin.confluence/720p/Font.xml
  437. 18:38:43 T:140205765814400 INFO: Loading skin includes from /usr/share/xbmc/addons/skin.confluence/720p/includes.xml
  438. 18:38:43 T:140205765814400 INFO: load new skin...
  439. 18:38:43 T:140205765814400 INFO: Loading skin file: Home.xml
  440. 18:38:43 T:140205765814400 INFO: Loading user windows, path /usr/share/xbmc/addons/skin.confluence/720p
  441. 18:38:43 T:140205765814400 DEBUG: Load Skin XML: 35.47ms
  442. 18:38:43 T:140205765814400 INFO: initialize new skin...
  443. 18:38:43 T:140205765814400 DEBUG: guilib: Fill viewport always for solving rendering passes
  444. 18:38:43 T:140205765814400 INFO: Loading skin file: Pointer.xml
  445. 18:38:43 T:140205765814400 INFO: Loading skin file: DialogVolumeBar.xml
  446. 18:38:43 T:140205765814400 INFO: Loading skin file: DialogKaiToast.xml
  447. 18:38:43 T:140205765814400 INFO: Loading skin file: DialogMuteBug.xml
  448. 18:38:43 T:140205765814400 INFO: Loading skin file: DialogSeekBar.xml
  449. 18:38:43 T:140205765814400 INFO: Loading skin file: DialogBusy.xml
  450. 18:38:43 T:140205765814400 DEBUG: CGUIAudioManager::Initialize
  451. 18:38:43 T:140205765814400 INFO: Loading /usr/share/xbmc/addons/skin.confluence/sounds/sounds.xml
  452. 18:38:43 T:140205765814400 INFO: skin loaded...
  453. 18:38:43 T:140205765814400 INFO: JSONRPC: Sucessfully initialized
  454. 18:38:43 T:140205765814400 DEBUG: ADDON: Starting service addons.
  455. 18:38:43 T:140205765814400 INFO: initializing python engine.
  456. 18:38:43 T:140205765814400 DEBUG: new python thread created. id=1
  457. 18:38:43 T:140205439031040 DEBUG: Thread XBPyThread start, auto delete: 0
  458. 18:38:43 T:140205439031040 DEBUG: Python thread: start processing
  459. 18:38:43 T:140205765814400 DEBUG: Activating window ID: 12999
  460. 18:38:43 T:140205765814400 DEBUG: ------ Window Init (Startup.xml) ------
  461. 18:38:43 T:140205765814400 INFO: Loading skin file: Startup.xml
  462. 18:38:43 T:140205765814400 INFO: removing tempfiles
  463. 18:38:43 T:140205765814400 NOTICE: UpdateLibraries - Starting video library startup scan
  464. 18:38:43 T:140205765814400 DEBUG: ------ Window Init (DialogVideoScan.xml) ------
  465. 18:38:43 T:140205765814400 INFO: Loading skin file: DialogVideoScan.xml
  466. 18:38:43 T:140205765814400 DEBUG: OpenBundle - Opened bundle /usr/share/xbmc/addons/skin.confluence/media/Textures.xbt
  467. 18:38:43 T:140205765814400 DEBUG: ADDON: Starting service addons.
  468. 18:38:43 T:140205430638336 DEBUG: Thread VIDEO::CVideoInfoScanner start, auto delete: 0
  469. 18:38:43 T:140205765814400 INFO: initializing python engine.
  470. 18:38:43 T:140205765814400 DEBUG: new python thread created. id=2
  471. 18:38:43 T:140205113730816 DEBUG: Thread XBPyThread start, auto delete: 0
  472. 18:38:43 T:140205113730816 DEBUG: Python thread: start processing
  473. 18:38:43 T:140205430638336 NOTICE: VideoInfoScanner: Starting scan ..
  474. 18:38:43 T:140205765814400 NOTICE: initialize done
  475. 18:38:43 T:140205765814400 NOTICE: Running the application...
  476. 18:38:43 T:140205765814400 DEBUG: ExecuteXBMCAction : Translating ReplaceWindow(Home)
  477. 18:38:43 T:140205765814400 DEBUG: ExecuteXBMCAction : To ReplaceWindow(Home)
  478. 18:38:43 T:140205765814400 DEBUG: Activating window ID: 10000
  479. 18:38:43 T:140205765814400 DEBUG: ------ Window Init () ------
  480. 18:38:43 T:140205406406400 DEBUG: Thread Jobworker start, auto delete: 1
  481. 18:38:43 T:140205765814400 DEBUG: ------ Window Init (Pointer.xml) ------
  482. 18:38:43 T:140205765814400 INFO: GL: Enabling VSYNC
  483. 18:38:43 T:140205765814400 INFO: GL: Selected vsync mode 2
  484. 18:38:43 T:140205765814400 DEBUG: ------ Window Deinit (Startup.xml) ------
  485. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/' due to no change
  486. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/20,000 Leagues Under the Sea (1954)/' due to no change (fasthash)
  487. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Act of Valor (2012)/' due to no change (fasthash)
  488. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Alice in Wonderland (2010)/' due to no change (fasthash)
  489. 18:38:43 T:140205113730816 NOTICE: -->Python Interpreter Initialized<--
  490. 18:38:43 T:140205113730816 DEBUG: Process - The source file to load is /home/media/.xbmc/addons/script.common.plugin.cache/default.py
  491. 18:38:43 T:140205113730816 DEBUG: Process - Setting the Python path to /home/media/.xbmc/addons/script.common.plugin.cache:/home/media/.xbmc/addons/script.module.simplejson/lib:/home/media/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/home/media/.xbmc/addons/script.common.plugin.cache/lib:/home/media/.xbmc/addons/script.module.simple.downloader/lib:/home/media/.xbmc/addons/script.module.parsedom/lib:/home/media/.xbmc/addons/script.module.elementtree/lib:/usr/share/xbmc/addons/script.module.pysqlite/lib:/usr/lib/python27.zip:/usr/lib64/python2.7:/usr/lib64/python2.7/plat-linux2:/usr/lib64/python2.7/lib-tk:/usr/lib64/python2.7/lib-old:/usr/lib64/python2.7/lib-dynload:/usr/lib64/python2.7/site-packages:/usr/local/lib64/python2.7/site-packages:/usr/local/lib/python2.7/site-packages:/usr/lib64/python2.7/site-packages/gst-0.10:/usr/lib64/python2.7/site-packages/gtk-2.0:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info:
  492. 18:38:43 T:140205113730816 DEBUG: Process - Entering source directory /home/media/.xbmc/addons/script.common.plugin.cache
  493. 18:38:43 T:140205113730816 DEBUG: Instantiating addon using automatically obtained id of "script.common.plugin.cache" dependent on version 2.0 of the xbmc.python api
  494. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Batman Begins (2005)/' due to no change (fasthash)
  495. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Body of Lies (2008)/' due to no change (fasthash)
  496. 18:38:43 T:140205439031040 NOTICE: -->Python Interpreter Initialized<--
  497. 18:38:43 T:140205439031040 DEBUG: Process - The source file to load is /home/media/.xbmc/addons/script.module.simple.downloader/default.py
  498. 18:38:43 T:140205439031040 DEBUG: Process - Setting the Python path to /home/media/.xbmc/addons/script.module.simple.downloader:/home/media/.xbmc/addons/script.module.simplejson/lib:/home/media/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/home/media/.xbmc/addons/script.common.plugin.cache/lib:/home/media/.xbmc/addons/script.module.simple.downloader/lib:/home/media/.xbmc/addons/script.module.parsedom/lib:/home/media/.xbmc/addons/script.module.elementtree/lib:/usr/share/xbmc/addons/script.module.pysqlite/lib:/usr/lib/python27.zip:/usr/lib64/python2.7:/usr/lib64/python2.7/plat-linux2:/usr/lib64/python2.7/lib-tk:/usr/lib64/python2.7/lib-old:/usr/lib64/python2.7/lib-dynload:/usr/lib64/python2.7/site-packages:/usr/local/lib64/python2.7/site-packages:/usr/local/lib/python2.7/site-packages:/usr/lib64/python2.7/site-packages/gst-0.10:/usr/lib64/python2.7/site-packages/gtk-2.0:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info:
  499. 18:38:43 T:140205439031040 DEBUG: Process - Entering source directory /home/media/.xbmc/addons/script.module.simple.downloader
  500. 18:38:43 T:140205439031040 DEBUG: Instantiating addon using automatically obtained id of "script.module.simple.downloader" dependent on version 2.0 of the xbmc.python api
  501. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Braveheart (1995)/' due to no change (fasthash)
  502. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Casino/' due to no change (fasthash)
  503. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Casino Royale (2006)/' due to no change (fasthash)
  504. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Charlie Wilson's War/' due to no change (fasthash)
  505. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Children of Men (2006)/' due to no change (fasthash)
  506. 18:38:43 T:140205765814400 DEBUG: ------ Window Init (Home.xml) ------
  507. 18:38:43 T:140205765814400 DEBUG: Process - no profile autoexec.py (/home/media/.xbmc/userdata/autoexec.py) found, skipping
  508. 18:38:43 T:140205765814400 DEBUG: NetworkMessage - Starting network services
  509. 18:38:43 T:140205765814400 NOTICE: Webserver: Starting...
  510. 18:38:43 T:140205406406400 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  511. 18:38:43 T:140205765814400 NOTICE: WebServer: Started the webserver
  512. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Cidade de Deus/' due to no change (fasthash)
  513. 18:38:43 T:140205406406400 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
  514. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Cloverfield (2008)/' due to no change (fasthash)
  515. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Colombiana (2011)/' due to no change (fasthash)
  516. 18:38:43 T:140205765814400 DEBUG: CZeroconfAvahi::clientCallback: client is up and running
  517. 18:38:43 T:140205765814400 NOTICE: ES: Starting event server
  518. 18:38:43 T:140205765814400 INFO: JSONRPC Server: Successfully initialized
  519. 18:38:43 T:140205765814400 NOTICE: starting zeroconf publishing
  520. 18:38:43 T:140205765814400 DEBUG: CLastfmScrobbler: Clearing session.
  521. 18:38:43 T:140205765814400 DEBUG: CLibrefmScrobbler: Clearing session.
  522. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Contagion (2011)/' due to no change (fasthash)
  523. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Contraband (2012)/' due to no change (fasthash)
  524. 18:38:43 T:140205056878336 DEBUG: Thread Jobworker start, auto delete: 1
  525. 18:38:43 T:140205073663744 DEBUG: Thread CEventServer start, auto delete: 0
  526. 18:38:43 T:140205073663744 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  527. 18:38:43 T:140205073663744 NOTICE: UDP: Listening on port 9777
  528. 18:38:43 T:140205065271040 DEBUG: Thread JSONRPC::CTCPServer start, auto delete: 0
  529. 18:38:43 T:140204845299456 DEBUG: Thread Jobworker start, auto delete: 1
  530. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Cowboys Aliens (2011)/' due to no change (fasthash)
  531. 18:38:43 T:140205764134656 DEBUG: Thread CRssReader start, auto delete: 0
  532. 18:38:43 T:140205764134656 DEBUG: FileCurl::Open(0x7f8432c43a60) http://feeds.feedburner.com/xbmc
  533. 18:38:43 T:140205764134656 INFO: easy_aquire - Created session to http://feeds.feedburner.com
  534. 18:38:43 T:140204845299456 INFO: WEATHER: Downloading weather
  535. 18:38:43 T:140204845299456 INFO: initializing python engine.
  536. 18:38:43 T:140204845299456 DEBUG: new python thread created. id=3
  537. 18:38:43 T:140204836906752 DEBUG: Thread XBPyThread start, auto delete: 0
  538. 18:38:43 T:140204836906752 DEBUG: Python thread: start processing
  539. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Crouching Tiger, Hidden Dragon (2000)/' due to no change (fasthash)
  540. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Das Boot (1982)/' due to no change (fasthash)
  541. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Die Hard (1988)/' due to no change (fasthash)
  542. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Die Hard 2 Die Harder (1990)/' due to no change (fasthash)
  543. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Ever After A Cinderella Story (1998)/' due to no change (fasthash)
  544. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Extremely Loud Incredibly Close (2011)/' due to no change (fasthash)
  545. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/From Up on Poppy Hill/' due to no change (fasthash)
  546. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Get Smart (2008)/' due to no change (fasthash)
  547. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Goodfellas/' due to no change (fasthash)
  548. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Green Lantern (2011)/' due to no change (fasthash)
  549. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Happy Feet Two (2011)/' due to no change (fasthash)
  550. 18:38:43 T:140205056878336 DEBUG: DoWork - took 137 ms to load special://skin/backgrounds/videos.jpg
  551. 18:38:43 T:140205056878336 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-http type: _xbmc-jsonrpc-h._tcp name:XBMC (mutalisk.guyot.ca) port:8085
  552. 18:38:43 T:140205056878336 DEBUG: CZeroconfAvahi::addService() named: XBMC (mutalisk.guyot.ca) type: _xbmc-jsonrpc-h._tcp port:8085
  553. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Harold Kumar Escape from Guantanamo Bay (2008)/' due to no change (fasthash)
  554. 18:38:43 T:140205056878336 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:XBMC (mutalisk.guyot.ca) port:9090
  555. 18:38:43 T:140205056878336 DEBUG: CZeroconfAvahi::addService() named: XBMC (mutalisk.guyot.ca) type: _xbmc-jsonrpc._tcp port:9090
  556. 18:38:43 T:140205439031040 INFO: Scriptresult: Success
  557. 18:38:43 T:140205056878336 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webapi type: _xbmc-web._tcp name:XBMC (mutalisk.guyot.ca) port:8085
  558. 18:38:43 T:140205056878336 DEBUG: CZeroconfAvahi::addService() named: XBMC (mutalisk.guyot.ca) type: _xbmc-web._tcp port:8085
  559. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Harold Kumar Go to White Castle (2004)/' due to no change (fasthash)
  560. 18:38:43 T:140205056878336 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.webserver type: _http._tcp name:XBMC (mutalisk.guyot.ca) port:8085
  561. 18:38:43 T:140205056878336 DEBUG: CZeroconfAvahi::addService() named: XBMC (mutalisk.guyot.ca) type: _http._tcp port:8085
  562. 18:38:43 T:140205439031040 INFO: Python script stopped
  563. 18:38:43 T:140205439031040 DEBUG: Thread XBPyThread 140205439031040 terminating
  564. 18:38:43 T:140205056878336 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:XBMC (mutalisk.guyot.ca) port:9777
  565. 18:38:43 T:140205056878336 DEBUG: CZeroconfAvahi::addService() named: XBMC (mutalisk.guyot.ca) type: _xbmc-events._udp port:9777
  566. 18:38:43 T:140205765814400 DEBUG: waiting for python thread 1 to stop
  567. 18:38:43 T:140205765814400 DEBUG: python thread 1 destructed
  568. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Heat (1995)/' due to no change (fasthash)
  569. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Hero (2002)/' due to no change (fasthash)
  570. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Hot Fuzz (2007)/' due to no change (fasthash)
  571. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/House of Flying Daggers (2004)/' due to no change (fasthash)
  572. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Hugo (2011)/' due to no change (fasthash)
  573. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Indiana Jones and the Last Crusade (1989)/' due to no change (fasthash)
  574. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Indiana Jones and the Raiders of the Lost Ark (1981)/' due to no change (fasthash)
  575. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Indiana Jones and the Temple of Doom (1984)/' due to no change (fasthash)
  576. 18:38:43 T:140205764134656 DEBUG: Got rss feed: http://feeds.feedburner.com/xbmc
  577. 18:38:43 T:140205764134656 DEBUG: RSS feed encoding: UTF-8
  578. 18:38:43 T:140205764134656 DEBUG: Parsed rss feed: http://feeds.feedburner.com/xbmc
  579. 18:38:43 T:140205764134656 DEBUG: Thread CRssReader 140205764134656 terminating
  580. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Iron Man (2008)/' due to no change (fasthash)
  581. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Iron Man 2 (2010)/' due to no change (fasthash)
  582. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/J. Edgar (2011)/' due to no change (fasthash)
  583. 18:38:43 T:140205113730816 NOTICE: StorageServer Module loaded RUN
  584. 18:38:43 T:140205113730816 NOTICE: StorageClient-1.1.0 Starting server
  585. 18:38:43 T:140205113730816 NOTICE: StorageServer-1.1.0 Storage Server starting /home/media/.xbmc/userdata/Database/commoncache.db
  586. 18:38:43 T:140204836906752 NOTICE: -->Python Interpreter Initialized<--
  587. 18:38:43 T:140204836906752 DEBUG: Process - The source file to load is /usr/share/xbmc/addons/weather.wunderground/default.py
  588. 18:38:43 T:140204836906752 DEBUG: Process - Setting the Python path to /usr/share/xbmc/addons/weather.wunderground:/home/media/.xbmc/addons/script.module.simplejson/lib:/home/media/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/home/media/.xbmc/addons/script.common.plugin.cache/lib:/home/media/.xbmc/addons/script.module.simple.downloader/lib:/home/media/.xbmc/addons/script.module.parsedom/lib:/home/media/.xbmc/addons/script.module.elementtree/lib:/usr/share/xbmc/addons/script.module.pysqlite/lib:/usr/lib/python27.zip:/usr/lib64/python2.7:/usr/lib64/python2.7/plat-linux2:/usr/lib64/python2.7/lib-tk:/usr/lib64/python2.7/lib-old:/usr/lib64/python2.7/lib-dynload:/usr/lib64/python2.7/site-packages:/usr/local/lib64/python2.7/site-packages:/usr/local/lib/python2.7/site-packages:/usr/lib64/python2.7/site-packages/gst-0.10:/usr/lib64/python2.7/site-packages/gtk-2.0:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info:
  589. 18:38:43 T:140204836906752 DEBUG: Process - Entering source directory /usr/share/xbmc/addons/weather.wunderground
  590. 18:38:43 T:140204836906752 DEBUG: Instantiating addon using automatically obtained id of "weather.wunderground" dependent on version 2.0 of the xbmc.python api
  591. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Jiro Dreams of Sushi (2012)/' due to no change (fasthash)
  592. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Kick-Ass (2010)/' due to no change (fasthash)
  593. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Kiki's Delivery Service (1989)/' due to no change (fasthash)
  594. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Kill Bill Vol. 1 (2003)/' due to no change (fasthash)
  595. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Kill Bill Vol. 2 (2004)/' due to no change (fasthash)
  596. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/March of the Penguins (2005)/' due to no change (fasthash)
  597. 18:38:43 T:140205406406400 DEBUG: GetRecentlyAddedAlbums query: select * from albumview order by idAlbum desc limit 10
  598. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Memoirs of a Geisha (2005)/' due to no change (fasthash)
  599. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Monsters, Inc. (2001)/' due to no change (fasthash)
  600. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Mr. Mrs. Smith (2005)/' due to no change (fasthash)
  601. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/My Neighbor Totoro/' due to no change (fasthash)
  602. 18:38:43 T:140205406406400 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  603. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Passchendaele/' due to no change (fasthash)
  604. 18:38:43 T:140205406406400 DEBUG: RunQuery took 1 ms for 10 items query: select * from movieview order by idMovie desc limit 10
  605. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Pirates of the Caribbean At World's End (2007)/' due to no change (fasthash)
  606. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Pirates of the Caribbean Dead Man's Chest (2006)/' due to no change (fasthash)
  607. 18:38:43 T:140205406406400 DEBUG: RunQuery took 0 ms for 10 items query: select * from episodeview order by idEpisode desc limit 10
  608. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Pirates of the Caribbean On Stranger Tides (2011)/' due to no change (fasthash)
  609. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Puss in Boots (2011)/' due to no change (fasthash)
  610. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Quantum of Solace (2008)/' due to no change (fasthash)
  611. 18:38:43 T:140205406406400 DEBUG: GetMusicVideosByWhere query = select * from musicvideoview order by idMVideo desc limit 10
  612. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Resident Evil (2002)/' due to no change (fasthash)
  613. 18:38:43 T:140205406406400 DEBUG: GetMusicVideosByWhere time for actual SQL query = 5
  614. 18:38:43 T:140205406406400 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  615. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Ronin (1998)/' due to no change (fasthash)
  616. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Scarface (1983)/' due to no change (fasthash)
  617. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Scott Pilgrim vs the World/' due to no change (fasthash)
  618. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Shaun of the Dead (2004)/' due to no change (fasthash)
  619. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Sin City (2005)/' due to no change (fasthash)
  620. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Slapshot (1977)/' due to no change (fasthash)
  621. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Snow White and the Seven Dwarfs (1937)/' due to no change (fasthash)
  622. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Source Code (2011)/' due to no change (fasthash)
  623. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Stop-Loss (2008)/' due to no change (fasthash)
  624. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Swiss Family Robinson (1960)/' due to no change (fasthash)
  625. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Taken (2009)/' due to no change (fasthash)
  626. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Adventures of Tintin (2011)/' due to no change (fasthash)
  627. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Avengers (2012)/' due to no change (fasthash)
  628. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Blind Side (2009)/' due to no change (fasthash)
  629. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Bourne Identity (2002)/' due to no change (fasthash)
  630. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Bourne Supremacy (2004)/' due to no change (fasthash)
  631. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Bourne Ultimatum (2007)/' due to no change (fasthash)
  632. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Corporation/' due to no change (fasthash)
  633. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Departed (2006)/' due to no change (fasthash)
  634. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Descendants (2011)/' due to no change (fasthash)
  635. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Expendables (2010)/' due to no change (fasthash)
  636. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Fifth Element (1997)/' due to no change (fasthash)
  637. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Flowers of War (2012)/' due to no change (fasthash)
  638. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Forbidden Kingdom (2008)/' due to no change (fasthash)
  639. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Godfather (1972)/' due to no change (fasthash)
  640. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Good Shepherd (2006)/' due to no change (fasthash)
  641. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Goonies (1985)/' due to no change (fasthash)
  642. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Grey (2012)/' due to no change (fasthash)
  643. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Hunger Games (2012)/' due to no change (fasthash)
  644. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Iron Lady (2011)/' due to no change (fasthash)
  645. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The King's Speech (2010)/' due to no change (fasthash)
  646. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Lion King (1994)/' due to no change (fasthash)
  647. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Princess Bride (1987)/' due to no change (fasthash)
  648. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Recruit (2003)/' due to no change (fasthash)
  649. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Secret of NIMH (1982)/' due to no change (fasthash)
  650. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Shawshank Redemption (1994)/' due to no change (fasthash)
  651. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Simpsons Movie (2007)/' due to no change (fasthash)
  652. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Social Network (2010)/' due to no change (fasthash)
  653. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Transporter (2002)/' due to no change (fasthash)
  654. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Transporter 2 (2005)/' due to no change (fasthash)
  655. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Transporter 3 (2008)/' due to no change (fasthash)
  656. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/The Usual Suspects (1995)/' due to no change (fasthash)
  657. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Thor (2011)/' due to no change (fasthash)
  658. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Tinker Tailor Soldier Spy (2011)/' due to no change (fasthash)
  659. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Toy Story (1995)/' due to no change (fasthash)
  660. 18:38:43 T:140205765814400 DEBUG: UPower: Recieved an unknown signal NameAcquired
  661. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Toy Story 2 (1999)/' due to no change (fasthash)
  662. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Toy Story 3 (2010)/' due to no change (fasthash)
  663. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/True Lies (1994)/' due to no change (fasthash)
  664. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/Up (2009)/' due to no change (fasthash)
  665. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/V for Vendetta (2005)/' due to no change (fasthash)
  666. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/WALL E (2008)/' due to no change (fasthash)
  667. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/X-Men 2 (2003)/' due to no change (fasthash)
  668. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/X-Men First Class (2011)/' due to no change (fasthash)
  669. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: Skipping dir '/data/Movies/X-Men The Last Stand (2006)/' due to no change (fasthash)
  670. 18:38:43 T:140205430638336 DEBUG: GetZipList - Processing zip://%2fdata%2fTV%2frepository%2eandrepl%2ezip/
  671. 18:38:43 T:140205430638336 DEBUG: GetZipList - Processing zip://%2fdata%2fTV%2fplugin%2eprogram%2erepo%2einstaller%2d1%2e0%2e4%2ezip/
  672. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Archer (2009)/
  673. 18:38:43 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Band of Brothers/
  674. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Batman The Animated Series/
  675. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Battlestar Galactica (2003)/
  676. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Brew Masters/
  677. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Canada - A Peoples History/
  678. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Community/
  679. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Discovery Channel Documentaries/
  680. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Earth - The Power of the Planet/
  681. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Entourage/
  682. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/F1/
  683. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Family Guy/
  684. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Fifth Gear/
  685. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Futurama/
  686. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Game of Thrones/
  687. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/How I Met Your Mother/
  688. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/How The Universe Works/
  689. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Mantracker/
  690. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Mayday/
  691. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/MythBusters/
  692. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Once Upon a Time (2011)/
  693. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Person of Interest/
  694. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Planet Earth/
  695. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Rebuilding the Titanic/
  696. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Robot Chicken/
  697. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Rome/
  698. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Simpsons/
  699. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/South Park/
  700. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Spooks/
  701. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/The Newsroom (2012)/
  702. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/The Pacific/
  703. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/The Walking Dead/
  704. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/The West Wing/
  705. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Titanic Blood and Steel/
  706. 18:38:44 T:140205082056448 DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
  707. 18:38:44 T:140205430638336 DEBUG: Previous line repeats 4 times.
  708. 18:38:44 T:140205430638336 DEBUG: VideoInfoScanner: No (new) information was found in dir /data/TV/Top Gear/
  709. 18:38:44 T:140205430638336 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:01
  710. 18:38:44 T:140205430638336 INFO: Video scan was stopped or finished ... restoring FindRemoteThumbs
  711. 18:38:44 T:140205430638336 DEBUG: Thread VIDEO::CVideoInfoScanner 140205430638336 terminating
  712. 18:38:44 T:140204836906752 INFO: Scriptresult: Success
  713. 18:38:44 T:140204836906752 INFO: Python script stopped
  714. 18:38:44 T:140204836906752 DEBUG: Thread XBPyThread 140204836906752 terminating
  715. 18:38:44 T:140205765814400 DEBUG: waiting for python thread 3 to stop
  716. 18:38:44 T:140205765814400 DEBUG: python thread 3 destructed
  717. 18:38:44 T:140204845299456 DEBUG: GetZipList - Processing zip://special%3a%2f%2fxbmc%2fmedia%2fweather%2ezip/
  718. 18:38:45 T:140205765814400 DEBUG: ------ Window Deinit (DialogVideoScan.xml) ------
  719. 18:38:46 T:140205765814400 DEBUG: SDLKeyboard: scancode: 71, sym: 0114, unicode: 0000, modifier: 1000
  720. 18:38:46 T:140205765814400 DEBUG: OnKey: left (f082) pressed, action is Left
  721. 18:38:46 T:140205765814400 DEBUG: ------ Window Deinit (Pointer.xml) ------
  722. 18:38:46 T:140205765814400 DEBUG: SDLKeyboard: scancode: 71, sym: 0114, unicode: 0000, modifier: 1000
  723. 18:38:46 T:140205765814400 DEBUG: OnKey: left (f082) pressed, action is Left
  724. 18:38:47 T:140205765814400 DEBUG: SDLKeyboard: scancode: 74, sym: 0112, unicode: 0000, modifier: 1000
  725. 18:38:47 T:140205765814400 DEBUG: OnKey: down (f081) pressed, action is Down
  726. 18:38:48 T:140205765814400 DEBUG: SDLKeyboard: scancode: 24, sym: 000d, unicode: 000d, modifier: 1000
  727. 18:38:48 T:140205765814400 DEBUG: OnKey: return (f00d) pressed, action is Select
  728. 18:38:48 T:140205765814400 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(Videos,Files,return)
  729. 18:38:48 T:140205765814400 DEBUG: ExecuteXBMCAction : To ActivateWindow(Videos,Files,return)
  730. 18:38:48 T:140205765814400 DEBUG: Activating window ID: 10025
  731. 18:38:48 T:140205765814400 DEBUG: ------ Window Deinit (Home.xml) ------
  732. 18:38:48 T:140205765814400 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  733. 18:38:48 T:140205765814400 INFO: Loading skin file: MyVideoNav.xml
  734. 18:38:48 T:140205765814400 DEBUG: CGUIMediaWindow::GetDirectory (sources://video/)
  735. 18:38:48 T:140205765814400 DEBUG: ParentPath = [sources://video/]
  736. 18:38:48 T:140204836906752 DEBUG: Thread Background Loader start, auto delete: 0
  737. 18:38:48 T:140204836906752 DEBUG: Thread Background Loader 140204836906752 terminating
  738. 18:38:49 T:140205765814400 DEBUG: SDLKeyboard: scancode: 74, sym: 0112, unicode: 0000, modifier: 1000
  739. 18:38:49 T:140205765814400 DEBUG: OnKey: down (f081) pressed, action is Down
  740. 18:38:50 T:140205765814400 DEBUG: SDLKeyboard: scancode: 74, sym: 0112, unicode: 0000, modifier: 1000
  741. 18:38:50 T:140205765814400 DEBUG: OnKey: down (f081) pressed, action is Down
  742. 18:38:51 T:140205765814400 DEBUG: SDLKeyboard: scancode: 6f, sym: 0111, unicode: 0000, modifier: 1000
  743. 18:38:51 T:140205765814400 DEBUG: OnKey: up (f080) pressed, action is Up
  744. 18:38:51 T:140205765814400 DEBUG: SDLKeyboard: scancode: 24, sym: 000d, unicode: 000d, modifier: 1000
  745. 18:38:51 T:140205765814400 DEBUG: OnKey: return (f00d) pressed, action is Select
  746. 18:38:51 T:140205765814400 DEBUG: CGUIMediaWindow::GetDirectory (/data/Movies/)
  747. 18:38:51 T:140205765814400 DEBUG: ParentPath = [sources://video/]
  748. 18:38:51 T:140205765814400 DEBUG: RunQuery took 20 ms for 112 items query: select * from movieview where c23=14
  749. 18:38:51 T:140205765814400 DEBUG: RunQuery took 0 ms for 0 items query: select strFilename,playCount from files where idPath=14
  750. 18:38:51 T:140204836906752 DEBUG: Thread Background Loader start, auto delete: 0
  751. 18:38:52 T:140204836906752 DEBUG: Thread Background Loader 140204836906752 terminating
  752. 18:38:52 T:140205765814400 DEBUG: SDLKeyboard: scancode: 6f, sym: 0111, unicode: 0000, modifier: 1000
  753. 18:38:52 T:140205765814400 DEBUG: OnKey: up (f080) pressed, action is Up
  754. 18:38:53 T:140205765814400 INFO: LIRC Initialize: using: /dev/lircd
  755. 18:38:53 T:140205765814400 DEBUG: Failed to connect to LIRC. Retry in 20s.
  756. 18:38:55 T:140205765814400 DEBUG: SDLKeyboard: scancode: 24, sym: 000d, unicode: 000d, modifier: 1000
  757. 18:38:55 T:140205765814400 DEBUG: OnKey: return (f00d) pressed, action is Select
  758. 18:38:55 T:140205765814400 DEBUG: OnPlayMedia /data/Movies/testmovie.mkv
  759. 18:38:55 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers(/data/Movies/testmovie.mkv)
  760. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  761. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  762. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
  763. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/rtmp/mms/udp
  764. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  765. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  766. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  767. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  768. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdfile
  769. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  770. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  771. 18:38:55 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  772. 18:38:55 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  773. 18:38:55 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
  774. 18:38:55 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  775. 18:38:55 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  776. 18:38:55 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
  777. 18:38:55 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  778. 18:38:55 T:140205765814400 DEBUG: CGUIAudioManager::DeInitialize
  779. 18:38:58 T:140205765814400 NOTICE: DVDPlayer: Opening: /data/Movies/testmovie.mkv
  780. 18:38:58 T:140205765814400 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  781. 18:38:58 T:140205765814400 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  782. 18:38:58 T:140205765814400 DEBUG: LinuxRendererGL: Cleaning up GL resources
  783. 18:38:58 T:140205765814400 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avutil-50-x86_64-linux.so)
  784. 18:38:58 T:140205765814400 DEBUG: Loading: /usr/lib64/xbmc/system/players/dvdplayer/avutil-50-x86_64-linux.so
  785. 18:38:58 T:140205765814400 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swscale-0-x86_64-linux.so)
  786. 18:38:58 T:140205765814400 DEBUG: Loading: /usr/lib64/xbmc/system/players/dvdplayer/swscale-0-x86_64-linux.so
  787. 18:38:58 T:140205449844480 DEBUG: Thread CDVDPlayer start, auto delete: 0
  788. 18:38:58 T:140205449844480 NOTICE: Creating InputStream
  789. 18:38:58 T:140205449844480 ERROR: CDVDPlayer::OpenInputStream - error opening [/data/Movies/testmovie.mkv]
  790. 18:38:58 T:140205449844480 NOTICE: CDVDPlayer::OnExit()
  791. 18:38:58 T:140205449844480 NOTICE: CDVDPlayer::OnExit() deleting input stream
  792. 18:38:58 T:140205449844480 DEBUG: Thread CDVDPlayer 140205449844480 terminating
  793. 18:38:58 T:140205765814400 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
  794. 18:38:58 T:140205765814400 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
  795. 18:38:58 T:140205765814400 ERROR: Playlist Player: skipping unplayable item: 0, path [/data/Movies/testmovie.mkv]
  796. 18:38:58 T:140205765814400 DEBUG: Playlist Player: no more playable items... aborting playback
  797. 18:38:58 T:140204836906752 DEBUG: Thread Background Loader start, auto delete: 0
  798. 18:38:58 T:140205765814400 NOTICE: CDVDPlayer::CloseFile()
  799. 18:38:58 T:140205765814400 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  800. 18:38:58 T:140205765814400 NOTICE: DVDPlayer: waiting for threads to exit
  801. 18:38:58 T:140205765814400 NOTICE: DVDPlayer: finished waiting
  802. 18:38:58 T:140205765814400 DEBUG: LinuxRendererGL: Cleaning up GL resources
  803. 18:38:58 T:140205765814400 DEBUG: CGUIAudioManager::Initialize
  804. 18:38:58 T:140204836906752 DEBUG: Thread Background Loader 140204836906752 terminating
  805. 18:39:10 T:140205765814400 DEBUG: SDLKeyboard: scancode: 24, sym: 000d, unicode: 000d, modifier: 1000
  806. 18:39:10 T:140205765814400 DEBUG: OnKey: return (f00d) pressed, action is Select
  807. 18:39:10 T:140205765814400 DEBUG: OnPlayMedia /data/Movies/testmovie.mkv
  808. 18:39:10 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers(/data/Movies/testmovie.mkv)
  809. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  810. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  811. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
  812. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/rtmp/mms/udp
  813. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  814. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  815. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  816. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  817. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdfile
  818. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  819. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  820. 18:39:10 T:140205765814400 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  821. 18:39:10 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  822. 18:39:10 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
  823. 18:39:10 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  824. 18:39:10 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  825. 18:39:10 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
  826. 18:39:10 T:140205765814400 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  827. 18:39:10 T:140205765814400 DEBUG: CGUIAudioManager::DeInitialize
  828. 18:39:13 T:140205765814400 NOTICE: DVDPlayer: Opening: /data/Movies/testmovie.mkv
  829. 18:39:13 T:140205765814400 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  830. 18:39:13 T:140205765814400 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  831. 18:39:13 T:140205765814400 DEBUG: LinuxRendererGL: Cleaning up GL resources
  832. 18:39:13 T:140205449844480 DEBUG: Thread CDVDPlayer start, auto delete: 0
  833. 18:39:13 T:140205449844480 NOTICE: Creating InputStream
  834. 18:39:13 T:140205449844480 ERROR: CDVDPlayer::OpenInputStream - error opening [/data/Movies/testmovie.mkv]
  835. 18:39:13 T:140205449844480 NOTICE: CDVDPlayer::OnExit()
  836. 18:39:13 T:140205449844480 NOTICE: CDVDPlayer::OnExit() deleting input stream
  837. 18:39:13 T:140205449844480 DEBUG: Thread CDVDPlayer 140205449844480 terminating
  838. 18:39:13 T:140205765814400 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
  839. 18:39:13 T:140205765814400 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
  840. 18:39:13 T:140205765814400 ERROR: Playlist Player: skipping unplayable item: 0, path [/data/Movies/testmovie.mkv]
  841. 18:39:13 T:140205765814400 DEBUG: Playlist Player: no more playable items... aborting playback
  842. 18:39:13 T:140204836906752 DEBUG: Thread Background Loader start, auto delete: 0
  843. 18:39:13 T:140205765814400 NOTICE: CDVDPlayer::CloseFile()
  844. 18:39:13 T:140205765814400 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  845. 18:39:13 T:140205765814400 NOTICE: DVDPlayer: waiting for threads to exit
  846. 18:39:13 T:140205765814400 NOTICE: DVDPlayer: finished waiting
  847. 18:39:13 T:140205765814400 DEBUG: LinuxRendererGL: Cleaning up GL resources
  848. 18:39:13 T:140205765814400 DEBUG: CGUIAudioManager::Initialize
  849. 18:39:13 T:140205765814400 DEBUG: SECTION:UnloadDelayed(DLL: libcrystalhd.so.3)
  850. 18:39:13 T:140205765814400 DEBUG: Unloading: libcrystalhd.so.3
  851. 18:39:13 T:140205765814400 DEBUG: CWinEventsSDL::CWinEventsSDL - XKb symbols pc_us_inet(evdev)_terminate(ctrl_alt_bksp)
  852. 18:39:13 T:140205765814400 DEBUG: CWinEventsSDL::CWinEventsSDL - m_bEvdev = 1
  853. 18:39:13 T:140205765814400 DEBUG: SDLKeyboard: scancode: b4, sym: 00ac, unicode: 0000, modifier: 1000
  854. 18:39:13 T:140205765814400 DEBUG: OnKey: browser_home (f0b6) pressed, action is XBMC.ActivateWindow(Home)
  855. 18:39:13 T:140205765814400 DEBUG: Activating window ID: 10000
  856. 18:39:13 T:140204836906752 DEBUG: Thread Background Loader 140204836906752 terminating
  857. 18:39:13 T:140205765814400 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  858. 18:39:13 T:140205765814400 DEBUG: ------ Window Init (Home.xml) ------
  859. 18:39:13 T:140205765814400 INFO: Loading skin file: Home.xml
  860. 18:39:13 T:140205765814400 INFO: LIRC Initialize: using: /dev/lircd
  861. 18:39:13 T:140205765814400 DEBUG: Failed to connect to LIRC. Retry in 40s.
  862. 18:39:14 T:140205765814400 INFO: CheckIdle - Closing session to http://feeds.feedburner.com (easy=0x7f83dc00adc0, multi=0x7f83dc000a70)
  863. 18:39:14 T:140205765814400 DEBUG: SDLKeyboard: scancode: 74, sym: 0112, unicode: 0000, modifier: 1000
  864. 18:39:14 T:140205765814400 DEBUG: OnKey: down (f081) pressed, action is Down
  865. 18:39:15 T:140205765814400 DEBUG: SDLKeyboard: scancode: 74, sym: 0112, unicode: 0000, modifier: 1000
  866. 18:39:15 T:140205765814400 DEBUG: OnKey: down (f081) pressed, action is Down
  867. 18:39:16 T:140205765814400 DEBUG: SDLKeyboard: scancode: 24, sym: 000d, unicode: 000d, modifier: 1000
  868. 18:39:16 T:140205765814400 DEBUG: OnKey: return (f00d) pressed, action is Select
  869. 18:39:16 T:140205765814400 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(ShutdownMenu)
  870. 18:39:16 T:140205765814400 DEBUG: ExecuteXBMCAction : To ActivateWindow(ShutdownMenu)
  871. 18:39:16 T:140205765814400 DEBUG: Activating window ID: 10111
  872. 18:39:16 T:140205765814400 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
  873. 18:39:16 T:140205765814400 INFO: Loading skin file: DialogButtonMenu.xml
  874. 18:39:16 T:140205765814400 DEBUG: ExecuteXBMCAction : Translating down
  875. 18:39:16 T:140205765814400 DEBUG: ExecuteXBMCAction : To down
  876. 18:39:18 T:140205765814400 DEBUG: SDLKeyboard: scancode: 24, sym: 000d, unicode: 000d, modifier: 1000
  877. 18:39:18 T:140205765814400 DEBUG: OnKey: return (f00d) pressed, action is Select
  878. 18:39:18 T:140205765814400 DEBUG: ExecuteXBMCAction : Translating XBMC.Quit()
  879. 18:39:18 T:140205765814400 DEBUG: ExecuteXBMCAction : To XBMC.Quit()
  880. 18:39:18 T:140205765814400 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
  881. 18:39:18 T:140205765814400 DEBUG: GOT ANNOUNCEMENT, type: 4, from xbmc, message OnQuit
  882. 18:39:18 T:140205406406400 DEBUG: Thread Jobworker 140205406406400 terminating (autodelete)
  883. 18:39:18 T:140204845299456 DEBUG: Thread Jobworker 140204845299456 terminating (autodelete)
  884. 18:39:18 T:140205056878336 DEBUG: Thread Jobworker 140205056878336 terminating (autodelete)
  885. 18:39:18 T:140205765814400 NOTICE: Storing total System Uptime
  886. 18:39:18 T:140205765814400 NOTICE: Saving settings
  887. 18:39:18 T:140205765814400 NOTICE: stop all
  888. 18:39:18 T:140205765814400 DEBUG: NetworkMessage - Signaling network services to stop
  889. 18:39:18 T:140205765814400 NOTICE: ES: Stopping event server
  890. 18:39:18 T:140205765814400 DEBUG: NetworkMessage - Waiting for network services to stop
  891. 18:39:18 T:140205765814400 NOTICE: stopping zeroconf publishing
  892. 18:39:18 T:140205765814400 NOTICE: Webserver: Stopping...
  893. 18:39:18 T:140205765814400 NOTICE: WebServer: Stopped the webserver
  894. 18:39:18 T:140205765814400 NOTICE: Webserver: Stopped...
  895. 18:39:18 T:140205073663744 NOTICE: ES: UDP Event server stopped
  896. 18:39:18 T:140205073663744 DEBUG: Thread CEventServer 140205073663744 terminating
  897. 18:39:18 T:140205065271040 DEBUG: Thread JSONRPC::CTCPServer 140205065271040 terminating
  898. 18:39:18 T:140205765814400 NOTICE: stop dvd detect media
  899. 18:39:18 T:140205414799104 DEBUG: Thread XBMC Peripherals 140205414799104 terminating
  900. 18:39:18 T:140205765814400 NOTICE: stop sap announcement listener
  901. 18:39:18 T:140205765814400 NOTICE: clean cached files!
  902. 18:39:18 T:140205765814400 NOTICE: unload skin
  903. 18:39:18 T:140205765814400 INFO: Unloading old skin ...
  904. 18:39:18 T:140205765814400 DEBUG: CGUIAudioManager::DeInitialize
  905. 18:39:20 T:140205765814400 DEBUG: ------ Window Deinit () ------
  906. 18:39:20 T:140205765814400 DEBUG: ------ Window Deinit (Home.xml) ------
  907. 18:39:20 T:140205765814400 DEBUG: Cleanup - Closed bundle
  908. 18:39:20 T:140205765814400 DEBUG: ADDON: Stopping service addons.
  909. 18:39:20 T:140205765814400 INFO: Stopping script with id: 2
  910. 18:39:21 T:140205113730816 NOTICE: StorageServer-1.1.0 Closed down
  911. 18:39:21 T:140205113730816 INFO: Scriptresult: Success
  912. 18:39:21 T:140205765814400 NOTICE: stop python
  913. 18:39:21 T:140205765814400 DEBUG: waiting for python thread 2 to stop
  914. 18:39:21 T:140205113730816 INFO: Python script interrupted by user
  915. 18:39:21 T:140205113730816 DEBUG: Thread XBPyThread 140205113730816 terminating
  916. 18:39:21 T:140205765814400 DEBUG: python thread 2 destructed
  917. 18:39:21 T:140205765814400 NOTICE: stopped
  918. 18:39:21 T:140205765814400 NOTICE: destroy
  919. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been uninstalled.'
  920. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been uninstalled.'
  921. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been uninstalled.'
  922. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been uninstalled.'
  923. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been uninstalled.'
  924. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been uninstalled.'
  925. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.ted.talks has been uninstalled.'
  926. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been uninstalled.'
  927. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been uninstalled.'
  928. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in weather.wunderground has been uninstalled.'
  929. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been uninstalled.'
  930. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been uninstalled.'
  931. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been uninstalled.'
  932. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been uninstalled.'
  933. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.canada.on.demand has been uninstalled.'
  934. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.repo.installer has been uninstalled.'
  935. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.libraryautoupdate has been uninstalled.'
  936. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.day9 has been uninstalled.'
  937. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been uninstalled.'
  938. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been uninstalled.'
  939. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been uninstalled.'
  940. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been uninstalled.'
  941. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been uninstalled.'
  942. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been uninstalled.'
  943. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been uninstalled.'
  944. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.trailer.addict has been uninstalled.'
  945. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been uninstalled.'
  946. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.msnbc has been uninstalled.'
  947. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.simple.downloader has been uninstalled.'
  948. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.cartoon.network has been uninstalled.'
  949. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been uninstalled.'
  950. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been uninstalled.'
  951. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.recentlyadded has been uninstalled.'
  952. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in weather.weatherplus has been uninstalled.'
  953. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been uninstalled.'
  954. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been uninstalled.'
  955. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in repository.andrepl has been uninstalled.'
  956. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.SABnzbd has been uninstalled.'
  957. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.goom has been uninstalled.'
  958. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been uninstalled.'
  959. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been uninstalled.'
  960. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.yahoomusic.com has been uninstalled.'
  961. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been uninstalled.'
  962. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in repository.passion.xbmc.org has been uninstalled.'
  963. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been uninstalled.'
  964. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been uninstalled.'
  965. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.parsedom has been uninstalled.'
  966. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been uninstalled.'
  967. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.world.news.live has been uninstalled.'
  968. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been uninstalled.'
  969. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been uninstalled.'
  970. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.national.geographic has been uninstalled.'
  971. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.foodnetwork has been uninstalled.'
  972. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been uninstalled.'
  973. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been uninstalled.'
  974. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been uninstalled.'
  975. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been uninstalled.'
  976. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been uninstalled.'
  977. 18:39:21 T:140205765814400 DEBUG: ADDON: cpluff: 'Plug-in visualization.itunes has been uninstalled.'
  978. 18:39:21 T:140205765814400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1f6c480 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  979. 18:39:21 T:140205765814400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1f31680 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  980. 18:39:21 T:140205765814400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1f62cd0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  981. 18:39:21 T:140205765814400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1f9e0a0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  982. 18:39:21 T:140205765814400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1f99da0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  983. 18:39:21 T:140205765814400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1f303e0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  984. 18:39:21 T:140205765814400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1f39020 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  985. 18:39:21 T:140205765814400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1f65a70 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  986. 18:39:21 T:140205765814400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1f602f0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  987. 18:39:21 T:140205765814400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1f564b0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  988. 18:39:21 T:140205765814400 NOTICE: closing down remote control service
  989. 18:39:21 T:140205765814400 NOTICE: unload sections
  990. 18:39:21 T:140205765814400 INFO: lastfm destroyed
  991. 18:39:21 T:140205765814400 DEBUG: object 0 --> 0 instances
  992. 18:39:21 T:140205765814400 DEBUG: object 1 --> 0 instances
  993. 18:39:21 T:140205765814400 DEBUG: object 2 --> 0 instances
  994. 18:39:21 T:140205765814400 DEBUG: object 3 --> 0 instances
  995. 18:39:21 T:140205765814400 DEBUG: object 4 --> 2 instances
  996. 18:39:21 T:140205765814400 DEBUG: object 5 --> 0 instances
  997. 18:39:21 T:140205765814400 DEBUG: object 6 --> 0 instances
  998. 18:39:21 T:140205765814400 DEBUG: object 7 --> 0 instances
  999. 18:39:21 T:140205765814400 DEBUG: object 8 --> 0 instances
  1000. 18:39:21 T:140205765814400 DEBUG: object 9 --> 0 instances
  1001. 18:39:21 T:140205765814400 NOTICE: destroy
  1002. 18:39:21 T:140205765814400 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
  1003. 18:39:21 T:140205765814400 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
  1004. 18:39:21 T:140205765814400 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
  1005. 18:39:21 T:140205765814400 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
  1006. 18:39:21 T:140205765814400 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
  1007. 18:39:21 T:140205765814400 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
  1008. 18:39:21 T:140205765814400 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
  1009. 18:39:21 T:140205765814400 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
  1010. 18:39:21 T:140205765814400 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
  1011. 18:39:21 T:140205765814400 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
  1012. 18:39:21 T:140205765814400 NOTICE: closing down remote control service
  1013. 18:39:21 T:140205765814400 NOTICE: unload sections
  1014. 18:39:21 T:140205765814400 DEBUG: object 0 --> 0 instances
  1015. 18:39:21 T:140205765814400 DEBUG: object 1 --> 0 instances
  1016. 18:39:21 T:140205765814400 DEBUG: object 2 --> 0 instances
  1017. 18:39:21 T:140205765814400 DEBUG: object 3 --> 0 instances
  1018. 18:39:21 T:140205765814400 DEBUG: object 4 --> 0 instances
  1019. 18:39:21 T:140205765814400 DEBUG: object 5 --> 0 instances
  1020. 18:39:21 T:140205765814400 DEBUG: object 6 --> 0 instances
  1021. 18:39:21 T:140205765814400 DEBUG: object 7 --> 0 instances
  1022. 18:39:21 T:140205765814400 DEBUG: object 8 --> 0 instances
  1023. 18:39:21 T:140205765814400 DEBUG: object 9 --> 0 instances
  1024. 18:39:21 T:140205765814400 NOTICE: application stopped...
  1025. 18:39:21 T:140205765814400 DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/libcpluff-x86_64-linux.so)
  1026. 18:39:21 T:140205765814400 DEBUG: Unloading: libcpluff-x86_64-linux.so
  1027. 18:39:21 T:140205765814400 DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/ImageLib-x86_64-linux.so)
  1028. 18:39:21 T:140205765814400 DEBUG: Unloading: ImageLib-x86_64-linux.so
  1029. 18:39:21 T:140205765814400 DEBUG: SECTION:UnloadAll(DLL: libcurl.so.4)
  1030. 18:39:21 T:140205765814400 DEBUG: Unloading: libcurl.so.4
  1031. 18:39:21 T:140205765814400 DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/players/dvdplayer/avutil-50-x86_64-linux.so)
  1032. 18:39:21 T:140205765814400 DEBUG: Unloading: avutil-50-x86_64-linux.so
  1033. 18:39:21 T:140205765814400 DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/players/dvdplayer/swscale-0-x86_64-linux.so)
  1034. 18:39:21 T:140205765814400 DEBUG: Unloading: swscale-0-x86_64-linux.so
  1035. 18:39:21 T:140205765814400 DEBUG: LinuxRendererGL: Cleaning up GL resources
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement