Advertisement
thekingkiller

Untitled

Aug 15th, 2018
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.74 KB | None | 0 0
  1. 20:45:08.994 T:4560 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 20:45:08.994 T:4560 NOTICE: -----------------------------------------------------------------------
  3. 20:45:08.994 T:4560 NOTICE: Starting Kodi (17.6 Git:20171114-a9a7a20). Platform: Windows NT x86 32-bit
  4. 20:45:08.994 T:4560 NOTICE: Using Release Kodi x32 build
  5. 20:45:08.994 T:4560 NOTICE: Kodi compiled Dec 10 2017 by MSVC 190024215 for Windows NT x86 32-bit version 10.0 (0x0A000000)
  6. 20:45:08.994 T:4560 NOTICE: Running on Windows 10, kernel: Windows NT x86 64-bit version 10.0
  7. 20:45:08.994 T:4560 NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi
  8. 20:45:08.994 T:4560 NOTICE: Host CPU: Unknown, 4 cores available
  9. 20:45:08.995 T:4560 NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
  10. 20:45:08.995 T:4560 NOTICE: Running with restricted rights
  11. 20:45:08.996 T:4560 NOTICE: Aero is enabled
  12. 20:45:08.996 T:4560 NOTICE: special://xbmc/ is mapped to: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_17.9.601.0_x86__4n2hpmxwrvr6p
  13. 20:45:08.996 T:4560 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_17.9.601.0_x86__4n2hpmxwrvr6p
  14. 20:45:08.996 T:4560 NOTICE: special://xbmcbinaddons/ is mapped to: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_17.9.601.0_x86__4n2hpmxwrvr6p/addons
  15. 20:45:08.996 T:4560 NOTICE: special://masterprofile/ is mapped to: C:\Users\luizl\AppData\Roaming\Kodi\userdata
  16. 20:45:08.996 T:4560 NOTICE: special://home/ is mapped to: C:\Users\luizl\AppData\Roaming\Kodi\
  17. 20:45:08.996 T:4560 NOTICE: special://temp/ is mapped to: C:\Users\luizl\AppData\Roaming\Kodi\cache
  18. 20:45:08.996 T:4560 NOTICE: special://logpath/ is mapped to: C:\Users\luizl\AppData\Roaming\Kodi\
  19. 20:45:08.996 T:4560 NOTICE: The executable running is: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_17.9.601.0_x86__4n2hpmxwrvr6p\Kodi.exe
  20. 20:45:08.999 T:4560 NOTICE: Local hostname: DESKTOP-79HL677
  21. 20:45:08.999 T:4560 NOTICE: Log File is located: C:\Users\luizl\AppData\Roaming\Kodi\/kodi.log
  22. 20:45:08.999 T:4560 NOTICE: -----------------------------------------------------------------------
  23. 20:45:09.005 T:4560 NOTICE: load settings...
  24. 20:45:09.013 T:4560 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
  25. 20:45:09.013 T:4560 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
  26. 20:45:09.017 T:4560 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  27. 20:45:09.018 T:4560 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  28. 20:45:09.018 T:4560 NOTICE: Contents of special://profile/advancedsettings.xml are...
  29. <advancedsettings>
  30. <seeksteps>1, 2, 3, 4, 5, 6, 7, 8, 9, 10</seeksteps>
  31. <video>
  32. <!-- VideoExtras: Section Start -->
  33. <excludefromscan action="append">
  34. <regexp>/Extras/</regexp>
  35. <regexp>[\\/]Extras[\\/]</regexp>
  36. </excludefromscan>
  37. <excludetvshowsfromscan action="append">
  38. <regexp>/Extras/</regexp>
  39. <regexp>[\\/]Extras[\\/]</regexp>
  40. </excludetvshowsfromscan>
  41. <!-- VideoExtras: Section End -->
  42. </video>
  43. <tvshowmatching action="prepend">
  44. <!-- Regex info: -->
  45. <!-- First capturing match is assigned to the season. Second capturing match is assigned to the episode. -->
  46. <!-- (?i) turns on case-insensitive matching -->
  47. <!-- (?:stuff) is a non-capturing group for 'stuff', so as not to interfere with season/episode numbers. -->
  48. <!-- Anime specific matching. -->
  49. <!--
  50. Building the regex from back to front:
  51.  
  52. Closing checksum (optionally followed by random text, but we don't have to match that) contained in (), {} or [].
  53. Preceded by any number of bracketed items of any sort of content, with possible spacing, dashes or underscores in between
  54. Possibly preceded by unbracketed text. Make sure it doesn't find episode numbers inside brackets.
  55. Preceded by the episode number (optionally labelled), with possible version number
  56. Preceded by various combinations of dash, dot, underscore or space, to separate the title from the episode number
  57. Possibly preceded by a season number, or 'Special' or 'OVA'
  58. -->
  59. <!-- Regexes listed in order of match preference -->
  60. <!-- The regexes in the prepend set are anchored to checksums, so should be checked before normal Kodi defaults. -->
  61. <!-- For reference, this is the regex containing everything from the episode number onwards. It will be the same for all regexes in this section. -->
  62. <!-- <regexp>(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp> -->
  63. <!-- Anything with the filename marked as Special/OVA/OAV/etc goes to season 0, regardless of what the directory may say. -->
  64. <!-- EG: [SHiN-gx] Fight Ippatsu! Juuden-chan!! - Special 1 [720x480 AR h.264 FLAC][v2][FF09021F].mkv -->
  65. <!-- EG: [gleam] Kurenai OVA - 01 [OAD][0e73f000].mkv -->
  66. <!-- EG: [Jarzka] Saki Picture Drama 1 [480p 10bit DVD FLAC] [BA3CE364] -->
  67. <regexp>(?i)(Special|SP|OVA|OAV|Picture Drama)(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  68. <!-- Then check if we have an explicit season directory. -->
  69. <!-- Inside a directory that specifies the season. May include any number of subdirectories. Doesn't try to find season markers in the file name. -->
  70. <!-- EG: Saki/Season 1/Saki [Jarzka]/[Jarzka] Saki 01 - Encounter [480p 10bit DVD FLAC] [9EED32CB] -->
  71. <!-- EG: Saki/Season 3/[Underwater-FFF] Saki Zenkoku-hen - The Nationals - 01 (720p) [AF65724D] -->
  72. <regexp>(?i)[\\/](?:S(?:eason)?\s*(?=\d))?(Specials|\d{1,3})[\\/](?:[^\\/]+[\\/])*[^\\/]+(?:\b|_)(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  73. <!-- Include season marker in the filename. -->
  74. <!-- EG: [CoalGuys] K-ON!! S2 - 05 [4B19B10F] -->
  75. <regexp>(?i)[-._ ]+S(?:eason ?)?(\d{1,3})(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  76. <!-- Anything else gets the default blank first capture, which sets the file to season 1. -->
  77. <!-- EG: [avatar-nyanko] Koikoi 7 - 01 (DVD) [5E95FA4A] -->
  78. <!-- EG: [gg]_Chuunibyou_Demo_Koi_ga_Shitai!_-_01_[5B6EFD1F] -->
  79. <!-- EG: [Eclipse] Akane-iro ni Somaru Saka - 01 (1024x576 h264) [39920E63].mkv -->
  80. <!-- EG: [gg]_Bakemonogatari_-_01_[CC0CF5D2].mkv -->
  81. <!-- EG: [Doki]_Asobi_ni_Iku_yo!_-_03v2_(1280x720_h264_AAC)_[B5B9C6F3].mkv -->
  82. <!-- EG: [Coalgirls]_Yuru_Yuri_02_(1280x720_Blu-Ray_FLAC)_[43E5A6B4] -->
  83. <!-- EG: Touch 01(DVD) - (112ceb61) Central Anime -->
  84. <!-- EG: Cross Game 02 - Central Anime (1280x720) [BF23052D].mp4 -->
  85. <!-- EG: [Taka]_Naruto_Shippuuden_135_[480p][9073B8C2] -->
  86. <regexp>(?i)((?=\b|_))(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  87. <!-- Multipart episode handling is still uncertain. (?:-(\d{1,3}))? -->
  88. <!-- EG: [Triad]_Dokuro-chan_-_01-02 [12345678].mkv -->
  89. </tvshowmatching>
  90. <tvshowmatching action="append">
  91. <!-- Alternate version that does not include checksums. Put this after normal Kodi patterns. -->
  92. <!-- Since it doesn't use the checksum anchor, need to make sure it's not a directory name. -->
  93. <!-- For reference, this is the regex containing everything from the episode number onwards. It will be the same for all regexes in this section. -->
  94. <!-- <regexp>(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?[^][)(}{\\/]*$</regexp> -->
  95. <!-- Anything with the filename marked as Special/OVA/OAV/etc goes to season 0, regardless of what the directory may say. -->
  96. <regexp>(?i)(Special|SP|OVA|OAV|Picture Drama)(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?[^][)(}{\\/]*$</regexp>
  97. <!-- Inside a directory that specifies the season. -->
  98. <!-- EG: Saki/Season 2/[HorribleSubs] Saki Episode of Side A - 14 [720p] -->
  99. <regexp>(?i)[\\/](?:S(?:eason)?\s*(?=\d))?(Specials|\d{1,3})[\\/](?:[^\\/]+[\\/])*[^\\/]+(?:\b|_)[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?(?:\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?[^][)(}{\\/]*?$</regexp>
  100. <!-- Include season marker in the filename. -->
  101. <!-- EG: [DeadFish] Toaru Kagaku no Railgun S - S2 - 01 [720p][AAC].mp4 -->
  102. <regexp>(?i)[-._ ]+S(?:eason ?)?(\d{1,3})(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?[^][)(}{\\/]*$</regexp>
  103. <!-- EG: [a.f.k.] Lucky Star - 01.avi -->
  104. <!-- EG: Air Master - 04 [HQA&amp;N!].avi -->
  105. <!-- EG: [ANE] Yosuga no Sora - Ep01v2 [BDRip 1080p x264 FLAC] -->
  106. <!-- EG: [DeadFish] Jinrui wa Suitai Shimashita - Special 01 [BD][720p][AAC].mp4 -->
  107. <regexp>(?i)((?=\b|_))(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?[^][)(}{\\/]*$</regexp>
  108. </tvshowmatching>
  109. </advancedsettings>
  110. 20:45:09.019 T:4560 NOTICE: Default Video Player: VideoPlayer
  111. 20:45:09.019 T:4560 NOTICE: Default Audio Player: paplayer
  112. 20:45:09.019 T:4560 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  113. 20:45:09.019 T:4560 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
  114. 20:45:09.019 T:4560 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  115. 20:45:09.019 T:4560 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  116. 20:45:09.019 T:4560 NOTICE: Loaded playercorefactory configuration
  117. 20:45:09.019 T:4560 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  118. 20:45:09.020 T:4560 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  119. 20:45:09.030 T:4560 NOTICE: Running database version Addons27
  120. 20:45:09.085 T:4560 NOTICE: ADDONS: Using repository repository.xbmc.org
  121. 20:45:09.085 T:4560 NOTICE: ADDONS: Using repository repository.urepo
  122. 20:45:09.140 T:16900 NOTICE: Found 2 Lists of Devices
  123. 20:45:09.140 T:16900 NOTICE: Enumerated DIRECTSOUND devices:
  124. 20:45:09.140 T:16900 NOTICE: Device 1
  125. 20:45:09.140 T:16900 NOTICE: m_deviceName : {6DEC818C-50D2-4472-AAE6-4A3F3D76F09C}
  126. 20:45:09.141 T:16900 NOTICE: m_displayName : Speakers - Alto-falantes (Steam Streaming Microphone)
  127. 20:45:09.141 T:16900 NOTICE: m_displayNameExtra: DIRECTSOUND: Alto-falantes (Steam Streaming Microphone)
  128. 20:45:09.141 T:16900 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  129. 20:45:09.141 T:16900 NOTICE: m_channels : FL,FR
  130. 20:45:09.141 T:16900 NOTICE: m_sampleRates : 48000
  131. 20:45:09.141 T:16900 NOTICE: m_dataFormats : AE_FMT_FLOAT
  132. 20:45:09.141 T:16900 NOTICE: m_streamTypes : No passthrough capabilities
  133. 20:45:09.141 T:16900 NOTICE: Device 2
  134. 20:45:09.141 T:16900 NOTICE: m_deviceName : {9AAF2111-0F39-445D-A76D-98BB7AA748EA}
  135. 20:45:09.141 T:16900 NOTICE: m_displayName : Speakers - Alto-falantes (ASUS Xonar DGX Audio Device)
  136. 20:45:09.141 T:16900 NOTICE: m_displayNameExtra: DIRECTSOUND: Alto-falantes (ASUS Xonar DGX Audio Device)
  137. 20:45:09.141 T:16900 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  138. 20:45:09.141 T:16900 NOTICE: m_channels : FL,FR
  139. 20:45:09.141 T:16900 NOTICE: m_sampleRates : 48000
  140. 20:45:09.141 T:16900 NOTICE: m_dataFormats : AE_FMT_FLOAT
  141. 20:45:09.141 T:16900 NOTICE: m_streamTypes : No passthrough capabilities
  142. 20:45:09.141 T:16900 NOTICE: Device 3
  143. 20:45:09.141 T:16900 NOTICE: m_deviceName : default
  144. 20:45:09.141 T:16900 NOTICE: m_displayName : default
  145. 20:45:09.141 T:16900 NOTICE: m_displayNameExtra:
  146. 20:45:09.141 T:16900 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  147. 20:45:09.141 T:16900 NOTICE: m_channels : FL,FR
  148. 20:45:09.141 T:16900 NOTICE: m_sampleRates : 48000
  149. 20:45:09.141 T:16900 NOTICE: m_dataFormats : AE_FMT_FLOAT
  150. 20:45:09.141 T:16900 NOTICE: m_streamTypes : No passthrough capabilities
  151. 20:45:09.141 T:16900 NOTICE: Device 4
  152. 20:45:09.141 T:16900 NOTICE: m_deviceName : {D140FEE9-DC1E-4A02-9C5F-7FA36FE53030}
  153. 20:45:09.141 T:16900 NOTICE: m_displayName : Speakers - Alto-falantes (Steam Streaming Speakers)
  154. 20:45:09.141 T:16900 NOTICE: m_displayNameExtra: DIRECTSOUND: Alto-falantes (Steam Streaming Speakers)
  155. 20:45:09.141 T:16900 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  156. 20:45:09.141 T:16900 NOTICE: m_channels : FL,FR
  157. 20:45:09.141 T:16900 NOTICE: m_sampleRates : 48000
  158. 20:45:09.141 T:16900 NOTICE: m_dataFormats : AE_FMT_FLOAT
  159. 20:45:09.141 T:16900 NOTICE: m_streamTypes : No passthrough capabilities
  160. 20:45:09.141 T:16900 NOTICE: Device 5
  161. 20:45:09.141 T:16900 NOTICE: m_deviceName : {FC93CB77-8FEE-488C-A565-193794362991}
  162. 20:45:09.141 T:16900 NOTICE: m_displayName : SPDIF - S/PDIF Pass-through Device (ASUS Xonar DGX Audio Device)
  163. 20:45:09.141 T:16900 NOTICE: m_displayNameExtra: DIRECTSOUND: S/PDIF Pass-through Device (ASUS Xonar DGX Audio Device)
  164. 20:45:09.141 T:16900 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  165. 20:45:09.141 T:16900 NOTICE: m_channels : FL,FR
  166. 20:45:09.141 T:16900 NOTICE: m_sampleRates : 48000
  167. 20:45:09.141 T:16900 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  168. 20:45:09.141 T:16900 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  169. 20:45:09.141 T:16900 NOTICE: Enumerated WASAPI devices:
  170. 20:45:09.141 T:16900 NOTICE: Device 1
  171. 20:45:09.141 T:16900 NOTICE: m_deviceName : {6DEC818C-50D2-4472-AAE6-4A3F3D76F09C}
  172. 20:45:09.141 T:16900 NOTICE: m_displayName : Speakers - Alto-falantes (Steam Streaming Microphone)
  173. 20:45:09.141 T:16900 NOTICE: m_displayNameExtra: WASAPI: Alto-falantes (Steam Streaming Microphone)
  174. 20:45:09.141 T:16900 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  175. 20:45:09.141 T:16900 NOTICE: m_channels : FL,FR
  176. 20:45:09.141 T:16900 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100,32000,22050,11025
  177. 20:45:09.141 T:16900 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_U8
  178. 20:45:09.141 T:16900 NOTICE: m_streamTypes : No passthrough capabilities
  179. 20:45:09.141 T:16900 NOTICE: Device 2
  180. 20:45:09.141 T:16900 NOTICE: m_deviceName : {9AAF2111-0F39-445D-A76D-98BB7AA748EA}
  181. 20:45:09.141 T:16900 NOTICE: m_displayName : Speakers - Alto-falantes (ASUS Xonar DGX Audio Device)
  182. 20:45:09.141 T:16900 NOTICE: m_displayNameExtra: WASAPI: Alto-falantes (ASUS Xonar DGX Audio Device)
  183. 20:45:09.141 T:16900 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  184. 20:45:09.141 T:16900 NOTICE: m_channels : FL,FR
  185. 20:45:09.141 T:16900 NOTICE: m_sampleRates : 96000,48000,44100
  186. 20:45:09.141 T:16900 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  187. 20:45:09.141 T:16900 NOTICE: m_streamTypes : No passthrough capabilities
  188. 20:45:09.141 T:16900 NOTICE: Device 3
  189. 20:45:09.141 T:16900 NOTICE: m_deviceName : default
  190. 20:45:09.141 T:16900 NOTICE: m_displayName : default
  191. 20:45:09.141 T:16900 NOTICE: m_displayNameExtra:
  192. 20:45:09.141 T:16900 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  193. 20:45:09.141 T:16900 NOTICE: m_channels : FL,FR
  194. 20:45:09.141 T:16900 NOTICE: m_sampleRates : 96000,48000,44100
  195. 20:45:09.141 T:16900 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
  196. 20:45:09.141 T:16900 NOTICE: m_streamTypes : No passthrough capabilities
  197. 20:45:09.141 T:16900 NOTICE: Device 4
  198. 20:45:09.141 T:16900 NOTICE: m_deviceName : {D140FEE9-DC1E-4A02-9C5F-7FA36FE53030}
  199. 20:45:09.141 T:16900 NOTICE: m_displayName : Speakers - Alto-falantes (Steam Streaming Speakers)
  200. 20:45:09.141 T:16900 NOTICE: m_displayNameExtra: WASAPI: Alto-falantes (Steam Streaming Speakers)
  201. 20:45:09.141 T:16900 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  202. 20:45:09.141 T:16900 NOTICE: m_channels : FL,FR
  203. 20:45:09.141 T:16900 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100,32000,22050,11025
  204. 20:45:09.141 T:16900 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_U8
  205. 20:45:09.141 T:16900 NOTICE: m_streamTypes : No passthrough capabilities
  206. 20:45:09.141 T:16900 NOTICE: Device 5
  207. 20:45:09.141 T:16900 NOTICE: m_deviceName : {FC93CB77-8FEE-488C-A565-193794362991}
  208. 20:45:09.141 T:16900 NOTICE: m_displayName : SPDIF - S/PDIF Pass-through Device (ASUS Xonar DGX Audio Device)
  209. 20:45:09.141 T:16900 NOTICE: m_displayNameExtra: WASAPI: S/PDIF Pass-through Device (ASUS Xonar DGX Audio Device)
  210. 20:45:09.141 T:16900 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
  211. 20:45:09.141 T:16900 NOTICE: m_channels : FL,FR
  212. 20:45:09.141 T:16900 NOTICE: m_sampleRates : 96000,48000,44100
  213. 20:45:09.141 T:16900 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  214. 20:45:09.141 T:16900 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  215. 20:45:09.193 T:4560 NOTICE: Found screen: Generic PnP Monitor on AMD Radeon R7 200 Series, adapter 0.
  216. 20:45:09.195 T:4560 NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
  217. 20:45:09.195 T:4560 NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
  218. 20:45:09.195 T:4560 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  219. 20:45:09.195 T:4560 NOTICE: Additional mode: 720x480@ 75.00 - Full Screen
  220. 20:45:09.195 T:4560 NOTICE: Previous line repeats 2 times.
  221. 20:45:09.195 T:4560 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  222. 20:45:09.196 T:4560 NOTICE: Previous line repeats 2 times.
  223. 20:45:09.196 T:4560 NOTICE: Additional mode: 720x576@ 75.00 - Full Screen
  224. 20:45:09.196 T:4560 NOTICE: Previous line repeats 2 times.
  225. 20:45:09.196 T:4560 NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
  226. 20:45:09.197 T:4560 NOTICE: Previous line repeats 2 times.
  227. 20:45:09.197 T:4560 NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
  228. 20:45:09.197 T:4560 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  229. 20:45:09.197 T:4560 NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
  230. 20:45:09.197 T:4560 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  231. 20:45:09.197 T:4560 NOTICE: Additional mode: 1152x864@ 75.00 - Full Screen
  232. 20:45:09.197 T:4560 NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
  233. 20:45:09.198 T:4560 NOTICE: Additional mode: 1280x720@ 75.00 - Full Screen
  234. 20:45:09.198 T:4560 NOTICE: Previous line repeats 2 times.
  235. 20:45:09.198 T:4560 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  236. 20:45:09.198 T:4560 NOTICE: Previous line repeats 2 times.
  237. 20:45:09.198 T:4560 NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
  238. 20:45:09.198 T:4560 NOTICE: Additional mode: 1280x768@ 75.00 - Full Screen
  239. 20:45:09.199 T:4560 NOTICE: Previous line repeats 2 times.
  240. 20:45:09.199 T:4560 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  241. 20:45:09.199 T:4560 NOTICE: Previous line repeats 2 times.
  242. 20:45:09.199 T:4560 NOTICE: Additional mode: 1280x960@ 75.00 - Full Screen
  243. 20:45:09.199 T:4560 NOTICE: Previous line repeats 2 times.
  244. 20:45:09.199 T:4560 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  245. 20:45:09.200 T:4560 NOTICE: Previous line repeats 2 times.
  246. 20:45:09.200 T:4560 NOTICE: Additional mode: 1280x1024@ 75.00 - Full Screen
  247. 20:45:09.200 T:4560 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  248. 20:45:09.200 T:4560 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  249. 20:45:09.200 T:4560 NOTICE: Previous line repeats 2 times.
  250. 20:45:09.200 T:4560 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  251. 20:45:09.200 T:4560 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
  252. 20:45:09.200 T:4560 NOTICE: Checking resolution 16
  253. 20:45:09.482 T:10096 NOTICE: Running database version Addons27
  254. 20:45:09.484 T:10096 NOTICE: Running database version ViewModes6
  255. 20:45:09.485 T:10096 NOTICE: Running database version Textures13
  256. 20:45:09.487 T:10096 NOTICE: Running database version MyMusic60
  257. 20:45:09.490 T:10096 NOTICE: Running database version MyVideos107
  258. 20:45:09.492 T:10096 NOTICE: Running database version TV29
  259. 20:45:09.493 T:10096 NOTICE: Running database version Epg11
  260. 20:45:09.552 T:8540 ERROR: AddOnLog: Joystick Support: Failed to initialize directinput joystick: no buttons, hats or axes
  261. 20:45:09.972 T:4560 ERROR: unable to load:C:\Users\luizl\AppData\Roaming\Kodi\addons\skin.xperience1080\1080i\DialogSeekBar.xml, Line 0
  262. Failed to open file
  263. 20:45:10.003 T:4560 ERROR: Window Translator: Can't find window infodialog
  264. 20:45:10.017 T:4560 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  265. 20:45:10.052 T:4560 WARNING: CApplication::Initialize - startup.xml taints init process
  266. 20:45:10.072 T:4560 NOTICE: initialize done
  267. 20:45:10.072 T:4560 NOTICE: Running the application...
  268. 20:45:10.127 T:4560 NOTICE: starting upnp client
  269. 20:45:10.130 T:4560 NOTICE: starting upnp server
  270. 20:45:10.133 T:4560 NOTICE: starting upnp controller
  271. 20:45:10.133 T:4560 NOTICE: starting upnp renderer
  272. 20:45:11.359 T:17148 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.15)
  273. 20:45:12.867 T:3712 ERROR: XFILE::CDirectory::GetDirectory - Error getting C:\Users\luizl\AppData\Roaming\Kodi\cache\plugin.video.youtube\
  274. 20:45:14.138 T:13680 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.15)
  275. 20:45:15.010 T:8540 ERROR: AddOnLog: Joystick Support: Failed to initialize directinput joystick: no buttons, hats or axes
  276. 20:45:15.242 T:4560 ERROR: Window Translator: Can't find window programssettings
  277. 20:45:15.435 T:10096 NOTICE: CVideoDatabase::CleanDatabase: Starting videodatabase cleanup ..
  278. 20:45:15.746 T:18840 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting GUI proc (6.0.15)
  279. 20:45:16.161 T:10096 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=3u0Wca7P0Jw
  280. 20:45:16.161 T:10096 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=OMHvwaHr4Eg
  281. 20:45:16.192 T:10096 NOTICE: CVideoDatabase::CleanDatabase: Cleaning videodatabase done. Operation took 00:00
  282. 20:45:16.224 T:13680 NOTICE: script.tv.show.next.aired: ### exiting this duplicate background-proc (skin vs service)
  283. 20:45:17.290 T:9692 NOTICE: VideoInfoScanner: Starting scan ..
  284. 20:45:18.468 T:9692 WARNING: No information found for item 'D:\FILMES\[Sakurai] Blood The Last Vampire [BD][1080p][Hi10p][DTS-HD MA 5.1]\Blood The Last Vampire [BD_1920x1080_H264_Hi10P_DTS-HD_MA_5.1Ch]_[AA49798D].mkv', it won't be added to the library.
  285. 20:45:18.638 T:9692 WARNING: No information found for item 'D:\FILMES\Easy.Virtue.2008.1080p.BluRay.x264-HD1080\hd1080-easyvirtue.mkv', it won't be added to the library.
  286. 20:45:18.689 T:9692 WARNING: No information found for item 'D:\FILMES\Foxy.Brown.1974.1080p.BluRay.x264-7SinS [PublicHD]\7sins-foxy_tities1080p.mkv', it won't be added to the library.
  287. 20:45:18.893 T:9692 WARNING: No information found for item 'D:\FILMES\Roujin.Z.1991.1080p.Bluray.x264-OTAKU\otaku-roujin.z.1080p.mkv', it won't be added to the library.
  288. 20:45:18.970 T:9692 WARNING: No information found for item 'D:\FILMES\The Hunt (Jagten) (2012) 1080p BrRip 5.1 x264 Ac3 [TuGAZx]\The Hunt (Jagten) (2012) 1080p BrRip 5.1 Ac3 [TuGAZx].mp4', it won't be added to the library.
  289. 20:45:19.112 T:9692 WARNING: No information found for item 'D:\SERIES\Boku no Hero Academia 3rd Season\', it won't be added to the library.
  290. 20:45:19.177 T:9692 WARNING: No information found for item 'D:\SERIES\Muhyo to Rouji no Mahouritsu Soudan Jimusho\', it won't be added to the library.
  291. 20:45:19.227 T:9692 WARNING: No information found for item 'D:\SERIES\Shingeki no Kyojin Season 3\', it won't be added to the library.
  292. 20:45:19.277 T:9692 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:01
  293. 20:45:20.063 T:8540 ERROR: AddOnLog: Joystick Support: Failed to initialize directinput joystick: no buttons, hats or axes
  294. 20:45:21.362 T:4676 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  295. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  296. Error Type: <type 'exceptions.ValueError'>
  297. Error Contents: invalid literal for int() with base 10: ''
  298. Traceback (most recent call last):
  299. File "C:\Users\luizl\AppData\Roaming\Kodi\addons\script.trakt\defaultscript.py", line 14, in <module>
  300. Main()
  301. File "C:\Users\luizl\AppData\Roaming\Kodi\addons\script.trakt\defaultscript.py", line 11, in Main
  302. script.run()
  303. File "C:\Users\luizl\AppData\Roaming\Kodi\addons\script.trakt\resources\lib\script.py", line 155, in run
  304. dbid = int(xbmc.getInfoLabel('ListItem.DBID'))
  305. ValueError: invalid literal for int() with base 10: ''
  306. -->End of Python script error report<--
  307. 20:45:25.113 T:8540 ERROR: AddOnLog: Joystick Support: Failed to initialize directinput joystick: no buttons, hats or axes
  308. 20:45:37.127 T:4560 ERROR: Previous line repeats 2 times.
  309. 20:45:37.127 T:4560 NOTICE: Storing total System Uptime
  310. 20:45:37.127 T:4560 NOTICE: Saving settings
  311. 20:45:37.130 T:4560 NOTICE: Saving skin settings
  312. 20:45:37.132 T:4560 NOTICE: stop all
  313. 20:45:37.132 T:4560 NOTICE: stop player
  314. 20:45:37.132 T:4560 NOTICE: stopping upnp
  315. 20:45:37.504 T:4560 NOTICE: clean cached files!
  316. 20:45:38.670 T:17148 NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
  317. 20:45:40.411 T:4560 NOTICE: closing down remote control service
  318. 20:45:40.411 T:4560 NOTICE: stopped
  319. 20:45:40.612 T:4560 NOTICE: destroy
  320. 20:45:40.612 T:4560 NOTICE: unload skin
  321. 20:45:40.620 T:4560 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture dialogs/options/buttons/default-fo.png
  322. 20:45:40.666 T:4560 NOTICE: unload sections
  323. 20:45:40.670 T:4560 NOTICE: special://profile/ is mapped to: special://masterprofile/
  324. 20:45:40.673 T:4560 NOTICE: application stopped...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement