Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 115.36 KB | None | 0 0
  1. 2020-01-24 10:25:40.728 T:4808318400 NOTICE: -----------------------------------------------------------------------
  2. 2020-01-24 10:25:40.728 T:4808318400 NOTICE: Starting Kodi (18.5 Git:20191116-37f51f6e63). Platform: OS X x86 64-bit
  3. 2020-01-24 10:25:40.728 T:4808318400 NOTICE: Using Release Kodi x64 build
  4. 2020-01-24 10:25:40.728 T:4808318400 NOTICE: Kodi compiled 2019-11-16 by Clang 9.0.0 (clang-900.0.37) for OS X x86 64-bit version 10.9.0 (1090)
  5. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: Running on Apple Inc. MacBookPro13,2 with OS X 10.15.2, kernel: Darwin x86 64-bit version 19.2.0
  6. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: FFmpeg version/source: 4.0.4-Kodi
  7. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: Host CPU: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz, 4 cores available
  8. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: special://xbmc/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi
  9. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: special://xbmcbin/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi
  10. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: special://xbmcbinaddons/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi/addons
  11. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: special://masterprofile/ is mapped to: /Users/pkscout/Library/Application Support/Kodi/userdata
  12. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: special://envhome/ is mapped to: /Users/pkscout
  13. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: special://home/ is mapped to: /Users/pkscout/Library/Application Support/Kodi
  14. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: special://temp/ is mapped to: /Users/pkscout/.kodi/temp
  15. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: special://logpath/ is mapped to: /Users/pkscout/Library/Logs
  16. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: special://frameworks/ is mapped to: /Applications/Kodi.app/Contents/Libraries
  17. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: The executable running is: /Applications/Kodi.app/Contents/MacOS/Kodi
  18. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: Local hostname: Kyles-MBP.lan
  19. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: Log File is located: /Users/pkscout/Library/Logs/kodi.log
  20. 2020-01-24 10:25:40.729 T:4808318400 NOTICE: -----------------------------------------------------------------------
  21. 2020-01-24 10:25:40.729 T:4808318400 INFO: loading settings
  22. 2020-01-24 10:25:40.730 T:4808318400 NOTICE: special://profile/ is mapped to: special://masterprofile/
  23. 2020-01-24 10:25:40.755 T:4808318400 DEBUG: CSkinSettings: no <skinsettings> tag found
  24. 2020-01-24 10:25:40.755 T:4808318400 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  25. 2020-01-24 10:25:40.757 T:4808318400 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  26. 2020-01-24 10:25:40.757 T:4808318400 NOTICE: Contents of special://profile/advancedsettings.xml are...
  27. <advancedsettings>
  28. <loglevel hide="true">1</loglevel>
  29. <gui>
  30. <algorithmdirtyregions>1</algorithmdirtyregions>
  31. <nofliptimeout>1000</nofliptimeout>
  32. </gui>
  33. <musiclibrary>
  34. <cleanonupdate>false</cleanonupdate>
  35. </musiclibrary>
  36. <videolibrary>
  37. <hideemptyseries>true</hideemptyseries>
  38. <cleanonupdate>false</cleanonupdate>
  39. <hideallitems>true</hideallitems>
  40. </videolibrary>
  41. <video>
  42. <usetimeseeking>true</usetimeseeking>
  43. <timeseekforward>30</timeseekforward>
  44. <timeseekbackward>-15</timeseekbackward>
  45. <playcountminimumpercent>101</playcountminimumpercent>
  46. <!-- this is so Amazon content from Playon and XBMC.MyLibrary work right -->
  47. <cleanstrings action="append">
  48. <regexp>Season[. _]\d+$</regexp>
  49. <regexp>Seasons[. _]\d+$</regexp>
  50. <regexp>Volume[. _]\d+$</regexp>
  51. <regexp>Volumes[. _]\d+$</regexp>
  52. </cleanstrings>
  53. <excludefromscan action="append">
  54. <regexp>/extras/</regexp>
  55. <regexp>[\\/]extras[\\/]</regexp>
  56. </excludefromscan>
  57. <excludetvshowsfromscan action="append">
  58. <regexp>/extras/</regexp>
  59. <regexp>[\\/]extras[\\/]</regexp>
  60. </excludetvshowsfromscan>
  61. </video>
  62. <audio>
  63. <defaultplayer>dvdplayer</defaultplayer>
  64. </audio>
  65. <sorttokens>
  66. <token>the</token>
  67. <token>a</token>
  68. <token>an</token>
  69. </sorttokens>
  70. </advancedsettings>
  71. 2020-01-24 10:25:40.757 T:4808318400 NOTICE: Log level changed to "LOG_LEVEL_DEBUG"
  72. 2020-01-24 10:25:40.757 T:4808318400 WARNING: CSettingsManager: missing version attribute
  73. 2020-01-24 10:25:40.757 T:4808318400 NOTICE: Default Video Player: VideoPlayer
  74. 2020-01-24 10:25:40.758 T:4808318400 NOTICE: Default Audio Player: dvdplayer
  75. 2020-01-24 10:25:40.758 T:4808318400 NOTICE: Disabled debug logging due to GUI setting. Level 1.
  76. 2020-01-24 10:25:40.758 T:4808318400 NOTICE: Log level changed to "LOG_LEVEL_DEBUG"
  77. 2020-01-24 10:25:40.758 T:4808318400 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  78. 2020-01-24 10:25:40.765 T:4808318400 INFO: creating subdirectories
  79. 2020-01-24 10:25:40.765 T:4808318400 INFO: userdata folder: special://masterprofile/
  80. 2020-01-24 10:25:40.765 T:4808318400 INFO: recording folder:
  81. 2020-01-24 10:25:40.765 T:4808318400 INFO: screenshots folder:
  82. 2020-01-24 10:25:40.773 T:4808318400 NOTICE: Running database version Addons27
  83. 2020-01-24 10:25:41.050 T:4808318400 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  84. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
  85. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
  86. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: game.controller.default v1.0.8 installed
  87. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: game.controller.snes v1.0.8 installed
  88. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
  89. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
  90. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
  91. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
  92. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
  93. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
  94. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
  95. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
  96. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
  97. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
  98. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
  99. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
  100. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
  101. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
  102. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
  103. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
  104. 2020-01-24 10:25:41.050 T:4808318400 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
  105. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: kodi.resource v1.0.0 installed
  106. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.album.universal v3.1.2 installed
  107. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.artists.universal v4.3.2 installed
  108. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.common.allmusic.com v3.2.1 installed
  109. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.common.fanart.tv v3.6.2 installed
  110. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.common.imdb.com v3.1.4 installed
  111. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.1 installed
  112. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
  113. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.common.themoviedb.org v3.1.10 installed
  114. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.local v1.0.0 installed
  115. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.themoviedb.org v5.1.10 installed
  116. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.tvdb.com v3.2.4 installed
  117. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.4.1 installed
  118. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: peripheral.joystick v1.4.8 installed
  119. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: plugin.audio.radio_de v2.4.1 installed
  120. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: plugin.audio.tunein2017 v1.5.2 installed
  121. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: plugin.library.node.editor v1.0.11 installed
  122. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: plugin.whereareyou v0.1.1 installed
  123. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: pvr.nextpvr v3.3.18 installed
  124. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: repository.nextpvr.kodi-plugins v1.0.7 installed
  125. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
  126. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
  127. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: resource.images.weathericons.flat v0.0.6 installed
  128. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: resource.images.weathericons.monstr v0.0.2 installed
  129. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
  130. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: resource.language.en_us v9.0.16 installed
  131. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
  132. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
  133. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.58 installed
  134. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: script.artistslideshow v3.2.0~beta2 installed
  135. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: script.hdhomerun.view v2019.9.15 installed
  136. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: script.image.resource.select v2.0.4 installed
  137. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: script.kodi.knewc v2.8.0 installed
  138. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: script.module.certifi v2019.9.11 installed
  139. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: script.module.chardet v3.0.4 installed
  140. 2020-01-24 10:25:41.051 T:4808318400 NOTICE: ADDON: script.module.dateutil v2.8.1 installed
  141. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.defusedxml v0.6.0 installed
  142. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.future v0.17.1 installed
  143. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.idna v2.8 installed
  144. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.kodi-six v0.1.3 installed
  145. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.pil v1.1.7 installed
  146. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
  147. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.requests v2.22.0 installed
  148. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.routing v0.2.3 installed
  149. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.six v1.13.0 installed
  150. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.unidecode v1.1.1 installed
  151. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.urllib3 v1.25.6 installed
  152. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.module.xbmcswift2 v2.5.0 installed
  153. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.openweathermap.maps v0.3.1 installed
  154. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.speedfaninfo v1.1.0~beta2 installed
  155. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: script.weatherstation.lite v1.1.0~beta1 installed
  156. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: service.xbmc.versioncheck v0.5.1 installed
  157. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: skin.estouchy v2.0.27 installed
  158. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: skin.estuary v2.0.26 installed
  159. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: skin.estuary.leia.pkscout.mod v1.2.12 installed
  160. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: weather.openweathermap.extended v5.0.2 installed
  161. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: weather.weatherbit.io v0.0.20 installed
  162. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
  163. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: xbmc.addon v18.5.0 installed
  164. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: xbmc.core v0.1.0 installed
  165. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: xbmc.gui v5.14.0 installed
  166. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: xbmc.json v10.3.0 installed
  167. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
  168. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: xbmc.python v2.26.0 installed
  169. 2020-01-24 10:25:41.052 T:4808318400 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
  170. 2020-01-24 10:25:41.075 T:4808318400 DEBUG: CFavourites::Load - no system favourites found, skipping
  171. 2020-01-24 10:25:41.076 T:123145351454720 DEBUG: Thread ActiveAE start, auto delete: false
  172. 2020-01-24 10:25:41.076 T:123145351991296 DEBUG: Thread AESink start, auto delete: false
  173. 2020-01-24 10:25:41.121 T:123145351454720 NOTICE: Found 1 Lists of Devices
  174. 2020-01-24 10:25:41.121 T:123145351454720 NOTICE: Enumerated DARWINOSX devices:
  175. 2020-01-24 10:25:41.121 T:123145351454720 NOTICE: Device 1
  176. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_deviceName : default
  177. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_displayName : Default
  178. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_displayNameExtra: Built-in Output
  179. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  180. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_channels : FL, FR
  181. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_sampleRates : 96000,48000,44100
  182. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_dataFormats : AE_FMT_S24LE3,AE_FMT_S24NE3
  183. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_streamTypes : No passthrough capabilities
  184. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: Device 2
  185. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_deviceName : Built-in Output-55:stream0
  186. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_displayName : Built-in Output
  187. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_displayNameExtra: Internal Speakers
  188. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  189. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_channels : FL, FR
  190. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_sampleRates : 96000,48000,44100
  191. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_dataFormats : AE_FMT_S24LE3,AE_FMT_S24NE3
  192. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_streamTypes : No passthrough capabilities
  193. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: Device 3
  194. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_deviceName : ZoomAudioDevice-42:stream0
  195. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_displayName : ZoomAudioDevice
  196. 2020-01-24 10:25:41.122 T:123145351454720 NOTICE: m_displayNameExtra:
  197. 2020-01-24 10:25:41.123 T:123145351454720 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  198. 2020-01-24 10:25:41.123 T:123145351454720 NOTICE: m_channels : FL, FR
  199. 2020-01-24 10:25:41.123 T:123145351454720 NOTICE: m_sampleRates : 48000
  200. 2020-01-24 10:25:41.123 T:123145351454720 NOTICE: m_dataFormats : AE_FMT_FLOAT
  201. 2020-01-24 10:25:41.123 T:123145351454720 NOTICE: m_streamTypes : No passthrough capabilities
  202. 2020-01-24 10:25:41.123 T:123145351991296 INFO: CActiveAESink::OpenSink - initialize sink
  203. 2020-01-24 10:25:41.123 T:123145351991296 DEBUG: CActiveAESink::OpenSink - trying to open device DARWINOSX:default
  204. 2020-01-24 10:25:41.124 T:123145351991296 NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std::string &): Opening default device Built-in Output
  205. 2020-01-24 10:25:41.125 T:123145351991296 DEBUG: FindSuitableFormatForStream: Finding stream for format AE_FMT_FLOAT
  206. 2020-01-24 10:25:41.125 T:123145351991296 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (96000Hz) rated 929.129272
  207. 2020-01-24 10:25:41.125 T:123145351991296 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (48000Hz) rated 1419.564697
  208. 2020-01-24 10:25:41.125 T:123145351991296 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz) rated 1508.000000
  209. 2020-01-24 10:25:41.126 T:123145351991296 DEBUG: Initialize: Selected stream[0] - id: 0x0038, Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz)
  210. 2020-01-24 10:25:41.126 T:123145351991296 DEBUG: CCoreAudioDevice::SupportsMixing: Device mixing support : 'No'.
  211. 2020-01-24 10:25:41.126 T:123145351991296 DEBUG: CCoreAudioStream::Open: Opened stream 0x0038.
  212. 2020-01-24 10:25:41.126 T:123145351991296 DEBUG: Initialize: Previous Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
  213. 2020-01-24 10:25:41.126 T:123145351991296 DEBUG: Initialize: Previous Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (48000Hz)
  214. 2020-01-24 10:25:41.282 T:123145349308416 INFO: CCoreAudioStream::HardwareStreamListener: Hardware physical format changed to [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz)
  215. 2020-01-24 10:25:41.282 T:123145349308416 INFO: CCoreAudioStream::HardwareStreamListener: Hardware virtual format changed to [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
  216. 2020-01-24 10:25:41.285 T:123145351991296 DEBUG: CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x0038. now active ([lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz))
  217. 2020-01-24 10:25:41.285 T:123145351991296 DEBUG: Initialize: New Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
  218. 2020-01-24 10:25:41.285 T:123145351991296 DEBUG: Initialize: New Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz)
  219. 2020-01-24 10:25:41.285 T:123145351991296 DEBUG: GetAEChannelMap Engine requests layout FL, FR
  220. 2020-01-24 10:25:41.286 T:123145351991296 DEBUG: GetAEChannelMap trying to map to stereo layout: [Left] [Right]
  221. 2020-01-24 10:25:41.286 T:123145351991296 DEBUG: GetAEChannelMap mapped channels to layout FL, FR
  222. 2020-01-24 10:25:41.286 T:123145351991296 DEBUG: Initialize: using buffer size: 16384 (0.046440 ms)
  223. 2020-01-24 10:25:41.286 T:123145351991296 DEBUG: CActiveAESink::OpenSink - DARWINOSX Initialized:
  224. 2020-01-24 10:25:41.286 T:123145351991296 DEBUG: Output Device : Default
  225. 2020-01-24 10:25:41.286 T:123145351991296 DEBUG: Sample Rate : 44100
  226. 2020-01-24 10:25:41.286 T:123145351991296 DEBUG: Sample Format : AE_FMT_FLOAT
  227. 2020-01-24 10:25:41.286 T:123145351991296 DEBUG: Channel Count : 2
  228. 2020-01-24 10:25:41.287 T:123145351991296 DEBUG: Channel Layout: FL, FR
  229. 2020-01-24 10:25:41.287 T:123145351991296 DEBUG: Frames : 512
  230. 2020-01-24 10:25:41.287 T:123145351991296 DEBUG: Frame Size : 8
  231. 2020-01-24 10:25:41.293 T:4808318400 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  232. 2020-01-24 10:25:41.294 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
  233. 2020-01-24 10:25:41.295 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
  234. 2020-01-24 10:25:41.296 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  235. 2020-01-24 10:25:41.296 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  236. 2020-01-24 10:25:41.297 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
  237. 2020-01-24 10:25:41.298 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  238. 2020-01-24 10:25:41.298 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  239. 2020-01-24 10:25:41.299 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  240. 2020-01-24 10:25:41.300 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
  241. 2020-01-24 10:25:41.301 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  242. 2020-01-24 10:25:41.302 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
  243. 2020-01-24 10:25:41.302 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  244. 2020-01-24 10:25:41.303 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  245. 2020-01-24 10:25:41.303 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
  246. 2020-01-24 10:25:41.304 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovenian QWERTZ" successfully loaded
  247. 2020-01-24 10:25:41.305 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  248. 2020-01-24 10:25:41.306 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  249. 2020-01-24 10:25:41.307 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  250. 2020-01-24 10:25:41.307 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  251. 2020-01-24 10:25:41.308 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  252. 2020-01-24 10:25:41.309 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded
  253. 2020-01-24 10:25:41.310 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Thai Kedmanee" successfully loaded
  254. 2020-01-24 10:25:41.311 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  255. 2020-01-24 10:25:41.312 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  256. 2020-01-24 10:25:41.312 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  257. 2020-01-24 10:25:41.313 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  258. 2020-01-24 10:25:41.313 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  259. 2020-01-24 10:25:41.314 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
  260. 2020-01-24 10:25:41.315 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  261. 2020-01-24 10:25:41.316 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
  262. 2020-01-24 10:25:41.317 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  263. 2020-01-24 10:25:41.318 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
  264. 2020-01-24 10:25:41.318 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
  265. 2020-01-24 10:25:41.318 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
  266. 2020-01-24 10:25:41.319 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
  267. 2020-01-24 10:25:41.320 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  268. 2020-01-24 10:25:41.321 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  269. 2020-01-24 10:25:41.322 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  270. 2020-01-24 10:25:41.322 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  271. 2020-01-24 10:25:41.322 T:4808318400 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  272. 2020-01-24 10:25:41.344 T:4808318400 NOTICE: InitWindowSystem: Setup SDL
  273. 2020-01-24 10:25:41.364 T:4808318400 NOTICE: Display 0 has name Color LCD (69733632)
  274. 2020-01-24 10:25:41.364 T:4808318400 NOTICE: Found possible resolution for display 0 with 1280 x 800 @ 60.000000 Hz
  275. 2020-01-24 10:25:41.364 T:4808318400 NOTICE: Found possible resolution for display 0 with 1680 x 1050 @ 60.000000 Hz
  276. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 1440 x 900 @ 60.000000 Hz
  277. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 1024 x 640 @ 60.000000 Hz
  278. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 825 x 525 @ 60.000000 Hz
  279. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 720 x 450 @ 60.000000 Hz
  280. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 2560 x 1600 @ 60.000000 Hz
  281. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 1280 x 800 @ 60.000000 Hz
  282. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 2880 x 1800 @ 60.000000 Hz
  283. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 2048 x 1280 @ 60.000000 Hz
  284. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 1650 x 1050 @ 60.000000 Hz
  285. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 1440 x 900 @ 60.000000 Hz
  286. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 1152 x 720 @ 60.000000 Hz
  287. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 1024 x 768 @ 60.000000 Hz
  288. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 840 x 524 @ 60.000000 Hz
  289. 2020-01-24 10:25:41.365 T:4808318400 NOTICE: Found possible resolution for display 0 with 800 x 600 @ 60.000000 Hz
  290. 2020-01-24 10:25:41.366 T:4808318400 NOTICE: Found possible resolution for display 0 with 640 x 480 @ 60.000000 Hz
  291. 2020-01-24 10:25:41.366 T:4808318400 NOTICE: Checking resolution 15
  292. 2020-01-24 10:25:41.407 T:4808318400 INFO: RetroPlayer[PROCESS]: Registering process control for macOS
  293. 2020-01-24 10:25:41.407 T:4808318400 INFO: RetroPlayer[RENDER]: Registering renderer factory for OpenGL
  294. 2020-01-24 10:25:41.408 T:4808318400 NOTICE: GL_VENDOR = Intel Inc.
  295. 2020-01-24 10:25:41.408 T:4808318400 NOTICE: GL_RENDERER = Intel(R) Iris(TM) Graphics 550
  296. 2020-01-24 10:25:41.408 T:4808318400 NOTICE: GL_VERSION = 4.1 INTEL-14.3.9
  297. 2020-01-24 10:25:41.408 T:4808318400 NOTICE: GL_SHADING_LANGUAGE_VERSION = 4.10
  298. 2020-01-24 10:25:41.408 T:4808318400 NOTICE: GL_EXTENSIONS = GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_ATI_texture_mirror_once GL_NV_texture_barrier
  299. 2020-01-24 10:25:41.458 T:4808318400 INFO: GL: Maximum texture width: 16384
  300. 2020-01-24 10:25:41.459 T:4808318400 DEBUG: guilib: Union as algorithm for solving rendering passes
  301. 2020-01-24 10:25:41.593 T:4808318400 INFO: GL: Enabling VSYNC
  302. 2020-01-24 10:25:41.597 T:4808318400 INFO: load keymapping
  303. 2020-01-24 10:25:41.600 T:4808318400 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  304. 2020-01-24 10:25:41.601 T:4808318400 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  305. 2020-01-24 10:25:41.602 T:4808318400 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  306. 2020-01-24 10:25:41.613 T:4808318400 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  307. 2020-01-24 10:25:41.615 T:4808318400 INFO: Loading special://xbmc/system/keymaps/joystick.xml
  308. 2020-01-24 10:25:41.617 T:4808318400 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  309. 2020-01-24 10:25:41.653 T:4808318400 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  310. 2020-01-24 10:25:41.654 T:4808318400 INFO: Loading special://xbmc/system/keymaps/remote.xml
  311. 2020-01-24 10:25:41.660 T:4808318400 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  312. 2020-01-24 10:25:41.663 T:4808318400 INFO: Loading special://masterprofile/keymaps/keymap.xml
  313. 2020-01-24 10:25:41.664 T:4808318400 INFO: Loading special://profile/keymaps/keymap.xml
  314. 2020-01-24 10:25:41.664 T:4808318400 INFO: GUI format 1081x606, Display Windowed
  315. 2020-01-24 10:25:41.664 T:4808318400 INFO: CLangInfo: loading resource.language.en_us language information...
  316. 2020-01-24 10:25:41.678 T:4808318400 DEBUG: trying to set locale to en_US.UTF-8
  317. 2020-01-24 10:25:41.686 T:4808318400 INFO: global locale set to en_US.UTF-8
  318. 2020-01-24 10:25:41.686 T:4808318400 INFO: CLangInfo: loading resource.language.en_us language strings...
  319. 2020-01-24 10:25:41.711 T:4808318400 DEBUG: LocalizeStrings: loaded 4015 strings from file resource://resource.language.en_us/strings.po
  320. 2020-01-24 10:25:41.729 T:4808318400 DEBUG: LocalizeStrings: loaded 0 strings from file resource://resource.language.en_gb/strings.po
  321. 2020-01-24 10:25:41.749 T:4808318400 DEBUG: LocalizeStrings: loaded 0 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/metadata.themoviedb.org/resources/language/resource.language.en_us/strings.po
  322. 2020-01-24 10:25:41.751 T:4808318400 DEBUG: LocalizeStrings: loaded 8 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/metadata.themoviedb.org/resources/language/resource.language.en_gb/strings.po
  323. 2020-01-24 10:25:41.759 T:4808318400 DEBUG: LocalizeStrings: loaded 21 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/language/English (US)/strings.po
  324. 2020-01-24 10:25:41.760 T:4808318400 DEBUG: LocalizeStrings: loaded 3 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/language/English/strings.po
  325. 2020-01-24 10:25:41.799 T:4808318400 DEBUG: LocalizeStrings: loaded 9 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/peripheral.joystick/resources/language/resource.language.en_gb/strings.po
  326. 2020-01-24 10:25:41.807 T:4808318400 DEBUG: LocalizeStrings: loaded 18 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/game.controller.default/resources/language/resource.language.en_gb/strings.po
  327. 2020-01-24 10:25:41.808 T:4808318400 DEBUG: LocalizeStrings: loaded 1 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_us/strings.po
  328. 2020-01-24 10:25:41.808 T:4808318400 DEBUG: LocalizeStrings: loaded 0 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_gb/strings.po
  329. 2020-01-24 10:25:41.819 T:4808318400 DEBUG: LocalizeStrings: loaded 11 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/metadata.album.universal/resources/language/resource.language.en_us/strings.po
  330. 2020-01-24 10:25:41.820 T:4808318400 DEBUG: LocalizeStrings: loaded 6 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/metadata.album.universal/resources/language/resource.language.en_gb/strings.po
  331. 2020-01-24 10:25:41.829 T:4808318400 DEBUG: LocalizeStrings: loaded 5 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/metadata.tvdb.com/resources/language/resource.language.en_us/strings.po
  332. 2020-01-24 10:25:41.832 T:4808318400 DEBUG: LocalizeStrings: loaded 5 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/metadata.tvdb.com/resources/language/resource.language.en_gb/strings.po
  333. 2020-01-24 10:25:41.846 T:4808318400 DEBUG: LocalizeStrings: loaded 23 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/metadata.artists.universal/resources/language/resource.language.en_us/strings.po
  334. 2020-01-24 10:25:41.847 T:4808318400 DEBUG: LocalizeStrings: loaded 9 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/metadata.artists.universal/resources/language/resource.language.en_gb/strings.po
  335. 2020-01-24 10:25:41.851 T:4808318400 DEBUG: LocalizeStrings: loaded 1 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/audioencoder.kodi.builtin.aac/resources/language/English/strings.po
  336. 2020-01-24 10:25:41.853 T:4808318400 DEBUG: LocalizeStrings: loaded 1 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/audioencoder.kodi.builtin.wma/resources/language/English/strings.po
  337. 2020-01-24 10:25:41.868 T:4808318400 DEBUG: LocalizeStrings: loaded 19 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/script.speedfaninfo/resources/language/resource.language.en_us/strings.po
  338. 2020-01-24 10:25:41.869 T:4808318400 DEBUG: LocalizeStrings: loaded 5 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/script.speedfaninfo/resources/language/resource.language.en_gb/strings.po
  339. 2020-01-24 10:25:41.871 T:4808318400 DEBUG: LocalizeStrings: loaded 4 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/script.weatherstation.lite/resources/language/resource.language.en_gb/strings.po
  340. 2020-01-24 10:25:41.876 T:4808318400 DEBUG: LocalizeStrings: loaded 49 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/plugin.library.node.editor/resources/language/resource.language.en_us/strings.po
  341. 2020-01-24 10:25:41.877 T:4808318400 DEBUG: POParser: id:30104 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  342. 2020-01-24 10:25:41.878 T:4808318400 DEBUG: LocalizeStrings: loaded 26 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/plugin.library.node.editor/resources/language/resource.language.en_gb/strings.po
  343. 2020-01-24 10:25:41.887 T:4808318400 DEBUG: LocalizeStrings: loaded 24 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/plugin.audio.radio_de/resources/language/English (US)/strings.po
  344. 2020-01-24 10:25:41.888 T:4808318400 DEBUG: LocalizeStrings: loaded 7 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/plugin.audio.radio_de/resources/language/English/strings.po
  345. 2020-01-24 10:25:41.892 T:4808318400 DEBUG: LocalizeStrings: loaded 24 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/weather.openweathermap.extended/resources/language/resource.language.en_us/strings.po
  346. 2020-01-24 10:25:41.893 T:4808318400 DEBUG: LocalizeStrings: loaded 82 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/weather.openweathermap.extended/resources/language/resource.language.en_gb/strings.po
  347. 2020-01-24 10:25:41.894 T:4808318400 DEBUG: LocalizeStrings: loaded 13 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/game.controller.snes/resources/language/resource.language.en_gb/strings.po
  348. 2020-01-24 10:25:41.896 T:4808318400 DEBUG: LocalizeStrings: loaded 28 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/pvr.nextpvr/resources/language/resource.language.en_us/strings.po
  349. 2020-01-24 10:25:41.897 T:4808318400 DEBUG: LocalizeStrings: loaded 8 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/pvr.nextpvr/resources/language/resource.language.en_gb/strings.po
  350. 2020-01-24 10:25:41.899 T:4808318400 DEBUG: LocalizeStrings: loaded 54 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io/resources/language/English/strings.po
  351. 2020-01-24 10:25:41.901 T:4808318400 DEBUG: LocalizeStrings: loaded 3 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/metadata.tvshows.themoviedb.org/resources/language/resource.language.en_us/strings.po
  352. 2020-01-24 10:25:41.902 T:4808318400 DEBUG: LocalizeStrings: loaded 7 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/metadata.tvshows.themoviedb.org/resources/language/resource.language.en_gb/strings.po
  353. 2020-01-24 10:25:41.909 T:4808318400 DEBUG: LocalizeStrings: loaded 112 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/script.artistslideshow/resources/language/resource.language.en_gb/strings.po
  354. 2020-01-24 10:25:41.912 T:4808318400 DEBUG: LocalizeStrings: loaded 159 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/resources/language/English/strings.po
  355. 2020-01-24 10:25:41.916 T:4808318400 DEBUG: LocalizeStrings: loaded 93 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/script.hdhomerun.view/resources/language/English/strings.po
  356. 2020-01-24 10:25:41.926 T:4808318400 DEBUG: LocalizeStrings: loaded 24 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/plugin.audio.tunein2017/resources/language/resource.language.en_gb/strings.po
  357. 2020-01-24 10:25:41.927 T:123145355210752 DEBUG: Thread JobWorker start, auto delete: true
  358. 2020-01-24 10:25:41.927 T:123145355210752 DEBUG: Initialize, updating databases...
  359. 2020-01-24 10:25:41.928 T:123145355210752 NOTICE: Running database version Addons27
  360. 2020-01-24 10:25:41.930 T:123145355210752 NOTICE: Running database version ViewModes6
  361. 2020-01-24 10:25:41.931 T:123145355210752 NOTICE: Running database version Textures13
  362. 2020-01-24 10:25:41.952 T:123145355210752 NOTICE: Running database version MyMusic72
  363. 2020-01-24 10:25:41.991 T:123145355210752 NOTICE: Running database version MyVideos116
  364. 2020-01-24 10:25:41.992 T:123145355210752 NOTICE: Running database version TV32
  365. 2020-01-24 10:25:41.993 T:123145355210752 NOTICE: Running database version Epg12
  366. 2020-01-24 10:25:41.993 T:123145355210752 DEBUG: Initialize, updating databases... DONE
  367. 2020-01-24 10:25:41.999 T:4808318400 NOTICE: start dvd mediatype detection
  368. 2020-01-24 10:25:41.999 T:4808318400 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
  369. 2020-01-24 10:25:42.000 T:123145355288576 DEBUG: Thread DetectDVDMedia start, auto delete: false
  370. 2020-01-24 10:25:42.000 T:123145355288576 DEBUG: Compiled with libcdio Version 0.94
  371. 2020-01-24 10:25:42.031 T:4808318400 INFO: Unloading old skin ...
  372. 2020-01-24 10:25:42.039 T:4808318400 NOTICE: load skin from: /Users/pkscout/Library/Application Support/Kodi/addons/skin.estuary.leia.pkscout.mod (version: 1.2.12)
  373. 2020-01-24 10:25:42.039 T:4808318400 INFO: load fonts for skin...
  374. 2020-01-24 10:25:42.041 T:4808318400 INFO: Loading skin includes from /Users/pkscout/Library/Application Support/Kodi/addons/skin.estuary.leia.pkscout.mod/xml/includes.xml
  375. 2020-01-24 10:25:42.119 T:4808318400 INFO: Loading fonts from /Users/pkscout/Library/Application Support/Kodi/addons/skin.estuary.leia.pkscout.mod/xml/Font.xml
  376. 2020-01-24 10:25:42.151 T:4808318400 ERROR: Couldn't load font name: big_time(noto-sans-bold.ttf), trying to substitute arial.ttf
  377. 2020-01-24 10:25:42.176 T:4808318400 ERROR: Couldn't load font name: big_date(noto-sans.ttf), trying to substitute arial.ttf
  378. 2020-01-24 10:25:42.187 T:4808318400 ERROR: Couldn't load font name: big_temperature(noto-sans-bold.ttf), trying to substitute arial.ttf
  379. 2020-01-24 10:25:42.196 T:4808318400 ERROR: Couldn't load font name: big_forecast(noto-sans.ttf), trying to substitute arial.ttf
  380. 2020-01-24 10:25:42.204 T:4808318400 ERROR: Couldn't load font name: ws_widget(noto-sans.ttf), trying to substitute arial.ttf
  381. 2020-01-24 10:25:42.209 T:4808318400 ERROR: Couldn't load font name: ws_widget_large(noto-sans.ttf), trying to substitute arial.ttf
  382. 2020-01-24 10:25:42.218 T:4808318400 ERROR: Couldn't load font name: little_info(noto-sans.ttf), trying to substitute arial.ttf
  383. 2020-01-24 10:25:42.253 T:4808318400 DEBUG: LocalizeStrings: loaded 140 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/skin.estuary.leia.pkscout.mod/language/resource.language.en_us/strings.po
  384. 2020-01-24 10:25:42.266 T:4808318400 DEBUG: LocalizeStrings: loaded 24 strings from file /Users/pkscout/Library/Application Support/Kodi/addons/skin.estuary.leia.pkscout.mod/language/resource.language.en_gb/strings.po
  385. 2020-01-24 10:25:42.266 T:4808318400 INFO: load new skin...
  386. 2020-01-24 10:25:42.267 T:4808318400 INFO: Loading custom window XMLs from skin path /Users/pkscout/Library/Application Support/Kodi/addons/skin.estuary.leia.pkscout.mod/xml
  387. 2020-01-24 10:25:42.281 T:4808318400 DEBUG: Load Skin XML: 14.69ms
  388. 2020-01-24 10:25:42.281 T:4808318400 INFO: initialize new skin...
  389. 2020-01-24 10:25:42.281 T:4808318400 DEBUG: guilib: Union as algorithm for solving rendering passes
  390. 2020-01-24 10:25:42.281 T:4808318400 INFO: Loading skin file: Custom_1111_MusicFullscreenEnabler.xml, load type: LOAD_ON_GUI_INIT
  391. 2020-01-24 10:25:42.282 T:4808318400 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  392. 2020-01-24 10:25:42.288 T:4808318400 DEBUG: OpenBundle - Opened bundle /Users/pkscout/Library/Application Support/Kodi/addons/skin.estuary.leia.pkscout.mod/media/Textures.xbt
  393. 2020-01-24 10:25:42.288 T:4808318400 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  394. 2020-01-24 10:25:42.290 T:4808318400 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  395. 2020-01-24 10:25:42.292 T:4808318400 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  396. 2020-01-24 10:25:42.295 T:4808318400 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  397. 2020-01-24 10:25:42.297 T:4808318400 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  398. 2020-01-24 10:25:42.298 T:4808318400 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  399. 2020-01-24 10:25:42.312 T:4808318400 INFO: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
  400. 2020-01-24 10:25:42.316 T:4808318400 INFO: Loading resource://resource.uisounds.kodi/sounds.xml
  401. 2020-01-24 10:25:42.354 T:4808318400 INFO: skin loaded...
  402. 2020-01-24 10:25:42.354 T:4808318400 DEBUG: Activating window ID: 12997
  403. 2020-01-24 10:25:42.354 T:4808318400 DEBUG: ------ Window Init () ------
  404. 2020-01-24 10:25:42.354 T:4808318400 DEBUG: Activating window ID: 12999
  405. 2020-01-24 10:25:42.354 T:4808318400 DEBUG: ------ Window Init (Startup.xml) ------
  406. 2020-01-24 10:25:42.354 T:4808318400 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  407. 2020-01-24 10:25:42.361 T:4808318400 DEBUG: Activating window ID: 10000
  408. 2020-01-24 10:25:42.361 T:4808318400 DEBUG: ------ Window Deinit (Startup.xml) ------
  409. 2020-01-24 10:25:42.361 T:4808318400 DEBUG: ------ Window Init (Home.xml) ------
  410. 2020-01-24 10:25:42.361 T:4808318400 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  411. 2020-01-24 10:25:42.635 T:4808318400 DEBUG: CDirectoryProvider[special://skin/playlists/recent_unwatched_movies.xsp]: refreshing..
  412. 2020-01-24 10:25:42.635 T:4808318400 DEBUG: CDirectoryProvider[special://skin/playlists/random_movies.xsp]: refreshing..
  413. 2020-01-24 10:25:42.635 T:4808318400 DEBUG: CDirectoryProvider[library://video/tvshows/]: refreshing..
  414. 2020-01-24 10:25:42.635 T:4808318400 DEBUG: CDirectoryProvider[special://skin/playlists/recent_unwatched_episodes.xsp]: refreshing..
  415. 2020-01-24 10:25:42.635 T:4808318400 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_inprogress_tvshows.xsp]: refreshing..
  416. 2020-01-24 10:25:42.635 T:4808318400 DEBUG: CDirectoryProvider[library://music/]: refreshing..
  417. 2020-01-24 10:25:42.635 T:4808318400 DEBUG: CDirectoryProvider[special://skin/playlists/random_artists.xsp]: refreshing..
  418. 2020-01-24 10:25:42.635 T:4808318400 DEBUG: CDirectoryProvider[special://skin/playlists/random_albums.xsp]: refreshing..
  419. 2020-01-24 10:25:42.635 T:4808318400 DEBUG: CDirectoryProvider[addons://]: refreshing..
  420. 2020-01-24 10:25:42.635 T:4808318400 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
  421. 2020-01-24 10:25:42.635 T:123145355825152 DEBUG: Thread JobWorker start, auto delete: true
  422. 2020-01-24 10:25:42.636 T:4808318400 DEBUG: CDirectoryProvider[library://video/]: refreshing..
  423. 2020-01-24 10:25:42.636 T:4808318400 DEBUG: CDirectoryProvider[sources://video/]: refreshing..
  424. 2020-01-24 10:25:42.636 T:4808318400 DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
  425. 2020-01-24 10:25:42.636 T:4808318400 DEBUG: CDirectoryProvider[pvr://channels/tv/*?view=lastplayed]: refreshing..
  426. 2020-01-24 10:25:42.636 T:4808318400 DEBUG: CDirectoryProvider[pvr://channels/radio/*?view=lastplayed]: refreshing..
  427. 2020-01-24 10:25:42.636 T:4808318400 DEBUG: CDirectoryProvider[pvr://recordings/radio/active?view=flat]: refreshing..
  428. 2020-01-24 10:25:42.636 T:4808318400 DEBUG: CDirectoryProvider[favourites://]: refreshing..
  429. 2020-01-24 10:25:42.637 T:123145356361728 DEBUG: Thread JobWorker start, auto delete: true
  430. 2020-01-24 10:25:42.637 T:4808318400 DEBUG: CDirectoryProvider[videodb://recentlyaddedmusicvideos/]: refreshing..
  431. 2020-01-24 10:25:42.637 T:4808318400 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_musicvideos.xsp]: refreshing..
  432. 2020-01-24 10:25:42.637 T:4808318400 DEBUG: CDirectoryProvider[special://skin/playlists/random_musicvideo_artists.xsp]: refreshing..
  433. 2020-01-24 10:25:42.637 T:4808318400 DEBUG: CDirectoryProvider[special://skin/playlists/random_musicvideos.xsp]: refreshing..
  434. 2020-01-24 10:25:42.637 T:4808318400 DEBUG: CDirectoryProvider[videodb://musicvideos/studios/]: refreshing..
  435. 2020-01-24 10:25:42.637 T:4808318400 DEBUG: CDirectoryProvider[sources://pictures/]: refreshing..
  436. 2020-01-24 10:25:42.637 T:4808318400 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
  437. 2020-01-24 10:25:42.673 T:4808318400 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  438. 2020-01-24 10:25:42.673 T:4808318400 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  439. 2020-01-24 10:25:42.673 T:4808318400 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  440. 2020-01-24 10:25:42.673 T:4808318400 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  441. 2020-01-24 10:25:42.708 T:4808318400 INFO: JSONRPC v10.3.0: Successfully initialized
  442. 2020-01-24 10:25:42.709 T:4808318400 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  443. 2020-01-24 10:25:42.710 T:4808318400 DEBUG: LoadMappings - loaded node "CEC Adapter"
  444. 2020-01-24 10:25:42.710 T:4808318400 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  445. 2020-01-24 10:25:42.710 T:4808318400 DEBUG: LoadMappings - loaded node "iMON HID device"
  446. 2020-01-24 10:25:42.710 T:4808318400 DEBUG: LoadMappings - loaded node "WETEK Play remote"
  447. 2020-01-24 10:25:42.710 T:4808318400 DEBUG: LoadMappings - loaded node ""
  448. 2020-01-24 10:25:42.736 T:123145357434880 DEBUG: Thread PeripBusCEC start, auto delete: false
  449. 2020-01-24 10:25:42.736 T:123145357971456 DEBUG: Thread PeripBusAddon start, auto delete: false
  450. 2020-01-24 10:25:42.736 T:4808318400 DEBUG: Initialise - initialised peripheral on 'keyboard' with 1 features and 0 sub devices
  451. 2020-01-24 10:25:42.736 T:4808318400 NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
  452. 2020-01-24 10:25:42.737 T:4808318400 DEBUG: Initialise - initialised peripheral on 'mouse' with 1 features and 0 sub devices
  453. 2020-01-24 10:25:42.737 T:4808318400 NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
  454. 2020-01-24 10:25:42.737 T:123145358508032 DEBUG: Thread PeripEventScanner start, auto delete: false
  455. 2020-01-24 10:25:42.739 T:4808318400 DEBUG: ContextMenuManager: addon menus reloaded.
  456. 2020-01-24 10:25:42.740 T:4808318400 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  457. 2020-01-24 10:25:42.740 T:4808318400 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
  458. 2020-01-24 10:25:42.740 T:4808318400 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
  459. 2020-01-24 10:25:42.740 T:4808318400 DEBUG: CPlayerCoreConfig::<ctor>: created player RetroPlayer
  460. 2020-01-24 10:25:42.740 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  461. 2020-01-24 10:25:42.740 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
  462. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  463. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  464. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  465. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  466. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  467. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  468. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  469. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  470. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  471. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  472. 2020-01-24 10:25:42.741 T:4808318400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  473. 2020-01-24 10:25:42.741 T:4808318400 NOTICE: Loaded playercorefactory configuration
  474. 2020-01-24 10:25:42.741 T:4808318400 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  475. 2020-01-24 10:25:42.741 T:4808318400 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  476. 2020-01-24 10:25:42.741 T:4808318400 INFO: removing tempfiles
  477. 2020-01-24 10:25:42.751 T:4808318400 DEBUG: CRepositoryUpdater: previous update at 01/23/2020 7:24:21 PM, next at 01/24/2020 7:24:21 PM
  478. 2020-01-24 10:25:42.751 T:123145359044608 DEBUG: Thread Timer start, auto delete: false
  479. 2020-01-24 10:25:42.753 T:4808318400 DEBUG: CServiceAddonManager: starting service.xbmc.versioncheck
  480. 2020-01-24 10:25:42.754 T:4808318400 NOTICE: initialize done
  481. 2020-01-24 10:25:42.754 T:4808318400 NOTICE: Running the application...
  482. 2020-01-24 10:25:42.754 T:123145359581184 DEBUG: Thread LanguageInvoker start, auto delete: false
  483. 2020-01-24 10:25:42.754 T:123145359581184 INFO: initializing python engine.
  484. 2020-01-24 10:25:42.754 T:123145359581184 DEBUG: PYTHONHOME -> /Applications/Kodi.app/Contents/Libraries/
  485. 2020-01-24 10:25:42.754 T:123145359581184 DEBUG: PYTHONPATH -> /Applications/Kodi.app/Contents/Libraries/
  486. 2020-01-24 10:25:42.755 T:4808318400 DEBUG: no profile autoexec.py (/Users/pkscout/Library/Application Support/Kodi/userdata/autoexec.py) found, skipping
  487. 2020-01-24 10:25:42.755 T:4808318400 DEBUG: NetworkMessage - Starting network services
  488. 2020-01-24 10:25:42.755 T:4808318400 NOTICE: starting zeroconf publishing
  489. 2020-01-24 10:25:42.756 T:4808318400 NOTICE: CWebServer[8085]: Started
  490. 2020-01-24 10:25:42.756 T:123145362239488 DEBUG: Thread EventServer start, auto delete: false
  491. 2020-01-24 10:25:42.756 T:123145362239488 NOTICE: ES: Starting UDP Event server on port 9777
  492. 2020-01-24 10:25:42.756 T:123145362239488 NOTICE: UDP: Listening on port 9777 (ipv6 : false)
  493. 2020-01-24 10:25:42.757 T:4808318400 INFO: JSONRPC Server: Successfully initialized
  494. 2020-01-24 10:25:42.757 T:123145362776064 DEBUG: Thread TCPServer start, auto delete: false
  495. 2020-01-24 10:25:42.774 T:123145356361728 DEBUG: GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '') ORDER BY RANDOM() LIMIT 15
  496. 2020-01-24 10:25:42.780 T:123145356361728 DEBUG: GetArtistsByWhere: Time to fill list with artists 7ms query took 2ms
  497. 2020-01-24 10:25:42.790 T:123145356361728 DEBUG: GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album' ORDER BY RANDOM() LIMIT 15
  498. 2020-01-24 10:25:42.794 T:123145356361728 DEBUG: GetAlbumsByWhere: Time to fill list with albums 5ms query took 1ms
  499. 2020-01-24 10:25:42.819 T:123145363312640 DEBUG: Thread JobWorker start, auto delete: true
  500. 2020-01-24 10:25:42.823 T:123145356361728 DEBUG: CAddonMgr::GetAvailableUpdates took 21 ms
  501. 2020-01-24 10:25:42.998 T:4808318400 INFO: GL: Maximum texture width: 16384
  502. 2020-01-24 10:25:43.001 T:123145355210752 DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
  503. 2020-01-24 10:25:43.002 T:123145355210752 DEBUG: Getting Directory (special://profile/playlists/video)
  504. 2020-01-24 10:25:43.004 T:123145355210752 DEBUG: Getting Directory (special://profile/playlists/mixed)
  505. 2020-01-24 10:25:43.004 T:123145355210752 DEBUG: CMultiPathDirectory::MergeItems, items = 3
  506. 2020-01-24 10:25:43.004 T:123145355210752 DEBUG: Testing path: [000] special://profile/playlists/video/Recent episodes.xsp
  507. 2020-01-24 10:25:43.004 T:123145355210752 DEBUG: Testing path: [001] special://profile/playlists/video/unwatched_tvshows.xsp
  508. 2020-01-24 10:25:43.004 T:123145355210752 DEBUG: CMultiPathDirectory::MergeItems, items = 3, took 0 ms
  509. 2020-01-24 10:25:43.079 T:123145359581184 DEBUG: CPythonInvoker(0, /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): start processing
  510. 2020-01-24 10:25:43.091 T:123145363312640 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  511. 2020-01-24 10:25:43.101 T:123145355210752 DEBUG: CZeroconfOSX::doPublishService identifier: servers.webserver type: _http._tcp name:Kodi (Kyles-MBP.lan) port:8085
  512. 2020-01-24 10:25:43.102 T:123145355825152 DEBUG: ADDON: Dll Initializing - NextPVR PVR Client
  513. 2020-01-24 10:25:43.103 T:123145355825152 DEBUG: SECTION:LoadDLL(/Users/pkscout/Library/Application Support/Kodi/addons/pvr.nextpvr/pvr.nextpvr.3.3.18.dylib)
  514. 2020-01-24 10:25:43.103 T:123145355825152 DEBUG: Loading: /Users/pkscout/Library/Application Support/Kodi/addons/pvr.nextpvr/pvr.nextpvr.3.3.18.dylib
  515. 2020-01-24 10:25:43.104 T:123145355210752 DEBUG: CZeroconfOSX::doPublishService identifier: servers.jsonrpc-http type: _xbmc-jsonrpc-h._tcp name:Kodi (Kyles-MBP.lan) port:8085
  516. 2020-01-24 10:25:43.104 T:123145355210752 DEBUG: CZeroconfOSX::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:Kodi (Kyles-MBP.lan) port:9777
  517. 2020-01-24 10:25:43.105 T:123145355210752 DEBUG: CZeroconfOSX::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:Kodi (Kyles-MBP.lan) port:9090
  518. 2020-01-24 10:25:43.105 T:123145355210752 INFO: WEATHER: Downloading weather
  519. 2020-01-24 10:25:43.105 T:123145363312640 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.*, songartistview.* FROM (SELECT idAlbum FROM album ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY songview.idAlbum DESC, songview.idSong, songartistview.idRole, songartistview.iOrder
  520. 2020-01-24 10:25:43.106 T:123145364385792 DEBUG: Thread LanguageInvoker start, auto delete: false
  521. 2020-01-24 10:25:43.106 T:123145364385792 INFO: initializing python engine.
  522. 2020-01-24 10:25:43.106 T:123145364385792 DEBUG: CPythonInvoker(1, /Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io/default.py): start processing
  523. 2020-01-24 10:25:43.127 T:123145355825152 INFO: AddOnLog: NextPVR PVR Client: Creating NextPVR PVR-Client
  524. 2020-01-24 10:25:43.127 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'host'
  525. 2020-01-24 10:25:43.129 T:123145363312640 DEBUG: GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
  526. 2020-01-24 10:25:43.133 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  527. 2020-01-24 10:25:43.133 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  528. 2020-01-24 10:25:43.138 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  529. 2020-01-24 10:25:43.139 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'port'
  530. 2020-01-24 10:25:43.140 T:123145359581184 DEBUG: -->Python Interpreter Initialized<--
  531. 2020-01-24 10:25:43.140 T:123145359581184 DEBUG: CPythonInvoker(0, /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): the source file to load is "/Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py"
  532. 2020-01-24 10:25:43.141 T:123145364385792 DEBUG: -->Python Interpreter Initialized<--
  533. 2020-01-24 10:25:43.141 T:123145364385792 DEBUG: CPythonInvoker(1, /Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io/default.py): the source file to load is "/Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io/default.py"
  534. 2020-01-24 10:25:43.141 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  535. 2020-01-24 10:25:43.141 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  536. 2020-01-24 10:25:43.142 T:123145364385792 DEBUG: CPythonInvoker(1, /Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io/default.py): setting the Python path to /Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.certifi/lib:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.chardet/lib:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.idna/lib:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.urllib3/lib:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/setuptools-18.4-py2.7.egg:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/Pillow-3.0.0-py2.7-macosx-10.14-x86_64.egg:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python27.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.7:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-dynload
  537. 2020-01-24 10:25:43.142 T:123145364385792 DEBUG: CPythonInvoker(1, /Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io/default.py): entering source directory /Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io
  538. 2020-01-24 10:25:43.142 T:123145359581184 DEBUG: CPythonInvoker(0, /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): setting the Python path to /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/setuptools-18.4-py2.7.egg:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/Pillow-3.0.0-py2.7-macosx-10.14-x86_64.egg:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python27.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.7:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-dynload
  539. 2020-01-24 10:25:43.142 T:123145359581184 DEBUG: CPythonInvoker(0, /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): entering source directory /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib
  540. 2020-01-24 10:25:43.142 T:123145359581184 DEBUG: CPythonInvoker(0, /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 2.14.0 of the xbmc.python api
  541. 2020-01-24 10:25:43.143 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  542. 2020-01-24 10:25:43.143 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'pin'
  543. 2020-01-24 10:25:43.144 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  544. 2020-01-24 10:25:43.144 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  545. 2020-01-24 10:25:43.145 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  546. 2020-01-24 10:25:43.145 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'livestreamingmethod'
  547. 2020-01-24 10:25:43.146 T:123145363312640 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  548. 2020-01-24 10:25:43.146 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  549. 2020-01-24 10:25:43.146 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  550. 2020-01-24 10:25:43.147 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  551. 2020-01-24 10:25:43.147 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'usetimeshift'
  552. 2020-01-24 10:25:43.147 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  553. 2020-01-24 10:25:43.147 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  554. 2020-01-24 10:25:43.148 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  555. 2020-01-24 10:25:43.148 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'guideartwork'
  556. 2020-01-24 10:25:43.148 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  557. 2020-01-24 10:25:43.149 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  558. 2020-01-24 10:25:43.150 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  559. 2020-01-24 10:25:43.150 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'host_mac'
  560. 2020-01-24 10:25:43.151 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  561. 2020-01-24 10:25:43.151 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  562. 2020-01-24 10:25:43.152 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  563. 2020-01-24 10:25:43.152 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'wolenable'
  564. 2020-01-24 10:25:43.152 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  565. 2020-01-24 10:25:43.152 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  566. 2020-01-24 10:25:43.154 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  567. 2020-01-24 10:25:43.154 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'woltimeout'
  568. 2020-01-24 10:25:43.154 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  569. 2020-01-24 10:25:43.154 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  570. 2020-01-24 10:25:43.156 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  571. 2020-01-24 10:25:43.156 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'kodilook'
  572. 2020-01-24 10:25:43.156 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  573. 2020-01-24 10:25:43.157 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  574. 2020-01-24 10:25:43.157 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  575. 2020-01-24 10:25:43.158 T:123145355825152 DEBUG: AddOnLog: NextPVR PVR Client: settings: host='127.0.0.1', port=8866, mac=70:8...
  576. 2020-01-24 10:25:43.158 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: Buffer created!
  577. 2020-01-24 10:25:43.158 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: DummyBuffer created!
  578. 2020-01-24 10:25:43.158 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: Buffer created!
  579. 2020-01-24 10:25:43.158 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: RecordingBuffer created!
  580. 2020-01-24 10:25:43.158 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: Buffer created!
  581. 2020-01-24 10:25:43.158 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: DummyBuffer created!
  582. 2020-01-24 10:25:43.179 T:123145355825152 DEBUG: CFileCache::Open - opening <service> using cache
  583. 2020-01-24 10:25:43.180 T:123145355825152 DEBUG: CurlFile::Open(0x7ff0bf62d530) http://127.0.0.1:8866/service?method=session.initiate&ver=1.0&device=xbmc
  584. 2020-01-24 10:25:43.180 T:123145355825152 INFO: easy_acquire - Created session to http://127.0.0.1
  585. 2020-01-24 10:25:43.186 T:123145364385792 DEBUG: CPythonInvoker(1, /Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io/default.py): instantiating addon using automatically obtained id of "weather.weatherbit.io" dependent on version 2.25.0 of the xbmc.python api
  586. 2020-01-24 10:25:43.194 T:123145363312640 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  587. 2020-01-24 10:25:43.196 T:123145363312640 DEBUG: GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')
  588. 2020-01-24 10:25:43.204 T:123145359581184 DEBUG: CAddonSettings[service.xbmc.versioncheck]: loading setting definitions
  589. 2020-01-24 10:25:43.205 T:123145359581184 DEBUG: CAddonSettings[service.xbmc.versioncheck]: trying to load setting definitions from old format...
  590. 2020-01-24 10:25:43.206 T:123145359581184 DEBUG: CAddonSettings[service.xbmc.versioncheck]: loading setting values
  591. 2020-01-24 10:25:43.206 T:123145359581184 DEBUG: CSettingsManager: requested setting (lastnotified_version) was not found.
  592. 2020-01-24 10:25:43.206 T:123145359581184 DEBUG: CAddonSettings[service.xbmc.versioncheck]: failed to find definition for setting lastnotified_version. Creating a setting on-the-fly...
  593. 2020-01-24 10:25:43.207 T:123145359581184 DEBUG: Version Check: Version 0.5.1 started
  594. 2020-01-24 10:25:43.297 T:123145365458944 DEBUG: Thread FileCache start, auto delete: false
  595. 2020-01-24 10:25:43.297 T:123145365458944 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  596. 2020-01-24 10:25:43.298 T:123145365458944 DEBUG: Thread FileCache 0 terminating
  597. 2020-01-24 10:25:43.298 T:123145355825152 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=session.initiate&ver=1.0&device=xbmc 200 161 0
  598. 2020-01-24 10:25:43.298 T:123145355825152 DEBUG: AddOnLog: NextPVR PVR Client: session.initiate returns: sid=791717c735534646a04e424033e1b850 salt=abba1cbb-97c7-4477-b662-5afaea2bb500
  599. 2020-01-24 10:25:43.298 T:123145355825152 DEBUG: CFileCache::Open - opening <service> using cache
  600. 2020-01-24 10:25:43.298 T:123145355825152 DEBUG: CurlFile::Open(0x7ff0bcef2cc0) http://127.0.0.1:8866/service?method=session.login&sid=791717c735534646a04e424033e1b850&md5=5B80797EB245118934703727DA7C8291
  601. 2020-01-24 10:25:43.338 T:123145365458944 DEBUG: Thread FileCache start, auto delete: false
  602. 2020-01-24 10:25:43.338 T:123145365458944 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  603. 2020-01-24 10:25:43.389 T:123145365458944 DEBUG: Thread FileCache 0 terminating
  604. 2020-01-24 10:25:43.390 T:123145355825152 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=session.login&sid=791717c735534646a04e424033e1b850&md5=5B80797EB245118934703727DA7C8291 200 109 0
  605. 2020-01-24 10:25:43.392 T:123145355825152 DEBUG: CFileCache::Open - opening <service> using cache
  606. 2020-01-24 10:25:43.393 T:123145355825152 DEBUG: CurlFile::Open(0x7ff0bf6471c0) http://127.0.0.1:8866/service?method=setting.list&sid=791717c735534646a04e424033e1b850
  607. 2020-01-24 10:25:43.400 T:123145365458944 DEBUG: Thread FileCache start, auto delete: false
  608. 2020-01-24 10:25:43.401 T:123145365458944 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  609. 2020-01-24 10:25:43.457 T:123145365458944 DEBUG: Thread FileCache 123145365458944 terminating
  610. 2020-01-24 10:25:43.457 T:123145355825152 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=setting.list 200 881 0
  611. 2020-01-24 10:25:43.457 T:123145355825152 DEBUG: AddOnLog: NextPVR PVR Client: NextPVR version: 50001
  612. 2020-01-24 10:25:43.457 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: time shift buffer in seconds == 1200
  613. 2020-01-24 10:25:43.457 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: Client Timeshift Based Buffering
  614. 2020-01-24 10:25:43.457 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: Buffer created!
  615. 2020-01-24 10:25:43.457 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: RecordingBuffer created!
  616. 2020-01-24 10:25:43.457 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'prebuffer'
  617. 2020-01-24 10:25:43.458 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  618. 2020-01-24 10:25:43.458 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  619. 2020-01-24 10:25:43.458 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  620. 2020-01-24 10:25:43.459 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'chunklivetv'
  621. 2020-01-24 10:25:43.459 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  622. 2020-01-24 10:25:43.459 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  623. 2020-01-24 10:25:43.461 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  624. 2020-01-24 10:25:43.462 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: EPG Based Buffer created!
  625. 2020-01-24 10:25:43.462 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'prebuffer'
  626. 2020-01-24 10:25:43.463 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  627. 2020-01-24 10:25:43.463 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  628. 2020-01-24 10:25:43.464 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  629. 2020-01-24 10:25:43.465 T:123145355825152 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'NextPVR PVR Client' requests setting 'chunklivetv'
  630. 2020-01-24 10:25:43.465 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting definitions
  631. 2020-01-24 10:25:43.465 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: trying to load setting definitions from old format...
  632. 2020-01-24 10:25:43.466 T:123145355825152 DEBUG: CAddonSettings[pvr.nextpvr]: loading setting values
  633. 2020-01-24 10:25:43.466 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: ClientTimeShift Buffer created!
  634. 2020-01-24 10:25:43.467 T:123145355825152 NOTICE: AddOnLog: NextPVR PVR Client: Server time offset in seconds: 0
  635. 2020-01-24 10:25:43.468 T:123145355825152 DEBUG: CFileCache::Open - opening <public/LiveStreams.xml> using cache
  636. 2020-01-24 10:25:43.468 T:123145355825152 DEBUG: CurlFile::Open(0x7ff0bf4b5010) http://127.0.0.1:8866/public/LiveStreams.xml?sid=791717c735534646a04e424033e1b850
  637. 2020-01-24 10:25:43.479 T:123145355825152 ERROR: CCurlFile::Open failed with code 404 for http://127.0.0.1:8866/public/LiveStreams.xml?sid=791717c735534646a04e424033e1b850:
  638. 2020-01-24 10:25:43.481 T:123145355825152 ERROR: Open - failed to open source <http://127.0.0.1:8866/public/LiveStreams.xml?sid=791717c735534646a04e424033e1b850>
  639. 2020-01-24 10:25:43.481 T:123145355825152 DEBUG: AddOnLog: NextPVR PVR Client: FileCopy (/public/LiveStreams.xml - special://userdata/addon_data/pvr.nextpvr/LiveStreams.xml) 400 0 0
  640. 2020-01-24 10:25:43.481 T:123145355825152 DEBUG: AddOnLog: NextPVR PVR Client: session.login successful
  641. 2020-01-24 10:25:43.481 T:123145355825152 DEBUG: AddOnLog: NextPVR PVR Client: ->GetProperties()
  642. 2020-01-24 10:25:43.481 T:123145355825152 DEBUG: AddOnLog: NextPVR PVR Client: ->GetBackendName()
  643. 2020-01-24 10:25:43.483 T:123145355825152 NOTICE: PVR Manager: Starting
  644. 2020-01-24 10:25:43.484 T:123145365458944 DEBUG: Thread PVRManager start, auto delete: false
  645. 2020-01-24 10:25:43.484 T:123145365995520 DEBUG: Thread PVRGUIProgressHandler start, auto delete: true
  646. 2020-01-24 10:25:43.488 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  647. 2020-01-24 10:25:43.488 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0bcef2c50) http://127.0.0.1:8866/service?method=channel.list&sid=791717c735534646a04e424033e1b850
  648. 2020-01-24 10:25:43.490 T:4808318400 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  649. 2020-01-24 10:25:43.501 T:123145355825152 DEBUG: GetImageHash - unable to stat url /Volumes/dvr_media/NextPVR/TVShows/This Old House/This.Old.House.S40E09.Westerly.Rockin.the.Granite-thumb.jpg
  650. 2020-01-24 10:25:43.503 T:123145355825152 DEBUG: GetImageHash - unable to stat url /Volumes/dvr_media/NextPVR/TVShows/Ask This Old House/Ask.This.Old.House.S18E09.Cable.Railing;.Painting.Shutters-thumb.jpg
  651. 2020-01-24 10:25:43.505 T:123145355825152 DEBUG: GetImageHash - unable to stat url /Volumes/dvr_media/NextPVR/TVShows/Magnum P.I/Magnum.P.I.S02E12.Desperate.Measures-thumb.jpg
  652. 2020-01-24 10:25:43.507 T:123145355825152 DEBUG: GetImageHash - unable to stat url /Volumes/dvr_media/NextPVR/TVShows/Doctor Who/Doctor.Who.S12E01.Spyfall,.Part.1-thumb.jpg
  653. 2020-01-24 10:25:43.508 T:123145355825152 DEBUG: GetImageHash - unable to stat url /Volumes/dvr_media/NextPVR/TVShows/Hawaii Five-0/Hawaii.Five-0.S10E12.Ihea.Oe.I.Ka.Wa.a.Ka.Ua.E.Loku.Ana-thumb.jpg
  654. 2020-01-24 10:25:43.528 T:123145366532096 DEBUG: Thread FileCache start, auto delete: false
  655. 2020-01-24 10:25:43.529 T:123145366532096 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  656. 2020-01-24 10:25:43.530 T:123145366532096 DEBUG: Thread FileCache 123145366532096 terminating
  657. 2020-01-24 10:25:43.530 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=channel.list 200 21990 0
  658. 2020-01-24 10:25:43.588 T:123145366532096 DEBUG: Thread PVRGUIProgressHandler start, auto delete: true
  659. 2020-01-24 10:25:43.601 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  660. 2020-01-24 10:25:43.601 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0bf55f8c0) http://127.0.0.1:8866/service?method=channel.groups&sid=791717c735534646a04e424033e1b850
  661. 2020-01-24 10:25:43.619 T:123145367068672 DEBUG: Thread FileCache start, auto delete: false
  662. 2020-01-24 10:25:43.619 T:123145367068672 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  663. 2020-01-24 10:25:43.672 T:123145367068672 DEBUG: Thread FileCache 0 terminating
  664. 2020-01-24 10:25:43.672 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=channel.groups 200 268 0
  665. 2020-01-24 10:25:43.672 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  666. 2020-01-24 10:25:43.673 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0bf694cd0) http://127.0.0.1:8866/service?method=channel.list&group_id=HDHomeRun%20Channels&sid=791717c735534646a04e424033e1b850
  667. 2020-01-24 10:25:43.689 T:123145367068672 DEBUG: Thread FileCache start, auto delete: false
  668. 2020-01-24 10:25:43.689 T:123145367068672 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  669. 2020-01-24 10:25:43.689 T:123145367068672 DEBUG: Thread FileCache 123145367068672 terminating
  670. 2020-01-24 10:25:43.689 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=channel.list&group_id=HDHomeRun%20Channels 200 90 0
  671. 2020-01-24 10:25:43.690 T:123145366532096 DEBUG: Thread PVRGUIProgressHandler 123145366532096 terminating (autodelete)
  672. 2020-01-24 10:25:43.707 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  673. 2020-01-24 10:25:43.707 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0bf627b40) http://127.0.0.1:8866/service?method=channel.list&sid=791717c735534646a04e424033e1b850
  674. 2020-01-24 10:25:43.739 T:123145366532096 DEBUG: Thread FileCache start, auto delete: false
  675. 2020-01-24 10:25:43.746 T:123145366532096 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  676. 2020-01-24 10:25:43.747 T:123145366532096 DEBUG: Thread FileCache 123145366532096 terminating
  677. 2020-01-24 10:25:43.747 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=channel.list 200 21990 0
  678. 2020-01-24 10:25:43.758 T:123145366532096 DEBUG: Thread PVRGUIProgressHandler start, auto delete: true
  679. 2020-01-24 10:25:43.761 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  680. 2020-01-24 10:25:43.761 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0bf5a1490) http://127.0.0.1:8866/service?method=recording.recurring.list&filter=pending&sid=791717c735534646a04e424033e1b850
  681. 2020-01-24 10:25:43.762 T:123145366532096 DEBUG: Thread PVRGUIProgressHandler 0 terminating (autodelete)
  682. 2020-01-24 10:25:43.778 T:123145366532096 DEBUG: Thread FileCache start, auto delete: false
  683. 2020-01-24 10:25:43.778 T:123145366532096 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  684. 2020-01-24 10:25:43.778 T:123145366532096 DEBUG: Thread FileCache 0 terminating
  685. 2020-01-24 10:25:43.778 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=recording.recurring.list&filter=pending 200 91 0
  686. 2020-01-24 10:25:43.778 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  687. 2020-01-24 10:25:43.778 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0bf5a1490) http://127.0.0.1:8866/service?method=recording.list&filter=pending&sid=791717c735534646a04e424033e1b850
  688. 2020-01-24 10:25:43.794 T:123145366532096 DEBUG: Thread FileCache start, auto delete: false
  689. 2020-01-24 10:25:43.794 T:123145366532096 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  690. 2020-01-24 10:25:43.794 T:123145366532096 DEBUG: Thread FileCache 123145366532096 terminating
  691. 2020-01-24 10:25:43.794 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=recording.list&filter=pending 200 92 0
  692. 2020-01-24 10:25:43.795 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  693. 2020-01-24 10:25:43.795 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0bf4d1b60) http://127.0.0.1:8866/service?method=recording.list&filter=conflict&sid=791717c735534646a04e424033e1b850
  694. 2020-01-24 10:25:43.811 T:123145366532096 DEBUG: Thread FileCache start, auto delete: false
  695. 2020-01-24 10:25:43.812 T:123145366532096 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  696. 2020-01-24 10:25:43.866 T:123145366532096 DEBUG: Thread FileCache 0 terminating
  697. 2020-01-24 10:25:43.866 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=recording.list&filter=conflict 200 92 0
  698. 2020-01-24 10:25:43.867 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  699. 2020-01-24 10:25:43.867 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0bf799690) http://127.0.0.1:8866/service?method=recording.list&filter=all&sid=791717c735534646a04e424033e1b850
  700. 2020-01-24 10:25:43.880 T:123145366532096 DEBUG: Thread FileCache start, auto delete: false
  701. 2020-01-24 10:25:43.880 T:123145366532096 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  702. 2020-01-24 10:25:43.914 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: loading setting definitions
  703. 2020-01-24 10:25:43.914 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: trying to load setting definitions from old format...
  704. 2020-01-24 10:25:43.916 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: loading setting values
  705. 2020-01-24 10:25:43.932 T:123145366532096 DEBUG: Thread FileCache 0 terminating
  706. 2020-01-24 10:25:43.932 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=recording.list&filter=all 200 92 0
  707. 2020-01-24 10:25:43.932 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: Updated recordings -1
  708. 2020-01-24 10:25:43.932 T:123145366532096 DEBUG: Thread PVRGUIInfo start, auto delete: false
  709. 2020-01-24 10:25:43.932 T:123145365458944 NOTICE: PVR Manager: Started
  710. 2020-01-24 10:25:43.933 T:123145363312640 INFO: Starting PVR channel icon search
  711. 2020-01-24 10:25:43.933 T:123145366532096 DEBUG: CFileCache::Open - opening <service> using cache
  712. 2020-01-24 10:25:43.933 T:123145366532096 DEBUG: CurlFile::Open(0x7ff0bf5b61e0) http://127.0.0.1:8866/service?method=recording.list&filter=ready&sid=791717c735534646a04e424033e1b850
  713. 2020-01-24 10:25:43.934 T:123145367068672 DEBUG: Thread PVRGUIProgressHandler start, auto delete: true
  714. 2020-01-24 10:25:43.957 T:123145367605248 DEBUG: Previous line repeats 1 times.
  715. 2020-01-24 10:25:43.957 T:123145367605248 DEBUG: Thread PVRGUIProgressHandler 123145367605248 terminating (autodelete)
  716. 2020-01-24 10:25:43.961 T:123145367605248 DEBUG: Thread PVRGUIProgressHandler start, auto delete: true
  717. 2020-01-24 10:25:43.961 T:123145367605248 DEBUG: Thread PVRGUIProgressHandler 123145367605248 terminating (autodelete)
  718. 2020-01-24 10:25:43.965 T:123145367605248 DEBUG: Thread FileCache start, auto delete: false
  719. 2020-01-24 10:25:43.965 T:123145367605248 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  720. 2020-01-24 10:25:44.000 T:123145365995520 DEBUG: Thread PVRGUIProgressHandler 123145365995520 terminating (autodelete)
  721. 2020-01-24 10:25:44.016 T:123145367605248 DEBUG: Thread FileCache 123145367605248 terminating
  722. 2020-01-24 10:25:44.016 T:123145366532096 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=recording.list&filter=ready 200 92 1
  723. 2020-01-24 10:25:45.142 T:123145365995520 DEBUG: Thread EPGUpdater start, auto delete: false
  724. 2020-01-24 10:25:45.143 T:123145355825152 NOTICE: EPG thread started
  725. 2020-01-24 10:25:45.174 T:123145367068672 DEBUG: Thread PVRGUIProgressHandler 123145367068672 terminating (autodelete)
  726. 2020-01-24 10:25:45.197 T:4808318400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
  727. 2020-01-24 10:25:45.198 T:4808318400 DEBUG: HandleKey: down (0xf081) pressed, action is Down
  728. 2020-01-24 10:25:45.199 T:4808318400 DEBUG: CDirectoryProvider[pvr://channels/tv/*?view=lastplayed]: refreshing..
  729. 2020-01-24 10:25:45.252 T:4808318400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  730. 2020-01-24 10:25:45.390 T:4808318400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
  731. 2020-01-24 10:25:45.390 T:4808318400 DEBUG: HandleKey: down (0xf081) pressed, action is Down
  732. 2020-01-24 10:25:45.415 T:4808318400 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  733. 2020-01-24 10:25:45.424 T:4808318400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  734. 2020-01-24 10:25:45.556 T:4808318400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
  735. 2020-01-24 10:25:45.556 T:4808318400 DEBUG: HandleKey: down (0xf081) pressed, action is Down
  736. 2020-01-24 10:25:45.607 T:4808318400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  737. 2020-01-24 10:25:45.723 T:4808318400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
  738. 2020-01-24 10:25:45.723 T:4808318400 DEBUG: HandleKey: down (0xf081) pressed, action is Down
  739. 2020-01-24 10:25:45.790 T:4808318400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  740. 2020-01-24 10:25:46.149 T:123145367068672 DEBUG: Thread PVRGUIProgressHandler start, auto delete: true
  741. 2020-01-24 10:25:46.153 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  742. 2020-01-24 10:25:46.153 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0c0891f30) http://127.0.0.1:8866/service?method=recording.recurring.list&filter=pending&sid=791717c735534646a04e424033e1b850
  743. 2020-01-24 10:25:46.156 T:4808318400 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  744. 2020-01-24 10:25:46.157 T:123145367068672 DEBUG: Thread PVRGUIProgressHandler 123145367068672 terminating (autodelete)
  745. 2020-01-24 10:25:46.162 T:4808318400 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  746. 2020-01-24 10:25:46.166 T:123145367068672 DEBUG: Thread FileCache start, auto delete: false
  747. 2020-01-24 10:25:46.166 T:123145367068672 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  748. 2020-01-24 10:25:46.218 T:123145367068672 DEBUG: Thread FileCache 123145367068672 terminating
  749. 2020-01-24 10:25:46.219 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=recording.recurring.list&filter=pending 200 91 0
  750. 2020-01-24 10:25:46.219 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  751. 2020-01-24 10:25:46.219 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0c0e16870) http://127.0.0.1:8866/service?method=recording.list&filter=pending&sid=791717c735534646a04e424033e1b850
  752. 2020-01-24 10:25:46.233 T:123145367068672 DEBUG: Thread FileCache start, auto delete: false
  753. 2020-01-24 10:25:46.234 T:123145367068672 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  754. 2020-01-24 10:25:46.285 T:123145367068672 DEBUG: Thread FileCache 123145367068672 terminating
  755. 2020-01-24 10:25:46.285 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=recording.list&filter=pending 200 92 0
  756. 2020-01-24 10:25:46.285 T:123145365458944 DEBUG: CFileCache::Open - opening <service> using cache
  757. 2020-01-24 10:25:46.285 T:123145365458944 DEBUG: CurlFile::Open(0x7ff0c0e16870) http://127.0.0.1:8866/service?method=recording.list&filter=conflict&sid=791717c735534646a04e424033e1b850
  758. 2020-01-24 10:25:46.297 T:123145353601024 DEBUG: Thread FileCache start, auto delete: false
  759. 2020-01-24 10:25:46.297 T:123145353601024 INFO: CFileCache::Process - Source read didn't return any data! Hit eof(?)
  760. 2020-01-24 10:25:46.347 T:123145353601024 DEBUG: Thread FileCache 123145353601024 terminating
  761. 2020-01-24 10:25:46.347 T:123145365458944 DEBUG: AddOnLog: NextPVR PVR Client: DoRequest return /service?method=recording.list&filter=conflict 200 92 0
  762. 2020-01-24 10:25:46.676 T:4808318400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0xf703, modifier: 0x0
  763. 2020-01-24 10:25:46.676 T:4808318400 DEBUG: HandleKey: right (0xf083) pressed, action is Right
  764. 2020-01-24 10:25:46.758 T:4808318400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  765. 2020-01-24 10:25:47.143 T:4808318400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
  766. 2020-01-24 10:25:47.143 T:4808318400 DEBUG: HandleKey: down (0xf081) pressed, action is Down
  767. 2020-01-24 10:25:47.149 T:4808318400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0x0000, modifier: 0x0
  768. 2020-01-24 10:25:47.507 T:4808318400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0xf703, modifier: 0x0
  769. 2020-01-24 10:25:47.507 T:4808318400 DEBUG: HandleKey: right (0xf083) pressed, action is Right
  770. 2020-01-24 10:25:47.572 T:4808318400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  771. 2020-01-24 10:25:47.722 T:4808318400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0xf703, modifier: 0x0
  772. 2020-01-24 10:25:47.723 T:4808318400 DEBUG: HandleKey: right (0xf083) pressed, action is Right
  773. 2020-01-24 10:25:47.764 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: loading setting definitions
  774. 2020-01-24 10:25:47.764 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: trying to load setting definitions from old format...
  775. 2020-01-24 10:25:47.766 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: loading setting values
  776. 2020-01-24 10:25:47.769 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: loading setting definitions
  777. 2020-01-24 10:25:47.769 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: trying to load setting definitions from old format...
  778. 2020-01-24 10:25:47.771 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: loading setting values
  779. 2020-01-24 10:25:47.774 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: loading setting definitions
  780. 2020-01-24 10:25:47.774 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: trying to load setting definitions from old format...
  781. 2020-01-24 10:25:47.776 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: loading setting values
  782. 2020-01-24 10:25:47.781 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: loading setting definitions
  783. 2020-01-24 10:25:47.781 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: trying to load setting definitions from old format...
  784. 2020-01-24 10:25:47.782 T:123145364385792 DEBUG: CAddonSettings[weather.weatherbit.io]: loading setting values
  785. 2020-01-24 10:25:47.782 T:123145364385792 INFO: CPythonInvoker(1, /Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io/default.py): script successfully run
  786. 2020-01-24 10:25:47.782 T:123145364385792 DEBUG: onExecutionDone(1, /Users/pkscout/Library/Application Support/Kodi/addons/weather.weatherbit.io/default.py)
  787. 2020-01-24 10:25:47.790 T:4808318400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  788. 2020-01-24 10:25:47.802 T:123145364385792 INFO: Python interpreter stopped
  789. 2020-01-24 10:25:47.802 T:123145364385792 DEBUG: Thread LanguageInvoker 0 terminating
  790. 2020-01-24 10:25:47.827 T:123145355210752 DEBUG: POParser: loaded 130 weather tokens
  791. 2020-01-24 10:25:47.923 T:4808318400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0xf703, modifier: 0x0
  792. 2020-01-24 10:25:47.923 T:4808318400 DEBUG: HandleKey: right (0xf083) pressed, action is Right
  793. 2020-01-24 10:25:47.989 T:4808318400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  794. 2020-01-24 10:25:48.089 T:4808318400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0xf703, modifier: 0x0
  795. 2020-01-24 10:25:48.089 T:4808318400 DEBUG: HandleKey: right (0xf083) pressed, action is Right
  796. 2020-01-24 10:25:48.190 T:4808318400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0x0000, modifier: 0x0
  797. 2020-01-24 10:25:48.231 T:123145359581184 DEBUG: Version Check: Version installed {u'major': 18, u'tag': u'stable', u'minor': 5, u'revision': u'20191116-37f51f6e63'}
  798. 2020-01-24 10:25:48.231 T:123145359581184 DEBUG: Version Check: Version available {u'major': u'18', u'extrainfo': u'final', u'tagversion': u'', u'tag': u'stable', u'addon_support': u'yes', u'minor': u'5', u'revision': u'20191116-37f51f6'}
  799. 2020-01-24 10:25:48.231 T:123145359581184 DEBUG: Version Check: There is no newer stable available
  800. 2020-01-24 10:25:48.232 T:123145359581184 INFO: CPythonInvoker(0, /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): script successfully run
  801. 2020-01-24 10:25:48.232 T:123145359581184 DEBUG: onExecutionDone(0, /Users/pkscout/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py)
  802. 2020-01-24 10:25:48.241 T:123145359581184 INFO: Python interpreter stopped
  803. 2020-01-24 10:25:48.241 T:123145359581184 DEBUG: Thread LanguageInvoker 123145359581184 terminating
  804. 2020-01-24 10:25:49.252 T:4808318400 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  805. 2020-01-24 10:25:49.382 T:4808318400 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
  806. 2020-01-24 10:25:49.383 T:4808318400 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
  807. 2020-01-24 10:25:49.383 T:123145348235264 DEBUG: Thread LanguageInvoker start, auto delete: false
  808. 2020-01-24 10:25:49.383 T:123145348235264 INFO: initializing python engine.
  809. 2020-01-24 10:25:49.384 T:123145348235264 DEBUG: CPythonInvoker(2, /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/default.py): start processing
  810. 2020-01-24 10:25:49.410 T:123145348235264 DEBUG: -->Python Interpreter Initialized<--
  811. 2020-01-24 10:25:49.410 T:123145348235264 DEBUG: CPythonInvoker(2, /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/default.py): the source file to load is "/Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/default.py"
  812. 2020-01-24 10:25:49.411 T:123145348235264 DEBUG: CPythonInvoker(2, /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/default.py): setting the Python path to /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.future/libs:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.kodi-six/libs:/Users/pkscout/Library/Application Support/Kodi/addons/script.module.six/lib:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/setuptools-18.4-py2.7.egg:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/Pillow-3.0.0-py2.7-macosx-10.14-x86_64.egg:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python27.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.7:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-dynload
  813. 2020-01-24 10:25:49.411 T:123145348235264 DEBUG: CPythonInvoker(2, /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/default.py): entering source directory /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc
  814. 2020-01-24 10:25:49.411 T:123145348235264 DEBUG: CPythonInvoker(2, /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/default.py): instantiating addon using automatically obtained id of "script.kodi.knewc" dependent on version 2.1.0 of the xbmc.python api
  815. 2020-01-24 10:25:49.524 T:123145348235264 DEBUG: /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc
  816. 2020-01-24 10:25:49.525 T:123145348235264 DEBUG: ['/Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/resources/src', '/Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/resources/lib', '', '/Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc', '/Users/pkscout/Library/Application Support/Kodi/addons/script.module.dateutil/lib', '/Users/pkscout/Library/Application Support/Kodi/addons/script.module.future/libs', '/Users/pkscout/Library/Application Support/Kodi/addons/script.module.kodi-six/libs', '/Users/pkscout/Library/Application Support/Kodi/addons/script.module.six/lib', '/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/setuptools-18.4-py2.7.egg', '/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/Pillow-3.0.0-py2.7-macosx-10.14-x86_64.egg', '/Applications/Kodi.app/Contents/Libraries', '/Applications/Kodi.app/Contents/Libraries/lib/python27.zip', '/Applications/Kodi.app/Contents/Libraries/lib/python2.7', '/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages', '/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-darwin', '/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-mac', '/Applications/Kodi.app/Contents/Libraries/lib/python2.7/plat-mac/lib-scriptpackages', '/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-tk', '/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-old', '/Applications/Kodi.app/Contents/Libraries/lib/python2.7/lib-dynload', u'/Users/pkscout/Library/Application Support/Kodi/addons/script.module.future/libs/future/standard_library/Lib']
  817. 2020-01-24 10:25:49.534 T:123145348235264 DEBUG: knewc Version: 2.8.0 Date: 2020-01-19
  818. 2020-01-24 10:25:49.822 T:123145348235264 DEBUG: dlsym(RTLD_DEFAULT, xdo_new): symbol not found
  819. 2020-01-24 10:25:49.823 T:123145348235264 DEBUG: Reading Settings.xml
  820. 2020-01-24 10:25:49.846 T:123145348235264 DEBUG: CAddonSettings[script.kodi.knewc]: loading setting definitions
  821. 2020-01-24 10:25:49.846 T:123145348235264 DEBUG: CAddonSettings[script.kodi.knewc]: trying to load setting definitions from old format...
  822. 2020-01-24 10:25:49.848 T:123145348235264 DEBUG: CAddonSettings[script.kodi.knewc]: loading setting values
  823. 2020-01-24 10:25:49.849 T:123145348235264 DEBUG: skin.estuary.leia.pkscout.mod
  824. 2020-01-24 10:25:49.849 T:123145348235264 DEBUG: config loaded from setting
  825. 2020-01-24 10:25:49.850 T:123145348235264 DEBUG: tz 36000
  826. 2020-01-24 10:25:49.850 T:123145348235264 DEBUG: utf-8
  827. 2020-01-24 10:25:49.850 T:123145348235264 DEBUG: DST off
  828. 2020-01-24 10:25:49.851 T:123145348235264 DEBUG: http://127.0.0.1:8866/public/Util/NPVR/Client/Instantiate
  829. 2020-01-24 10:25:49.860 T:4808318400 DEBUG: Activating window ID: 10160
  830. 2020-01-24 10:25:49.860 T:4808318400 DEBUG: ------ Window Init (DialogBusy.xml) ------
  831. 2020-01-24 10:25:49.888 T:123145348235264 DEBUG: HTTP Error 404: Not Found
  832. 2020-01-24 10:25:49.889 T:123145348235264 DEBUG: http://127.0.0.1:8866/service?method=session.initiate&ver=1.0&device=emby
  833. 2020-01-24 10:25:49.904 T:123145348235264 DEBUG: 57d0ffc21542419ab3dde865fd7ef8ea
  834. 2020-01-24 10:25:49.904 T:123145348235264 DEBUG: 3923b95d-641a-47cb-80a1-0f1160a5fb88
  835. 2020-01-24 10:25:49.905 T:123145348235264 DEBUG: http://127.0.0.1:8866/service?method=session.login&md5=354f1d86a5af9b818514af712d968d27&sid=57d0ffc21542419ab3dde865fd7ef8ea
  836. 2020-01-24 10:25:49.924 T:123145348235264 DEBUG: 57d0ffc21542419ab3dde865fd7ef8ea
  837. 2020-01-24 10:25:49.924 T:123145348235264 DEBUG: http://127.0.0.1:8866/service?method=setting.list&sid=57d0ffc21542419ab3dde865fd7ef8ea
  838. 2020-01-24 10:25:49.941 T:123145348235264 DEBUG: 050001
  839. 2020-01-24 10:25:49.941 T:123145348235264 DEBUG: http://127.0.0.1:8866/service?method=recording.lastupdated&sid=57d0ffc21542419ab3dde865fd7ef8ea
  840. 2020-01-24 10:25:49.985 T:123145348235264 DEBUG: 2020-01-24 09:42:40
  841. 2020-01-24 10:25:50.012 T:4808318400 DEBUG: Activating window ID: 13000
  842. 2020-01-24 10:25:50.117 T:4808318400 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  843. 2020-01-24 10:25:50.333 T:4808318400 DEBUG: ------ Window Deinit (Home.xml) ------
  844. 2020-01-24 10:25:50.333 T:4808318400 DEBUG: FreeVisualisation() done
  845. 2020-01-24 10:25:50.344 T:4808318400 DEBUG: ------ Window Init (/Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/resources/skins/Estuary/1080i/nextpvr_emulate.xml) ------
  846. 2020-01-24 10:25:50.344 T:4808318400 INFO: Loading skin file: /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/resources/skins/Estuary/1080i/nextpvr_emulate.xml, load type: LOAD_ON_GUI_INIT
  847. 2020-01-24 10:25:50.351 T:123145348235264 DEBUG: http://127.0.0.1:8866/service?method=recording.lastupdated&sid=57d0ffc21542419ab3dde865fd7ef8ea
  848. 2020-01-24 10:25:50.361 T:4808318400 DEBUG: Activating window ID: 10160
  849. 2020-01-24 10:25:50.361 T:4808318400 DEBUG: ------ Window Init (DialogBusy.xml) ------
  850. 2020-01-24 10:25:50.361 T:123145348235264 DEBUG: 2020-01-24 09:42:40
  851. 2020-01-24 10:25:50.362 T:123145348235264 DEBUG: http://127.0.0.1:8866/control?size=1920x1080&client=sdl-KNEW50xacde48001122&sid=57d0ffc21542419ab3dde865fd7ef8ea
  852. 2020-01-24 10:25:50.385 T:123145348235264 DEBUG: http://127.0.0.1:8866/control?media=stop&client=sdl-KNEW50xacde48001122&sid=57d0ffc21542419ab3dde865fd7ef8ea
  853. 2020-01-24 10:25:50.448 T:123145370738688 DEBUG: http://127.0.0.1:8866/activity?format=json&updates=1&client=sdl-KNEW50xacde48001122&sid=57d0ffc21542419ab3dde865fd7ef8ea
  854. 2020-01-24 10:25:50.470 T:123145370738688 DEBUG: HTTP Error 500: Internal Server Error
  855. 2020-01-24 10:25:50.470 T:123145348235264 INFO: CPythonInvoker(2, /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/default.py): script successfully run
  856. 2020-01-24 10:25:50.470 T:123145348235264 INFO: CPythonInvoker(2, /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/default.py): waiting on thread 123145370738688
  857. 2020-01-24 10:25:50.477 T:4808318400 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  858. 2020-01-24 10:25:50.477 T:4808318400 DEBUG: ------ Window Deinit (/Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/resources/skins/Estuary/1080i/nextpvr_emulate.xml) ------
  859. 2020-01-24 10:25:50.478 T:4808318400 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  860. 2020-01-24 10:25:50.478 T:4808318400 DEBUG: ------ Window Init (Home.xml) ------
  861. 2020-01-24 10:25:50.479 T:4808318400 DEBUG: CDirectoryProvider[pvr://channels/radio/*?view=lastplayed]: refreshing..
  862. 2020-01-24 10:25:50.479 T:4808318400 DEBUG: CDirectoryProvider[pvr://recordings/radio/active?view=flat]: refreshing..
  863. 2020-01-24 10:25:50.566 T:4808318400 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  864. 2020-01-24 10:25:51.489 T:123145348235264 DEBUG: onExecutionDone(2, /Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knewc/default.py)
  865. 2020-01-24 10:25:51.504 T:123145348235264 INFO: Python interpreter stopped
  866. 2020-01-24 10:25:51.504 T:123145348235264 DEBUG: Thread LanguageInvoker 123145348235264 terminating
  867. 2020-01-24 10:25:52.961 T:4808318400 DEBUG: Keyboard: scancode: 0x00, sym: 0x0136, unicode: 0x0000, modifier: 0x0
  868. 2020-01-24 10:25:52.961 T:4808318400 DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
  869. 2020-01-24 10:25:52.961 T:4808318400 DEBUG: Previous line repeats 3 times.
  870. 2020-01-24 10:25:52.961 T:4808318400 DEBUG: HandleKey: 0 (0xf200, obc-61697) pressed, action is
  871. 2020-01-24 10:25:56.075 T:4808318400 NOTICE: Stopping player
  872. 2020-01-24 10:25:56.075 T:4808318400 NOTICE: Storing total System Uptime
  873. 2020-01-24 10:25:56.076 T:4808318400 NOTICE: Saving settings
  874. 2020-01-24 10:25:56.079 T:4808318400 NOTICE: Saving skin settings
  875. 2020-01-24 10:25:56.082 T:4808318400 NOTICE: Stopping all
  876. 2020-01-24 10:25:56.082 T:123145363312640 DEBUG: Thread JobWorker 123145363312640 terminating (autodelete)
  877. 2020-01-24 10:25:56.082 T:4808318400 DEBUG: NetworkMessage - Signaling network services to stop
  878. 2020-01-24 10:25:56.082 T:4808318400 NOTICE: ES: Stopping event server
  879. 2020-01-24 10:25:56.082 T:123145355825152 DEBUG: Thread JobWorker 123145355825152 terminating (autodelete)
  880. 2020-01-24 10:25:56.083 T:123145355210752 DEBUG: Thread JobWorker 123145355210752 terminating (autodelete)
  881. 2020-01-24 10:25:56.083 T:4808318400 DEBUG: NetworkMessage - Waiting for network services to stop
  882. 2020-01-24 10:25:56.083 T:4808318400 NOTICE: stopping zeroconf publishing
  883. 2020-01-24 10:25:56.083 T:123145356361728 DEBUG: Thread JobWorker 123145356361728 terminating (autodelete)
  884. 2020-01-24 10:25:56.084 T:4808318400 NOTICE: CWebServer[8085]: Stopped
  885. 2020-01-24 10:25:56.556 T:123145366532096 DEBUG: Thread PVRGUIInfo 0 terminating
  886. 2020-01-24 10:25:56.789 T:123145362239488 NOTICE: ES: UDP Event server stopped
  887. 2020-01-24 10:25:56.789 T:123145362239488 DEBUG: Thread EventServer 123145362239488 terminating
  888. 2020-01-24 10:25:56.792 T:123145362776064 DEBUG: Thread TCPServer 123145362776064 terminating
  889. 2020-01-24 10:25:56.794 T:4808318400 NOTICE: stop dvd detect media
  890. 2020-01-24 10:25:56.794 T:123145355288576 DEBUG: Thread DetectDVDMedia 123145355288576 terminating
  891. 2020-01-24 10:25:56.794 T:4808318400 DEBUG: XBMCHelper: Sending SIGKILL to XBMCHelper
  892. 2020-01-24 10:25:56.795 T:4808318400 DEBUG: CServiceAddonManager: stopping service.xbmc.versioncheck.
  893. 2020-01-24 10:25:56.795 T:4808318400 INFO: CServiceAddonManager: failed to stop service.xbmc.versioncheck (may have ended)
  894. 2020-01-24 10:25:56.795 T:123145351454720 DEBUG: Thread ActiveAE 123145351454720 terminating
  895. 2020-01-24 10:25:56.798 T:123145351991296 DEBUG: Thread AESink 123145351991296 terminating
  896. 2020-01-24 10:25:56.944 T:4808318400 DEBUG: CCoreAudioStream::Close: Restoring original physical format for stream 0x0038. ([lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (48000Hz))
  897. 2020-01-24 10:25:57.351 T:4808318400 DEBUG: CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x0038. now active ([lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (48000Hz))
  898. 2020-01-24 10:25:57.351 T:4808318400 DEBUG: CCoreAudioStream::Close: Closed stream 0x0038.
  899. 2020-01-24 10:25:57.351 T:4808318400 NOTICE: Application stopped
  900. 2020-01-24 10:25:57.552 T:4808318400 NOTICE: XBApplicationEx: destroying...
  901. 2020-01-24 10:25:57.552 T:4808318400 NOTICE: PVR Manager: Stopping
  902. 2020-01-24 10:25:57.552 T:123145365995520 DEBUG: Thread EPGUpdater 123145365995520 terminating
  903. 2020-01-24 10:25:58.356 T:123145365458944 DEBUG: Thread PVRManager 123145365458944 terminating
  904. 2020-01-24 10:25:58.375 T:4808318400 NOTICE: PVR Manager: Stopped
  905. 2020-01-24 10:26:00.697 T:4808318400 DEBUG: AddOnLog: NextPVR PVR Client: ->~cPVRClientNextPVR()
  906. 2020-01-24 10:26:00.697 T:4808318400 DEBUG: SECTION:UnloadDll(/Users/pkscout/Library/Application Support/Kodi/addons/pvr.nextpvr/pvr.nextpvr.3.3.18.dylib)
  907. 2020-01-24 10:26:00.698 T:4808318400 INFO: ADDON: Dll Destroyed - NextPVR PVR Client
  908. 2020-01-24 10:26:00.698 T:123145358508032 DEBUG: Thread PeripEventScanner 123145358508032 terminating
  909. 2020-01-24 10:26:00.698 T:123145357434880 DEBUG: Thread PeripBusCEC 123145357434880 terminating
  910. 2020-01-24 10:26:00.698 T:123145357971456 DEBUG: Thread PeripBusAddon 123145357971456 terminating
  911. 2020-01-24 10:26:00.803 T:4808318400 NOTICE: unload skin
  912. 2020-01-24 10:26:00.803 T:4808318400 INFO: Unloading old skin ...
  913. 2020-01-24 10:26:00.806 T:4808318400 DEBUG: ------ Window Deinit (Home.xml) ------
  914. 2020-01-24 10:26:00.807 T:4808318400 DEBUG: FreeVisualisation() done
  915. 2020-01-24 10:26:00.818 T:4808318400 DEBUG: Previous line repeats 1 times.
  916. 2020-01-24 10:26:00.818 T:4808318400 DEBUG: CloseBundle - Closed bundle
  917. 2020-01-24 10:26:00.832 T:4808318400 NOTICE: unload sections
  918. 2020-01-24 10:26:00.835 T:123145359044608 DEBUG: Thread Timer 123145359044608 terminating
  919. 2020-01-24 10:26:00.836 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036cd180 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  920. 2020-01-24 10:26:00.836 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036c2280 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  921. 2020-01-24 10:26:00.836 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036c2000 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  922. 2020-01-24 10:26:00.837 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036c0600 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  923. 2020-01-24 10:26:00.837 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036c0500 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  924. 2020-01-24 10:26:00.837 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036ffe00 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  925. 2020-01-24 10:26:00.837 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036c0480 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  926. 2020-01-24 10:26:00.837 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036c0100 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  927. 2020-01-24 10:26:00.837 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036c5d80 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  928. 2020-01-24 10:26:00.837 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036c5780 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  929. 2020-01-24 10:26:00.837 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036c5500 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  930. 2020-01-24 10:26:00.837 T:4808318400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x6000036de700 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  931. 2020-01-24 10:26:00.837 T:4808318400 DEBUG: object 0 --> 0 instances
  932. 2020-01-24 10:26:00.837 T:4808318400 DEBUG: object 1 --> 0 instances
  933. 2020-01-24 10:26:00.837 T:4808318400 DEBUG: object 2 --> 0 instances
  934. 2020-01-24 10:26:00.837 T:4808318400 DEBUG: object 3 --> 0 instances
  935. 2020-01-24 10:26:00.837 T:4808318400 DEBUG: object 4 --> 0 instances
  936. 2020-01-24 10:26:00.837 T:4808318400 DEBUG: object 5 --> 0 instances
  937. 2020-01-24 10:26:00.837 T:4808318400 DEBUG: object 6 --> 0 instances
  938. 2020-01-24 10:26:00.837 T:4808318400 DEBUG: object 7 --> 0 instances
  939. 2020-01-24 10:26:00.837 T:4808318400 DEBUG: object 8 --> 0 instances
  940. 2020-01-24 10:26:00.837 T:4808318400 DEBUG: object 9 --> 0 instances
  941. 2020-01-24 10:26:00.846 T:123145350918144 DEBUG: Thread Announce 123145350918144 terminating
  942. 2020-01-24 10:26:00.848 T:4808318400 NOTICE: XBApplicationEx: application stopped!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement