Advertisement
snyft

Untitled

Nov 6th, 2013
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.55 KB | None | 0 0
  1. 19:51:12 T:828 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 19:51:12 T:828 NOTICE: -----------------------------------------------------------------------
  3. 19:51:12 T:828 NOTICE: Starting XBMC (13.0-ALPHA10 Git:20131105-885ee5d). Platform: x86 Win32 32-bit
  4. 19:51:12 T:828 NOTICE: Using Release XBMC x32 build, compiled Nov 6 2013 by MSVC 160040219 for x86 Win32 32-bit version 0x06000000
  5. 19:51:12 T:828 NOTICE: Running on Windows 7 SP1 64-bit, build 7601
  6. 19:51:12 T:828 NOTICE: Host CPU: Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz, 2 cores available
  7. 19:51:12 T:828 NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
  8. 19:51:12 T:828 NOTICE: Running with administrator rights
  9. 19:51:12 T:828 NOTICE: Aero is disabled
  10. 19:51:12 T:828 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
  11. 19:51:12 T:828 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
  12. 19:51:12 T:828 NOTICE: special://masterprofile/ is mapped to: C:\Users\server\AppData\Roaming\XBMC\userdata
  13. 19:51:12 T:828 NOTICE: special://home/ is mapped to: C:\Users\server\AppData\Roaming\XBMC\
  14. 19:51:12 T:828 NOTICE: special://temp/ is mapped to: C:\Users\server\AppData\Roaming\XBMC\cache
  15. 19:51:12 T:828 NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
  16. 19:51:12 T:828 NOTICE: Local hostname: htpc
  17. 19:51:12 T:828 NOTICE: Log File is located: C:\Users\server\AppData\Roaming\XBMC\xbmc.log
  18. 19:51:12 T:828 NOTICE: -----------------------------------------------------------------------
  19. 19:51:12 T:828 NOTICE: load settings...
  20. 19:51:12 T:828 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  21. 19:51:12 T:828 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  22. 19:51:12 T:828 NOTICE: Contents of special://profile/advancedsettings.xml are...
  23. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  24. <!--
  25.  
  26. This REGEX is UNOFFICIAL/EXPERIMENTAL and may in places require a strict folder structure.
  27.  
  28. See forum link for README, changelog and support.
  29.  
  30.  
  31.  
  32. Version: V2.4
  33.  
  34. Author: Xe
  35.  
  36. Link: http://forum.xbmc.org/showthread.php?t=51614
  37.  
  38.  
  39.  
  40. ################################################################################-->
  41. <advancedsettings>
  42. <splash>false</splash>
  43. <!-- Customise/remove/comment this section to your personal preferences -->
  44. <useddsfanart>true</useddsfanart>
  45. <!-- Enable GPU accelerated fanart-->
  46. <cputempcommand>cputemp</cputempcommand>
  47. <!-- OpenELEC Specific -->
  48. <gputempcommand>gputemp</gputempcommand>
  49. <!-- OpenELEC Specific -->
  50. <gui>
  51. <algorithmdirtyregions>3</algorithmdirtyregions>
  52. <nofliptimeout>0</nofliptimeout>
  53. </gui>
  54. <samba>
  55. <clienttimeout>30</clienttimeout>
  56. <!-- Set a sensible SAMBA timeout -->
  57. </samba>
  58. <videolibrary>
  59. <hideallitems>true</hideallitems>
  60. <!-- Remove the "*All" items from the video library -->
  61. <hideemptyseries>false</hideemptyseries>
  62. <!-- Dont hide empty series in the video library -->
  63. <hiderecentlyaddeditems>false</hiderecentlyaddeditems>
  64. <!-- Dont remove the "Recently added ..." items from the video library. -->
  65. <recentlyaddeditems>300</recentlyaddeditems>
  66. <!-- Increase number of recently added items from default 25 -->
  67. <backgroundupdate>false</backgroundupdate>
  68. <!-- Set to hide the video scanner dialog from the gui -->
  69. <flattentvshows>0</flattentvshows>
  70. <!-- Never flatten TV show seasons, 0=never 1=if one season (default) 2=all -->
  71. </videolibrary>
  72. <musiclibrary>
  73. <backgroundupdate>false</backgroundupdate>
  74. <!-- set to hide the music scanner dialog from the gui -->
  75. </musiclibrary>
  76. <myvideos>
  77. <extractthumb>false</extractthumb>
  78. <!-- Dont create random thumbnails. Either scrape them from the internet or dont have them -->
  79. </myvideos>
  80. <sorttokens>
  81. <token separators="">&quot;</token>
  82. <!-- Ignore " when sorting. Senisble due to IMDB naming policy -->
  83. </sorttokens>
  84. <video>
  85. <!-- Stop XBMC indexing some unwanted common items -->
  86. <excludefromscan action="prepend">
  87. <regexp>(?i)extras</regexp>
  88. <!-- Greedy, whole path, case insensitive ignore -->
  89. <regexp>(?i)sample</regexp>
  90. <!-- Greedy, whole path, case insensitive ignore -->
  91. <regexp>(?i)subpack</regexp>
  92. <regexp>(?i)uTorrentPartFile</regexp>
  93. <!-- Ignore common scrap files -->
  94. </excludefromscan>
  95. <excludetvshowsfromscan action="prepend">
  96. <regexp>(?i)extras</regexp>
  97. <!-- Greedy, whole path, case insensitive ignore -->
  98. <regexp>(?i)sample</regexp>
  99. <!-- Greedy, whole path, case insensitive ignore -->
  100. <regexp>(?i)uTorrentPartFile</regexp>
  101. <!-- Ignore common scrap files -->
  102. <regexp>(?i)subpack</regexp>
  103. </excludetvshowsfromscan>
  104. </video>
  105. <tvshowmatching action="prepend">
  106. <!-- Catch some troublesome formats before XBMC -->
  107. <!-- DIRFIX Handling -->
  108. <regexp>(?i)[\. _-]s?(\d{1,2})[\. _-]?[e|x](\d{1,2})(.*)dirfix</regexp>
  109. <!-- DIRFIX Handling show.name.S01E10E11.ep.name.here.DiRFiX.PROPER.HDTV.XviD-XEE-->
  110. <!-- Edge case scene handling -->
  111. <regexp>(?i)[/\\]tpz-(?:24|30rock|4400)(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  112. <!-- tpz-SPECIFICSHOW12324.avi This attempts to cater for some odditys -->
  113. <regexp>(?i)[/\\]tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  114. <!-- tzp-show12324.avi -->
  115. <regexp>(?i)[/\\]tpz-johnadams(\d).avi</regexp>
  116. <!-- tpz-johnadams2.avi. Another TPZ divergence from their own naming scheme. XBMC will assume Season 1 if only one match-->
  117. <regexp>(?i)[/\\]tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp>
  118. <!-- tzp-show12324.avi -->
  119. <regexp>(?i)[.a-z](\d{1,2})(\d\d)-notv([^/\\]*)</regexp>
  120. <!-- frng101-notv.avi -->
  121. <regexp>(?i)[/\\]\w+-\w+(\d)(\d\d)\.</regexp>
  122. <!-- mtn-tts104.avi -->
  123. <regexp>(?i)[/\\]bb(\d)(\d\d)-clue\.</regexp>
  124. <!-- bb201-clue.mkv -->
  125. <!-- Anime specific matching. YMMV with this one as anime naming is oddball. REQUIRES CRC in name -->
  126. <regexp>(?i)()(?:[\. _-]|ep)(\d{1,3})[\. _-v].*[[({][\da-f]{8}[])}]</regexp>
  127. <!-- [Doki]_Asobi_ni_Iku_yo!_-_03v2_(1280x720_h264_AAC)_[B5B9C6F3].mkv -->
  128. <regexp>(?i)[-._ ]+S(?:eason ?)?(\d{1,3})[-._ ]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[[({][^])}]+[])}][-_ ]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  129. <regexp>(?i)(Special|OVA|OAV)[-._ ]+(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[A-Za-z_ ]+)?(?:[[({][^])}]+[])}][-_ ]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  130. <regexp>(?i)()[-._ ]+(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[A-Za-z_ ]+)?(?:[[({][^])}]+[])}][-_ ]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  131. </tvshowmatching>
  132. <tvshowmatching action="append">
  133. <!-- XBMC has tried, now its our turn again -->
  134. <!-- Use the season number from the folder name and ep number from video file -->
  135. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\]\D+[\. _-](\d{1,2})[\. _-]\D+</regexp>
  136. <!-- /Season 1/the_episode_8.avi HUGE potential for false positives. Comment out if you are unsure -->
  137. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\D\1(\d\d)(?!.*])</regexp>
  138. <!-- /Action/Season 1/Action101 Pilot.avi Last (?!.*]) helps with anime false positives. not a perfect solution -->
  139. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\](\d{1,2})\W([^/\\]*)</regexp>
  140. <!-- /UFO/Season 1/02.Computer.Affair.Divx e.g. lame sequntial numbering witout season -->
  141. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wep?\.?(\d{1,2})\W([^/\\]*)</regexp>
  142. <!-- /Ulysses 31/Season 1/Ulysses 31 E12 Trapped.avi e.g. lame sequntial numbering witout season -->
  143. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\W?episode\W?(\d{1,2})\W([^/\\]*)</regexp>
  144. <!-- /The Chronicles/Season 1/Chronicles.Of.01.The.episode.6.DVDRip.DivX-movies.avi -->
  145. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wpart\W?(\d{1,2})\W([^/\\]*)</regexp>
  146. <!-- /NASA Missions/Season 1/nasa.missions.part.3.hdtv.xvid-fqm.avi -->
  147. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\Wchapter\W?(\d{1,2})\W([^/\\]*)</regexp>
  148. <!-- /The Young/Season 1/The.Young.Chapter.01.My.First.Adventure.DVDRip.XviD-SAiNTS.avi -->
  149. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?\1\W?x\W?(\d{1,2})([^/\\]*)</regexp>
  150. <!-- /season 5/Lost - 5 x 05.mkv -->
  151. <regexp>(?i)[/\\](?:s|season)\W?(\d{1,2})\D*[/\\].*?s0?\1[ex.]{0,2}(\d{1,2})([^/\\]*)</regexp>
  152. <!-- /Season 1/Grange Hill S01xE01.avi -->
  153. <regexp>(?i)(Special|OVA|OAV)[-._ ]+(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[[({][^])}]+[])}][\s-_]*)*[^\\/]+$</regexp>
  154. <regexp>(?i)()[-._ ]+(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[[({][^])}]+[])}][\s-_]*)*[^\\/]+$</regexp>
  155. </tvshowmatching>
  156. <moviestacking>
  157. <!-- Tokens - (Title)(Volume)(Ignore)(Extension). If you have a "one pile file" system of movie organization then DONT run these -->
  158. <regexp>(?i)(.*-done[\. _-])(\d)(\.)(\w{3})$</regexp>
  159. <!-- movie name.blah.DVDRip.XviD-DoNE.1.avi -->
  160. <regexp>(?i)(.*?[\. _-]cd)(\d)([\. _-].*?\.)(\w{3})$</regexp>
  161. <!-- movie name.blah.iNTERNAL.DVDRip.XViD.CD1-TWiST.avi -->
  162. <regexp>(?i)(.*?[\. _-]cd)(\d)(\.)(\w{3})$</regexp>
  163. <!-- group-40yearoldv-cd1.avi -->
  164. <regexp>(?i)(.*?cd)(\d)(\.)(\w{3})$</regexp>
  165. <!-- group-30doncd1.avi -->
  166. <regexp>(?i)(.*[\. _-])([abc])(\.)(\w{3})$</regexp>
  167. <!-- group-310ty-a.avi -->
  168. <regexp>(?i)(.*?)([abc123])(\.)(\w{3})$</regexp>
  169. <!-- group-outa.avi -->
  170. <regexp>(?i)(.*?)([abc123])([\. _-](?:xvid|divx|int)\.)(\w{3})$</regexp>
  171. <!-- group-moviea-xvid.avi -->
  172. <regexp>(?i)(.*)(\d{1,2})(\.)(\w{3})$</regexp>
  173. <!-- group-movie2.avi -->
  174. <regexp>(?i)(.*)(\d{1,2})([\. _-]\w{3,10}\.)(\w{3})$</regexp>
  175. <!-- movie1-grp.avi -->
  176. <regexp>(?i)(.*?[\. _-])(\d{1,2})(\.)(\w{3})$</regexp>
  177. <!-- movie-name-01.avi.avi -->
  178. <regexp>(?i)(.*?[\. _-]part)(\d{1,2})([\. _-].*?\.)(\w{3})$</regexp>
  179. <!-- Movie.name.DvDrip.Part1-group.avi -->
  180. <regexp>(?i)(.*[\. _-])([123abc])([\. _-].*\.)(\w{3})$</regexp>
  181. <!-- the.movie.dual.audio-a-group.avi -->
  182. <regexp>(?i)(.*)(\w)(Of[123].*\.)(\w{3})$</regexp>
  183. <!-- the movie - blah1Of2-.avi -->
  184. <regexp>(?i)(.*)([123abc])(-int\.)(\w{3})$</regexp>
  185. <!-- group-movie4a-int.avi -->
  186. </moviestacking>
  187. </advancedsettings>
  188. 19:51:12 T:828 NOTICE: Default DVD Player: dvdplayer
  189. 19:51:12 T:828 NOTICE: Default Video Player: dvdplayer
  190. 19:51:12 T:828 NOTICE: Default Audio Player: paplayer
  191. 19:51:12 T:828 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  192. 19:51:12 T:828 NOTICE: Log level changed to 0
  193. 19:51:12 T:828 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  194. 19:51:12 T:828 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  195. 19:51:12 T:828 NOTICE: Loaded playercorefactory configuration
  196. 19:51:12 T:828 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  197. 19:51:12 T:828 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  198. 19:51:12 T:828 NOTICE: CWakeOnAccess::LoadFromXML - unable to load:C:\Users\server\AppData\Roaming\XBMC\userdata\wakeonlan.xml
  199. 19:51:12 T:1316 NOTICE: Thread ActiveAE start, auto delete: false
  200. 19:51:12 T:1716 NOTICE: Thread AESink start, auto delete: false
  201. 19:51:12 T:1316 NOTICE: Found 2 Lists of Devices
  202. 19:51:12 T:1316 NOTICE: Enumerated DirectSound devices:
  203. 19:51:12 T:1316 NOTICE: Device 1
  204. 19:51:12 T:1316 NOTICE: m_deviceName : {8712C9B6-7480-4074-9E82-2F9412CA433D}
  205. 19:51:12 T:1316 NOTICE: m_displayName : Speakers - Speakers (Creative SB X-Fi)
  206. 19:51:12 T:1316 NOTICE: m_displayNameExtra: DirectSound: Speakers (Creative SB X-Fi)
  207. 19:51:12 T:1316 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  208. 19:51:12 T:1316 NOTICE: m_channels : FL,FR,FC,BL,BR,LFE
  209. 19:51:12 T:1316 NOTICE: m_sampleRates : 48000
  210. 19:51:12 T:1316 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3
  211. 19:51:12 T:1316 NOTICE: Device 2
  212. 19:51:12 T:1316 NOTICE: m_deviceName : default
  213. 19:51:12 T:1316 NOTICE: m_displayName : default
  214. 19:51:12 T:1316 NOTICE: m_displayNameExtra:
  215. 19:51:12 T:1316 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  216. 19:51:12 T:1316 NOTICE: m_channels : FL,FR,FC,BL,BR,LFE
  217. 19:51:12 T:1316 NOTICE: m_sampleRates : 48000
  218. 19:51:12 T:1316 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3
  219. 19:51:12 T:1316 NOTICE: Device 3
  220. 19:51:12 T:1316 NOTICE: m_deviceName : {FD01066C-C035-467A-AD2F-7FBDD9F3F6AE}
  221. 19:51:12 T:1316 NOTICE: m_displayName : HDMI - LG TV-1 (NVIDIA High Definition Audio)
  222. 19:51:12 T:1316 NOTICE: m_displayNameExtra: DirectSound: LG TV-1 (NVIDIA High Definition Audio)
  223. 19:51:12 T:1316 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  224. 19:51:12 T:1316 NOTICE: m_channels : FL,FR
  225. 19:51:12 T:1316 NOTICE: m_sampleRates : 48000
  226. 19:51:12 T:1316 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3
  227. 19:51:12 T:1316 NOTICE: Enumerated WASAPI devices:
  228. 19:51:12 T:1316 NOTICE: Device 1
  229. 19:51:12 T:1316 NOTICE: m_deviceName : {8712C9B6-7480-4074-9E82-2F9412CA433D}
  230. 19:51:12 T:1316 NOTICE: m_displayName : Speakers - Speakers (Creative SB X-Fi)
  231. 19:51:12 T:1316 NOTICE: m_displayNameExtra: WASAPI: Speakers (Creative SB X-Fi)
  232. 19:51:12 T:1316 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  233. 19:51:12 T:1316 NOTICE: m_channels : FL,FR,FC,LFE,SL,SR,BL,BR
  234. 19:51:12 T:1316 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100
  235. 19:51:12 T:1316 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
  236. 19:51:12 T:1316 NOTICE: Device 2
  237. 19:51:12 T:1316 NOTICE: m_deviceName : default
  238. 19:51:12 T:1316 NOTICE: m_displayName : default
  239. 19:51:12 T:1316 NOTICE: m_displayNameExtra:
  240. 19:51:12 T:1316 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  241. 19:51:12 T:1316 NOTICE: m_channels : FL,FR,FC,LFE,SL,SR,BL,BR
  242. 19:51:12 T:1316 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100
  243. 19:51:12 T:1316 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
  244. 19:51:12 T:1316 NOTICE: Device 3
  245. 19:51:12 T:1316 NOTICE: m_deviceName : {FD01066C-C035-467A-AD2F-7FBDD9F3F6AE}
  246. 19:51:12 T:1316 NOTICE: m_displayName : HDMI - LG TV-1 (NVIDIA High Definition Audio)
  247. 19:51:12 T:1316 NOTICE: m_displayNameExtra: WASAPI: LG TV-1 (NVIDIA High Definition Audio)
  248. 19:51:12 T:1316 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  249. 19:51:12 T:1316 NOTICE: m_channels : FL,FR
  250. 19:51:12 T:1316 NOTICE: m_sampleRates : 192000,96000,48000,44100
  251. 19:51:12 T:1316 NOTICE: m_dataFormats : AE_FMT_AC3,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  252. 19:51:12 T:828 NOTICE: Running database version Addons15
  253. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.googlecode.anarchintosh-projects
  254. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.angelscry.xbmc-plugins
  255. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.googlecode.dandar3-xbmc-addons
  256. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.googlecode.izexbmcaddons
  257. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.ampedandwired
  258. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.googlecode.repothn
  259. 19:51:13 T:828 NOTICE: ADDONS: Using repository xbmc.repo.plexbmc
  260. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.xbmcadult
  261. 19:51:13 T:828 NOTICE: ADDONS: Using repository repo.hybrid
  262. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.t0mcat
  263. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.xycl.projects
  264. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.bossanova808
  265. 19:51:13 T:828 NOTICE: ADDONS: Using repository net.rieter.xot.repository
  266. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.eldorado
  267. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.pieh
  268. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.popey
  269. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.sastatv.addons
  270. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.unofficial.addons
  271. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.googlecode.xbmc-addons
  272. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.xycl.addons
  273. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.xbmc-repo-agx
  274. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.divingmule.addons
  275. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.nibor
  276. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.mortstar.addons
  277. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.pvr-win32.xbmc.org
  278. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.urlXL
  279. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.passion.xbmc.org
  280. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.scudlee
  281. 19:51:13 T:828 NOTICE: ADDONS: Using repository repo.mudisle
  282. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.carb0s
  283. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.bstrdsmkr
  284. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.jeroen
  285. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.kuroshi
  286. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.membrane.xbmc-plugins
  287. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.mossy
  288. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.qf.addons
  289. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.xbmc.org
  290. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.blacks
  291. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.bluecop.xbmc-plugins
  292. 19:51:13 T:828 NOTICE: ADDONS: Using repository repo.hitcher
  293. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.sd-xbmc.org
  294. 19:51:13 T:828 NOTICE: ADDONS: Using repository repo.balinus
  295. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.MaxMustermann.xbmc
  296. 19:51:13 T:828 NOTICE: ADDONS: Using repository repo.aeonmq.3
  297. 19:51:13 T:828 NOTICE: ADDONS: Using repository repo.pecinko
  298. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.googlecode.xbmc-tvshack
  299. 19:51:13 T:828 NOTICE: ADDONS: Using repository repo.djtoll
  300. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.googlecode.sparetime
  301. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.mindmade
  302. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.xbmcnerds
  303. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.stacked.xbmc.addons
  304. 19:51:13 T:828 NOTICE: ADDONS: Using repository xbmc.repo.hitcher
  305. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.luxeria
  306. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.rasjanisrepo.xbmc
  307. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.xbxl
  308. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.t0mm0
  309. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.mikey1234
  310. 19:51:13 T:828 NOTICE: ADDONS: Using repository repository.googlecode.apple-tv2-xbmc
  311. 19:51:13 T:828 NOTICE: ADDONS: Using repository ruuk.addon.repository
  312. 19:51:13 T:3712 NOTICE: Thread RemoteControl start, auto delete: false
  313. 19:51:13 T:2728 NOTICE: Thread PeripBusCEC start, auto delete: false
  314. 19:51:13 T:3716 NOTICE: Thread PeripBusUSB start, auto delete: false
  315. 19:51:13 T:828 NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce GT 220 , adapter 0.
  316. 19:51:13 T:828 NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
  317. 19:51:13 T:828 NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
  318. 19:51:13 T:828 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  319. 19:51:13 T:828 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  320. 19:51:13 T:828 NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
  321. 19:51:13 T:828 NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
  322. 19:51:13 T:828 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  323. 19:51:13 T:828 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  324. 19:51:13 T:828 NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
  325. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  326. 19:51:13 T:828 NOTICE: Additional mode: 1176x664@ 50.00 - Full Screen
  327. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  328. 19:51:13 T:828 NOTICE: Additional mode: 1176x664@ 60.00 - Full Screen
  329. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  330. 19:51:13 T:828 NOTICE: Additional mode: 1176x664@ 59.94 - Full Screen
  331. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  332. 19:51:13 T:828 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  333. 19:51:13 T:828 NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
  334. 19:51:13 T:828 NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
  335. 19:51:13 T:828 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  336. 19:51:13 T:828 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
  337. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  338. 19:51:13 T:828 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  339. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  340. 19:51:13 T:828 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  341. 19:51:13 T:828 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  342. 19:51:13 T:828 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  343. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  344. 19:51:13 T:828 NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
  345. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  346. 19:51:13 T:828 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  347. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  348. 19:51:13 T:828 NOTICE: Additional mode: 1600x900@ 30.00i - Full Screen
  349. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  350. 19:51:13 T:828 NOTICE: Additional mode: 1600x900@ 29.97i - Full Screen
  351. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  352. 19:51:13 T:828 NOTICE: Additional mode: 1600x900@ 25.00i - Full Screen
  353. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  354. 19:51:13 T:828 NOTICE: Additional mode: 1600x900@ 24.00 - Full Screen
  355. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  356. 19:51:13 T:828 NOTICE: Additional mode: 1600x900@ 23.98 - Full Screen
  357. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  358. 19:51:13 T:828 NOTICE: Additional mode: 1600x900@ 30.00 - Full Screen
  359. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  360. 19:51:13 T:828 NOTICE: Additional mode: 1600x900@ 29.97 - Full Screen
  361. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  362. 19:51:13 T:828 NOTICE: Additional mode: 1600x900@ 50.00 - Full Screen
  363. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  364. 19:51:13 T:828 NOTICE: Additional mode: 1600x1024@ 59.94 - Full Screen
  365. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  366. 19:51:13 T:828 NOTICE: Additional mode: 1600x1024@ 60.00 - Full Screen
  367. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  368. 19:51:13 T:828 NOTICE: Additional mode: 1600x1024@ 30.00i - Full Screen
  369. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  370. 19:51:13 T:828 NOTICE: Additional mode: 1600x1024@ 29.97i - Full Screen
  371. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  372. 19:51:13 T:828 NOTICE: Additional mode: 1600x1024@ 25.00i - Full Screen
  373. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  374. 19:51:13 T:828 NOTICE: Additional mode: 1600x1024@ 24.00 - Full Screen
  375. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  376. 19:51:13 T:828 NOTICE: Additional mode: 1600x1024@ 23.98 - Full Screen
  377. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  378. 19:51:13 T:828 NOTICE: Additional mode: 1600x1024@ 30.00 - Full Screen
  379. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  380. 19:51:13 T:828 NOTICE: Additional mode: 1600x1024@ 29.97 - Full Screen
  381. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  382. 19:51:13 T:828 NOTICE: Additional mode: 1600x1024@ 50.00 - Full Screen
  383. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  384. 19:51:13 T:828 NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
  385. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  386. 19:51:13 T:828 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  387. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  388. 19:51:13 T:828 NOTICE: Additional mode: 1680x1050@ 30.00i - Full Screen
  389. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  390. 19:51:13 T:828 NOTICE: Additional mode: 1680x1050@ 29.97i - Full Screen
  391. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  392. 19:51:13 T:828 NOTICE: Additional mode: 1680x1050@ 25.00i - Full Screen
  393. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  394. 19:51:13 T:828 NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
  395. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  396. 19:51:13 T:828 NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
  397. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  398. 19:51:13 T:828 NOTICE: Additional mode: 1680x1050@ 30.00 - Full Screen
  399. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  400. 19:51:13 T:828 NOTICE: Additional mode: 1680x1050@ 29.97 - Full Screen
  401. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  402. 19:51:13 T:828 NOTICE: Additional mode: 1680x1050@ 50.00 - Full Screen
  403. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  404. 19:51:13 T:828 NOTICE: Additional mode: 1768x992@ 25.00i - Full Screen
  405. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  406. 19:51:13 T:828 NOTICE: Additional mode: 1768x992@ 30.00i - Full Screen
  407. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  408. 19:51:13 T:828 NOTICE: Additional mode: 1768x992@ 29.97i - Full Screen
  409. 19:51:13 T:828 NOTICE: Previous line repeats 2 times.
  410. 19:51:13 T:828 NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
  411. 19:51:13 T:828 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
  412. 19:51:13 T:828 NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
  413. 19:51:13 T:828 NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
  414. 19:51:13 T:828 NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
  415. 19:51:13 T:828 NOTICE: Additional mode: 1920x1080@ 24.00 - Full Screen
  416. 19:51:13 T:828 NOTICE: Additional mode: 1920x1080@ 23.98 - Full Screen
  417. 19:51:13 T:828 NOTICE: Additional mode: 1920x1080@ 30.00 - Full Screen
  418. 19:51:13 T:828 NOTICE: Additional mode: 1920x1080@ 29.97 - Full Screen
  419. 19:51:13 T:828 NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
  420. 19:51:13 T:828 NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
  421. 19:51:13 T:828 NOTICE: Checking resolution 16
  422. 19:51:14 T:828 NOTICE: No Joystick name specified, loading default map
  423. 19:51:14 T:828 NOTICE: Previous line repeats 35 times.
  424. 19:51:14 T:828 NOTICE: Running database version Addons15
  425. 19:51:14 T:828 NOTICE: Running database version ViewModes6
  426. 19:51:14 T:828 NOTICE: Running database version Textures13
  427. 19:51:14 T:828 NOTICE: Running database version MyMusic37
  428. 19:51:14 T:828 NOTICE: Running database version MyVideos76
  429. 19:51:14 T:828 NOTICE: Running database version TV22
  430. 19:51:14 T:828 NOTICE: Running database version Epg7
  431. 19:51:14 T:828 NOTICE: initializing playlistplayer
  432. 19:51:14 T:828 NOTICE: DONE initializing playlistplayer
  433. 19:51:14 T:828 ERROR: JSONRPC: Could not parse type "GUI.Property.Value"
  434. 19:51:14 T:2916 NOTICE: Thread LanguageInvoker start, auto delete: false
  435. 19:51:14 T:1792 NOTICE: Previous line repeats 5 times.
  436. 19:51:14 T:1792 NOTICE: -->Python Interpreter Initialized<--
  437. 19:51:14 T:3740 NOTICE: Thread LanguageInvoker start, auto delete: false
  438. 19:51:14 T:828 NOTICE: CApplication::UpdateLibraries - Starting video library startup scan
  439. 19:51:14 T:3900 NOTICE: Thread LanguageInvoker start, auto delete: false
  440. 19:51:14 T:1408 NOTICE: Previous line repeats 1 times.
  441. 19:51:14 T:1408 NOTICE: -->Python Interpreter Initialized<--
  442. 19:51:14 T:1792 NOTICE: service.libraryautoupdate: Update Library Service starting...
  443. 19:51:14 T:1792 NOTICE: service.libraryautoupdate: update timers
  444. 19:51:15 T:828 NOTICE: CApplication::UpdateLibraries - Starting music library startup scan
  445. 19:51:15 T:828 NOTICE: initialize done
  446. 19:51:15 T:828 NOTICE: Running the application...
  447. 19:51:15 T:828 NOTICE: Webserver: Starting...
  448. 19:51:15 T:828 NOTICE: WebServer: Started the webserver
  449. 19:51:15 T:828 NOTICE: starting upnp renderer
  450. 19:51:15 T:2352 NOTICE: Thread MusicInfoScanner start, auto delete: false
  451. 19:51:15 T:2784 NOTICE: Thread LanguageInvoker start, auto delete: false
  452. 19:51:15 T:3936 NOTICE: Thread VideoInfoScanner start, auto delete: false
  453. 19:51:15 T:1744 NOTICE: Thread LanguageInvoker start, auto delete: false
  454. 19:51:15 T:828 NOTICE: Previous line repeats 1 times.
  455. 19:51:15 T:828 NOTICE: ES: Starting event server
  456. 19:51:15 T:3936 NOTICE: VideoInfoScanner: Starting scan ..
  457. 19:51:15 T:1208 NOTICE: Thread EventServer start, auto delete: false
  458. 19:51:15 T:1208 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  459. 19:51:15 T:1208 NOTICE: UDP: Listening on port 9777
  460. 19:51:15 T:3088 NOTICE: Thread TCPServer start, auto delete: false
  461. 19:51:15 T:3216 NOTICE: Thread MusicFileCounter start, auto delete: false
  462. 19:51:15 T:2352 NOTICE: My Music: Scanning for music info using worker thread, operation took 00:00
  463. 19:51:15 T:3740 NOTICE: -->Python Interpreter Initialized<--
  464. 19:51:15 T:3900 NOTICE: -->Python Interpreter Initialized<--
  465. 19:51:15 T:2916 NOTICE: -->Python Interpreter Initialized<--
  466. 19:51:15 T:2424 NOTICE: -->Python Interpreter Initialized<--
  467. 19:51:15 T:3868 NOTICE: -->Python Interpreter Initialized<--
  468. 19:51:15 T:3492 NOTICE: -->Python Interpreter Initialized<--
  469. 19:51:15 T:4004 NOTICE: -->Python Interpreter Initialized<--
  470. 19:51:15 T:2424 NOTICE: RCB Service: Start
  471. 19:51:15 T:2424 NOTICE: RCB Service: launch RCB on startup = false
  472. 19:51:15 T:2424 NOTICE: RCB Service: scrape games on startup = false
  473. 19:51:15 T:2424 NOTICE: RCB Service: Done
  474. 19:51:15 T:2784 NOTICE: -->Python Interpreter Initialized<--
  475. 19:51:15 T:1744 NOTICE: -->Python Interpreter Initialized<--
  476. 19:51:15 T:3368 NOTICE: -->Python Interpreter Initialized<--
  477. 19:51:15 T:3804 NOTICE: Thread AlarmClock start, auto delete: false
  478. 19:51:15 T:2368 NOTICE: Thread LanguageInvoker start, auto delete: false
  479. 19:51:15 T:3740 NOTICE: Artwork Downloader: ## Service - Run at startup: False
  480. 19:51:15 T:3740 NOTICE: Artwork Downloader: ## Service - Delayed startup: 00 minutes
  481. 19:51:15 T:3740 NOTICE: Artwork Downloader: ## Service - Run as service: False
  482. 19:51:15 T:3740 NOTICE: Artwork Downloader: ## Service - Time: 12:00
  483. 19:51:15 T:1744 NOTICE: StorageServer Module loaded RUN
  484. 19:51:15 T:1744 NOTICE: StorageClient-2.5.2 Starting server
  485. 19:51:15 T:1744 NOTICE: StorageServer-2.5.2 Storage Server starting C:\Users\server\AppData\Roaming\XBMC\cache\commoncache.db
  486. 19:51:16 T:2368 NOTICE: -->Python Interpreter Initialized<--
  487. 19:51:16 T:2784 NOTICE: Universal - An Addons Toolkit: -watchhistory- -Loading sqlite3 as DB engine version: 3.7.16.1
  488. 19:51:16 T:2784 NOTICE: Universal - An Addons Toolkit: - watchhistory - -Auto Cleanup Start
  489. 19:51:16 T:2784 NOTICE: Universal - An Addons Toolkit: -watchhistory- -DELETE FROM watch_history WHERE lastwatched < '2013-10-17'
  490. 19:51:16 T:2784 NOTICE: Universal - An Addons Toolkit: - watchhistory - -Auto Cleanup End
  491. 19:51:17 T:1716 WARNING: CWin32DirectSound::GetSpace - buffer underrun - W:10848, P:264, O:10584.
  492. 19:51:17 T:1792 NOTICE: service.libraryautoupdate: update timers
  493. 19:51:19 T:3636 NOTICE: Thread JobWorker start, auto delete: true
  494. 19:51:19 T:1220 NOTICE: Thread LanguageInvoker start, auto delete: false
  495. 19:51:19 T:1220 NOTICE: -->Python Interpreter Initialized<--
  496. 19:51:20 T:1900 NOTICE: Thread JobWorker start, auto delete: true
  497. 19:51:20 T:2264 NOTICE: Previous line repeats 2 times.
  498. 19:51:20 T:2264 ERROR: XFILE::CDirectory::GetDirectory - Error getting C:\Users\server\AppData\Roaming\XBMC\addons\Aeon-Nox\backgrounds\playlist\
  499. 19:51:20 T:2264 ERROR: XFILE::CDirectory::GetDirectory - Error getting special://skin/backgrounds/playlist/
  500. 19:51:21 T:1440 NOTICE: Thread RarFileExtract start, auto delete: false
  501. 19:51:45 T:3604 NOTICE: Previous line repeats 163 times.
  502. 19:51:45 T:3604 NOTICE: Thread LanguageInvoker start, auto delete: false
  503. 19:51:45 T:3604 NOTICE: -->Python Interpreter Initialized<--
  504. 19:51:46 T:3936 WARNING: No information found for item 'smb://snyfton/anime/movies/kino_no_tabi_movie_1_life_goes_on[h264.vorbis][niizk].mkv', it won't be added to the library.
  505. 19:51:47 T:3936 WARNING: No information found for item 'smb://snyfton/anime/movies/kino_no_tabi_movie_2_the_country_of_illness_-for_you-[h264.ac3][niizk].mkv', it won't be added to the library.
  506. 19:51:55 T:3936 ERROR: PCRE: Bad UTF-8 character
  507. 19:51:56 T:3936 ERROR: Previous line repeats 2 times.
  508. 19:51:56 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar%2fmovies%2fThe.Worlds.End.2013.720p.BluRay.x264-SPARKS%2fthe.worlds.end.2013.720p.bluray.x264-sparks.rar/the.worlds.end.2013.720p.bluray.x264-sparks.mkv', it won't be added to the library.
  509. 19:52:04 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar11%2fmovies%2fDisconnect.2012.LIMITED.720p.BluRay.x264-ALLiANCE%2fdisconnect.2012.720p.bluray.x264-alliance.rar/Disconnect.2012.720p.BluRay.x264-ALLiANCE.mkv', it won't be added to the library.
  510. 19:52:08 T:3936 ERROR: PCRE: Bad UTF-8 character
  511. 19:52:09 T:3936 ERROR: Previous line repeats 2 times.
  512. 19:52:09 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar11%2fmovies%2fJohan.Glans.World.Tour.Of.Skane.2008.SWEDiSH.DVDRip.XviD-CHRONO%2fchrono-jgwtos.rar/chrono-jgwtos.avi', it won't be added to the library.
  513. 19:52:11 T:3936 ERROR: PCRE: Bad UTF-8 character
  514. 19:52:12 T:3936 ERROR: Previous line repeats 2 times.
  515. 19:52:12 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar11%2fmovies%2fNational.Geographic.The.Secret.Life.Of.Cats.1998.DVDRip.XviD-iLS%2fils-ng-tsloc.rar/ils.national.geographic.the.secret.life.of.cats.1998.dvdrip.xvid.avi', it won't be added to the library.
  516. 19:52:14 T:3936 ERROR: PCRE: Bad UTF-8 character
  517. 19:52:17 T:3936 ERROR: Previous line repeats 2 times.
  518. 19:52:17 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar11%2fmovies%2fRicky.Gervais.Live.3.Fame.2007.DVDRip.XviD-VoMiT%2fvmt-rg3-xvid.rar/vmt-rg3-xvid.avi', it won't be added to the library.
  519. 19:52:17 T:3936 ERROR: PCRE: Bad UTF-8 character
  520. 19:52:19 T:3936 ERROR: Previous line repeats 2 times.
  521. 19:52:19 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar11%2fmovies%2fRicky.Gervais.Live.2010.Science.DVDRip.XviD-HAGGiS%2fricky.gervais.live.2010.science.dvdrip.xvid-haggis.rar/ricky.gervais.live.2010.science.dvdrip.xvid-haggis.avi', it won't be added to the library.
  522. 19:52:19 T:3936 ERROR: PCRE: Bad UTF-8 character
  523. 19:52:20 T:3936 ERROR: Previous line repeats 2 times.
  524. 19:52:20 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar11%2fmovies%2fRicky.Gervais.Out.of.England.2.The.Stand-Up.Special.720p.HDTV.x264-SYS%2fricky.gervais.out.of.england.2.the.stand-up.special.720p.hdtv.x264-sys.rar/ricky.gervais.out.of.england.2.the.stand-up.special.720p.hdtv.x264-sys.mkv', it won't be added to the library.
  525. 19:52:21 T:828 ERROR: XFILE::CDirectory::GetDirectory - Error getting C:\Users\server\AppData\Roaming\XBMC\media\Fonts\
  526. 19:52:21 T:828 ERROR: XFILE::CDirectory::GetDirectory - Error getting special://home/media/Fonts/
  527. 19:52:21 T:828 ERROR: XFILE::CDirectory::GetDirectory - Error getting C:\Users\server\AppData\Roaming\XBMC\media\Fonts\
  528. 19:52:21 T:828 ERROR: XFILE::CDirectory::GetDirectory - Error getting special://home/media/Fonts/
  529. 19:52:21 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar11%2fmovies%2fRicky.Gervais.Out.of.England.The.Stand-Up.Special.720p.HDTV.X264-DIMENSION%2fricky.gervais.out.of.england.the.stand-up.special.720p-dimension.rar/Ricky.Gervais.Out.of.England.The.Stand-Up.Special.720p.HDTV.X264-DIMENSION.mkv', it won't be added to the library.
  530. 19:52:22 T:3936 ERROR: PCRE: Bad UTF-8 character
  531. 19:52:23 T:3936 ERROR: Previous line repeats 2 times.
  532. 19:52:23 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar11%2fmovies%2fRicky.Gervais.Politics.2004.DVDRip.XviD-NEPTUNE%2fnep-rgp-xvid.rar/nep-rgp-xvid.avi', it won't be added to the library.
  533. 19:52:27 T:3936 ERROR: PCRE: Bad UTF-8 character
  534. 19:52:28 T:3936 ERROR: Previous line repeats 2 times.
  535. 19:52:28 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar11%2fmovies%2fThe.Hobbit.An.Unexpected.Journey.2012.EXTENDED.720p.BluRay.x264-GECKOS%2fthe.hobbit.an.unexpected.journey.2012.extended.720p.bluray.x264-geckos.rar/The.Hobbit.An.Unexpected.Journey.2012.EXTENDED.720p.BluRay.x264-GECKOS.mkv', it won't be added to the library.
  536. 19:52:31 T:3936 ERROR: PCRE: Bad UTF-8 character
  537. 19:52:33 T:3936 ERROR: Previous line repeats 2 times.
  538. 19:52:33 T:3936 WARNING: No information found for item 'rar://smb%3a%2f%2fsnyfton%2frar11%2fmovies%2fWere.the.Millers.2013.EXTENDED.720p.BluRay.x264-SPARKS%2fwere.the.millers.2013.extended.720p.bluray.x264-sparks.rar/Were.the.Millers.2013.EXTENDED.720p.BluRay.x264-SPARKS.mkv', it won't be added to the library.
  539. 19:52:34 T:2448 NOTICE: Thread RarFileExtract start, auto delete: false
  540. 19:52:40 T:3936 NOTICE: Previous line repeats 35 times.
  541. 19:52:40 T:3936 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive rar://smb%3a%2f%2fsnyfton%2frar11%2ftv%2fGame%20of%20Thrones%2fSeason%201%2fGame.of.Thrones.S01.SUBPACK.720p.BluRay.X264-REWARD%2fgame.of.thrones.s01.subpack.720p.bluray.x264-reward.rar/Game.of.Thrones.S01E07.720p.BluRay.X264-REWARD.rar, likely corrupt
  542. 19:52:40 T:3936 ERROR: XFILE::CDirectory::GetDirectory - Error getting rar://rar%3a%2f%2fsmb%253a%252f%252fsnyfton%252frar11%252ftv%252fGame%2520of%2520Thrones%252fSeason%25201%252fGame.of.Thrones.S01.SUBPACK.720p.BluRay.X264-REWARD%252fgame.of.thrones.s01.subpack.720p.bluray.x264-reward.rar%2fGame.of.Thrones.S01E07.720p.BluRay.X264-REWARD.rar/
  543. 19:52:40 T:3936 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive rar://smb%3a%2f%2fsnyfton%2frar11%2ftv%2fGame%20of%20Thrones%2fSeason%201%2fGame.of.Thrones.S01.SUBPACK.720p.BluRay.X264-REWARD%2fgame.of.thrones.s01.subpack.720p.bluray.x264-reward.rar/Game.of.Thrones.S01E08.720p.BluRay.X264-REWARD.rar, likely corrupt
  544. 19:52:40 T:3936 ERROR: XFILE::CDirectory::GetDirectory - Error getting rar://rar%3a%2f%2fsmb%253a%252f%252fsnyfton%252frar11%252ftv%252fGame%2520of%2520Thrones%252fSeason%25201%252fGame.of.Thrones.S01.SUBPACK.720p.BluRay.X264-REWARD%252fgame.of.thrones.s01.subpack.720p.bluray.x264-reward.rar%2fGame.of.Thrones.S01E08.720p.BluRay.X264-REWARD.rar/
  545. 19:52:40 T:3936 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive rar://smb%3a%2f%2fsnyfton%2frar11%2ftv%2fGame%20of%20Thrones%2fSeason%201%2fGame.of.Thrones.S01.SUBPACK.720p.BluRay.X264-REWARD%2fgame.of.thrones.s01.subpack.720p.bluray.x264-reward.rar/Game.of.Thrones.S01E09.720p.BluRay.X264-REWARD.rar, likely corrupt
  546. 19:52:40 T:3936 ERROR: XFILE::CDirectory::GetDirectory - Error getting rar://rar%3a%2f%2fsmb%253a%252f%252fsnyfton%252frar11%252ftv%252fGame%2520of%2520Thrones%252fSeason%25201%252fGame.of.Thrones.S01.SUBPACK.720p.BluRay.X264-REWARD%252fgame.of.thrones.s01.subpack.720p.bluray.x264-reward.rar%2fGame.of.Thrones.S01E09.720p.BluRay.X264-REWARD.rar/
  547. 19:52:40 T:3936 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive rar://smb%3a%2f%2fsnyfton%2frar11%2ftv%2fGame%20of%20Thrones%2fSeason%201%2fGame.of.Thrones.S01.SUBPACK.720p.BluRay.X264-REWARD%2fgame.of.thrones.s01.subpack.720p.bluray.x264-reward.rar/Game.of.Thrones.S01E10.720p.BluRay.X264-REWARD.rar, likely corrupt
  548. 19:52:40 T:3936 ERROR: XFILE::CDirectory::GetDirectory - Error getting rar://rar%3a%2f%2fsmb%253a%252f%252fsnyfton%252frar11%252ftv%252fGame%2520of%2520Thrones%252fSeason%25201%252fGame.of.Thrones.S01.SUBPACK.720p.BluRay.X264-REWARD%252fgame.of.thrones.s01.subpack.720p.bluray.x264-reward.rar%2fGame.of.Thrones.S01E10.720p.BluRay.X264-REWARD.rar/
  549. 19:52:40 T:2784 NOTICE: Thread RarFileExtract start, auto delete: false
  550. 19:53:48 T:3936 NOTICE: Previous line repeats 183 times.
  551. 19:53:48 T:3936 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive smb://snyfton/rarj/movies/Suzhou.River.2000.DVDRip.XviD-iMBT/imbt-xvid-szr.rar, likely corrupt
  552. 19:53:48 T:3936 ERROR: XFILE::CDirectory::GetDirectory - Error getting rar://smb%3a%2f%2fsnyfton%2frarj%2fmovies%2fSuzhou.River.2000.DVDRip.XviD-iMBT%2fimbt-xvid-szr.rar/
  553. 19:53:50 T:3320 NOTICE: Thread RarFileExtract start, auto delete: false
  554. 19:54:04 T:3936 NOTICE: Previous line repeats 47 times.
  555. 19:54:04 T:3936 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 02:49
  556. 19:54:05 T:1792 NOTICE: service.libraryautoupdate: update timers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement