Advertisement
Guest User

Untitled

a guest
Sep 10th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 353.60 KB | None | 0 0
  1. 01:15:38 T:140735165030400 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 01:15:38 T:140735165030400 NOTICE: -----------------------------------------------------------------------
  3. 01:15:38 T:140735165030400 NOTICE: Starting Kodi (16.1 Git:2016-04-24-c327c53). Platform: OS X x86 64-bit
  4. 01:15:38 T:140735165030400 NOTICE: Using Release Kodi x64 build
  5. 01:15:38 T:140735165030400 NOTICE: Kodi compiled Apr 24 2016 by Clang 6.0 (clang-600.0.56) for OS X x86 64-bit version 10.7.0 (1070)
  6. 01:15:38 T:140735165030400 NOTICE: Running on Apple Inc. MacBookPro8,1 with OS X 10.11.6, kernel: Darwin x86 64-bit version 15.6.0
  7. 01:15:38 T:140735165030400 NOTICE: Host CPU: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 4 cores available
  8. 01:15:38 T:140735165030400 NOTICE: special://xbmc/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi
  9. 01:15:38 T:140735165030400 NOTICE: special://xbmcbin/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi
  10. 01:15:38 T:140735165030400 NOTICE: special://masterprofile/ is mapped to: /Users/xbmcuser/Library/Application Support/Kodi/userdata
  11. 01:15:38 T:140735165030400 NOTICE: special://home/ is mapped to: /Users/xbmcuser/Library/Application Support/Kodi
  12. 01:15:38 T:140735165030400 NOTICE: special://temp/ is mapped to: /Users/xbmcuser/.kodi/temp
  13. 01:15:38 T:140735165030400 NOTICE: special://frameworks/ is mapped to: /Applications/Kodi.app/Contents/Libraries
  14. 01:15:38 T:140735165030400 NOTICE: The executable running is: /Applications/Kodi.app/Contents/MacOS/Kodi
  15. 01:15:38 T:140735165030400 NOTICE: Local hostname: coyote
  16. 01:15:38 T:140735165030400 NOTICE: Log File is located: /Users/xbmcuser/Library/Logs/kodi.log
  17. 01:15:38 T:140735165030400 NOTICE: -----------------------------------------------------------------------
  18. 01:15:38 T:140735165030400 NOTICE: load settings...
  19. 01:15:38 T:140735165030400 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
  20. 01:15:38 T:140735165030400 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
  21. 01:15:38 T:140735165030400 NOTICE: Found 1 Lists of Devices
  22. 01:15:38 T:140735165030400 NOTICE: Enumerated DARWINOSX devices:
  23. 01:15:38 T:140735165030400 NOTICE: Device 1
  24. 01:15:38 T:140735165030400 NOTICE: m_deviceName : default
  25. 01:15:38 T:140735165030400 NOTICE: m_displayName : Default
  26. 01:15:38 T:140735165030400 NOTICE: m_displayNameExtra: Built-in Output
  27. 01:15:38 T:140735165030400 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  28. 01:15:38 T:140735165030400 NOTICE: m_channels : FL,FR
  29. 01:15:38 T:140735165030400 NOTICE: m_sampleRates : 96000,48000,44100
  30. 01:15:38 T:140735165030400 NOTICE: m_dataFormats : AE_FMT_S24LE3,AE_FMT_S16LE
  31. 01:15:38 T:140735165030400 NOTICE: Device 2
  32. 01:15:38 T:140735165030400 NOTICE: m_deviceName : Built-in Output:stream0
  33. 01:15:38 T:140735165030400 NOTICE: m_displayName : Built-in Output
  34. 01:15:38 T:140735165030400 NOTICE: m_displayNameExtra: Internal Speakers
  35. 01:15:38 T:140735165030400 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  36. 01:15:38 T:140735165030400 NOTICE: m_channels : FL,FR
  37. 01:15:38 T:140735165030400 NOTICE: m_sampleRates : 96000,48000,44100
  38. 01:15:38 T:140735165030400 NOTICE: m_dataFormats : AE_FMT_S24LE3,AE_FMT_S16LE
  39. 01:15:38 T:140735165030400 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  40. 01:15:38 T:140735165030400 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  41. 01:15:38 T:140735165030400 NOTICE: Contents of special://profile/advancedsettings.xml are...
  42. <advancedsettings>
  43. <!-- temporarily enable debug logging -->
  44. <!--
  45. <loglevel>2</loglevel>
  46. -->
  47. <!-- define additional words to ignore at the start of names -->
  48. <sorttokens>
  49. <token>the</token>
  50. <token>a</token>
  51. <token>an</token>
  52. </sorttokens>
  53. <!-- use mysql for storing the library -->
  54. <videodatabase>
  55. <type>mysql</type>
  56. <host>192.168.0.10</host>
  57. <port>3306</port>
  58. <user>xbmc</user>
  59. <pass>*********</pass>
  60. <name>Video_Master_</name>
  61. </videodatabase>
  62. <musicdatabase>
  63. <type>mysql</type>
  64. <host>192.168.0.10</host>
  65. <port>3306</port>
  66. <user>xbmc</user>
  67. <pass>*********</pass>
  68. <!-- <name>xbmc_music</name> -->
  69. </musicdatabase>
  70. <videolibrary>
  71. <!-- sort "recently added" videos by date added instead of file date -->
  72. <!-- behaviour was changed in xbmc12 -->
  73. <!-- 0 results in using the current datetime when adding a video;
  74. 1 (default) results in prefering to use the files mtime (if it's valid) and only using the file's ctime if the mtime isn't valid;
  75. 2 results in using the newer datetime of the file's mtime and ctime -->
  76. <!-- set this to default of using file date again since refreshing a
  77. file's info will cause the dateAdded to be updated, making it work
  78. more like a "dateUpdated" than a "dateAdded". currently running
  79. Jarvis 16.1. -->
  80. <dateadded>1</dateadded>
  81. <!-- show more recently added items than default of 25 -->
  82. <recentlyaddeditems>50</recentlyaddeditems>
  83. </videolibrary>
  84. <audio>
  85. <!-- try to fix busted audio engine -->
  86. <audiophile>1</audiophile>
  87. <streamsilence>1</streamsilence>
  88. </audio>
  89. <video>
  90. <!-- since some subtitles are really badly timed -->
  91. <subsdelayrange>30</subsdelayrange>
  92. </video>
  93. <!-- kodi won't update database from xbmc -->
  94. <importwatchedstate>true</importwatchedstate>
  95. </advancedsettings>
  96. 01:15:38 T:140735165030400 WARNING: VIDEO database configuration is experimental.
  97. 01:15:38 T:140735165030400 NOTICE: Default DVD Player: dvdplayer
  98. 01:15:38 T:140735165030400 NOTICE: Default Video Player: dvdplayer
  99. 01:15:38 T:140735165030400 NOTICE: Default Audio Player: paplayer
  100. 01:15:38 T:140735165030400 NOTICE: Enabled debug logging due to GUI setting (2)
  101. 01:15:38 T:140735165030400 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  102. 01:15:38 T:140735165030400 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  103. 01:15:38 T:140735165030400 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  104. 01:15:38 T:140735165030400 DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
  105. 01:15:38 T:140735165030400 DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
  106. 01:15:38 T:140735165030400 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
  107. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  108. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
  109. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  110. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  111. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  112. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  113. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  114. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  115. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  116. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  117. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  118. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  119. 01:15:38 T:140735165030400 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  120. 01:15:38 T:140735165030400 NOTICE: Loaded playercorefactory configuration
  121. 01:15:38 T:140735165030400 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  122. 01:15:38 T:140735165030400 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  123. 01:15:38 T:140735165030400 INFO: creating subdirectories
  124. 01:15:38 T:140735165030400 INFO: userdata folder: special://masterprofile/
  125. 01:15:38 T:140735165030400 INFO: recording folder:
  126. 01:15:38 T:140735165030400 INFO: screenshots folder:
  127. 01:15:38 T:123145307209728 DEBUG: Thread ActiveAE start, auto delete: false
  128. 01:15:38 T:123145307746304 DEBUG: Thread AESink start, auto delete: false
  129. 01:15:38 T:123145307746304 INFO: CActiveAESink::OpenSink - initialize sink
  130. 01:15:38 T:123145307746304 DEBUG: CActiveAESink::OpenSink - trying to open device DARWINOSX:default
  131. 01:15:38 T:123145307746304 NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std::string &): Opening default device Built-in Output
  132. 01:15:38 T:123145307746304 DEBUG: FindSuitableFormatForStream: Finding stream for format AE_FMT_FLOAT
  133. 01:15:38 T:123145307746304 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (96000Hz) rated 929.129272
  134. 01:15:38 T:123145307746304 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (48000Hz) rated 1419.564697
  135. 01:15:38 T:123145307746304 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz) rated 1508.000000
  136. 01:15:38 T:123145307746304 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (96000Hz) rated 928.129272
  137. 01:15:38 T:123145307746304 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (48000Hz) rated 1418.564697
  138. 01:15:38 T:123145307746304 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (44100Hz) rated 1507.000000
  139. 01:15:38 T:123145307746304 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (96000Hz) rated 928.129272
  140. 01:15:38 T:123145307746304 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (48000Hz) rated 1418.564697
  141. 01:15:38 T:123145307746304 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (44100Hz) rated 1507.000000
  142. 01:15:38 T:123145307746304 DEBUG: Initialize: Selected stream[0] - id: 0x0036, Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz)
  143. 01:15:38 T:123145307746304 DEBUG: CCoreAudioDevice::SupportsMixing: Device mixing support : 'No'.
  144. 01:15:38 T:123145307746304 DEBUG: CCoreAudioStream::Open: Opened stream 0x0036.
  145. 01:15:38 T:123145307746304 DEBUG: Initialize: Previous Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
  146. 01:15:38 T:123145307746304 DEBUG: Initialize: Previous Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz)
  147. 01:15:38 T:123145307746304 DEBUG: CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x0036. now active ([lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz))
  148. 01:15:38 T:123145307746304 DEBUG: Initialize: New Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
  149. 01:15:38 T:123145307746304 DEBUG: Initialize: New Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz)
  150. 01:15:38 T:123145307746304 DEBUG: GetAEChannelMap Engine requests layout FL,FR
  151. 01:15:38 T:123145307746304 DEBUG: GetAEChannelMap trying to map to stereo layout: [Left] [Right]
  152. 01:15:38 T:123145307746304 DEBUG: GetAEChannelMap mapped channels to layout FL,FR
  153. 01:15:38 T:123145307746304 DEBUG: Initialize: using buffer size: 16384 (0.046440 ms)
  154. 01:15:38 T:123145307746304 DEBUG: CActiveAESink::OpenSink - DARWINOSX Initialized:
  155. 01:15:38 T:123145307746304 DEBUG: Output Device : Default
  156. 01:15:38 T:123145307746304 DEBUG: Sample Rate : 44100
  157. 01:15:38 T:123145307746304 DEBUG: Sample Format : AE_FMT_FLOAT
  158. 01:15:38 T:123145307746304 DEBUG: Channel Count : 2
  159. 01:15:38 T:123145307746304 DEBUG: Channel Layout: FL,FR
  160. 01:15:38 T:123145307746304 DEBUG: Frames : 512
  161. 01:15:38 T:123145307746304 DEBUG: Frame Samples : 1024
  162. 01:15:38 T:123145307746304 DEBUG: Frame Size : 8
  163. 01:15:38 T:140735165030400 NOTICE: Running database version Addons20
  164. 01:15:38 T:140735165030400 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcpluff-x86-osx.so)
  165. 01:15:38 T:140735165030400 DEBUG: Loading: /Applications/Kodi.app/Contents/Resources/Kodi/system/libcpluff-x86-osx.so
  166. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in weather.openweathermap.extended has been installed.'
  167. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  168. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.t0mm0.common has been installed.'
  169. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.wnbc has been installed.'
  170. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.skin.helper.widgets has been installed.'
  171. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.autocompletion has been installed.'
  172. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
  173. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been installed.'
  174. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been installed.'
  175. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.skin.helper.backgrounds has been installed.'
  176. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been installed.'
  177. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
  178. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been installed.'
  179. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.timidity has been installed.'
  180. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.openweathermap.maps has been installed.'
  181. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.wabc has been installed.'
  182. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  183. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.fishbmc has been installed.'
  184. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  185. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
  186. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.thetvdb has been installed.'
  187. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.six has been installed.'
  188. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  189. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
  190. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
  191. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
  192. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been installed.'
  193. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in adsp.basic has been installed.'
  194. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.t1mlib has been installed.'
  195. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.rapier has been installed.'
  196. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.nhklive has been installed.'
  197. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
  198. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in kodi.adsp has been installed.'
  199. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
  200. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been installed.'
  201. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.wral has been installed.'
  202. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
  203. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been installed.'
  204. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been installed.'
  205. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  206. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.universal has been installed.'
  207. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.ofdb.de has been installed.'
  208. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  209. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been installed.'
  210. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.bursting-bubbles has been installed.'
  211. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.autocompletion has been installed.'
  212. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  213. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  214. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.shadertoy has been installed.'
  215. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been installed.'
  216. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
  217. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been installed.'
  218. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been installed.'
  219. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
  220. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.hdhomerun has been installed.'
  221. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.ym has been installed.'
  222. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been installed.'
  223. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
  224. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.randomandlastitems has been installed.'
  225. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been installed.'
  226. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.image.resource.select has been installed.'
  227. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  228. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  229. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in skin.rapier has been installed.'
  230. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplecache has been installed.'
  231. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
  232. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in repository.misty has been installed.'
  233. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
  234. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been installed.'
  235. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  236. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pingpong has been installed.'
  237. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
  238. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
  239. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been installed.'
  240. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been installed.'
  241. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.arrow has been installed.'
  242. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been installed.'
  243. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been installed.'
  244. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been installed.'
  245. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.bestofnhk has been installed.'
  246. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
  247. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
  248. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
  249. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.video.F4mProxy has been installed.'
  250. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
  251. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.actionhandler has been installed.'
  252. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.goom has been installed.'
  253. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
  254. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been installed.'
  255. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.movieposterdb.com has been installed.'
  256. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
  257. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  258. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.dateutil has been installed.'
  259. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.spectrum has been installed.'
  260. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
  261. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
  262. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.port.hu has been installed.'
  263. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been installed.'
  264. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been installed.'
  265. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.musicbrainz has been installed.'
  266. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  267. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  268. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
  269. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
  270. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.skin.helper.service has been installed.'
  271. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
  272. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been installed.'
  273. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in adsp.freesurround has been installed.'
  274. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.t9.search has been installed.'
  275. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been installed.'
  276. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.images.studios.white has been installed.'
  277. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.omdbapi.com has been installed.'
  278. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  279. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
  280. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
  281. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  282. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
  283. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  284. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been installed.'
  285. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.xbmc.unpausejumpback has been installed.'
  286. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  287. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  288. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
  289. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
  290. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.metadatautils has been installed.'
  291. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been installed.'
  292. 01:15:38 T:140735165030400 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  293. 01:15:38 T:140735165030400 NOTICE: ADDONS: Using repository repository.xbmc.org
  294. 01:15:38 T:140735165030400 NOTICE: ADDONS: Using repository repository.misty
  295. 01:15:38 T:140735165030400 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  296. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  297. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  298. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  299. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
  300. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
  301. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
  302. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  303. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  304. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  305. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  306. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
  307. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  308. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  309. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  310. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  311. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  312. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
  313. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  314. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  315. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  316. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  317. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  318. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  319. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  320. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  321. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  322. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  323. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  324. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  325. 01:15:38 T:140735165030400 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  326. 01:15:38 T:140735165030400 NOTICE: Setup SDL
  327. 01:15:38 T:140735165030400 NOTICE: Display 0 has name Lenovo LCD
  328. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 1600 x 900 @ 60.000000 Hz
  329. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 1920 x 1080 @ 60.000000 Hz
  330. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 1600 x 900 @ 60.000000 Hz
  331. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 1366 x 768 @ 60.000000 Hz
  332. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 1344 x 756 @ 60.000000 Hz
  333. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 1280 x 720 @ 60.000000 Hz
  334. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 1136 x 640 @ 60.000000 Hz
  335. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 1024 x 768 @ 60.000000 Hz
  336. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 800 x 600 @ 60.000000 Hz
  337. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 640 x 480 @ 60.000000 Hz
  338. 01:15:38 T:140735165030400 NOTICE: Found possible resolution for display 0 with 1024 x 576 @ 60.000000 Hz
  339. 01:15:38 T:140735165030400 NOTICE: Checking resolution 16
  340. 01:15:38 T:140735165030400 NOTICE: GL_VENDOR = Intel Inc.
  341. 01:15:38 T:140735165030400 NOTICE: GL_RENDERER = Intel HD Graphics 3000 OpenGL Engine
  342. 01:15:38 T:140735165030400 NOTICE: GL_VERSION = 2.1 INTEL-10.0.52
  343. 01:15:38 T:140735165030400 NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.20
  344. 01:15:38 T:140735165030400 NOTICE: GL_EXTENSIONS = GL_ARB_color_buffer_float GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_seamless_cube_map GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix GL_ARB_vertex_array_bgra GL_ARB_vertex_blend GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_draw_buffers2 GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod_bias GL_EXT_texture_rectangle GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_APPLE_aux_depth_stencil GL_APPLE_client_storage GL_APPLE_element_array GL_APPLE_fence GL_APPLE_float_pixels GL_APPLE_flush_buffer_range GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_packed_pixels GL_APPLE_pixel_buffer GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_specular_vector GL_APPLE_texture_range GL_APPLE_transform_hint GL_APPLE_vertex_array_object GL_APPLE_vertex_array_range GL_APPLE_vertex_point_size GL_APPLE_vertex_program_evaluators GL_APPLE_ycbcr_422 GL_ATI_separate_stencil GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_IBM_rasterpos_clip GL_NV_blend_square GL_NV_conditional_render GL_NV_depth_clamp GL_NV_fog_distance GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_barrier GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod
  345. 01:15:39 T:140735165030400 DEBUG: GetMode looking for suitable mode with 1600 x 900 @ 60.000000 Hz on display 0
  346. 01:15:39 T:140735165030400 DEBUG: GetMode found a match!
  347. 01:15:39 T:140735165030400 DEBUG: CWinSystemOSX::DisplayReconfigured with flags 1
  348. 01:15:39 T:140735165030400 DEBUG: CWinSystemOSX::AnnounceOnLostDevice
  349. 01:15:39 T:123145309356032 DEBUG: Thread Timer start, auto delete: false
  350. 01:15:39 T:140735165030400 DEBUG: CWinSystemOSX::DisplayReconfigured with flags 4104
  351. 01:15:39 T:140735165030400 DEBUG: CWinSystemOSX::AnnounceOnResetDevice
  352. 01:15:39 T:123145309356032 DEBUG: Thread Timer 123145309356032 terminating
  353. 01:15:39 T:140735165030400 INFO: GL: Maximum texture width: 8192
  354. 01:15:39 T:140735165030400 INFO: Previous line repeats 1 times.
  355. 01:15:39 T:140735165030400 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  356. 01:15:39 T:140735165030400 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86-osx.so)
  357. 01:15:39 T:140735165030400 DEBUG: Loading: /Applications/Kodi.app/Contents/Resources/Kodi/system/ImageLib-x86-osx.so
  358. 01:15:39 T:140735165030400 INFO: load keymapping
  359. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  360. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  361. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
  362. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
  363. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
  364. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
  365. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
  366. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
  367. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
  368. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.Nintendo.Wii.U.Pro.Controller.xml
  369. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.Ouya.Controller.xml
  370. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
  371. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.PS4.Controller.xml
  372. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
  373. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
  374. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  375. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  376. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/remote.xml
  377. 01:15:39 T:140735165030400 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  378. 01:15:39 T:140735165030400 INFO: GUI format 1600x900, Display 1600x900@ 60.00 - Full Screen
  379. 01:15:39 T:140735165030400 DEBUG: guilib: Fill viewport on change for solving rendering passes
  380. 01:15:39 T:140735165030400 INFO: CLangInfo: loading resource.language.en_gb language information...
  381. 01:15:39 T:140735165030400 DEBUG: trying to set locale to en_US.UTF-8
  382. 01:15:39 T:140735165030400 INFO: global locale set to en_US.UTF-8
  383. 01:15:39 T:140735165030400 INFO: CLangInfo: loading resource.language.en_gb language strings...
  384. 01:15:39 T:140735165030400 DEBUG: POParser: loaded 3535 strings from file resource://resource.language.en_gb/strings.po
  385. 01:15:39 T:140735165030400 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  386. 01:15:39 T:140735165030400 DEBUG: LoadMappings - loaded node "CEC Adapter"
  387. 01:15:39 T:140735165030400 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  388. 01:15:39 T:140735165030400 DEBUG: LoadMappings - loaded node "iMON HID device"
  389. 01:15:39 T:140735165030400 DEBUG: SECTION:LoadDLL(libcec.3.0.dylib)
  390. 01:15:39 T:140735165030400 DEBUG: Loading: /Applications/Kodi.app/Contents/Libraries/libcec.3.0.dylib
  391. 01:15:39 T:123145309892608 DEBUG: Thread PeripBusCEC start, auto delete: false
  392. 01:15:39 T:140735165030400 DEBUG: SECTION:LoadDLL(libcurl.4.dylib)
  393. 01:15:39 T:140735165030400 DEBUG: Loading: /Applications/Kodi.app/Contents/Libraries/libcurl.4.dylib
  394. 01:15:39 T:140735165030400 NOTICE: Running database version Addons20
  395. 01:15:39 T:140735165030400 DEBUG: Initialize, updating databases...
  396. 01:15:39 T:140735165030400 NOTICE: Running database version ViewModes6
  397. 01:15:39 T:140735165030400 NOTICE: Running database version Textures13
  398. 01:15:39 T:140735165030400 NOTICE: Running database version MyMusic56
  399. 01:15:39 T:140735165030400 NOTICE: Running database version Video_Master_99
  400. 01:15:39 T:140735165030400 NOTICE: Running database version TV29
  401. 01:15:39 T:140735165030400 NOTICE: Running database version Epg11
  402. 01:15:39 T:140735165030400 DEBUG: Initialize, updating databases... DONE
  403. 01:15:39 T:140735165030400 NOTICE: start dvd mediatype detection
  404. 01:15:39 T:140735165030400 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
  405. 01:15:39 T:123145309970432 DEBUG: Thread DetectDVDMedia start, auto delete: false
  406. 01:15:39 T:123145309970432 DEBUG: Compiled with libcdio Version 0.90
  407. 01:15:39 T:140735165030400 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  408. 01:15:39 T:140735165030400 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  409. 01:15:39 T:140735165030400 DEBUG: Activating window ID: 12997
  410. 01:15:39 T:140735165030400 DEBUG: ------ Window Init () ------
  411. 01:15:39 T:140735165030400 INFO: load splash image: /Applications/Kodi.app/Contents/Resources/Kodi/media/Splash.png
  412. 01:15:39 T:140735165030400 INFO: Unloading old skin ...
  413. 01:15:39 T:140735165030400 INFO: load skin from: /Users/xbmcuser/Library/Application Support/Kodi/addons/skin.rapier (version: 9.6.0)
  414. 01:15:39 T:140735165030400 INFO: load fonts for skin...
  415. 01:15:39 T:140735165030400 INFO: Loading fonts from /Users/xbmcuser/Library/Application Support/Kodi/addons/skin.rapier/720p/Font.xml
  416. 01:15:40 T:140735165030400 DEBUG: POParser: loaded 450 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/skin.rapier/language/resource.language.en_gb/strings.po
  417. 01:15:40 T:140735165030400 INFO: Loading skin includes from /Users/xbmcuser/Library/Application Support/Kodi/addons/skin.rapier/720p/includes.xml
  418. 01:15:40 T:140735165030400 INFO: load new skin...
  419. 01:15:40 T:140735165030400 INFO: Loading user windows, path /Users/xbmcuser/Library/Application Support/Kodi/addons/skin.rapier/720p
  420. 01:15:40 T:140735165030400 DEBUG: Load Skin XML: 26.99ms
  421. 01:15:40 T:140735165030400 INFO: initialize new skin...
  422. 01:15:40 T:140735165030400 DEBUG: guilib: Fill viewport on change for solving rendering passes
  423. 01:15:40 T:140735165030400 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  424. 01:15:40 T:140735165030400 DEBUG: OpenBundle - Opened bundle /Users/xbmcuser/Library/Application Support/Kodi/addons/skin.rapier/media/Textures.xbt
  425. 01:15:40 T:140735165030400 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  426. 01:15:40 T:140735165030400 INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
  427. 01:15:40 T:140735165030400 INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
  428. 01:15:40 T:140735165030400 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  429. 01:15:40 T:140735165030400 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  430. 01:15:40 T:140735165030400 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  431. 01:15:40 T:140735165030400 INFO: Loading resource://resource.uisounds.bursting-bubbles/sounds.xml
  432. 01:15:40 T:140735165030400 INFO: skin loaded...
  433. 01:15:40 T:140735165030400 DEBUG: Activating window ID: 12997
  434. 01:15:40 T:140735165030400 DEBUG: ------ Window Init () ------
  435. 01:15:40 T:140735165030400 INFO: load splash image: /Applications/Kodi.app/Contents/Resources/Kodi/media/Splash.png
  436. 01:15:40 T:140735165030400 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  437. 01:15:40 T:140735165030400 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  438. 01:15:40 T:140735165030400 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  439. 01:15:40 T:140735165030400 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  440. 01:15:40 T:140735165030400 INFO: JSONRPC v6.32.5: Successfully initialized
  441. 01:15:40 T:140735165030400 DEBUG: ADDON: Starting service addons.
  442. 01:15:40 T:123145310507008 DEBUG: Thread LanguageInvoker start, auto delete: false
  443. 01:15:40 T:123145310507008 DEBUG: Previous line repeats 1 times.
  444. 01:15:40 T:123145310507008 INFO: initializing python engine.
  445. 01:15:40 T:123145311580160 DEBUG: Thread LanguageInvoker start, auto delete: false
  446. 01:15:40 T:123145311043584 INFO: initializing python engine.
  447. 01:15:40 T:123145310507008 DEBUG: PYTHONHOME -> /Applications/Kodi.app/Contents/Libraries/
  448. 01:15:40 T:123145310507008 DEBUG: PYTHONPATH -> /Applications/Kodi.app/Contents/Libraries/
  449. 01:15:40 T:123145312116736 DEBUG: Thread LanguageInvoker start, auto delete: false
  450. 01:15:40 T:123145311580160 INFO: initializing python engine.
  451. 01:15:40 T:123145312653312 DEBUG: Thread LanguageInvoker start, auto delete: false
  452. 01:15:40 T:123145312116736 INFO: initializing python engine.
  453. 01:15:40 T:140735165030400 INFO: Previous line repeats 1 times.
  454. 01:15:40 T:140735165030400 DEBUG: Activating window ID: 12999
  455. 01:15:40 T:140735165030400 DEBUG: ------ Window Init (Startup.xml) ------
  456. 01:15:40 T:140735165030400 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  457. 01:15:40 T:140735165030400 DEBUG: Activating window ID: 10000
  458. 01:15:40 T:140735165030400 DEBUG: ------ Window Deinit (Startup.xml) ------
  459. 01:15:40 T:140735165030400 DEBUG: ------ Window Init (Home.xml) ------
  460. 01:15:40 T:140735165030400 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  461. 01:15:40 T:123145310507008 DEBUG: CPythonInvoker(0, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.widgets/service.py): start processing
  462. 01:15:40 T:123145311043584 DEBUG: CPythonInvoker(1, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/service.py): start processing
  463. 01:15:40 T:123145311580160 DEBUG: CPythonInvoker(2, /Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/service.py): start processing
  464. 01:15:40 T:123145312116736 DEBUG: CPythonInvoker(3, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/service.py): start processing
  465. 01:15:40 T:123145312653312 DEBUG: CPythonInvoker(4, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired/service.py): start processing
  466. 01:15:40 T:123145310507008 DEBUG: -->Python Interpreter Initialized<--
  467. 01:15:40 T:123145310507008 DEBUG: CPythonInvoker(0, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.widgets/service.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.widgets/service.py"
  468. 01:15:40 T:123145310507008 DEBUG: CPythonInvoker(0, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.widgets/service.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.widgets:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  469. 01:15:40 T:123145310507008 DEBUG: CPythonInvoker(0, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.widgets/service.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.widgets
  470. 01:15:40 T:123145310507008 DEBUG: CPythonInvoker(0, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.widgets/service.py): instantiating addon using automatically obtained id of "script.skin.helper.widgets" dependent on version 2.24.0 of the xbmc.python api
  471. 01:15:40 T:123145311043584 DEBUG: -->Python Interpreter Initialized<--
  472. 01:15:40 T:123145311043584 DEBUG: CPythonInvoker(1, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/service.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/service.py"
  473. 01:15:40 T:123145312653312 DEBUG: -->Python Interpreter Initialized<--
  474. 01:15:40 T:123145312653312 DEBUG: CPythonInvoker(4, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired/service.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired/service.py"
  475. 01:15:40 T:123145311043584 DEBUG: CPythonInvoker(1, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/service.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds:/Applications/Kodi.app/Contents/Resources/Kodi/addons/script.module.pil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  476. 01:15:40 T:123145311043584 DEBUG: CPythonInvoker(1, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/service.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds
  477. 01:15:40 T:123145311043584 DEBUG: CPythonInvoker(1, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/service.py): instantiating addon using automatically obtained id of "script.skin.helper.backgrounds" dependent on version 2.13.0 of the xbmc.python api
  478. 01:15:40 T:123145313189888 DEBUG: Thread JobWorker start, auto delete: true
  479. 01:15:40 T:123145312116736 DEBUG: -->Python Interpreter Initialized<--
  480. 01:15:40 T:123145312116736 DEBUG: CPythonInvoker(3, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/service.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/service.py"
  481. 01:15:40 T:123145313726464 DEBUG: Thread JobWorker start, auto delete: true
  482. 01:15:40 T:140735165030400 DEBUG: Previous line repeats 1 times.
  483. 01:15:40 T:140735165030400 NOTICE: ActiveAE DSP - starting
  484. 01:15:40 T:140735165030400 INFO: removing tempfiles
  485. 01:15:40 T:140735165030400 DEBUG: ADDON: Starting service addons.
  486. 01:15:40 T:123145314799616 DEBUG: Thread LanguageInvoker start, auto delete: false
  487. 01:15:40 T:123145315336192 DEBUG: Previous line repeats 1 times.
  488. 01:15:40 T:123145315336192 INFO: initializing python engine.
  489. 01:15:40 T:123145315336192 DEBUG: CPythonInvoker(6, /Users/xbmcuser/Library/Application Support/Kodi/addons/plugin.video.youtube/resources/lib/startup.py): start processing
  490. 01:15:40 T:123145314799616 INFO: initializing python engine.
  491. 01:15:40 T:123145314799616 DEBUG: CPythonInvoker(5, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.common.plugin.cache/default.py): start processing
  492. 01:15:40 T:123145310507008 NOTICE: Skin Helper Widgets --> Backgroundservice started
  493. 01:15:40 T:140735165030400 DEBUG: CRepositoryUpdater: previous update at 09/10/2017 12:07:54 AM, next at 09/11/2017 12:07:54 AM
  494. 01:15:40 T:140735165030400 NOTICE: initialize done
  495. 01:15:40 T:140735165030400 NOTICE: Running the application...
  496. 01:15:40 T:123145315872768 DEBUG: Thread Timer start, auto delete: false
  497. 01:15:40 T:140735165030400 DEBUG: no profile autoexec.py (/Users/xbmcuser/Library/Application Support/Kodi/userdata/autoexec.py) found, skipping
  498. 01:15:40 T:140735165030400 DEBUG: NetworkMessage - Starting network services
  499. 01:15:40 T:140735165030400 NOTICE: starting zeroconf publishing
  500. 01:15:40 T:140735165030400 NOTICE: starting upnp client
  501. 01:15:40 T:140735165030400 INFO: JSONRPC Server: Successfully initialized
  502. 01:15:40 T:123145319092224 DEBUG: Thread EventServer start, auto delete: false
  503. 01:15:40 T:123145319092224 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
  504. 01:15:40 T:123145319092224 NOTICE: UDP: Listening on port 9777
  505. 01:15:40 T:123145319628800 DEBUG: Thread TCPServer start, auto delete: false
  506. 01:15:40 T:140735165030400 DEBUG: Keyboard: scancode: 0x00, sym: 0x0136, unicode: 0x0000, modifier: 0x0
  507. 01:15:40 T:140735165030400 DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
  508. 01:15:40 T:140735165030400 DEBUG: Previous line repeats 3 times.
  509. 01:15:40 T:140735165030400 DEBUG: OnKey: 0 (0xf200) pressed, action is
  510. 01:15:40 T:123145321852928 DEBUG: Thread RSSReader start, auto delete: false
  511. 01:15:40 T:123145321852928 DEBUG: CurlFile::Open(0x7000012a2be0) http://feeds.kodi.tv/xbmc
  512. 01:15:40 T:123145321852928 INFO: easy_aquire - Created session to http://feeds.kodi.tv
  513. 01:15:40 T:140735165030400 DEBUG: ------ Window Init () ------
  514. 01:15:40 T:140735165030400 DEBUG: ------ Window Init (custom_RefreshList.xml) ------
  515. 01:15:40 T:140735165030400 INFO: Loading skin file: custom_RefreshList.xml, load type: KEEP_IN_MEMORY
  516. 01:15:40 T:140735165030400 INFO: GL: Enabling VSYNC
  517. 01:15:40 T:140735165030400 INFO: GL: Selected vsync mode 10
  518. 01:15:40 T:123145314263040 DEBUG: GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  519. 01:15:40 T:123145322389504 DEBUG: Thread JobWorker start, auto delete: true
  520. 01:15:40 T:123145313189888 DEBUG: RunQuery took 236 ms for 848 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
  521. 01:15:40 T:123145313726464 DEBUG: RunQuery took 277 ms for 2398 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount = 0))
  522. 01:15:40 T:140735165030400 DEBUG: ------ Window Deinit (custom_RefreshList.xml) ------
  523. 01:15:41 T:123145321852928 DEBUG: Got rss feed: http://feeds.kodi.tv/xbmc
  524. 01:15:41 T:123145321852928 DEBUG: RSS feed encoding: UTF-8
  525. 01:15:41 T:123145321852928 DEBUG: Parsed rss feed: http://feeds.kodi.tv/xbmc
  526. 01:15:41 T:123145321852928 DEBUG: CurlFile::Open(0x7000012a2be0) http://feeds.kodi.tv/latest_xbmc_addons
  527. 01:15:41 T:123145312653312 DEBUG: CPythonInvoker(4, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired/service.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  528. 01:15:41 T:123145312653312 DEBUG: CPythonInvoker(4, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired/service.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired
  529. 01:15:41 T:123145312653312 DEBUG: CPythonInvoker(4, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired/service.py): instantiating addon using automatically obtained id of "script.tv.show.next.aired" dependent on version 2.1.0 of the xbmc.python api
  530. 01:15:41 T:123145312116736 DEBUG: CPythonInvoker(3, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/service.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  531. 01:15:41 T:123145312116736 DEBUG: CPythonInvoker(3, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/service.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  532. 01:15:41 T:123145311580160 DEBUG: -->Python Interpreter Initialized<--
  533. 01:15:41 T:123145311580160 DEBUG: CPythonInvoker(2, /Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/service.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/service.py"
  534. 01:15:41 T:123145312116736 DEBUG: CPythonInvoker(3, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/service.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  535. 01:15:41 T:123145321852928 DEBUG: Got rss feed: http://feeds.kodi.tv/latest_xbmc_addons
  536. 01:15:41 T:123145321852928 DEBUG: RSS feed encoding:
  537. 01:15:41 T:123145321852928 DEBUG: CurlFile::Open(0x7000012a2be0) http://feeds.kodi.tv/updated_xbmc_addons
  538. 01:15:41 T:123145312653312 DEBUG: POParser: loaded 43 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired/resources/language/English/strings.po
  539. 01:15:41 T:123145321852928 DEBUG: Got rss feed: http://feeds.kodi.tv/updated_xbmc_addons
  540. 01:15:41 T:123145321852928 DEBUG: RSS feed encoding:
  541. 01:15:41 T:123145321852928 DEBUG: Thread RSSReader 123145321852928 terminating
  542. 01:15:41 T:123145312653312 DEBUG: script.tv.show.next.aired: ### params: {'service': 'true'}
  543. 01:15:41 T:123145312653312 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.15)
  544. 01:15:41 T:123145311043584 DEBUG: Skin Helper Simplecache --> Initialized
  545. 01:15:41 T:123145311043584 NOTICE: Skin Helper Backgrounds --> BackgroundsUpdater - started
  546. 01:15:41 T:123145314263040 DEBUG: GetAlbumsByWhere - query took 299 ms
  547. 01:15:41 T:123145313189888 DEBUG: StartScript - calling plugin ExtendedInfo Script('plugin://script.extendedinfo/','1','?info=incinemamovies')
  548. 01:15:41 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the ExtendedInfo Script (id=7) plugin...
  549. 01:15:41 T:123145322926080 DEBUG: Thread LanguageInvoker start, auto delete: false
  550. 01:15:41 T:123145322926080 INFO: initializing python engine.
  551. 01:15:41 T:123145322926080 DEBUG: CPythonInvoker(7, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): start processing
  552. 01:15:41 T:123145313726464 DEBUG: StartScript - calling plugin ExtendedInfo Script('plugin://script.extendedinfo/','2','?info=upcomingmovies')
  553. 01:15:41 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the ExtendedInfo Script (id=8) plugin...
  554. 01:15:41 T:123145326145536 DEBUG: Thread LanguageInvoker start, auto delete: false
  555. 01:15:41 T:123145326145536 INFO: initializing python engine.
  556. 01:15:41 T:123145326145536 DEBUG: CPythonInvoker(8, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): start processing
  557. 01:15:41 T:123145314263040 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/tv/All&channels)
  558. 01:15:41 T:123145314263040 ERROR: GetDirectory - Error getting pvr://channels/tv/All&channels/
  559. 01:15:41 T:123145314263040 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/radio/All&channels)
  560. 01:15:41 T:123145314263040 ERROR: GetDirectory - Error getting pvr://channels/radio/All&channels/
  561. 01:15:41 T:123145314263040 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  562. 01:15:41 T:123145314263040 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.itrack, songartistview.iOrder
  563. 01:15:41 T:123145314263040 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 LEFT JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
  564. 01:15:41 T:123145315336192 DEBUG: -->Python Interpreter Initialized<--
  565. 01:15:41 T:123145315336192 DEBUG: CPythonInvoker(6, /Users/xbmcuser/Library/Application Support/Kodi/addons/plugin.video.youtube/resources/lib/startup.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/plugin.video.youtube/resources/lib/startup.py"
  566. 01:15:41 T:123145311580160 DEBUG: CPythonInvoker(2, /Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/service.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  567. 01:15:41 T:123145311580160 DEBUG: CPythonInvoker(2, /Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/service.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck
  568. 01:15:41 T:123145311580160 DEBUG: CPythonInvoker(2, /Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/service.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 2.1.0 of the xbmc.python api
  569. 01:15:41 T:123145315336192 DEBUG: CPythonInvoker(6, /Users/xbmcuser/Library/Application Support/Kodi/addons/plugin.video.youtube/resources/lib/startup.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/plugin.video.youtube/resources/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  570. 01:15:41 T:123145315336192 DEBUG: CPythonInvoker(6, /Users/xbmcuser/Library/Application Support/Kodi/addons/plugin.video.youtube/resources/lib/startup.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/plugin.video.youtube/resources/lib
  571. 01:15:41 T:123145315336192 DEBUG: CPythonInvoker(6, /Users/xbmcuser/Library/Application Support/Kodi/addons/plugin.video.youtube/resources/lib/startup.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 2.19.0 of the xbmc.python api
  572. 01:15:41 T:123145312116736 DEBUG: Skin Helper Simplecache --> Initialized
  573. 01:15:41 T:123145312653312 DEBUG: RunQuery took 237 ms for 385 items query: SELECT * FROM tvshow_view
  574. 01:15:41 T:123145312116736 DEBUG: Skin Helper Simplecache --> Initialized
  575. 01:15:42 T:123145312116736 DEBUG: script.module.thetvdb --> Initialized
  576. 01:15:42 T:123145315336192 DEBUG: [plugin.video.youtube] YouTube settings startup initialization...
  577. 01:15:42 T:123145314799616 DEBUG: -->Python Interpreter Initialized<--
  578. 01:15:42 T:123145314799616 DEBUG: CPythonInvoker(5, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.common.plugin.cache/default.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.common.plugin.cache/default.py"
  579. 01:15:42 T:123145326145536 DEBUG: -->Python Interpreter Initialized<--
  580. 01:15:42 T:123145326145536 DEBUG: CPythonInvoker(8, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py"
  581. 01:15:42 T:123145326145536 DEBUG: CPythonInvoker(8, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo:/Applications/Kodi.app/Contents/Resources/Kodi/addons/script.module.pil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.actionhandler/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.addon.signals/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.autocompletion/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.t9.search/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.youtube.dl/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  582. 01:15:42 T:123145326145536 DEBUG: CPythonInvoker(8, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo
  583. 01:15:42 T:123145326145536 DEBUG: CPythonInvoker(8, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): instantiating addon using automatically obtained id of "script.extendedinfo" dependent on version 2.24.0 of the xbmc.python api
  584. 01:15:42 T:123145314799616 DEBUG: CPythonInvoker(5, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.common.plugin.cache/default.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.common.plugin.cache:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  585. 01:15:42 T:123145314799616 DEBUG: CPythonInvoker(5, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.common.plugin.cache/default.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.common.plugin.cache
  586. 01:15:42 T:123145314799616 DEBUG: CPythonInvoker(5, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.common.plugin.cache/default.py): instantiating addon using automatically obtained id of "script.common.plugin.cache" dependent on version 2.24.0 of the xbmc.python api
  587. 01:15:42 T:123145322926080 DEBUG: -->Python Interpreter Initialized<--
  588. 01:15:42 T:123145322926080 DEBUG: CPythonInvoker(7, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py"
  589. 01:15:42 T:123145322926080 DEBUG: CPythonInvoker(7, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo:/Applications/Kodi.app/Contents/Resources/Kodi/addons/script.module.pil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.actionhandler/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.addon.signals/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.autocompletion/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.t9.search/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.youtube.dl/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  590. 01:15:42 T:123145322926080 DEBUG: CPythonInvoker(7, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo
  591. 01:15:42 T:123145322926080 DEBUG: CPythonInvoker(7, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): instantiating addon using automatically obtained id of "script.extendedinfo" dependent on version 2.24.0 of the xbmc.python api
  592. 01:15:42 T:123145314263040 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  593. 01:15:42 T:123145311580160 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  594. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  595. Error Type: <type 'exceptions.AttributeError'>
  596. Error Contents: 'tuple' object has no attribute 'major'
  597. Traceback (most recent call last):
  598. File "/Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/service.py", line 22, in <module>
  599. import lib.common
  600. File "/Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/lib/__init__.py", line 1, in <module>
  601. from .common import *
  602. File "/Users/xbmcuser/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/lib/common.py", line 29, in <module>
  603. if sys.version_info.major >= 3:
  604. AttributeError: 'tuple' object has no attribute 'major'
  605. -->End of Python script error report<--
  606. 01:15:42 T:140735165030400 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  607. 01:15:42 T:123145311580160 INFO: Python script stopped
  608. 01:15:42 T:123145311580160 DEBUG: Thread LanguageInvoker 123145311580160 terminating
  609. 01:15:42 T:123145312116736 DEBUG: Skin Helper Simplecache --> Initialized
  610. 01:15:42 T:123145314799616 DEBUG: StorageServer Module loaded RUN
  611. 01:15:42 T:123145314799616 DEBUG: StorageClient-2.5.4 Starting server
  612. 01:15:42 T:123145315336192 NOTICE: [plugin.video.youtube] Startup: detected Jarvis (Kodi-16.1), setting DASH_SUPPORT_BUILTIN = False, DASH_SUPPORT_ADDON = False
  613. 01:15:42 T:123145315336192 INFO: CPythonInvoker(6, /Users/xbmcuser/Library/Application Support/Kodi/addons/plugin.video.youtube/resources/lib/startup.py): script successfully run
  614. 01:15:42 T:123145312116736 DEBUG: Skin Helper Simplecache --> Initialized
  615. 01:15:42 T:123145326145536 DEBUG: POParser: loaded 38 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.youtube.dl/resources/language/English/strings.po
  616. 01:15:42 T:123145314263040 DEBUG: RunQuery took 131 ms for 10 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
  617. 01:15:42 T:123145314263040 DEBUG: RunQuery took 411 ms for 10 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  618. 01:15:43 T:123145326145536 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
  619. 01:15:43 T:123145314263040 DEBUG: RunQuery took 4 ms for 0 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  620. 01:15:43 T:123145326145536 NOTICE: version 4.6.1 started
  621. 01:15:43 T:123145314263040 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  622. 01:15:43 T:123145326145536 DEBUG: script.extendedinfo: upcomingmovies
  623. 01:15:43 T:123145326145536 DEBUG: script.extendedinfo: {
  624. "handle": 2
  625. }
  626. 01:15:43 T:123145315336192 INFO: Python script stopped
  627. 01:15:43 T:123145315336192 DEBUG: Thread LanguageInvoker 123145315336192 terminating
  628. 01:15:43 T:123145312116736 DEBUG: Skin Helper Simplecache --> Initialized
  629. 01:15:43 T:123145312116736 DEBUG: Metadata and Artwork module --> Initialized
  630. 01:15:43 T:123145312116736 DEBUG: Skin Helper Simplecache --> Initialized
  631. 01:15:43 T:123145311580160 DEBUG: Skin Helper Service --> ListItemMonitor - started
  632. 01:15:43 T:123145326145536 DEBUG: script.extendedinfo: opened textfile /Users/xbmcuser/Library/Application Support/Kodi/userdata/addon_data/script.extendedinfo/TheMovieDB/a6f3c9205b9d0a2e29947ebc10f80bec.txt.
  633. 01:15:43 T:123145315336192 NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
  634. 01:15:43 T:123145326145536 DEBUG: script.extendedinfo: loaded file for http://api.themoviedb.org/3/movie/upcoming?api_key=34142515d9d23817496eeb4ff1d223d0&language=en. time: 0.189340
  635. 01:15:43 T:123145312116736 NOTICE: Skin Helper Service --> Skin Helper Service version 1.1.3 started
  636. 01:15:43 T:123145322926080 DEBUG: POParser: loaded 38 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.youtube.dl/resources/language/English/strings.po
  637. 01:15:43 T:123145326145536 DEBUG: script.extendedinfo: opened textfile /Users/xbmcuser/Library/Application Support/Kodi/userdata/addon_data/script.extendedinfo/TheMovieDB/964e344fdf3cedafd4ccac8bb42b693c.txt.
  638. 01:15:43 T:123145326145536 DEBUG: script.extendedinfo: loaded file for http://api.themoviedb.org/3/genre/movie/list?api_key=34142515d9d23817496eeb4ff1d223d0&language=en. time: 0.043475
  639. 01:15:44 T:123145326145536 DEBUG: RunQuery took 453 ms for 1501 items query: select * from movie_view
  640. 01:15:44 T:123145314263040 DEBUG: CZeroconfOSX::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:coyote port:9090
  641. 01:15:44 T:123145314263040 DEBUG: CZeroconfOSX::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:coyote port:9777
  642. 01:15:44 T:123145314263040 INFO: WEATHER: Downloading weather
  643. 01:15:44 T:123145320165376 DEBUG: Thread LanguageInvoker start, auto delete: false
  644. 01:15:44 T:123145320165376 INFO: initializing python engine.
  645. 01:15:44 T:123145320165376 DEBUG: CPythonInvoker(9, /Users/xbmcuser/Library/Application Support/Kodi/addons/weather.openweathermap.extended/default.py): start processing
  646. 01:15:44 T:123145322926080 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
  647. 01:15:44 T:123145322926080 NOTICE: version 4.6.1 started
  648. 01:15:44 T:123145322926080 DEBUG: script.extendedinfo: incinemamovies
  649. 01:15:44 T:123145322926080 DEBUG: script.extendedinfo: {
  650. "handle": 1
  651. }
  652. 01:15:44 T:123145322926080 DEBUG: script.extendedinfo: opened textfile /Users/xbmcuser/Library/Application Support/Kodi/userdata/addon_data/script.extendedinfo/TheMovieDB/be073d5512f0e81505fe24278b05124a.txt.
  653. 01:15:44 T:123145322926080 DEBUG: script.extendedinfo: loaded file for http://api.themoviedb.org/3/movie/now_playing?api_key=34142515d9d23817496eeb4ff1d223d0&language=en. time: 0.248537
  654. 01:15:44 T:123145320165376 DEBUG: -->Python Interpreter Initialized<--
  655. 01:15:44 T:123145320165376 DEBUG: CPythonInvoker(9, /Users/xbmcuser/Library/Application Support/Kodi/addons/weather.openweathermap.extended/default.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/weather.openweathermap.extended/default.py"
  656. 01:15:44 T:123145320165376 DEBUG: CPythonInvoker(9, /Users/xbmcuser/Library/Application Support/Kodi/addons/weather.openweathermap.extended/default.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/weather.openweathermap.extended:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  657. 01:15:44 T:123145320165376 DEBUG: CPythonInvoker(9, /Users/xbmcuser/Library/Application Support/Kodi/addons/weather.openweathermap.extended/default.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/weather.openweathermap.extended
  658. 01:15:44 T:123145320165376 DEBUG: CPythonInvoker(9, /Users/xbmcuser/Library/Application Support/Kodi/addons/weather.openweathermap.extended/default.py): instantiating addon using automatically obtained id of "weather.openweathermap.extended" dependent on version 2.24.0 of the xbmc.python api
  659. 01:15:45 T:123145322926080 DEBUG: script.extendedinfo: prop load for http://api.themoviedb.org/3/genre/movie/list?api_key=34142515d9d23817496eeb4ff1d223d0&language=en. time: 0.066072
  660. 01:15:45 T:123145320165376 DEBUG: POParser: loaded 105 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/weather.openweathermap.extended/resources/language/English/strings.po
  661. 01:15:45 T:123145326145536 DEBUG: script.extendedinfo: create_light_movielist: -1.65322899818
  662. 01:15:45 T:123145326145536 DEBUG: script.extendedinfo: compare time: -0.150099039078
  663. 01:15:45 T:123145322926080 DEBUG: script.extendedinfo: create_light_movielist: -0.234794855118
  664. 01:15:46 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  665. 01:15:46 T:123145326145536 WARNING: Attempt to use invalid handle 2
  666. 01:15:46 T:123145326145536 WARNING: Previous line repeats 2 times.
  667. 01:15:46 T:123145326145536 DEBUG: POParser: loaded 156 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/resources/language/English/strings.po
  668. 01:15:46 T:123145326145536 WARNING: Attempt to use invalid handle 2
  669. 01:15:46 T:123145322926080 WARNING: Previous line repeats 26 times.
  670. 01:15:46 T:123145322926080 DEBUG: script.extendedinfo: compare time: -1.43621897697
  671. 01:15:46 T:123145326145536 NOTICE: finished
  672. 01:15:46 T:123145326145536 INFO: CPythonInvoker(8, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): script successfully run
  673. 01:15:46 T:123145326145536 INFO: Python script stopped
  674. 01:15:46 T:123145326145536 DEBUG: Thread LanguageInvoker 123145326145536 terminating
  675. 01:15:47 T:123145321238528 DEBUG: Thread LanguageInvoker start, auto delete: false
  676. 01:15:47 T:123145321238528 INFO: initializing python engine.
  677. 01:15:47 T:123145321238528 DEBUG: CPythonInvoker(10, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.openweathermap.maps/default.py): start processing
  678. 01:15:47 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  679. 01:15:47 T:123145322926080 WARNING: Attempt to use invalid handle 1
  680. 01:15:47 T:123145322926080 WARNING: Previous line repeats 2 times.
  681. 01:15:47 T:123145322926080 DEBUG: POParser: loaded 156 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/resources/language/English/strings.po
  682. 01:15:47 T:123145322926080 WARNING: Attempt to use invalid handle 1
  683. 01:15:47 T:123145322926080 WARNING: Previous line repeats 26 times.
  684. 01:15:47 T:123145322926080 NOTICE: finished
  685. 01:15:47 T:123145322926080 INFO: CPythonInvoker(7, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): script successfully run
  686. 01:15:47 T:123145322926080 INFO: Python script stopped
  687. 01:15:47 T:123145322926080 DEBUG: Thread LanguageInvoker 123145322926080 terminating
  688. 01:15:47 T:123145321238528 DEBUG: -->Python Interpreter Initialized<--
  689. 01:15:47 T:123145321238528 DEBUG: CPythonInvoker(10, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.openweathermap.maps/default.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.openweathermap.maps/default.py"
  690. 01:15:47 T:123145321238528 DEBUG: CPythonInvoker(10, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.openweathermap.maps/default.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.openweathermap.maps:/Applications/Kodi.app/Contents/Resources/Kodi/addons/script.module.pil/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  691. 01:15:47 T:123145321238528 DEBUG: CPythonInvoker(10, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.openweathermap.maps/default.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.openweathermap.maps
  692. 01:15:47 T:123145321238528 DEBUG: CPythonInvoker(10, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.openweathermap.maps/default.py): instantiating addon using automatically obtained id of "script.openweathermap.maps" dependent on version 2.20.0 of the xbmc.python api
  693. 01:15:48 T:140735165030400 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
  694. 01:15:49 T:123145324535808 DEBUG: Skin Helper Service --> Started Background worker...
  695. 01:15:50 T:123145324535808 DEBUG: CFavourites::Load - no system favourites found, skipping
  696. 01:15:50 T:123145324535808 DEBUG: CFavourites::Load - no userdata favourites found, skipping
  697. 01:15:50 T:123145324535808 DEBUG: RunQuery took 382 ms for 488 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet ORDER BY sets.idSet
  698. 01:15:50 T:123145312653312 DEBUG: script.tv.show.next.aired: ### Removing obsolete show Yama Onna Kabe Onna
  699. 01:15:50 T:123145312653312 DEBUG: script.tv.show.next.aired: ### Removing obsolete show Why Can't Seiya Toudouin (Age 16) Get a Girlfriend?
  700. 01:15:50 T:123145312653312 DEBUG: script.tv.show.next.aired: ### Removing obsolete show Yankee Bokou ni Kaeru
  701. 01:15:50 T:123145312653312 DEBUG: script.tv.show.next.aired: ### Removing obsolete show Zettai Reido
  702. 01:15:50 T:123145312653312 DEBUG: script.tv.show.next.aired: ### Removing obsolete show Gabriel DropOut
  703. 01:15:50 T:123145312653312 DEBUG: script.tv.show.next.aired: ### Removing obsolete show Yokokuhan - The Pain
  704. 01:15:50 T:123145312653312 DEBUG: script.tv.show.next.aired: ### Removing obsolete show Zenkai Girl
  705. 01:15:50 T:123145312653312 DEBUG: script.tv.show.next.aired: ### Removing obsolete show Higurashi no Naku Koro ni
  706. 01:15:50 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=1 ORDER BY sets.idSet
  707. 01:15:50 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 1
  708. 01:15:50 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=2 ORDER BY sets.idSet
  709. 01:15:50 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 2
  710. 01:15:51 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=3 ORDER BY sets.idSet
  711. 01:15:51 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 3
  712. 01:15:51 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=4 ORDER BY sets.idSet
  713. 01:15:51 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 4
  714. 01:15:51 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=5 ORDER BY sets.idSet
  715. 01:15:51 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 5
  716. 01:15:51 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=6 ORDER BY sets.idSet
  717. 01:15:51 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 6
  718. 01:15:51 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=7 ORDER BY sets.idSet
  719. 01:15:51 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 7
  720. 01:15:52 T:123145324535808 DEBUG: RunQuery took 19 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=8 ORDER BY sets.idSet
  721. 01:15:52 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 8
  722. 01:15:52 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=9 ORDER BY sets.idSet
  723. 01:15:52 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 9
  724. 01:15:52 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=10 ORDER BY sets.idSet
  725. 01:15:52 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 10
  726. 01:15:52 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=11 ORDER BY sets.idSet
  727. 01:15:52 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 11
  728. 01:15:52 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=12 ORDER BY sets.idSet
  729. 01:15:52 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 12
  730. 01:15:52 T:123145324535808 DEBUG: RunQuery took 19 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=13 ORDER BY sets.idSet
  731. 01:15:53 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 13
  732. 01:15:53 T:123145324535808 DEBUG: RunQuery took 18 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=14 ORDER BY sets.idSet
  733. 01:15:53 T:123145324535808 DEBUG: RunQuery took 19 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 14
  734. 01:15:53 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=15 ORDER BY sets.idSet
  735. 01:15:53 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 15
  736. 01:15:53 T:123145324535808 DEBUG: RunQuery took 19 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=16 ORDER BY sets.idSet
  737. 01:15:53 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 16
  738. 01:15:53 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=17 ORDER BY sets.idSet
  739. 01:15:53 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 17
  740. 01:15:53 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=18 ORDER BY sets.idSet
  741. 01:15:53 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 18
  742. 01:15:54 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=19 ORDER BY sets.idSet
  743. 01:15:54 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 19
  744. 01:15:54 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=20 ORDER BY sets.idSet
  745. 01:15:54 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 20
  746. 01:15:54 T:123145324535808 DEBUG: RunQuery took 21 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=21 ORDER BY sets.idSet
  747. 01:15:54 T:123145324535808 DEBUG: RunQuery took 21 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 21
  748. 01:15:54 T:123145311043584 DEBUG: RunQuery took 383 ms for 1501 items query: select * from movie_view
  749. 01:15:54 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=22 ORDER BY sets.idSet
  750. 01:15:54 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 22
  751. 01:15:54 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=23 ORDER BY sets.idSet
  752. 01:15:54 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  753. 01:15:54 T:123145324535808 DEBUG: RunQuery took 19 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 23
  754. 01:15:55 T:123145311043584 DEBUG: RunQuery took 13 ms for 8 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  755. 01:15:55 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=24 ORDER BY sets.idSet
  756. 01:15:55 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 24
  757. 01:15:55 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  758. 01:15:55 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=25 ORDER BY sets.idSet
  759. 01:15:55 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 25
  760. 01:15:55 T:123145311043584 DEBUG: RunQuery took 165 ms for 50 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 50
  761. 01:15:55 T:123145324535808 DEBUG: RunQuery took 19 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=26 ORDER BY sets.idSet
  762. 01:15:55 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 26
  763. 01:15:55 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  764. 01:15:55 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=27 ORDER BY sets.idSet
  765. 01:15:55 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 27
  766. 01:15:55 T:123145320165376 INFO: CPythonInvoker(9, /Users/xbmcuser/Library/Application Support/Kodi/addons/weather.openweathermap.extended/default.py): script successfully run
  767. 01:15:55 T:123145320165376 INFO: Python script stopped
  768. 01:15:55 T:123145320165376 DEBUG: Thread LanguageInvoker 123145320165376 terminating
  769. 01:15:55 T:123145314263040 DEBUG: POParser: loaded 130 weather tokens
  770. 01:15:55 T:123145324535808 DEBUG: RunQuery took 28 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=28 ORDER BY sets.idSet
  771. 01:15:56 T:123145311043584 DEBUG: RunQuery took 427 ms for 1501 items query: select * from movie_view
  772. 01:15:56 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 28
  773. 01:15:56 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=29 ORDER BY sets.idSet
  774. 01:15:56 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 29
  775. 01:15:56 T:140735165030400 DEBUG: Keyboard: scancode: 0x00, sym: 0x0136, unicode: 0x0000, modifier: 0x0
  776. 01:15:56 T:140735165030400 DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
  777. 01:15:56 T:140735165030400 DEBUG: Previous line repeats 3 times.
  778. 01:15:56 T:140735165030400 DEBUG: OnKey: 0 (0xf200) pressed, action is
  779. 01:15:56 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=30 ORDER BY sets.idSet
  780. 01:15:56 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  781. 01:15:56 T:123145324535808 DEBUG: RunQuery took 14 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 30
  782. 01:15:56 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=31 ORDER BY sets.idSet
  783. 01:15:56 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 31
  784. 01:15:56 T:123145311043584 DEBUG: RunQuery took 228 ms for 385 items query: SELECT * FROM tvshow_view
  785. 01:15:56 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=32 ORDER BY sets.idSet
  786. 01:15:56 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 32
  787. 01:15:56 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=33 ORDER BY sets.idSet
  788. 01:15:56 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  789. 01:15:56 T:123145324535808 DEBUG: RunQuery took 14 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 33
  790. 01:15:56 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=34 ORDER BY sets.idSet
  791. 01:15:56 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 34
  792. 01:15:57 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=35 ORDER BY sets.idSet
  793. 01:15:57 T:123145311043584 DEBUG: RunQuery took 249 ms for 35 items query: SELECT * FROM tvshow_view WHERE ( ((tvshow_view.watchedcount > 0 AND tvshow_view.watchedcount < tvshow_view.totalCount) OR (tvshow_view.watchedcount = 0 AND EXISTS (SELECT 1 FROM episode_view WHERE episode_view.idShow = tvshow_view.idShow AND episode_view.resumeTimeInSeconds > 0))))
  794. 01:15:57 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 35
  795. 01:15:57 T:123145324535808 DEBUG: RunQuery took 15 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=36 ORDER BY sets.idSet
  796. 01:15:57 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  797. 01:15:57 T:123145324535808 DEBUG: RunQuery took 15 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 36
  798. 01:15:57 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=37 ORDER BY sets.idSet
  799. 01:15:57 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 37
  800. 01:15:57 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=38 ORDER BY sets.idSet
  801. 01:15:57 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 38
  802. 01:15:57 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=39 ORDER BY sets.idSet
  803. 01:15:57 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 39
  804. 01:15:57 T:123145311043584 DEBUG: RunQuery took 409 ms for 50 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 50
  805. 01:15:57 T:123145324535808 DEBUG: RunQuery took 20 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=40 ORDER BY sets.idSet
  806. 01:15:57 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 40
  807. 01:15:57 T:123145324535808 DEBUG: RunQuery took 20 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=41 ORDER BY sets.idSet
  808. 01:15:57 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  809. 01:15:58 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 41
  810. 01:15:58 T:123145311043584 DEBUG: GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
  811. 01:15:58 T:123145324535808 DEBUG: RunQuery took 110 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=42 ORDER BY sets.idSet
  812. 01:15:58 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 42
  813. 01:15:58 T:123145324535808 DEBUG: RunQuery took 18 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=43 ORDER BY sets.idSet
  814. 01:15:58 T:123145324535808 DEBUG: RunQuery took 17 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 43
  815. 01:15:58 T:123145311043584 DEBUG: Time to retrieve artists from dataset = 489
  816. 01:15:58 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=44 ORDER BY sets.idSet
  817. 01:15:58 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 44
  818. 01:15:58 T:123145324535808 DEBUG: RunQuery took 15 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=45 ORDER BY sets.idSet
  819. 01:15:58 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 45
  820. 01:15:58 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  821. 01:15:59 T:123145311043584 DEBUG: GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 25) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum LEFT JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
  822. 01:15:59 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=46 ORDER BY sets.idSet
  823. 01:15:59 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 46
  824. 01:15:59 T:123145324535808 DEBUG: RunQuery took 16 ms for 6 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=47 ORDER BY sets.idSet
  825. 01:15:59 T:123145324535808 DEBUG: RunQuery took 17 ms for 6 items query: select * from movie_view WHERE movie_view.idSet = 47
  826. 01:15:59 T:123145324535808 DEBUG: RunQuery took 17 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=48 ORDER BY sets.idSet
  827. 01:15:59 T:123145324535808 DEBUG: RunQuery took 16 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 48
  828. 01:15:59 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=49 ORDER BY sets.idSet
  829. 01:15:59 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 49
  830. 01:15:59 T:123145324535808 DEBUG: RunQuery took 15 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=50 ORDER BY sets.idSet
  831. 01:15:59 T:123145324535808 DEBUG: RunQuery took 16 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 50
  832. 01:15:59 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=51 ORDER BY sets.idSet
  833. 01:15:59 T:123145324535808 DEBUG: RunQuery took 15 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 51
  834. 01:16:00 T:123145324535808 DEBUG: RunQuery took 15 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=52 ORDER BY sets.idSet
  835. 01:16:00 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 52
  836. 01:16:00 T:123145324535808 DEBUG: RunQuery took 19 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=53 ORDER BY sets.idSet
  837. 01:16:00 T:123145324535808 DEBUG: RunQuery took 18 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 53
  838. 01:16:00 T:123145324535808 DEBUG: RunQuery took 18 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=54 ORDER BY sets.idSet
  839. 01:16:00 T:123145324535808 DEBUG: RunQuery took 16 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 54
  840. 01:16:00 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=55 ORDER BY sets.idSet
  841. 01:16:00 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 55
  842. 01:16:00 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  843. 01:16:00 T:123145311043584 DEBUG: GetSongsByWhere query = SELECT songview.* FROM songview
  844. 01:16:00 T:123145324535808 DEBUG: RunQuery took 19 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=56 ORDER BY sets.idSet
  845. 01:16:00 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 56
  846. 01:16:01 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=57 ORDER BY sets.idSet
  847. 01:16:01 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 57
  848. 01:16:01 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=58 ORDER BY sets.idSet
  849. 01:16:01 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 58
  850. 01:16:01 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=59 ORDER BY sets.idSet
  851. 01:16:01 T:123145324535808 DEBUG: RunQuery took 14 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 59
  852. 01:16:01 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=60 ORDER BY sets.idSet
  853. 01:16:01 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 60
  854. 01:16:01 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=61 ORDER BY sets.idSet
  855. 01:16:02 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 61
  856. 01:16:02 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=62 ORDER BY sets.idSet
  857. 01:16:02 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 62
  858. 01:16:02 T:123145324535808 DEBUG: RunQuery took 19 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=63 ORDER BY sets.idSet
  859. 01:16:02 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 63
  860. 01:16:02 T:123145324535808 DEBUG: RunQuery took 19 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=65 ORDER BY sets.idSet
  861. 01:16:02 T:123145324535808 DEBUG: RunQuery took 20 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 65
  862. 01:16:02 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=66 ORDER BY sets.idSet
  863. 01:16:02 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 66
  864. 01:16:02 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=67 ORDER BY sets.idSet
  865. 01:16:02 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 67
  866. 01:16:03 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=68 ORDER BY sets.idSet
  867. 01:16:03 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 68
  868. 01:16:03 T:123145324535808 DEBUG: RunQuery took 17 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=69 ORDER BY sets.idSet
  869. 01:16:03 T:123145324535808 DEBUG: RunQuery took 19 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 69
  870. 01:16:03 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=70 ORDER BY sets.idSet
  871. 01:16:03 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 70
  872. 01:16:03 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=72 ORDER BY sets.idSet
  873. 01:16:03 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 72
  874. 01:16:03 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=73 ORDER BY sets.idSet
  875. 01:16:03 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 73
  876. 01:16:03 T:123145324535808 DEBUG: RunQuery took 19 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=74 ORDER BY sets.idSet
  877. 01:16:04 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 74
  878. 01:16:04 T:123145324535808 DEBUG: RunQuery took 17 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=75 ORDER BY sets.idSet
  879. 01:16:04 T:123145324535808 DEBUG: RunQuery took 15 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 75
  880. 01:16:04 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=77 ORDER BY sets.idSet
  881. 01:16:04 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 77
  882. 01:16:04 T:123145324535808 DEBUG: RunQuery took 14 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=78 ORDER BY sets.idSet
  883. 01:16:04 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 78
  884. 01:16:04 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=79 ORDER BY sets.idSet
  885. 01:16:04 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 79
  886. 01:16:04 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=80 ORDER BY sets.idSet
  887. 01:16:04 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 80
  888. 01:16:05 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=81 ORDER BY sets.idSet
  889. 01:16:05 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 81
  890. 01:16:05 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=82 ORDER BY sets.idSet
  891. 01:16:05 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 82
  892. 01:16:05 T:123145324535808 DEBUG: RunQuery took 17 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=83 ORDER BY sets.idSet
  893. 01:16:05 T:123145324535808 DEBUG: RunQuery took 17 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 83
  894. 01:16:05 T:123145324535808 DEBUG: RunQuery took 15 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=84 ORDER BY sets.idSet
  895. 01:16:05 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 84
  896. 01:16:05 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=85 ORDER BY sets.idSet
  897. 01:16:05 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 85
  898. 01:16:05 T:123145324535808 DEBUG: RunQuery took 18 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=86 ORDER BY sets.idSet
  899. 01:16:06 T:123145324535808 DEBUG: RunQuery took 18 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 86
  900. 01:16:06 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=87 ORDER BY sets.idSet
  901. 01:16:06 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 87
  902. 01:16:06 T:123145324535808 DEBUG: RunQuery took 45 ms for 17 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=88 ORDER BY sets.idSet
  903. 01:16:06 T:123145324535808 DEBUG: RunQuery took 27 ms for 17 items query: select * from movie_view WHERE movie_view.idSet = 88
  904. 01:16:06 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=89 ORDER BY sets.idSet
  905. 01:16:06 T:123145324535808 DEBUG: RunQuery took 14 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 89
  906. 01:16:06 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=90 ORDER BY sets.idSet
  907. 01:16:06 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 90
  908. 01:16:06 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=91 ORDER BY sets.idSet
  909. 01:16:06 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 91
  910. 01:16:07 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=92 ORDER BY sets.idSet
  911. 01:16:07 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 92
  912. 01:16:07 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=93 ORDER BY sets.idSet
  913. 01:16:07 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 93
  914. 01:16:07 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=94 ORDER BY sets.idSet
  915. 01:16:07 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 94
  916. 01:16:07 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=95 ORDER BY sets.idSet
  917. 01:16:07 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 95
  918. 01:16:07 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=96 ORDER BY sets.idSet
  919. 01:16:07 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 96
  920. 01:16:07 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=97 ORDER BY sets.idSet
  921. 01:16:08 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 97
  922. 01:16:08 T:123145324535808 DEBUG: RunQuery took 14 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=98 ORDER BY sets.idSet
  923. 01:16:08 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 98
  924. 01:16:08 T:123145324535808 DEBUG: RunQuery took 15 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=99 ORDER BY sets.idSet
  925. 01:16:08 T:123145324535808 DEBUG: RunQuery took 14 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 99
  926. 01:16:08 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=100 ORDER BY sets.idSet
  927. 01:16:08 T:123145324535808 DEBUG: RunQuery took 19 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 100
  928. 01:16:08 T:123145324535808 DEBUG: RunQuery took 14 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=101 ORDER BY sets.idSet
  929. 01:16:08 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 101
  930. 01:16:08 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=102 ORDER BY sets.idSet
  931. 01:16:08 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 102
  932. 01:16:09 T:123145324535808 DEBUG: RunQuery took 21 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=103 ORDER BY sets.idSet
  933. 01:16:09 T:123145324535808 DEBUG: RunQuery took 15 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 103
  934. 01:16:09 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=104 ORDER BY sets.idSet
  935. 01:16:09 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 104
  936. 01:16:09 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=105 ORDER BY sets.idSet
  937. 01:16:09 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 105
  938. 01:16:09 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=106 ORDER BY sets.idSet
  939. 01:16:09 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 106
  940. 01:16:09 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=107 ORDER BY sets.idSet
  941. 01:16:09 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 107
  942. 01:16:09 T:123145324535808 DEBUG: RunQuery took 14 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=108 ORDER BY sets.idSet
  943. 01:16:09 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 108
  944. 01:16:10 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=109 ORDER BY sets.idSet
  945. 01:16:10 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 109
  946. 01:16:10 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=110 ORDER BY sets.idSet
  947. 01:16:10 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 110
  948. 01:16:10 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=111 ORDER BY sets.idSet
  949. 01:16:10 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 111
  950. 01:16:10 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=112 ORDER BY sets.idSet
  951. 01:16:10 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 112
  952. 01:16:10 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=113 ORDER BY sets.idSet
  953. 01:16:10 T:123145324535808 DEBUG: RunQuery took 19 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 113
  954. 01:16:11 T:123145324535808 DEBUG: RunQuery took 18 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=114 ORDER BY sets.idSet
  955. 01:16:11 T:123145324535808 DEBUG: RunQuery took 15 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 114
  956. 01:16:11 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=115 ORDER BY sets.idSet
  957. 01:16:11 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 115
  958. 01:16:11 T:140735165030400 INFO: CheckIdle - Closing session to http://feeds.kodi.tv (easy=0x7f914bb72a00, multi=0x7f91516877c0)
  959. 01:16:11 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=116 ORDER BY sets.idSet
  960. 01:16:11 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 116
  961. 01:16:11 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=117 ORDER BY sets.idSet
  962. 01:16:11 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 117
  963. 01:16:11 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=118 ORDER BY sets.idSet
  964. 01:16:11 T:123145324535808 DEBUG: RunQuery took 20 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 118
  965. 01:16:12 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=119 ORDER BY sets.idSet
  966. 01:16:12 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 119
  967. 01:16:12 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=120 ORDER BY sets.idSet
  968. 01:16:12 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 120
  969. 01:16:12 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=121 ORDER BY sets.idSet
  970. 01:16:12 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 121
  971. 01:16:12 T:123145324535808 DEBUG: RunQuery took 22 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=122 ORDER BY sets.idSet
  972. 01:16:12 T:123145324535808 DEBUG: RunQuery took 19 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 122
  973. 01:16:12 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=123 ORDER BY sets.idSet
  974. 01:16:12 T:123145324535808 DEBUG: RunQuery took 15 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 123
  975. 01:16:12 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=124 ORDER BY sets.idSet
  976. 01:16:13 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 124
  977. 01:16:13 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=125 ORDER BY sets.idSet
  978. 01:16:13 T:123145324535808 DEBUG: RunQuery took 23 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 125
  979. 01:16:13 T:123145324535808 DEBUG: RunQuery took 19 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=126 ORDER BY sets.idSet
  980. 01:16:13 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 126
  981. 01:16:13 T:123145324535808 DEBUG: RunQuery took 19 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=127 ORDER BY sets.idSet
  982. 01:16:13 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 127
  983. 01:16:13 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=128 ORDER BY sets.idSet
  984. 01:16:13 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 128
  985. 01:16:13 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=129 ORDER BY sets.idSet
  986. 01:16:13 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 129
  987. 01:16:13 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=130 ORDER BY sets.idSet
  988. 01:16:14 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 130
  989. 01:16:14 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=131 ORDER BY sets.idSet
  990. 01:16:14 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 131
  991. 01:16:14 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=132 ORDER BY sets.idSet
  992. 01:16:14 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 132
  993. 01:16:14 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=133 ORDER BY sets.idSet
  994. 01:16:14 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 133
  995. 01:16:14 T:123145324535808 DEBUG: RunQuery took 16 ms for 6 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=134 ORDER BY sets.idSet
  996. 01:16:14 T:123145324535808 DEBUG: RunQuery took 15 ms for 6 items query: select * from movie_view WHERE movie_view.idSet = 134
  997. 01:16:14 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=135 ORDER BY sets.idSet
  998. 01:16:14 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 135
  999. 01:16:14 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=136 ORDER BY sets.idSet
  1000. 01:16:14 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 136
  1001. 01:16:15 T:123145324535808 DEBUG: RunQuery took 16 ms for 6 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=137 ORDER BY sets.idSet
  1002. 01:16:15 T:123145324535808 DEBUG: RunQuery took 17 ms for 6 items query: select * from movie_view WHERE movie_view.idSet = 137
  1003. 01:16:15 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=138 ORDER BY sets.idSet
  1004. 01:16:15 T:123145324535808 DEBUG: RunQuery took 19 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 138
  1005. 01:16:15 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=139 ORDER BY sets.idSet
  1006. 01:16:15 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 139
  1007. 01:16:15 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=140 ORDER BY sets.idSet
  1008. 01:16:15 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 140
  1009. 01:16:15 T:123145324535808 DEBUG: RunQuery took 19 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=141 ORDER BY sets.idSet
  1010. 01:16:15 T:123145324535808 DEBUG: RunQuery took 15 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 141
  1011. 01:16:15 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=142 ORDER BY sets.idSet
  1012. 01:16:16 T:123145324535808 DEBUG: RunQuery took 19 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 142
  1013. 01:16:16 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=143 ORDER BY sets.idSet
  1014. 01:16:16 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 143
  1015. 01:16:16 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=144 ORDER BY sets.idSet
  1016. 01:16:16 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 144
  1017. 01:16:16 T:123145324535808 DEBUG: RunQuery took 20 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=145 ORDER BY sets.idSet
  1018. 01:16:16 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 145
  1019. 01:16:16 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=146 ORDER BY sets.idSet
  1020. 01:16:16 T:123145324535808 DEBUG: RunQuery took 20 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 146
  1021. 01:16:16 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=147 ORDER BY sets.idSet
  1022. 01:16:16 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 147
  1023. 01:16:17 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=148 ORDER BY sets.idSet
  1024. 01:16:17 T:123145324535808 DEBUG: RunQuery took 15 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 148
  1025. 01:16:17 T:123145324535808 DEBUG: RunQuery took 18 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=149 ORDER BY sets.idSet
  1026. 01:16:17 T:123145324535808 DEBUG: RunQuery took 15 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 149
  1027. 01:16:17 T:123145324535808 DEBUG: RunQuery took 21 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=150 ORDER BY sets.idSet
  1028. 01:16:17 T:123145324535808 DEBUG: RunQuery took 19 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 150
  1029. 01:16:17 T:123145324535808 DEBUG: RunQuery took 29 ms for 7 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=151 ORDER BY sets.idSet
  1030. 01:16:17 T:123145324535808 DEBUG: RunQuery took 27 ms for 7 items query: select * from movie_view WHERE movie_view.idSet = 151
  1031. 01:16:17 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=152 ORDER BY sets.idSet
  1032. 01:16:17 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 152
  1033. 01:16:18 T:123145324535808 DEBUG: RunQuery took 20 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=153 ORDER BY sets.idSet
  1034. 01:16:18 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 153
  1035. 01:16:18 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=154 ORDER BY sets.idSet
  1036. 01:16:18 T:123145324535808 DEBUG: RunQuery took 20 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 154
  1037. 01:16:18 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=155 ORDER BY sets.idSet
  1038. 01:16:18 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 155
  1039. 01:16:18 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=156 ORDER BY sets.idSet
  1040. 01:16:18 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 156
  1041. 01:16:18 T:123145324535808 DEBUG: RunQuery took 20 ms for 5 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=157 ORDER BY sets.idSet
  1042. 01:16:18 T:123145324535808 DEBUG: RunQuery took 20 ms for 5 items query: select * from movie_view WHERE movie_view.idSet = 157
  1043. 01:16:18 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=158 ORDER BY sets.idSet
  1044. 01:16:19 T:123145324535808 DEBUG: RunQuery took 19 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 158
  1045. 01:16:19 T:123145324535808 DEBUG: RunQuery took 22 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=160 ORDER BY sets.idSet
  1046. 01:16:19 T:123145324535808 DEBUG: RunQuery took 23 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 160
  1047. 01:16:19 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=161 ORDER BY sets.idSet
  1048. 01:16:19 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 161
  1049. 01:16:19 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=162 ORDER BY sets.idSet
  1050. 01:16:19 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 162
  1051. 01:16:19 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=163 ORDER BY sets.idSet
  1052. 01:16:19 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 163
  1053. 01:16:19 T:123145324535808 DEBUG: RunQuery took 19 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=164 ORDER BY sets.idSet
  1054. 01:16:19 T:123145324535808 DEBUG: RunQuery took 17 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 164
  1055. 01:16:20 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=165 ORDER BY sets.idSet
  1056. 01:16:20 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 165
  1057. 01:16:20 T:123145324535808 DEBUG: RunQuery took 20 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=166 ORDER BY sets.idSet
  1058. 01:16:20 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 166
  1059. 01:16:20 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=167 ORDER BY sets.idSet
  1060. 01:16:20 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 167
  1061. 01:16:20 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=168 ORDER BY sets.idSet
  1062. 01:16:20 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 168
  1063. 01:16:20 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=169 ORDER BY sets.idSet
  1064. 01:16:20 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 169
  1065. 01:16:21 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=170 ORDER BY sets.idSet
  1066. 01:16:21 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 170
  1067. 01:16:21 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=171 ORDER BY sets.idSet
  1068. 01:16:21 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 171
  1069. 01:16:21 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=172 ORDER BY sets.idSet
  1070. 01:16:21 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 172
  1071. 01:16:21 T:123145324535808 DEBUG: RunQuery took 20 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=173 ORDER BY sets.idSet
  1072. 01:16:21 T:123145324535808 DEBUG: RunQuery took 15 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 173
  1073. 01:16:21 T:123145324535808 DEBUG: RunQuery took 26 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=174 ORDER BY sets.idSet
  1074. 01:16:21 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 174
  1075. 01:16:21 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=175 ORDER BY sets.idSet
  1076. 01:16:22 T:123145324535808 DEBUG: RunQuery took 14 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 175
  1077. 01:16:22 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=176 ORDER BY sets.idSet
  1078. 01:16:22 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 176
  1079. 01:16:22 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=177 ORDER BY sets.idSet
  1080. 01:16:22 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 177
  1081. 01:16:22 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=178 ORDER BY sets.idSet
  1082. 01:16:22 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 178
  1083. 01:16:22 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=179 ORDER BY sets.idSet
  1084. 01:16:22 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 179
  1085. 01:16:22 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=180 ORDER BY sets.idSet
  1086. 01:16:22 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 180
  1087. 01:16:23 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=181 ORDER BY sets.idSet
  1088. 01:16:23 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 181
  1089. 01:16:23 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=182 ORDER BY sets.idSet
  1090. 01:16:23 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 182
  1091. 01:16:23 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=183 ORDER BY sets.idSet
  1092. 01:16:23 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 183
  1093. 01:16:23 T:123145324535808 DEBUG: RunQuery took 33 ms for 8 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=184 ORDER BY sets.idSet
  1094. 01:16:23 T:123145324535808 DEBUG: RunQuery took 24 ms for 8 items query: select * from movie_view WHERE movie_view.idSet = 184
  1095. 01:16:23 T:123145324535808 DEBUG: RunQuery took 23 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=185 ORDER BY sets.idSet
  1096. 01:16:23 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 185
  1097. 01:16:23 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=186 ORDER BY sets.idSet
  1098. 01:16:23 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 186
  1099. 01:16:24 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=187 ORDER BY sets.idSet
  1100. 01:16:24 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 187
  1101. 01:16:24 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=188 ORDER BY sets.idSet
  1102. 01:16:24 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 188
  1103. 01:16:24 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=189 ORDER BY sets.idSet
  1104. 01:16:24 T:123145324535808 DEBUG: RunQuery took 14 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 189
  1105. 01:16:24 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=190 ORDER BY sets.idSet
  1106. 01:16:24 T:123145324535808 DEBUG: RunQuery took 16 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 190
  1107. 01:16:24 T:123145324535808 DEBUG: RunQuery took 26 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=191 ORDER BY sets.idSet
  1108. 01:16:24 T:123145324535808 DEBUG: RunQuery took 18 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 191
  1109. 01:16:25 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=192 ORDER BY sets.idSet
  1110. 01:16:25 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 192
  1111. 01:16:25 T:123145324535808 DEBUG: RunQuery took 20 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=193 ORDER BY sets.idSet
  1112. 01:16:25 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 193
  1113. 01:16:25 T:123145324535808 DEBUG: RunQuery took 20 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=194 ORDER BY sets.idSet
  1114. 01:16:25 T:123145324535808 DEBUG: RunQuery took 17 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 194
  1115. 01:16:25 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=195 ORDER BY sets.idSet
  1116. 01:16:25 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 195
  1117. 01:16:25 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=196 ORDER BY sets.idSet
  1118. 01:16:25 T:123145313726464 DEBUG: Thread JobWorker 123145313726464 terminating (autodelete)
  1119. 01:16:25 T:123145314263040 DEBUG: Thread JobWorker 123145314263040 terminating (autodelete)
  1120. 01:16:25 T:123145313189888 DEBUG: Thread JobWorker 123145313189888 terminating (autodelete)
  1121. 01:16:25 T:123145322389504 DEBUG: Thread JobWorker 123145322389504 terminating (autodelete)
  1122. 01:16:25 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 196
  1123. 01:16:25 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=197 ORDER BY sets.idSet
  1124. 01:16:26 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 197
  1125. 01:16:26 T:140735165030400 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-x86-osx.so)
  1126. 01:16:26 T:123145324535808 DEBUG: RunQuery took 18 ms for 3 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=198 ORDER BY sets.idSet
  1127. 01:16:26 T:123145324535808 DEBUG: RunQuery took 17 ms for 3 items query: select * from movie_view WHERE movie_view.idSet = 198
  1128. 01:16:26 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=199 ORDER BY sets.idSet
  1129. 01:16:26 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 199
  1130. 01:16:26 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=200 ORDER BY sets.idSet
  1131. 01:16:26 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 200
  1132. 01:16:26 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=201 ORDER BY sets.idSet
  1133. 01:16:26 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 201
  1134. 01:16:26 T:123145324535808 DEBUG: RunQuery took 18 ms for 4 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=202 ORDER BY sets.idSet
  1135. 01:16:26 T:123145324535808 DEBUG: RunQuery took 18 ms for 4 items query: select * from movie_view WHERE movie_view.idSet = 202
  1136. 01:16:27 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=203 ORDER BY sets.idSet
  1137. 01:16:27 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 203
  1138. 01:16:27 T:123145324535808 DEBUG: RunQuery took 23 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=204 ORDER BY sets.idSet
  1139. 01:16:27 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 204
  1140. 01:16:27 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=205 ORDER BY sets.idSet
  1141. 01:16:27 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 205
  1142. 01:16:27 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=206 ORDER BY sets.idSet
  1143. 01:16:27 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 206
  1144. 01:16:27 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=207 ORDER BY sets.idSet
  1145. 01:16:27 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 207
  1146. 01:16:27 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=208 ORDER BY sets.idSet
  1147. 01:16:27 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 208
  1148. 01:16:28 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=209 ORDER BY sets.idSet
  1149. 01:16:28 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 209
  1150. 01:16:28 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=210 ORDER BY sets.idSet
  1151. 01:16:28 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 210
  1152. 01:16:28 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=211 ORDER BY sets.idSet
  1153. 01:16:28 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 211
  1154. 01:16:28 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=212 ORDER BY sets.idSet
  1155. 01:16:28 T:123145324535808 DEBUG: RunQuery took 14 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 212
  1156. 01:16:28 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=213 ORDER BY sets.idSet
  1157. 01:16:28 T:123145324535808 DEBUG: RunQuery took 14 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 213
  1158. 01:16:29 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=214 ORDER BY sets.idSet
  1159. 01:16:29 T:123145324535808 DEBUG: RunQuery took 17 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 214
  1160. 01:16:29 T:123145324535808 DEBUG: RunQuery took 21 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=215 ORDER BY sets.idSet
  1161. 01:16:29 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 215
  1162. 01:16:29 T:123145324535808 DEBUG: RunQuery took 18 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=216 ORDER BY sets.idSet
  1163. 01:16:29 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 216
  1164. 01:16:29 T:123145324535808 DEBUG: RunQuery took 14 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=217 ORDER BY sets.idSet
  1165. 01:16:29 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 217
  1166. 01:16:29 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=218 ORDER BY sets.idSet
  1167. 01:16:29 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 218
  1168. 01:16:29 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=219 ORDER BY sets.idSet
  1169. 01:16:29 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 219
  1170. 01:16:29 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=220 ORDER BY sets.idSet
  1171. 01:16:30 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 220
  1172. 01:16:30 T:123145324535808 DEBUG: RunQuery took 20 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=221 ORDER BY sets.idSet
  1173. 01:16:30 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 221
  1174. 01:16:30 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=222 ORDER BY sets.idSet
  1175. 01:16:30 T:123145324535808 DEBUG: RunQuery took 16 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 222
  1176. 01:16:30 T:123145324535808 DEBUG: RunQuery took 15 ms for 2 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=223 ORDER BY sets.idSet
  1177. 01:16:30 T:123145324535808 DEBUG: RunQuery took 16 ms for 2 items query: select * from movie_view WHERE movie_view.idSet = 223
  1178. 01:16:30 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=224 ORDER BY sets.idSet
  1179. 01:16:30 T:123145324535808 DEBUG: RunQuery took 15 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 224
  1180. 01:16:30 T:123145324535808 DEBUG: RunQuery took 17 ms for 1 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet WHERE sets.idSet=225 ORDER BY sets.idSet
  1181. 01:16:30 T:123145324535808 DEBUG: RunQuery took 18 ms for 1 items query: select * from movie_view WHERE movie_view.idSet = 225
  1182. 01:16:31 T:123145324535808 DEBUG: Skin Helper Service --> Ended Background worker...
  1183. 01:16:42 T:123145308819456 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
  1184. 01:16:43 T:140735165030400 DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0xf703, modifier: 0x0
  1185. 01:16:43 T:140735165030400 DEBUG: OnKey: right (0xf083) pressed, action is Right
  1186. 01:16:43 T:123145313189888 DEBUG: Thread JobWorker start, auto delete: true
  1187. 01:16:43 T:140735165030400 DEBUG: Keyboard: scancode: 0x7b, sym: 0x0114, unicode: 0xf702, modifier: 0x0
  1188. 01:16:43 T:140735165030400 DEBUG: OnKey: left (0xf082) pressed, action is Left
  1189. 01:16:44 T:140735165030400 DEBUG: Keyboard: scancode: 0x7b, sym: 0x0114, unicode: 0xf702, modifier: 0x0
  1190. 01:16:44 T:140735165030400 DEBUG: OnKey: left (0xf082) pressed, action is Left
  1191. 01:16:44 T:140735165030400 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1192. 01:16:44 T:140735165030400 DEBUG: OnKey: return (0xf00d) pressed, action is Select
  1193. 01:16:44 T:140735165030400 DEBUG: Activating window ID: 10025
  1194. 01:16:45 T:140735165030400 DEBUG: ------ Window Deinit (Home.xml) ------
  1195. 01:16:45 T:140735165030400 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  1196. 01:16:45 T:140735165030400 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
  1197. 01:16:46 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','3','?action=alphabet&reload=')
  1198. 01:16:46 T:123145313726464 DEBUG: Thread JobWorker start, auto delete: true
  1199. 01:16:46 T:123145313726464 DEBUG: Previous line repeats 1 times.
  1200. 01:16:46 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','4','?action=alphabet&reload=')
  1201. 01:16:46 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=11) plugin...
  1202. 01:16:46 T:123145320165376 DEBUG: Thread LanguageInvoker start, auto delete: false
  1203. 01:16:46 T:123145314263040 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','5','?action=alphabet&reload=')
  1204. 01:16:46 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=12) plugin...
  1205. 01:16:46 T:123145322311680 DEBUG: Thread LanguageInvoker start, auto delete: false
  1206. 01:16:46 T:123145320165376 INFO: initializing python engine.
  1207. 01:16:46 T:123145320165376 DEBUG: CPythonInvoker(11, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1208. 01:16:46 T:123145322311680 INFO: initializing python engine.
  1209. 01:16:46 T:123145314263040 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=13) plugin...
  1210. 01:16:46 T:123145322311680 DEBUG: CPythonInvoker(12, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1211. 01:16:46 T:123145322848256 DEBUG: Thread LanguageInvoker start, auto delete: false
  1212. 01:16:46 T:123145322848256 INFO: initializing python engine.
  1213. 01:16:46 T:123145322848256 DEBUG: CPythonInvoker(13, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1214. 01:16:46 T:140735165030400 DEBUG: CGUIMediaWindow::GetDirectory (sources://video/)
  1215. 01:16:46 T:140735165030400 DEBUG: ParentPath = [sources://video/]
  1216. 01:16:46 T:123145323999232 DEBUG: Thread BackgroundLoader start, auto delete: false
  1217. 01:16:46 T:123145322311680 DEBUG: -->Python Interpreter Initialized<--
  1218. 01:16:46 T:123145322311680 DEBUG: CPythonInvoker(12, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1219. 01:16:46 T:123145322311680 DEBUG: CPythonInvoker(12, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1220. 01:16:46 T:123145322311680 DEBUG: CPythonInvoker(12, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1221. 01:16:46 T:123145323999232 DEBUG: Thread BackgroundLoader 123145323999232 terminating
  1222. 01:16:46 T:123145322311680 DEBUG: CPythonInvoker(12, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1223. 01:16:46 T:123145322311680 DEBUG: Skin Helper Simplecache --> Initialized
  1224. 01:16:46 T:123145322848256 DEBUG: -->Python Interpreter Initialized<--
  1225. 01:16:46 T:123145322848256 DEBUG: CPythonInvoker(13, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1226. 01:16:46 T:123145320165376 DEBUG: -->Python Interpreter Initialized<--
  1227. 01:16:46 T:123145320165376 DEBUG: CPythonInvoker(11, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1228. 01:16:46 T:123145320165376 DEBUG: CPythonInvoker(11, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1229. 01:16:46 T:123145320165376 DEBUG: CPythonInvoker(11, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1230. 01:16:46 T:123145322848256 DEBUG: CPythonInvoker(13, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1231. 01:16:46 T:123145322848256 DEBUG: CPythonInvoker(13, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1232. 01:16:46 T:123145320165376 DEBUG: CPythonInvoker(11, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1233. 01:16:46 T:123145322311680 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1234. 01:16:46 T:123145322848256 DEBUG: CPythonInvoker(13, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1235. 01:16:46 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1236. 01:16:46 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','6','?action=alphabet&reload=')
  1237. 01:16:46 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=14) plugin...
  1238. 01:16:46 T:123145323999232 DEBUG: Thread LanguageInvoker start, auto delete: false
  1239. 01:16:46 T:123145323999232 INFO: initializing python engine.
  1240. 01:16:46 T:123145323999232 DEBUG: CPythonInvoker(14, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1241. 01:16:46 T:123145322311680 DEBUG: Skin Helper Simplecache --> Closed
  1242. 01:16:46 T:123145322311680 INFO: CPythonInvoker(12, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1243. 01:16:46 T:123145322311680 INFO: Python script stopped
  1244. 01:16:46 T:123145322311680 DEBUG: Thread LanguageInvoker 123145322311680 terminating
  1245. 01:16:46 T:140735165030400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
  1246. 01:16:46 T:140735165030400 DEBUG: OnKey: down (0xf081) pressed, action is Down
  1247. 01:16:47 T:123145320165376 DEBUG: Skin Helper Simplecache --> Initialized
  1248. 01:16:47 T:123145320165376 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1249. 01:16:47 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1250. 01:16:47 T:123145320165376 DEBUG: Skin Helper Simplecache --> Closed
  1251. 01:16:47 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','7','?action=alphabet&reload=')
  1252. 01:16:47 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=15) plugin...
  1253. 01:16:47 T:123145322311680 DEBUG: Thread LanguageInvoker start, auto delete: false
  1254. 01:16:47 T:123145322311680 INFO: initializing python engine.
  1255. 01:16:47 T:123145322311680 DEBUG: CPythonInvoker(15, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1256. 01:16:47 T:123145320165376 INFO: CPythonInvoker(11, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1257. 01:16:47 T:123145320165376 INFO: Python script stopped
  1258. 01:16:47 T:123145320165376 DEBUG: Thread LanguageInvoker 123145320165376 terminating
  1259. 01:16:47 T:140735165030400 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1260. 01:16:47 T:140735165030400 DEBUG: OnKey: return (0xf00d) pressed, action is Select
  1261. 01:16:47 T:140735165030400 DEBUG: CGUIMediaWindow::GetDirectory (nfs://192.168.0.10/VIDEO/)
  1262. 01:16:47 T:140735165030400 DEBUG: ParentPath = [sources://video/]
  1263. 01:16:47 T:123145320165376 DEBUG: Thread JobWorker start, auto delete: true
  1264. 01:16:47 T:123145320165376 DEBUG: SECTION:LoadDLL(libnfs.4.dylib)
  1265. 01:16:47 T:123145320165376 DEBUG: Loading: /Applications/Kodi.app/Contents/Libraries/libnfs.4.dylib
  1266. 01:16:47 T:123145320165376 DEBUG: NFS: Context for 192.168.0.10/VIDEO not open - get a new context.
  1267. 01:16:47 T:123145322848256 DEBUG: Skin Helper Simplecache --> Initialized
  1268. 01:16:47 T:123145322848256 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1269. 01:16:47 T:123145314263040 DEBUG: WaitOnScriptResult- plugin returned successfully
  1270. 01:16:47 T:123145322848256 DEBUG: Skin Helper Simplecache --> Closed
  1271. 01:16:47 T:123145322848256 INFO: CPythonInvoker(13, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1272. 01:16:47 T:123145322848256 INFO: Python script stopped
  1273. 01:16:47 T:123145322848256 DEBUG: Thread LanguageInvoker 123145322848256 terminating
  1274. 01:16:47 T:123145323999232 DEBUG: -->Python Interpreter Initialized<--
  1275. 01:16:47 T:123145323999232 DEBUG: CPythonInvoker(14, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1276. 01:16:47 T:123145323999232 DEBUG: CPythonInvoker(14, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1277. 01:16:47 T:123145323999232 DEBUG: CPythonInvoker(14, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1278. 01:16:47 T:123145322311680 DEBUG: -->Python Interpreter Initialized<--
  1279. 01:16:47 T:123145322311680 DEBUG: CPythonInvoker(15, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1280. 01:16:47 T:123145322311680 DEBUG: CPythonInvoker(15, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1281. 01:16:47 T:123145322311680 DEBUG: CPythonInvoker(15, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1282. 01:16:47 T:123145323999232 DEBUG: CPythonInvoker(14, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1283. 01:16:47 T:123145322311680 DEBUG: CPythonInvoker(15, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1284. 01:16:47 T:123145320165376 DEBUG: NFS: Connected to server 192.168.0.10 and export /VIDEO
  1285. 01:16:47 T:123145320165376 DEBUG: NFS: chunks: r/w 524288/524288
  1286. 01:16:47 T:123145320165376 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','8','?action=alphabet&reload=')
  1287. 01:16:47 T:123145320165376 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=16) plugin...
  1288. 01:16:47 T:123145322848256 DEBUG: Thread LanguageInvoker start, auto delete: false
  1289. 01:16:47 T:123145322848256 INFO: initializing python engine.
  1290. 01:16:47 T:123145322848256 DEBUG: CPythonInvoker(16, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1291. 01:16:47 T:140735165030400 DEBUG: RunQuery took 3 ms for 11 items query: SELECT files.strFilename, files.playCount, bookmark.timeInSeconds, bookmark.totalTimeInSeconds FROM files LEFT JOIN bookmark ON files.idFile = bookmark.idFile AND bookmark.type = 1 WHERE files.idPath=1
  1292. 01:16:47 T:123145324535808 DEBUG: Thread BackgroundLoader start, auto delete: false
  1293. 01:16:48 T:123145323999232 DEBUG: Skin Helper Simplecache --> Initialized
  1294. 01:16:48 T:123145323999232 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1295. 01:16:48 T:140735165030400 DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
  1296. 01:16:48 T:140735165030400 DEBUG: OnKey: down (0xf081) pressed, action is Down
  1297. 01:16:48 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1298. 01:16:48 T:123145323999232 DEBUG: Skin Helper Simplecache --> Closed
  1299. 01:16:48 T:123145323999232 INFO: CPythonInvoker(14, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1300. 01:16:48 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','9','?action=alphabet&reload=')
  1301. 01:16:48 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=17) plugin...
  1302. 01:16:48 T:123145325072384 DEBUG: Thread LanguageInvoker start, auto delete: false
  1303. 01:16:48 T:123145325072384 INFO: initializing python engine.
  1304. 01:16:48 T:123145325072384 DEBUG: CPythonInvoker(17, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1305. 01:16:48 T:123145323999232 INFO: Python script stopped
  1306. 01:16:48 T:123145323999232 DEBUG: Thread LanguageInvoker 123145323999232 terminating
  1307. 01:16:48 T:140735165030400 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1308. 01:16:48 T:140735165030400 DEBUG: OnKey: return (0xf00d) pressed, action is Select
  1309. 01:16:48 T:123145324535808 DEBUG: Thread BackgroundLoader 123145324535808 terminating
  1310. 01:16:48 T:140735165030400 DEBUG: CGUIMediaWindow::GetDirectory (nfs://192.168.0.10/VIDEO/Anime/)
  1311. 01:16:48 T:140735165030400 DEBUG: ParentPath = [nfs://192.168.0.10/VIDEO/]
  1312. 01:16:48 T:123145322311680 DEBUG: Skin Helper Simplecache --> Initialized
  1313. 01:16:49 T:123145322311680 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1314. 01:16:49 T:123145322848256 DEBUG: -->Python Interpreter Initialized<--
  1315. 01:16:49 T:123145322848256 DEBUG: CPythonInvoker(16, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1316. 01:16:49 T:123145322848256 DEBUG: CPythonInvoker(16, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1317. 01:16:49 T:123145322848256 DEBUG: CPythonInvoker(16, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1318. 01:16:49 T:123145325072384 DEBUG: -->Python Interpreter Initialized<--
  1319. 01:16:49 T:123145325072384 DEBUG: CPythonInvoker(17, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1320. 01:16:49 T:123145325072384 DEBUG: CPythonInvoker(17, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1321. 01:16:49 T:123145325072384 DEBUG: CPythonInvoker(17, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1322. 01:16:49 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1323. 01:16:49 T:123145322311680 DEBUG: Skin Helper Simplecache --> Closed
  1324. 01:16:49 T:123145322311680 INFO: CPythonInvoker(15, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1325. 01:16:49 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','10','?action=alphabet&reload=')
  1326. 01:16:49 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=18) plugin...
  1327. 01:16:49 T:123145324535808 DEBUG: Thread LanguageInvoker start, auto delete: false
  1328. 01:16:49 T:123145324535808 INFO: initializing python engine.
  1329. 01:16:49 T:123145324535808 DEBUG: CPythonInvoker(18, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1330. 01:16:49 T:123145322311680 INFO: Python script stopped
  1331. 01:16:49 T:123145325072384 DEBUG: CPythonInvoker(17, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1332. 01:16:49 T:123145322311680 DEBUG: Thread LanguageInvoker 123145322311680 terminating
  1333. 01:16:49 T:123145322848256 DEBUG: CPythonInvoker(16, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1334. 01:16:49 T:140735165030400 DEBUG: RunQuery took 202 ms for 140 items query: SELECT * FROM tvshow_view WHERE idParentPath=213
  1335. 01:16:49 T:140735165030400 DEBUG: RunQuery took 4 ms for 32 items query: SELECT files.strFilename, files.playCount, bookmark.timeInSeconds, bookmark.totalTimeInSeconds FROM files LEFT JOIN bookmark ON files.idFile = bookmark.idFile AND bookmark.type = 1 WHERE files.idPath=213
  1336. 01:16:49 T:123145322311680 DEBUG: Thread BackgroundLoader start, auto delete: false
  1337. 01:16:49 T:123145325072384 DEBUG: Skin Helper Simplecache --> Initialized
  1338. 01:16:49 T:123145325072384 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1339. 01:16:49 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1340. 01:16:49 T:123145325072384 DEBUG: Skin Helper Simplecache --> Closed
  1341. 01:16:49 T:123145325072384 INFO: CPythonInvoker(17, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1342. 01:16:49 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','11','?action=alphabet&reload=')
  1343. 01:16:49 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=19) plugin...
  1344. 01:16:49 T:123145326145536 DEBUG: Thread LanguageInvoker start, auto delete: false
  1345. 01:16:49 T:123145326145536 INFO: initializing python engine.
  1346. 01:16:49 T:123145326145536 DEBUG: CPythonInvoker(19, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1347. 01:16:49 T:123145325072384 INFO: Python script stopped
  1348. 01:16:49 T:123145325072384 DEBUG: Thread LanguageInvoker 123145325072384 terminating
  1349. 01:16:50 T:123145322848256 DEBUG: Skin Helper Simplecache --> Initialized
  1350. 01:16:50 T:123145326145536 DEBUG: -->Python Interpreter Initialized<--
  1351. 01:16:50 T:123145326145536 DEBUG: CPythonInvoker(19, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1352. 01:16:50 T:123145324535808 DEBUG: -->Python Interpreter Initialized<--
  1353. 01:16:50 T:123145324535808 DEBUG: CPythonInvoker(18, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1354. 01:16:50 T:123145322848256 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1355. 01:16:50 T:123145324535808 DEBUG: CPythonInvoker(18, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1356. 01:16:50 T:123145324535808 DEBUG: CPythonInvoker(18, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1357. 01:16:50 T:123145326145536 DEBUG: CPythonInvoker(19, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1358. 01:16:50 T:123145326145536 DEBUG: CPythonInvoker(19, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1359. 01:16:50 T:123145324535808 DEBUG: CPythonInvoker(18, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1360. 01:16:50 T:123145320165376 DEBUG: WaitOnScriptResult- plugin returned successfully
  1361. 01:16:50 T:123145322848256 DEBUG: Skin Helper Simplecache --> Closed
  1362. 01:16:50 T:123145322848256 INFO: CPythonInvoker(16, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1363. 01:16:50 T:123145320165376 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','12','?action=alphabet&reload=')
  1364. 01:16:50 T:123145320165376 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=20) plugin...
  1365. 01:16:50 T:123145323999232 DEBUG: Thread LanguageInvoker start, auto delete: false
  1366. 01:16:50 T:123145323999232 INFO: initializing python engine.
  1367. 01:16:50 T:123145323999232 DEBUG: CPythonInvoker(20, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1368. 01:16:50 T:123145322848256 INFO: Python script stopped
  1369. 01:16:50 T:123145322848256 DEBUG: Thread LanguageInvoker 123145322848256 terminating
  1370. 01:16:50 T:123145326145536 DEBUG: CPythonInvoker(19, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1371. 01:16:50 T:123145322311680 DEBUG: Thread BackgroundLoader 123145322311680 terminating
  1372. 01:16:50 T:140735165030400 DEBUG: Keyboard: scancode: 0x79, sym: 0x0119, unicode: 0xf72d, modifier: 0x0
  1373. 01:16:50 T:140735165030400 DEBUG: OnKey: pagedown (0xf085) pressed, action is PageDown
  1374. 01:16:50 T:123145324535808 DEBUG: Skin Helper Simplecache --> Initialized
  1375. 01:16:50 T:123145324535808 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1376. 01:16:51 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1377. 01:16:51 T:123145324535808 DEBUG: Skin Helper Simplecache --> Closed
  1378. 01:16:51 T:123145324535808 INFO: CPythonInvoker(18, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1379. 01:16:51 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','13','?action=alphabet&reload=')
  1380. 01:16:51 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=21) plugin...
  1381. 01:16:51 T:123145322848256 DEBUG: Thread LanguageInvoker start, auto delete: false
  1382. 01:16:51 T:123145322848256 INFO: initializing python engine.
  1383. 01:16:51 T:123145322848256 DEBUG: CPythonInvoker(21, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1384. 01:16:51 T:123145324535808 INFO: Python script stopped
  1385. 01:16:51 T:123145324535808 DEBUG: Thread LanguageInvoker 123145324535808 terminating
  1386. 01:16:51 T:123145326145536 DEBUG: Skin Helper Simplecache --> Initialized
  1387. 01:16:51 T:123145326145536 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1388. 01:16:51 T:123145323999232 DEBUG: -->Python Interpreter Initialized<--
  1389. 01:16:51 T:123145323999232 DEBUG: CPythonInvoker(20, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1390. 01:16:51 T:140735165030400 DEBUG: Keyboard: scancode: 0x79, sym: 0x0119, unicode: 0xf72d, modifier: 0x0
  1391. 01:16:51 T:140735165030400 DEBUG: OnKey: pagedown (0xf085) pressed, action is PageDown
  1392. 01:16:51 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1393. 01:16:51 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','14','?action=alphabet&reload=')
  1394. 01:16:51 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=22) plugin...
  1395. 01:16:51 T:123145324535808 DEBUG: Thread LanguageInvoker start, auto delete: false
  1396. 01:16:51 T:123145324535808 INFO: initializing python engine.
  1397. 01:16:51 T:123145324535808 DEBUG: CPythonInvoker(22, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1398. 01:16:51 T:123145326145536 DEBUG: Skin Helper Simplecache --> Closed
  1399. 01:16:51 T:123145326145536 INFO: CPythonInvoker(19, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1400. 01:16:51 T:123145326145536 INFO: Python script stopped
  1401. 01:16:51 T:123145326145536 DEBUG: Thread LanguageInvoker 123145326145536 terminating
  1402. 01:16:51 T:123145323999232 DEBUG: CPythonInvoker(20, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1403. 01:16:51 T:123145323999232 DEBUG: CPythonInvoker(20, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1404. 01:16:51 T:123145323999232 DEBUG: CPythonInvoker(20, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1405. 01:16:51 T:123145322848256 DEBUG: -->Python Interpreter Initialized<--
  1406. 01:16:51 T:123145322848256 DEBUG: CPythonInvoker(21, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1407. 01:16:52 T:140735165030400 DEBUG: Keyboard: scancode: 0x79, sym: 0x0119, unicode: 0xf72d, modifier: 0x0
  1408. 01:16:52 T:140735165030400 DEBUG: OnKey: pagedown (0xf085) pressed, action is PageDown
  1409. 01:16:52 T:123145322848256 DEBUG: CPythonInvoker(21, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1410. 01:16:52 T:123145322848256 DEBUG: CPythonInvoker(21, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1411. 01:16:52 T:123145322848256 DEBUG: CPythonInvoker(21, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1412. 01:16:52 T:123145323999232 DEBUG: Skin Helper Simplecache --> Initialized
  1413. 01:16:52 T:123145323999232 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1414. 01:16:53 T:123145320165376 DEBUG: WaitOnScriptResult- plugin returned successfully
  1415. 01:16:53 T:123145320165376 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','15','?action=alphabet&reload=')
  1416. 01:16:53 T:123145320165376 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=23) plugin...
  1417. 01:16:53 T:123145325608960 DEBUG: Thread LanguageInvoker start, auto delete: false
  1418. 01:16:53 T:123145325608960 INFO: initializing python engine.
  1419. 01:16:53 T:123145325608960 DEBUG: CPythonInvoker(23, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1420. 01:16:53 T:123145323999232 DEBUG: Skin Helper Simplecache --> Closed
  1421. 01:16:53 T:123145323999232 INFO: CPythonInvoker(20, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1422. 01:16:53 T:123145323999232 INFO: Python script stopped
  1423. 01:16:53 T:123145323999232 DEBUG: Thread LanguageInvoker 123145323999232 terminating
  1424. 01:16:53 T:123145322848256 DEBUG: Skin Helper Simplecache --> Initialized
  1425. 01:16:53 T:123145322848256 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1426. 01:16:53 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1427. 01:16:53 T:123145322848256 DEBUG: Skin Helper Simplecache --> Closed
  1428. 01:16:53 T:123145322848256 INFO: CPythonInvoker(21, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1429. 01:16:53 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','16','?action=alphabet&reload=')
  1430. 01:16:53 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=24) plugin...
  1431. 01:16:53 T:123145325072384 DEBUG: Thread LanguageInvoker start, auto delete: false
  1432. 01:16:53 T:123145325072384 INFO: initializing python engine.
  1433. 01:16:53 T:123145325072384 DEBUG: CPythonInvoker(24, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1434. 01:16:53 T:123145322848256 INFO: Python script stopped
  1435. 01:16:53 T:123145322848256 DEBUG: Thread LanguageInvoker 123145322848256 terminating
  1436. 01:16:53 T:123145324535808 DEBUG: -->Python Interpreter Initialized<--
  1437. 01:16:53 T:123145324535808 DEBUG: CPythonInvoker(22, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1438. 01:16:53 T:123145324535808 DEBUG: CPythonInvoker(22, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1439. 01:16:53 T:123145324535808 DEBUG: CPythonInvoker(22, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1440. 01:16:53 T:123145324535808 DEBUG: CPythonInvoker(22, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1441. 01:16:54 T:140735165030400 DEBUG: Keyboard: scancode: 0x79, sym: 0x0119, unicode: 0xf72d, modifier: 0x0
  1442. 01:16:54 T:140735165030400 DEBUG: OnKey: pagedown (0xf085) pressed, action is PageDown
  1443. 01:16:54 T:123145324535808 DEBUG: Skin Helper Simplecache --> Initialized
  1444. 01:16:54 T:123145324535808 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1445. 01:16:54 T:123145325608960 DEBUG: -->Python Interpreter Initialized<--
  1446. 01:16:54 T:123145325608960 DEBUG: CPythonInvoker(23, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1447. 01:16:54 T:123145325608960 DEBUG: CPythonInvoker(23, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1448. 01:16:54 T:123145325608960 DEBUG: CPythonInvoker(23, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1449. 01:16:54 T:123145325608960 DEBUG: CPythonInvoker(23, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1450. 01:16:54 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1451. 01:16:54 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','17','?action=alphabet&reload=')
  1452. 01:16:54 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=25) plugin...
  1453. 01:16:54 T:123145322848256 DEBUG: Thread LanguageInvoker start, auto delete: false
  1454. 01:16:54 T:123145322848256 INFO: initializing python engine.
  1455. 01:16:54 T:123145322848256 DEBUG: CPythonInvoker(25, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1456. 01:16:54 T:123145324535808 DEBUG: Skin Helper Simplecache --> Closed
  1457. 01:16:54 T:123145324535808 INFO: CPythonInvoker(22, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1458. 01:16:54 T:123145324535808 INFO: Python script stopped
  1459. 01:16:54 T:123145324535808 DEBUG: Thread LanguageInvoker 123145324535808 terminating
  1460. 01:16:55 T:140735165030400 DEBUG: Keyboard: scancode: 0x7e, sym: 0x0111, unicode: 0xf700, modifier: 0x0
  1461. 01:16:55 T:140735165030400 DEBUG: OnKey: up (0xf080) pressed, action is Up
  1462. 01:16:55 T:123145314263040 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/ABC (JA).png
  1463. 01:16:55 T:123145314263040 DEBUG: GetImageHash - unable to stat url resource://resource.images.studios.white/ABC (JA).png
  1464. 01:16:55 T:123145325072384 DEBUG: -->Python Interpreter Initialized<--
  1465. 01:16:55 T:123145325072384 DEBUG: CPythonInvoker(24, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1466. 01:16:55 T:123145325072384 DEBUG: CPythonInvoker(24, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1467. 01:16:55 T:123145325072384 DEBUG: CPythonInvoker(24, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1468. 01:16:55 T:123145325072384 DEBUG: CPythonInvoker(24, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1469. 01:16:55 T:123145325608960 DEBUG: Skin Helper Simplecache --> Initialized
  1470. 01:16:55 T:123145325608960 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1471. 01:16:55 T:140735165030400 DEBUG: Keyboard: scancode: 0x7e, sym: 0x0111, unicode: 0xf700, modifier: 0x0
  1472. 01:16:55 T:140735165030400 DEBUG: OnKey: up (0xf080) pressed, action is Up
  1473. 01:16:55 T:123145320165376 DEBUG: WaitOnScriptResult- plugin returned successfully
  1474. 01:16:55 T:123145325608960 DEBUG: Skin Helper Simplecache --> Closed
  1475. 01:16:55 T:123145320165376 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','18','?action=alphabet&reload=')
  1476. 01:16:55 T:123145320165376 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=26) plugin...
  1477. 01:16:55 T:123145324535808 DEBUG: Thread LanguageInvoker start, auto delete: false
  1478. 01:16:55 T:123145324535808 INFO: initializing python engine.
  1479. 01:16:55 T:123145324535808 DEBUG: CPythonInvoker(26, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1480. 01:16:55 T:123145325608960 INFO: CPythonInvoker(23, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1481. 01:16:55 T:123145325608960 INFO: Python script stopped
  1482. 01:16:55 T:123145325608960 DEBUG: Thread LanguageInvoker 123145325608960 terminating
  1483. 01:16:55 T:123145322848256 DEBUG: -->Python Interpreter Initialized<--
  1484. 01:16:55 T:123145322848256 DEBUG: CPythonInvoker(25, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1485. 01:16:55 T:123145325072384 DEBUG: Skin Helper Simplecache --> Initialized
  1486. 01:16:55 T:123145325072384 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1487. 01:16:55 T:123145322848256 DEBUG: CPythonInvoker(25, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1488. 01:16:55 T:123145322848256 DEBUG: CPythonInvoker(25, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1489. 01:16:55 T:123145322848256 DEBUG: CPythonInvoker(25, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1490. 01:16:55 T:123145324535808 DEBUG: -->Python Interpreter Initialized<--
  1491. 01:16:55 T:123145324535808 DEBUG: CPythonInvoker(26, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1492. 01:16:55 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1493. 01:16:55 T:123145325072384 DEBUG: Skin Helper Simplecache --> Closed
  1494. 01:16:55 T:123145325072384 INFO: CPythonInvoker(24, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1495. 01:16:55 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','19','?action=alphabet&reload=')
  1496. 01:16:55 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=27) plugin...
  1497. 01:16:55 T:123145323999232 DEBUG: Thread LanguageInvoker start, auto delete: false
  1498. 01:16:55 T:123145323999232 INFO: initializing python engine.
  1499. 01:16:55 T:123145323999232 DEBUG: CPythonInvoker(27, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1500. 01:16:55 T:123145325072384 INFO: Python script stopped
  1501. 01:16:55 T:123145325072384 DEBUG: Thread LanguageInvoker 123145325072384 terminating
  1502. 01:16:56 T:123145324535808 DEBUG: CPythonInvoker(26, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1503. 01:16:56 T:123145324535808 DEBUG: CPythonInvoker(26, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1504. 01:16:56 T:123145324535808 DEBUG: CPythonInvoker(26, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1505. 01:16:56 T:123145322848256 DEBUG: Skin Helper Simplecache --> Initialized
  1506. 01:16:56 T:123145322848256 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1507. 01:16:56 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1508. 01:16:56 T:123145322848256 DEBUG: Skin Helper Simplecache --> Closed
  1509. 01:16:56 T:123145322848256 INFO: CPythonInvoker(25, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1510. 01:16:56 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','20','?action=alphabet&reload=')
  1511. 01:16:56 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=28) plugin...
  1512. 01:16:56 T:123145325072384 DEBUG: Thread LanguageInvoker start, auto delete: false
  1513. 01:16:56 T:123145325072384 INFO: initializing python engine.
  1514. 01:16:56 T:123145325072384 DEBUG: CPythonInvoker(28, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1515. 01:16:56 T:123145322848256 INFO: Python script stopped
  1516. 01:16:56 T:123145322848256 DEBUG: Thread LanguageInvoker 123145322848256 terminating
  1517. 01:16:57 T:123145324535808 DEBUG: Skin Helper Simplecache --> Initialized
  1518. 01:16:57 T:123145324535808 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1519. 01:16:57 T:123145320165376 DEBUG: WaitOnScriptResult- plugin returned successfully
  1520. 01:16:57 T:123145324535808 DEBUG: Skin Helper Simplecache --> Closed
  1521. 01:16:57 T:123145324535808 INFO: CPythonInvoker(26, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1522. 01:16:57 T:123145320165376 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','21','?action=alphabet&reload=')
  1523. 01:16:57 T:123145320165376 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=29) plugin...
  1524. 01:16:57 T:123145325608960 DEBUG: Thread LanguageInvoker start, auto delete: false
  1525. 01:16:57 T:123145325608960 INFO: initializing python engine.
  1526. 01:16:57 T:123145325608960 DEBUG: CPythonInvoker(29, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1527. 01:16:57 T:123145324535808 INFO: Python script stopped
  1528. 01:16:57 T:123145324535808 DEBUG: Thread LanguageInvoker 123145324535808 terminating
  1529. 01:16:57 T:123145325072384 DEBUG: -->Python Interpreter Initialized<--
  1530. 01:16:57 T:123145325072384 DEBUG: CPythonInvoker(28, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1531. 01:16:57 T:123145323999232 DEBUG: -->Python Interpreter Initialized<--
  1532. 01:16:57 T:123145323999232 DEBUG: CPythonInvoker(27, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1533. 01:16:57 T:123145323999232 DEBUG: CPythonInvoker(27, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1534. 01:16:57 T:123145323999232 DEBUG: CPythonInvoker(27, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1535. 01:16:57 T:123145323999232 DEBUG: CPythonInvoker(27, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1536. 01:16:57 T:123145325072384 DEBUG: CPythonInvoker(28, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1537. 01:16:57 T:123145325072384 DEBUG: CPythonInvoker(28, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1538. 01:16:57 T:123145325072384 DEBUG: CPythonInvoker(28, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1539. 01:16:57 T:123145325608960 DEBUG: -->Python Interpreter Initialized<--
  1540. 01:16:57 T:123145325608960 DEBUG: CPythonInvoker(29, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1541. 01:16:57 T:123145323999232 DEBUG: Skin Helper Simplecache --> Initialized
  1542. 01:16:57 T:123145323999232 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1543. 01:16:57 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1544. 01:16:57 T:123145323999232 DEBUG: Skin Helper Simplecache --> Closed
  1545. 01:16:57 T:123145323999232 INFO: CPythonInvoker(27, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1546. 01:16:57 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','22','?action=alphabet&reload=')
  1547. 01:16:57 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=30) plugin...
  1548. 01:16:57 T:123145322848256 DEBUG: Thread LanguageInvoker start, auto delete: false
  1549. 01:16:57 T:123145322848256 INFO: initializing python engine.
  1550. 01:16:57 T:123145322848256 DEBUG: CPythonInvoker(30, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1551. 01:16:57 T:123145323999232 INFO: Python script stopped
  1552. 01:16:57 T:123145323999232 DEBUG: Thread LanguageInvoker 123145323999232 terminating
  1553. 01:16:58 T:123145325072384 DEBUG: Skin Helper Simplecache --> Initialized
  1554. 01:16:58 T:123145325072384 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1555. 01:16:58 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1556. 01:16:58 T:123145325072384 DEBUG: Skin Helper Simplecache --> Closed
  1557. 01:16:58 T:123145325072384 INFO: CPythonInvoker(28, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1558. 01:16:58 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','23','?action=alphabet&reload=')
  1559. 01:16:58 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=31) plugin...
  1560. 01:16:58 T:123145323999232 DEBUG: Thread LanguageInvoker start, auto delete: false
  1561. 01:16:58 T:123145323999232 INFO: initializing python engine.
  1562. 01:16:58 T:123145323999232 DEBUG: CPythonInvoker(31, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1563. 01:16:58 T:123145325072384 INFO: Python script stopped
  1564. 01:16:58 T:123145325072384 DEBUG: Thread LanguageInvoker 123145325072384 terminating
  1565. 01:16:58 T:123145325608960 DEBUG: CPythonInvoker(29, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1566. 01:16:58 T:123145325608960 DEBUG: CPythonInvoker(29, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1567. 01:16:58 T:123145325608960 DEBUG: CPythonInvoker(29, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1568. 01:16:58 T:123145322848256 DEBUG: -->Python Interpreter Initialized<--
  1569. 01:16:58 T:123145322848256 DEBUG: CPythonInvoker(30, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1570. 01:16:58 T:123145323999232 DEBUG: -->Python Interpreter Initialized<--
  1571. 01:16:58 T:123145323999232 DEBUG: CPythonInvoker(31, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1572. 01:16:58 T:123145322848256 DEBUG: CPythonInvoker(30, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1573. 01:16:58 T:123145322848256 DEBUG: CPythonInvoker(30, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1574. 01:16:58 T:123145323999232 DEBUG: CPythonInvoker(31, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1575. 01:16:58 T:123145323999232 DEBUG: CPythonInvoker(31, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1576. 01:16:58 T:123145322848256 DEBUG: CPythonInvoker(30, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1577. 01:16:58 T:123145325608960 DEBUG: Skin Helper Simplecache --> Initialized
  1578. 01:16:58 T:123145323999232 DEBUG: CPythonInvoker(31, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1579. 01:16:58 T:123145325608960 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1580. 01:16:58 T:123145320165376 DEBUG: WaitOnScriptResult- plugin returned successfully
  1581. 01:16:58 T:123145325608960 DEBUG: Skin Helper Simplecache --> Closed
  1582. 01:16:58 T:123145325608960 INFO: CPythonInvoker(29, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1583. 01:16:58 T:123145320165376 DEBUG: StartScript - calling plugin ExtendedInfo Script('plugin://script.extendedinfo/','24','?info=similarmovies&&dbid=')
  1584. 01:16:58 T:123145320165376 DEBUG: WaitOnScriptResult - waiting on the ExtendedInfo Script (id=32) plugin...
  1585. 01:16:58 T:123145324535808 DEBUG: Thread LanguageInvoker start, auto delete: false
  1586. 01:16:58 T:123145324535808 INFO: initializing python engine.
  1587. 01:16:58 T:123145324535808 DEBUG: CPythonInvoker(32, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): start processing
  1588. 01:16:58 T:123145325608960 INFO: Python script stopped
  1589. 01:16:58 T:123145325608960 DEBUG: Thread LanguageInvoker 123145325608960 terminating
  1590. 01:16:58 T:123145322848256 DEBUG: Skin Helper Simplecache --> Initialized
  1591. 01:16:58 T:123145322848256 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1592. 01:16:58 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1593. 01:16:58 T:123145322848256 DEBUG: Skin Helper Simplecache --> Closed
  1594. 01:16:58 T:123145322848256 INFO: CPythonInvoker(30, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1595. 01:16:59 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','25','?action=alphabet&reload=')
  1596. 01:16:59 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=33) plugin...
  1597. 01:16:59 T:123145325072384 DEBUG: Thread LanguageInvoker start, auto delete: false
  1598. 01:16:59 T:123145325072384 INFO: initializing python engine.
  1599. 01:16:59 T:123145325072384 DEBUG: CPythonInvoker(33, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1600. 01:16:59 T:123145322848256 INFO: Python script stopped
  1601. 01:16:59 T:123145322848256 DEBUG: Thread LanguageInvoker 123145322848256 terminating
  1602. 01:16:59 T:123145323999232 DEBUG: Skin Helper Simplecache --> Initialized
  1603. 01:16:59 T:123145323999232 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1604. 01:16:59 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1605. 01:16:59 T:123145323999232 DEBUG: Skin Helper Simplecache --> Closed
  1606. 01:16:59 T:123145323999232 INFO: CPythonInvoker(31, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1607. 01:16:59 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','26','?action=alphabet&reload=')
  1608. 01:16:59 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=34) plugin...
  1609. 01:16:59 T:123145322848256 DEBUG: Thread LanguageInvoker start, auto delete: false
  1610. 01:16:59 T:123145322848256 INFO: initializing python engine.
  1611. 01:16:59 T:123145322848256 DEBUG: CPythonInvoker(34, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1612. 01:16:59 T:123145323999232 INFO: Python script stopped
  1613. 01:16:59 T:123145323999232 DEBUG: Thread LanguageInvoker 123145323999232 terminating
  1614. 01:16:59 T:123145324535808 DEBUG: -->Python Interpreter Initialized<--
  1615. 01:16:59 T:123145324535808 DEBUG: CPythonInvoker(32, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py"
  1616. 01:16:59 T:123145325072384 DEBUG: -->Python Interpreter Initialized<--
  1617. 01:16:59 T:123145325072384 DEBUG: CPythonInvoker(33, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1618. 01:16:59 T:123145324535808 DEBUG: CPythonInvoker(32, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo:/Applications/Kodi.app/Contents/Resources/Kodi/addons/script.module.pil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.actionhandler/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.addon.signals/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.autocompletion/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.t9.search/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.youtube.dl/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1619. 01:16:59 T:123145324535808 DEBUG: CPythonInvoker(32, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo
  1620. 01:16:59 T:123145324535808 DEBUG: CPythonInvoker(32, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): instantiating addon using automatically obtained id of "script.extendedinfo" dependent on version 2.24.0 of the xbmc.python api
  1621. 01:16:59 T:123145325072384 DEBUG: CPythonInvoker(33, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1622. 01:16:59 T:123145325072384 DEBUG: CPythonInvoker(33, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1623. 01:16:59 T:123145325072384 DEBUG: CPythonInvoker(33, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1624. 01:16:59 T:123145322848256 DEBUG: -->Python Interpreter Initialized<--
  1625. 01:16:59 T:123145322848256 DEBUG: CPythonInvoker(34, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1626. 01:16:59 T:140735165030400 DEBUG: Keyboard: scancode: 0x00, sym: 0x0136, unicode: 0x0000, modifier: 0x0
  1627. 01:16:59 T:140735165030400 DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
  1628. 01:16:59 T:140735165030400 DEBUG: Previous line repeats 3 times.
  1629. 01:16:59 T:140735165030400 DEBUG: OnKey: 0 (0xf200) pressed, action is
  1630. 01:16:59 T:123145325072384 DEBUG: Skin Helper Simplecache --> Initialized
  1631. 01:16:59 T:123145325072384 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1632. 01:16:59 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1633. 01:16:59 T:123145325072384 DEBUG: Skin Helper Simplecache --> Closed
  1634. 01:16:59 T:123145325072384 INFO: CPythonInvoker(33, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1635. 01:16:59 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','27','?action=alphabet&reload=')
  1636. 01:16:59 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=35) plugin...
  1637. 01:16:59 T:123145323999232 DEBUG: Thread LanguageInvoker start, auto delete: false
  1638. 01:16:59 T:123145323999232 INFO: initializing python engine.
  1639. 01:16:59 T:123145323999232 DEBUG: CPythonInvoker(35, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1640. 01:16:59 T:123145325072384 INFO: Python script stopped
  1641. 01:16:59 T:123145325072384 DEBUG: Thread LanguageInvoker 123145325072384 terminating
  1642. 01:16:59 T:123145322848256 DEBUG: CPythonInvoker(34, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1643. 01:16:59 T:123145322848256 DEBUG: CPythonInvoker(34, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1644. 01:16:59 T:123145322848256 DEBUG: CPythonInvoker(34, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1645. 01:17:00 T:123145322848256 DEBUG: Skin Helper Simplecache --> Initialized
  1646. 01:17:00 T:123145324535808 DEBUG: POParser: loaded 38 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.youtube.dl/resources/language/English/strings.po
  1647. 01:17:00 T:123145322848256 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1648. 01:17:00 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1649. 01:17:00 T:123145322848256 DEBUG: Skin Helper Simplecache --> Closed
  1650. 01:17:00 T:123145322848256 INFO: CPythonInvoker(34, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1651. 01:17:00 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','28','?action=alphabet&reload=')
  1652. 01:17:00 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=36) plugin...
  1653. 01:17:00 T:123145325072384 DEBUG: Thread LanguageInvoker start, auto delete: false
  1654. 01:17:00 T:123145325072384 INFO: initializing python engine.
  1655. 01:17:00 T:123145325072384 DEBUG: CPythonInvoker(36, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1656. 01:17:00 T:123145322848256 INFO: Python script stopped
  1657. 01:17:00 T:123145322848256 DEBUG: Thread LanguageInvoker 123145322848256 terminating
  1658. 01:17:01 T:123145324535808 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
  1659. 01:17:01 T:123145324535808 NOTICE: version 4.6.1 started
  1660. 01:17:01 T:123145325072384 DEBUG: -->Python Interpreter Initialized<--
  1661. 01:17:01 T:123145325072384 DEBUG: CPythonInvoker(36, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1662. 01:17:01 T:123145323999232 DEBUG: -->Python Interpreter Initialized<--
  1663. 01:17:01 T:123145323999232 DEBUG: CPythonInvoker(35, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1664. 01:17:01 T:123145325072384 DEBUG: CPythonInvoker(36, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1665. 01:17:01 T:123145325072384 DEBUG: CPythonInvoker(36, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1666. 01:17:01 T:123145323999232 DEBUG: CPythonInvoker(35, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1667. 01:17:01 T:123145323999232 DEBUG: CPythonInvoker(35, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1668. 01:17:01 T:123145325072384 DEBUG: CPythonInvoker(36, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1669. 01:17:01 T:123145323999232 DEBUG: CPythonInvoker(35, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1670. 01:17:01 T:123145324535808 DEBUG: script.extendedinfo: similarmovies
  1671. 01:17:01 T:123145324535808 DEBUG: script.extendedinfo: {
  1672. "dbid": "",
  1673. "handle": 24
  1674. }
  1675. 01:17:01 T:123145320165376 DEBUG: WaitOnScriptResult- plugin returned failure
  1676. 01:17:01 T:123145320165376 ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=similarmovies&&dbid=
  1677. 01:17:01 T:123145320165376 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','29','?action=alphabet&reload=')
  1678. 01:17:01 T:123145320165376 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=37) plugin...
  1679. 01:17:01 T:123145322848256 DEBUG: Thread LanguageInvoker start, auto delete: false
  1680. 01:17:01 T:123145322848256 INFO: initializing python engine.
  1681. 01:17:01 T:123145322848256 DEBUG: CPythonInvoker(37, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1682. 01:17:01 T:123145324535808 WARNING: Attempt to use invalid handle 24
  1683. 01:17:01 T:123145324535808 WARNING: Previous line repeats 3 times.
  1684. 01:17:01 T:123145324535808 DEBUG: POParser: loaded 156 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/resources/language/English/strings.po
  1685. 01:17:01 T:123145324535808 WARNING: Attempt to use invalid handle 24
  1686. 01:17:01 T:123145324535808 WARNING: Previous line repeats 26 times.
  1687. 01:17:01 T:123145324535808 NOTICE: finished
  1688. 01:17:01 T:123145324535808 INFO: CPythonInvoker(32, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): script successfully run
  1689. 01:17:02 T:123145325072384 DEBUG: Skin Helper Simplecache --> Initialized
  1690. 01:17:02 T:123145325072384 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1691. 01:17:02 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1692. 01:17:02 T:123145325072384 DEBUG: Skin Helper Simplecache --> Closed
  1693. 01:17:02 T:123145325072384 INFO: CPythonInvoker(36, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1694. 01:17:02 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','30','?action=alphabet&reload=')
  1695. 01:17:02 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=38) plugin...
  1696. 01:17:02 T:123145326145536 DEBUG: Thread LanguageInvoker start, auto delete: false
  1697. 01:17:02 T:123145326145536 INFO: initializing python engine.
  1698. 01:17:02 T:123145326145536 DEBUG: CPythonInvoker(38, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1699. 01:17:02 T:123145325072384 INFO: Python script stopped
  1700. 01:17:02 T:123145325072384 DEBUG: Thread LanguageInvoker 123145325072384 terminating
  1701. 01:17:02 T:123145323999232 DEBUG: Skin Helper Simplecache --> Initialized
  1702. 01:17:02 T:123145324535808 INFO: Python script stopped
  1703. 01:17:02 T:123145324535808 DEBUG: Thread LanguageInvoker 123145324535808 terminating
  1704. 01:17:02 T:123145323999232 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1705. 01:17:03 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1706. 01:17:03 T:123145323999232 DEBUG: Skin Helper Simplecache --> Closed
  1707. 01:17:03 T:123145323999232 INFO: CPythonInvoker(35, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1708. 01:17:03 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','31','?action=alphabet&reload=')
  1709. 01:17:03 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=39) plugin...
  1710. 01:17:03 T:123145324535808 DEBUG: Thread LanguageInvoker start, auto delete: false
  1711. 01:17:03 T:123145324535808 INFO: initializing python engine.
  1712. 01:17:03 T:123145324535808 DEBUG: CPythonInvoker(39, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1713. 01:17:03 T:123145323999232 INFO: Python script stopped
  1714. 01:17:03 T:123145323999232 DEBUG: Thread LanguageInvoker 123145323999232 terminating
  1715. 01:17:03 T:123145326145536 DEBUG: -->Python Interpreter Initialized<--
  1716. 01:17:03 T:123145326145536 DEBUG: CPythonInvoker(38, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1717. 01:17:03 T:123145322848256 DEBUG: -->Python Interpreter Initialized<--
  1718. 01:17:03 T:123145322848256 DEBUG: CPythonInvoker(37, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1719. 01:17:03 T:123145324535808 DEBUG: -->Python Interpreter Initialized<--
  1720. 01:17:03 T:123145324535808 DEBUG: CPythonInvoker(39, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1721. 01:17:03 T:123145322848256 DEBUG: CPythonInvoker(37, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1722. 01:17:03 T:123145322848256 DEBUG: CPythonInvoker(37, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1723. 01:17:03 T:123145322848256 DEBUG: CPythonInvoker(37, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1724. 01:17:03 T:123145326145536 DEBUG: CPythonInvoker(38, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1725. 01:17:03 T:123145326145536 DEBUG: CPythonInvoker(38, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1726. 01:17:03 T:123145324535808 DEBUG: CPythonInvoker(39, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1727. 01:17:03 T:123145324535808 DEBUG: CPythonInvoker(39, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1728. 01:17:03 T:123145326145536 DEBUG: CPythonInvoker(38, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1729. 01:17:03 T:123145324535808 DEBUG: CPythonInvoker(39, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1730. 01:17:03 T:123145322848256 DEBUG: Skin Helper Simplecache --> Initialized
  1731. 01:17:03 T:123145322848256 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1732. 01:17:03 T:123145320165376 DEBUG: WaitOnScriptResult- plugin returned successfully
  1733. 01:17:03 T:123145322848256 DEBUG: Skin Helper Simplecache --> Closed
  1734. 01:17:03 T:123145322848256 INFO: CPythonInvoker(37, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1735. 01:17:03 T:123145320165376 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','32','?action=alphabet&reload=')
  1736. 01:17:03 T:123145320165376 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=40) plugin...
  1737. 01:17:03 T:123145323999232 DEBUG: Thread LanguageInvoker start, auto delete: false
  1738. 01:17:03 T:123145323999232 INFO: initializing python engine.
  1739. 01:17:03 T:123145323999232 DEBUG: CPythonInvoker(40, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1740. 01:17:03 T:123145322848256 INFO: Python script stopped
  1741. 01:17:03 T:123145322848256 DEBUG: Thread LanguageInvoker 123145322848256 terminating
  1742. 01:17:03 T:123145326145536 DEBUG: Skin Helper Simplecache --> Initialized
  1743. 01:17:03 T:123145326145536 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1744. 01:17:04 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1745. 01:17:04 T:123145326145536 DEBUG: Skin Helper Simplecache --> Closed
  1746. 01:17:04 T:123145326145536 INFO: CPythonInvoker(38, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1747. 01:17:04 T:123145313726464 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','33','?action=alphabet&reload=')
  1748. 01:17:04 T:123145313726464 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=41) plugin...
  1749. 01:17:04 T:123145322848256 DEBUG: Thread LanguageInvoker start, auto delete: false
  1750. 01:17:04 T:123145322848256 INFO: initializing python engine.
  1751. 01:17:04 T:123145322848256 DEBUG: CPythonInvoker(41, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1752. 01:17:04 T:123145326145536 INFO: Python script stopped
  1753. 01:17:04 T:123145326145536 DEBUG: Thread LanguageInvoker 123145326145536 terminating
  1754. 01:17:04 T:123145324535808 DEBUG: Skin Helper Simplecache --> Initialized
  1755. 01:17:04 T:123145324535808 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1756. 01:17:04 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1757. 01:17:04 T:123145324535808 DEBUG: Skin Helper Simplecache --> Closed
  1758. 01:17:04 T:123145324535808 INFO: CPythonInvoker(39, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1759. 01:17:04 T:123145313189888 DEBUG: StartScript - calling plugin Skin Helper Service('plugin://script.skin.helper.service/','34','?action=alphabet&reload=')
  1760. 01:17:04 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the Skin Helper Service (id=42) plugin...
  1761. 01:17:04 T:123145325072384 DEBUG: Thread LanguageInvoker start, auto delete: false
  1762. 01:17:04 T:123145325072384 INFO: initializing python engine.
  1763. 01:17:04 T:123145325072384 DEBUG: CPythonInvoker(42, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): start processing
  1764. 01:17:04 T:123145324535808 INFO: Python script stopped
  1765. 01:17:04 T:123145324535808 DEBUG: Thread LanguageInvoker 123145324535808 terminating
  1766. 01:17:04 T:123145323999232 DEBUG: -->Python Interpreter Initialized<--
  1767. 01:17:04 T:123145323999232 DEBUG: CPythonInvoker(40, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1768. 01:17:04 T:123145322848256 DEBUG: -->Python Interpreter Initialized<--
  1769. 01:17:04 T:123145322848256 DEBUG: CPythonInvoker(41, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1770. 01:17:04 T:123145323999232 DEBUG: CPythonInvoker(40, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1771. 01:17:04 T:123145323999232 DEBUG: CPythonInvoker(40, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1772. 01:17:04 T:123145325072384 DEBUG: -->Python Interpreter Initialized<--
  1773. 01:17:04 T:123145325072384 DEBUG: CPythonInvoker(42, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py"
  1774. 01:17:04 T:123145323999232 DEBUG: CPythonInvoker(40, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1775. 01:17:04 T:123145322848256 DEBUG: CPythonInvoker(41, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1776. 01:17:04 T:123145322848256 DEBUG: CPythonInvoker(41, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1777. 01:17:04 T:123145322848256 DEBUG: CPythonInvoker(41, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1778. 01:17:04 T:123145325072384 DEBUG: CPythonInvoker(42, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.arrow/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.beautifulsoup/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.dateutil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.musicbrainz/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.requests/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplecache/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.six/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.thetvdb/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1779. 01:17:04 T:123145325072384 DEBUG: CPythonInvoker(42, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service
  1780. 01:17:04 T:123145325072384 DEBUG: CPythonInvoker(42, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): instantiating addon using automatically obtained id of "script.skin.helper.service" dependent on version 2.13.0 of the xbmc.python api
  1781. 01:17:04 T:123145323999232 DEBUG: Skin Helper Simplecache --> Initialized
  1782. 01:17:04 T:123145323999232 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1783. 01:17:05 T:123145320165376 DEBUG: WaitOnScriptResult- plugin returned successfully
  1784. 01:17:05 T:123145323999232 DEBUG: Skin Helper Simplecache --> Closed
  1785. 01:17:05 T:123145323999232 INFO: CPythonInvoker(40, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1786. 01:17:05 T:123145323999232 INFO: Python script stopped
  1787. 01:17:05 T:123145323999232 DEBUG: Thread LanguageInvoker 123145323999232 terminating
  1788. 01:17:05 T:123145322848256 DEBUG: Skin Helper Simplecache --> Initialized
  1789. 01:17:05 T:123145322848256 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1790. 01:17:06 T:123145313726464 DEBUG: WaitOnScriptResult- plugin returned successfully
  1791. 01:17:06 T:123145322848256 DEBUG: Skin Helper Simplecache --> Closed
  1792. 01:17:06 T:123145322848256 INFO: CPythonInvoker(41, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1793. 01:17:06 T:123145322848256 INFO: Python script stopped
  1794. 01:17:06 T:123145322848256 DEBUG: Thread LanguageInvoker 123145322848256 terminating
  1795. 01:17:06 T:123145325072384 DEBUG: Skin Helper Simplecache --> Initialized
  1796. 01:17:06 T:123145325072384 DEBUG: Skin Helper Service --> plugin called with parameters: {u'action': u'alphabet'}
  1797. 01:17:06 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned successfully
  1798. 01:17:06 T:123145325072384 DEBUG: Skin Helper Simplecache --> Closed
  1799. 01:17:06 T:123145325072384 INFO: CPythonInvoker(42, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/plugin.py): script successfully run
  1800. 01:17:06 T:123145325072384 INFO: Python script stopped
  1801. 01:17:06 T:123145325072384 DEBUG: Thread LanguageInvoker 123145325072384 terminating
  1802. 01:17:07 T:123145311043584 DEBUG: GetSongsByWhere() - took 67066 ms
  1803. 01:17:08 T:123145322311680 DEBUG: POParser: loaded 51 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.metadatautils/resources/language/resource.language.en_gb/strings.po
  1804. 01:17:08 T:123145311043584 DEBUG: NFS: Context for 192.168.0.10/AUDIO not open - get a new context.
  1805. 01:17:08 T:123145311043584 DEBUG: NFS: Connected to server 192.168.0.10 and export /AUDIO
  1806. 01:17:08 T:123145311043584 DEBUG: NFS: chunks: r/w 524288/524288
  1807. 01:17:08 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/Mikuni Shimokawa/Mikuni Shimokawa - Singles & Movies/14 - Kimi ni fuku kaze.mp3
  1808. 01:17:09 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TSRC
  1809. 01:17:09 T:123145311043584 DEBUG: unrecognized user text tag detected: TXXX:catalog
  1810. 01:17:09 T:123145311043584 DEBUG: unrecognized user text tag detected: TXXX:DISCID
  1811. 01:17:09 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/Mikuni Shimokawa/Mikuni Shimokawa - Singles & Movies/14 - Kimi ni fuku kaze.mp3
  1812. 01:17:09 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/Mikuni Shimokawa/Mikuni Shimokawa - Singles & Movies/14 - Kimi ni fuku kaze.mp3' to '2/20c1c3d6.jpg':
  1813. 01:17:09 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/2/20c1c3d6.jpg' size 500x500
  1814. 01:17:09 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/HIM/HIM - Venus Doom/01 - Venus Doom.mp3
  1815. 01:17:09 T:123145311043584 DEBUG: unrecognized ID3 frame detected: PRIV
  1816. 01:17:09 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TPUB
  1817. 01:17:09 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/HIM/HIM - Venus Doom/01 - Venus Doom.mp3
  1818. 01:17:09 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/HIM/HIM - Venus Doom/01 - Venus Doom.mp3' to '1/14937d0d.jpg':
  1819. 01:17:09 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/1/14937d0d.jpg' size 400x400
  1820. 01:17:09 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/Kaskade/Kaskade - Love Mysterious/10 - Never Ending.mp3
  1821. 01:17:09 T:123145311043584 DEBUG: unrecognized ID3 frame detected: PRIV
  1822. 01:17:09 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TCOM
  1823. 01:17:09 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TSSE
  1824. 01:17:09 T:123145311043584 DEBUG: unrecognized user text tag detected: TXXX:Rip date
  1825. 01:17:09 T:123145311043584 DEBUG: unrecognized user text tag detected: TXXX:Source
  1826. 01:17:09 T:123145311043584 DEBUG: unrecognized user text tag detected: TXXX:Ripping tool
  1827. 01:17:09 T:123145311043584 DEBUG: unrecognized user text tag detected: TXXX:Release type
  1828. 01:17:09 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/Kaskade/Kaskade - Love Mysterious/10 - Never Ending.mp3
  1829. 01:17:09 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/Kaskade/Kaskade - Love Mysterious/10 - Never Ending.mp3' to 'b/b775ad88.jpg':
  1830. 01:17:09 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/b/b775ad88.jpg' size 450x450
  1831. 01:17:09 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/Kelly Clarkson/Kelly Clarkson - All I Ever Wanted/12 - Ready.mp3
  1832. 01:17:09 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/Kelly Clarkson/Kelly Clarkson - All I Ever Wanted/12 - Ready.mp3
  1833. 01:17:09 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/Kelly Clarkson/Kelly Clarkson - All I Ever Wanted/12 - Ready.mp3' to 'c/c9129c66.jpg':
  1834. 01:17:09 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/c/c9129c66.jpg' size 400x400
  1835. 01:17:09 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/The Ramones/The Ramones - NYC 1978/26 - Now I Wanna Sniff Some Glue.mp3
  1836. 01:17:10 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/The Ramones/The Ramones - NYC 1978/26 - Now I Wanna Sniff Some Glue.mp3
  1837. 01:17:10 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/The Ramones/The Ramones - NYC 1978/26 - Now I Wanna Sniff Some Glue.mp3' to '0/00fa27ff.jpg':
  1838. 01:17:10 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/0/00fa27ff.jpg' size 720x720
  1839. 01:17:10 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/Iron Maiden/Iron Maiden - Brave New World/01 - The Wicker Man.mp3
  1840. 01:17:10 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/Iron Maiden/Iron Maiden - Brave New World/01 - The Wicker Man.mp3
  1841. 01:17:10 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/Iron Maiden/Iron Maiden - Brave New World/01 - The Wicker Man.mp3' to '2/210934ba.jpg':
  1842. 01:17:10 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/2/210934ba.jpg' size 200x200
  1843. 01:17:10 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/HAL/HAL - Violation of the Rules/09 - Rosary.mp3
  1844. 01:17:10 T:123145311043584 DEBUG: unrecognized ID3 frame detected: WXXX
  1845. 01:17:10 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/HAL/HAL - Violation of the Rules/09 - Rosary.mp3
  1846. 01:17:10 T:123145311043584 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86-osx.so)
  1847. 01:17:10 T:123145311043584 DEBUG: Loading: /Applications/Kodi.app/Contents/Resources/Kodi/system/ImageLib-x86-osx.so
  1848. 01:17:10 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/HAL/HAL - Violation of the Rules/09 - Rosary.mp3' to 'd/d026e449.jpg':
  1849. 01:17:10 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/d/d026e449.jpg' size 564x562
  1850. 01:17:10 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/Clash/Clash - Rock Of Ages/01 - Chewit mai mee hua jai.mp3
  1851. 01:17:11 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TCOM
  1852. 01:17:11 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TOPE
  1853. 01:17:11 T:123145311043584 DEBUG: unrecognized ID3 frame detected: WXXX
  1854. 01:17:11 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/Clash/Clash - Rock Of Ages/01 - Chewit mai mee hua jai.mp3
  1855. 01:17:11 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/Clash/Clash - Rock Of Ages/01 - Chewit mai mee hua jai.mp3' to '1/1a5bb799.jpg':
  1856. 01:17:11 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/1/1a5bb799.jpg' size 350x350
  1857. 01:17:11 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/♡mokepeta♡/IA - Roku Chounen to Ichiya Monogatari.mp3
  1858. 01:17:11 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TCOM
  1859. 01:17:11 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TDEN
  1860. 01:17:11 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TSSE
  1861. 01:17:11 T:123145311043584 DEBUG: unrecognized user text tag detected: TXXX:major_brand
  1862. 01:17:11 T:123145311043584 DEBUG: unrecognized user text tag detected: TXXX:minor_version
  1863. 01:17:11 T:123145311043584 DEBUG: unrecognized user text tag detected: TXXX:compatible_brands
  1864. 01:17:11 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/♡mokepeta♡/IA - Roku Chounen to Ichiya Monogatari.mp3
  1865. 01:17:11 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/♡mokepeta♡/IA - Roku Chounen to Ichiya Monogatari.mp3' to '3/3cc53500.jpg':
  1866. 01:17:11 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/3/3cc53500.jpg' size 500x500
  1867. 01:17:11 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/♡Maaneco♡/Maaneco - Kiki + Jiji cosplay cast 20150929.mp3
  1868. 01:17:11 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/♡Maaneco♡/Maaneco - Kiki + Jiji cosplay cast 20150929.mp3
  1869. 01:17:11 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/♡Maaneco♡/Maaneco - Kiki + Jiji cosplay cast 20150929.mp3' to 'f/f4c11123.jpg':
  1870. 01:17:11 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/f/f4c11123.jpg' size 482x271
  1871. 01:17:11 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/Ai Kawashima/Ai Kawashima - Kono basho kara/01 - Glass no naka no watashi.mp3
  1872. 01:17:11 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/Ai Kawashima/Ai Kawashima - Kono basho kara/01 - Glass no naka no watashi.mp3
  1873. 01:17:11 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/Ai Kawashima/Ai Kawashima - Kono basho kara/01 - Glass no naka no watashi.mp3' to '6/6e6be3a5.jpg':
  1874. 01:17:11 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/6/6e6be3a5.jpg' size 200x200
  1875. 01:17:11 T:123145311043584 DEBUG: CNFSFile::Open - opened AUDIO/OST/Densha Otoko OST/123 - Downtown Train.mp3
  1876. 01:17:11 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TCOM
  1877. 01:17:11 T:123145311043584 DEBUG: unrecognized ID3 frame detected: TOPE
  1878. 01:17:11 T:123145311043584 DEBUG: unrecognized ID3 frame detected: WXXX
  1879. 01:17:11 T:123145311043584 DEBUG: CNFSFile::Close closing file AUDIO/OST/Densha Otoko OST/123 - Downtown Train.mp3
  1880. 01:17:11 T:123145311043584 DEBUG: Caching image 'nfs://192.168.0.10/AUDIO/OST/Densha Otoko OST/123 - Downtown Train.mp3' to '8/8bae75f8.jpg':
  1881. 01:17:11 T:123145311043584 DEBUG: cached image 'special://masterprofile/Thumbnails/8/8bae75f8.jpg' size 576x576
  1882. 01:17:11 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  1883. 01:17:11 T:123145311043584 DEBUG: NFS: Context for 192.168.0.10/IMAGES not open - get a new context.
  1884. 01:17:12 T:123145311043584 DEBUG: NFS: Connected to server 192.168.0.10 and export /IMAGES
  1885. 01:17:12 T:123145311043584 DEBUG: NFS: chunks: r/w 524288/524288
  1886. 01:17:12 T:123145311043584 DEBUG: POParser: loaded 48 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/resources/language/resource.language.en_gb/strings.po
  1887. 01:17:25 T:123145314263040 DEBUG: Previous line repeats 4 times.
  1888. 01:17:25 T:123145314263040 DEBUG: Thread JobWorker 123145314263040 terminating (autodelete)
  1889. 01:17:35 T:123145320165376 DEBUG: Thread JobWorker 123145320165376 terminating (autodelete)
  1890. 01:17:36 T:123145313726464 DEBUG: Thread JobWorker 123145313726464 terminating (autodelete)
  1891. 01:17:36 T:123145313189888 DEBUG: Thread JobWorker 123145313189888 terminating (autodelete)
  1892. 01:17:41 T:140735165030400 DEBUG: Keyboard: scancode: 0x22, sym: 0x0069, unicode: 0x0069, modifier: 0x0
  1893. 01:17:41 T:140735165030400 DEBUG: OnKey: i (0xf049) pressed, action is Info
  1894. 01:17:41 T:140735165030400 DEBUG: NFS: Refreshing context for 192.168.0.10/VIDEO, old: 68908, new: 122958
  1895. 01:17:41 T:140735165030400 DEBUG: NFS: Using cached context.
  1896. 01:17:41 T:140735165030400 DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'nfs://192.168.0.10/VIDEO/Anime/Higurashi no Naku Koro ni/'
  1897. 01:17:41 T:140735165030400 DEBUG: DialogProgress::Open called
  1898. 01:17:41 T:140735165030400 DEBUG: ------ Window Init (DialogProgress.xml) ------
  1899. 01:17:41 T:140735165030400 INFO: Loading skin file: DialogProgress.xml, load type: KEEP_IN_MEMORY
  1900. 01:17:41 T:140735165030400 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-x86-osx.so)
  1901. 01:17:41 T:123145313189888 DEBUG: Thread VideoInfoDownloader start, auto delete: false
  1902. 01:17:41 T:123145313189888 DEBUG: FindMovie: Searching for 'Higurashi no Naku Koro ni' using The TVDB scraper (path: '/Users/xbmcuser/Library/Application Support/Kodi/addons/metadata.tvdb.com', content: 'tvshows', version: '1.8.5')
  1903. 01:17:41 T:123145313189888 DEBUG: scraper: CreateSearchUrl returned <url cache="cache-Higurashi%20no%20Naku%20Koro%20ni-en.xml">http://thetvdb.com/api/GetSeries.php?seriesname=Higurashi%20no%20Naku%20Koro%20ni&amp;language=en</url>
  1904. 01:17:41 T:123145313189888 DEBUG: CurlFile::Open(0x7f9155d2e100) http://thetvdb.com/api/GetSeries.php?seriesname=Higurashi%20no%20Naku%20Koro%20ni&language=en
  1905. 01:17:41 T:123145313189888 INFO: easy_aquire - Created session to http://thetvdb.com
  1906. 01:17:42 T:123145313189888 DEBUG: Get: Using "UTF-8" charset for XML "http://thetvdb.com/api/GetSeries.php?seriesname=Higurashi%20no%20Naku%20Koro%20ni&language=en"
  1907. 01:17:42 T:123145313189888 DEBUG: scraper: GetSearchResults returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><results><entity><title>When They Cry - Higurashi</title><language>en</language><url cache="79682-en.xml">http://thetvdb.com/api/439DFEBA9D3059C6/series/79682/all/en.zip</url><id>79682</id></entity></results>
  1908. 01:17:42 T:123145313189888 DEBUG: Thread VideoInfoDownloader 123145313189888 terminating
  1909. 01:17:42 T:140735165030400 DEBUG: ------ Window Init (DialogSelect.xml) ------
  1910. 01:17:42 T:140735165030400 INFO: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
  1911. 01:17:42 T:140735165030400 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
  1912. 01:17:43 T:140735165030400 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  1913. 01:17:43 T:140735165030400 DEBUG: OnKey: return (0xf00d) pressed, action is Select
  1914. 01:17:43 T:140735165030400 DEBUG: ------ Window Deinit (DialogSelect.xml) ------
  1915. 01:17:43 T:140735165030400 DEBUG: CVideoLibraryRefreshingJob: user selected item 'When They Cry - Higurashi (en)' with URL 'http://thetvdb.com/api/439DFEBA9D3059C6/series/79682/all/en.zip'
  1916. 01:17:43 T:140735165030400 DEBUG: DialogProgress::Open called
  1917. 01:17:43 T:140735165030400 DEBUG: ------ Window Init (DialogProgress.xml) ------
  1918. 01:17:43 T:140735165030400 DEBUG: VideoInfoScanner: Skipping dir 'nfs://192.168.0.10/VIDEO/Anime/Higurashi no Naku Koro ni/' due to no change
  1919. 01:17:44 T:140735165030400 DEBUG: ------ Window Init (DialogVideoInfo.xml) ------
  1920. 01:17:44 T:140735165030400 INFO: Loading skin file: DialogVideoInfo.xml, load type: KEEP_IN_MEMORY
  1921. 01:17:44 T:123145313189888 DEBUG: Thread JobWorker start, auto delete: true
  1922. 01:17:44 T:123145313189888 DEBUG: StartScript - calling plugin ExtendedInfo Script('plugin://script.extendedinfo/','35','?info=similartvshows&&dbid=-1')
  1923. 01:17:44 T:123145313189888 DEBUG: WaitOnScriptResult - waiting on the ExtendedInfo Script (id=43) plugin...
  1924. 01:17:44 T:123145313726464 DEBUG: Thread LanguageInvoker start, auto delete: false
  1925. 01:17:44 T:123145313726464 INFO: initializing python engine.
  1926. 01:17:44 T:123145313726464 DEBUG: CPythonInvoker(43, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): start processing
  1927. 01:17:44 T:123145314263040 DEBUG: Thread JobWorker start, auto delete: true
  1928. 01:17:44 T:123145314263040 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/.png
  1929. 01:17:44 T:123145314263040 DEBUG: GetImageHash - unable to stat url resource://resource.images.studios.white/.png
  1930. 01:17:44 T:123145313726464 DEBUG: -->Python Interpreter Initialized<--
  1931. 01:17:44 T:123145313726464 DEBUG: CPythonInvoker(43, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): the source file to load is "/Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py"
  1932. 01:17:44 T:123145313726464 DEBUG: CPythonInvoker(43, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): setting the Python path to /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo:/Applications/Kodi.app/Contents/Resources/Kodi/addons/script.module.pil/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.actionhandler/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.addon.signals/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.autocompletion/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.t9.search/lib:/Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.youtube.dl/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
  1933. 01:17:44 T:123145313726464 DEBUG: CPythonInvoker(43, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): entering source directory /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo
  1934. 01:17:44 T:123145313726464 DEBUG: CPythonInvoker(43, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): instantiating addon using automatically obtained id of "script.extendedinfo" dependent on version 2.24.0 of the xbmc.python api
  1935. 01:17:44 T:140735165030400 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
  1936. 01:17:44 T:123145313726464 DEBUG: POParser: loaded 38 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.module.youtube.dl/resources/language/English/strings.po
  1937. 01:17:45 T:123145313726464 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
  1938. 01:17:45 T:123145313726464 NOTICE: version 4.6.1 started
  1939. 01:17:45 T:123145313726464 DEBUG: script.extendedinfo: similartvshows
  1940. 01:17:45 T:123145313726464 DEBUG: script.extendedinfo: {
  1941. "dbid": "-1",
  1942. "handle": 35
  1943. }
  1944. 01:17:45 T:123145313189888 DEBUG: WaitOnScriptResult- plugin returned failure
  1945. 01:17:45 T:123145313189888 ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=similartvshows&&dbid=-1
  1946. 01:17:45 T:123145313726464 WARNING: Attempt to use invalid handle 35
  1947. 01:17:45 T:123145313726464 WARNING: Previous line repeats 3 times.
  1948. 01:17:45 T:123145313726464 DEBUG: POParser: loaded 156 strings from file /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/resources/language/English/strings.po
  1949. 01:17:45 T:123145313726464 WARNING: Attempt to use invalid handle 35
  1950. 01:17:45 T:123145313726464 WARNING: Previous line repeats 26 times.
  1951. 01:17:45 T:123145313726464 NOTICE: finished
  1952. 01:17:45 T:123145313726464 INFO: CPythonInvoker(43, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py): script successfully run
  1953. 01:17:45 T:123145313726464 INFO: Python script stopped
  1954. 01:17:45 T:123145313726464 DEBUG: Thread LanguageInvoker 123145313726464 terminating
  1955. 01:17:45 T:140735165030400 DEBUG: Keyboard: scancode: 0x33, sym: 0x0008, unicode: 0x007f, modifier: 0x0
  1956. 01:17:45 T:140735165030400 DEBUG: OnKey: backspace (0xf008) pressed, action is Back
  1957. 01:17:45 T:140735165030400 DEBUG: ------ Window Deinit (DialogVideoInfo.xml) ------
  1958. 01:17:46 T:140735165030400 DEBUG: CGUIMediaWindow::GetDirectory (nfs://192.168.0.10/VIDEO/Anime/)
  1959. 01:17:46 T:140735165030400 DEBUG: ParentPath = [nfs://192.168.0.10/VIDEO/Anime/]
  1960. 01:17:46 T:140735165030400 DEBUG: RunQuery took 223 ms for 140 items query: SELECT * FROM tvshow_view WHERE idParentPath=213
  1961. 01:17:46 T:140735165030400 DEBUG: RunQuery took 4 ms for 32 items query: SELECT files.strFilename, files.playCount, bookmark.timeInSeconds, bookmark.totalTimeInSeconds FROM files LEFT JOIN bookmark ON files.idFile = bookmark.idFile AND bookmark.type = 1 WHERE files.idPath=213
  1962. 01:17:46 T:123145313726464 DEBUG: Thread BackgroundLoader start, auto delete: false
  1963. 01:17:46 T:140735165030400 DEBUG: Keyboard: scancode: 0x33, sym: 0x0008, unicode: 0x007f, modifier: 0x0
  1964. 01:17:46 T:140735165030400 DEBUG: OnKey: backspace (0xf008) pressed, action is Back
  1965. 01:17:46 T:123145313726464 DEBUG: Thread BackgroundLoader 123145313726464 terminating
  1966. 01:17:46 T:140735165030400 DEBUG: CGUIMediaWindow::GetDirectory (nfs://192.168.0.10/VIDEO/)
  1967. 01:17:46 T:140735165030400 DEBUG: ParentPath = [sources://video/]
  1968. 01:17:46 T:140735165030400 DEBUG: RunQuery took 4 ms for 11 items query: SELECT files.strFilename, files.playCount, bookmark.timeInSeconds, bookmark.totalTimeInSeconds FROM files LEFT JOIN bookmark ON files.idFile = bookmark.idFile AND bookmark.type = 1 WHERE files.idPath=1
  1969. 01:17:46 T:123145313726464 DEBUG: Thread BackgroundLoader start, auto delete: false
  1970. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1971. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1972. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1973. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1974. 01:17:46 T:123145313189888 DEBUG: GetImageHash - unable to stat url
  1975. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1976. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1977. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1978. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1979. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1980. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1981. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1982. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1983. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1984. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1985. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1986. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1987. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1988. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1989. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1990. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1991. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1992. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1993. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1994. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1995. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1996. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1997. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  1998. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  1999. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2000. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2001. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2002. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2003. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2004. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2005. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2006. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2007. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2008. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2009. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2010. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2011. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2012. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2013. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2014. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2015. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2016. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2017. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2018. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2019. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2020. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2021. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2022. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2023. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2024. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2025. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2026. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2027. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2028. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2029. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2030. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2031. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2032. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2033. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2034. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2035. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2036. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2037. 01:17:46 T:140735165030400 DEBUG: Keyboard: scancode: 0x01, sym: 0x0073, unicode: 0x0073, modifier: 0x0
  2038. 01:17:46 T:140735165030400 DEBUG: OnKey: s (0xf053) pressed, action is ActivateWindow(shutdownmenu)
  2039. 01:17:46 T:140735165030400 DEBUG: Activating window ID: 10111
  2040. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
  2041. 01:17:46 T:140735165030400 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
  2042. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2043. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2044. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2045. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2046. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2047. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2048. 01:17:46 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2049. 01:17:46 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2050. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2051. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2052. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2053. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2054. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2055. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2056. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2057. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2058. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2059. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2060. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2061. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2062. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2063. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2064. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2065. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2066. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2067. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2068. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2069. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2070. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2071. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2072. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2073. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2074. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2075. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2076. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2077. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2078. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2079. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2080. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2081. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2082. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2083. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2084. 01:17:47 T:140735165030400 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  2085. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2086. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2087. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2088. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2089. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2090. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2091. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2092. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2093. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2094. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2095. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2096. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2097. 01:17:47 T:140735165030400 DEBUG: OnKey: return (0xf00d) pressed, action is Select
  2098. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit () ------
  2099. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
  2100. 01:17:47 T:140735165030400 DEBUG: ------ Window Init () ------
  2101. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2102. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2103. 01:17:47 T:140735165030400 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  2104. 01:17:47 T:140735165030400 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  2105. 01:17:47 T:140735165030400 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
  2106. 01:17:47 T:140735165030400 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
  2107. 01:17:47 T:140735165030400 NOTICE: Storing total System Uptime
  2108. 01:17:47 T:140735165030400 NOTICE: Saving settings
  2109. 01:17:47 T:140735165030400 NOTICE: stop all
  2110. 01:17:47 T:123145314263040 DEBUG: Thread JobWorker 123145314263040 terminating (autodelete)
  2111. 01:17:47 T:123145313189888 DEBUG: Thread JobWorker 123145313189888 terminating (autodelete)
  2112. 01:17:47 T:140735165030400 NOTICE: stop player
  2113. 01:17:47 T:140735165030400 INFO: stopping PVRManager
  2114. 01:17:47 T:140735165030400 DEBUG: NetworkMessage - Signaling network services to stop
  2115. 01:17:47 T:140735165030400 NOTICE: ES: Stopping event server
  2116. 01:17:47 T:140735165030400 DEBUG: NetworkMessage - Waiting for network services to stop
  2117. 01:17:47 T:140735165030400 NOTICE: stopping upnp
  2118. 01:17:47 T:123145313726464 DEBUG: Thread BackgroundLoader 123145313726464 terminating
  2119. 01:17:47 T:123145310507008 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: System.OnQuit - data: {"exitcode":0}
  2120. 01:17:47 T:123145312116736 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: System.OnQuit - data: {"exitcode":0}
  2121. 01:17:47 T:140735165030400 NOTICE: stopping zeroconf publishing
  2122. 01:17:48 T:123145319092224 NOTICE: ES: UDP Event server stopped
  2123. 01:17:48 T:123145319628800 DEBUG: Thread TCPServer 123145319628800 terminating
  2124. 01:17:48 T:140735165030400 NOTICE: stop dvd detect media
  2125. 01:17:48 T:123145319092224 DEBUG: Thread EventServer 123145319092224 terminating
  2126. 01:17:48 T:123145309970432 DEBUG: Thread DetectDVDMedia 123145309970432 terminating
  2127. 01:17:48 T:123145309892608 DEBUG: Thread PeripBusCEC 123145309892608 terminating
  2128. 01:17:48 T:140735165030400 NOTICE: stop sap announcement listener
  2129. 01:17:48 T:140735165030400 NOTICE: clean cached files!
  2130. 01:17:48 T:140735165030400 NOTICE: unload skin
  2131. 01:17:48 T:140735165030400 INFO: Unloading old skin ...
  2132. 01:17:48 T:140735165030400 DEBUG: ------ Window Deinit () ------
  2133. 01:17:48 T:140735165030400 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  2134. 01:17:49 T:140735165030400 DEBUG: Cleanup - Closed bundle
  2135. 01:17:49 T:140735165030400 DEBUG: Infobool 'true' still used by 2 instances
  2136. 01:17:49 T:140735165030400 DEBUG: Infobool 'container.content(movies)' still used by 2 instances
  2137. 01:17:49 T:140735165030400 DEBUG: Infobool 'isempty(window(home).property(skinhelper.enableanimatedposters))' still used by 2 instances
  2138. 01:17:49 T:140735165030400 DEBUG: Infobool '!isempty(window(home).property(skinhelper.enableanimatedposters)) + container.content(movies)' still used by 2 instances
  2139. 01:17:49 T:140735165030400 DEBUG: Infobool 'isempty(window(home).property(skinhelper.enablepvrthumbs))' still used by 2 instances
  2140. 01:17:49 T:140735165030400 DEBUG: Infobool 'window.isactive(mypvrchannels.xml)' still used by 2 instances
  2141. 01:17:49 T:140735165030400 DEBUG: Infobool 'window.isactive(mypvrguide.xml)' still used by 2 instances
  2142. 01:17:49 T:140735165030400 DEBUG: Infobool 'window.isactive(mypvrrecordings.xml)' still used by 2 instances
  2143. 01:17:49 T:140735165030400 DEBUG: Infobool 'window.isactive(mypvrtimers.xml)' still used by 2 instances
  2144. 01:17:49 T:140735165030400 DEBUG: Infobool 'window.isactive(mypvrsearch.xml)' still used by 2 instances
  2145. 01:17:49 T:140735165030400 DEBUG: Infobool '!isempty(window(home).property(skinhelper.enablepvrthumbs)) +
  2146. [window.isactive(mypvrchannels.xml) |
  2147. window.isactive(mypvrguide.xml) | window.isactive(mypvrrecordings.xml) |
  2148. window.isactive(mypvrtimers.xml) | window.isactive(mypvrsearch.xml)]' still used by 2 instances
  2149. 01:17:49 T:140735165030400 DEBUG: Infobool 'isempty(window(home).property(skinhelper.enablemusicart))' still used by 2 instances
  2150. 01:17:49 T:140735165030400 DEBUG: Infobool 'container.content(albums)' still used by 2 instances
  2151. 01:17:49 T:140735165030400 DEBUG: Infobool 'container.content(artists)' still used by 2 instances
  2152. 01:17:49 T:140735165030400 DEBUG: Infobool 'container.content(songs)' still used by 2 instances
  2153. 01:17:49 T:140735165030400 DEBUG: Infobool '!isempty(window(home).property(skinhelper.enablemusicart)) +
  2154. [container.content(albums) | container.content(artists) | container.content(songs)]' still used by 2 instances
  2155. 01:17:49 T:140735165030400 DEBUG: Infobool 'true' still used by 2 instances
  2156. 01:17:49 T:140735165030400 DEBUG: Previous line repeats 2 times.
  2157. 01:17:49 T:140735165030400 DEBUG: ADDON: Stopping service addons.
  2158. 01:17:49 T:123145310507008 NOTICE: Skin Helper Widgets --> Backgroundservice stopped
  2159. 01:17:49 T:123145310507008 INFO: CPythonInvoker(0, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.widgets/service.py): script successfully run
  2160. 01:17:49 T:140735165030400 DEBUG: CPythonInvoker(0, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.widgets/service.py): script termination took 0ms
  2161. 01:17:49 T:123145310507008 INFO: Python script interrupted by user
  2162. 01:17:49 T:123145311043584 NOTICE: Skin Helper Backgrounds --> BackgroundsUpdater - stop called
  2163. 01:17:49 T:123145311043584 DEBUG: Skin Helper Simplecache --> Closed
  2164. 01:17:49 T:123145311043584 INFO: CPythonInvoker(1, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/service.py): script successfully run
  2165. 01:17:49 T:140735165030400 DEBUG: CPythonInvoker(1, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.backgrounds/service.py): script termination took 105ms
  2166. 01:17:49 T:123145310507008 DEBUG: Thread LanguageInvoker 123145310507008 terminating
  2167. 01:17:49 T:123145311043584 INFO: Python script interrupted by user
  2168. 01:17:49 T:123145314799616 DEBUG: StorageServer-2.5.4 Closed down
  2169. 01:17:49 T:123145314799616 INFO: CPythonInvoker(5, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.common.plugin.cache/default.py): script successfully run
  2170. 01:17:49 T:140735165030400 DEBUG: CPythonInvoker(5, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.common.plugin.cache/default.py): script termination took 359ms
  2171. 01:17:49 T:123145311043584 DEBUG: Thread LanguageInvoker 123145311043584 terminating
  2172. 01:17:49 T:123145314799616 INFO: Python script interrupted by user
  2173. 01:17:49 T:123145312116736 NOTICE: Skin Helper Service --> Shutdown requested !
  2174. 01:17:49 T:123145312116736 DEBUG: Skin Helper Service --> ListItemMonitor - stop called
  2175. 01:17:49 T:123145312116736 DEBUG: Skin Helper Service --> WebService - stop called
  2176. 01:17:49 T:123145315336192 DEBUG: Skin Helper Service --> Webservice --> [10/Sep/2017 01:17:49] "QUIT / HTTP/1.1" 200 -
  2177. 01:17:49 T:123145312116736 DEBUG: Skin Helper Simplecache --> Closed
  2178. 01:17:49 T:123145312116736 DEBUG: Previous line repeats 4 times.
  2179. 01:17:49 T:123145312116736 DEBUG: Metadata and Artwork module --> Exited
  2180. 01:17:49 T:123145312116736 NOTICE: Skin Helper Service --> Skin Helper Service version 1.1.3 stopped
  2181. 01:17:49 T:123145312116736 DEBUG: Skin Helper Simplecache --> Closed
  2182. 01:17:49 T:123145312116736 INFO: CPythonInvoker(3, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/service.py): script successfully run
  2183. 01:17:49 T:140735165030400 DEBUG: CPythonInvoker(3, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.skin.helper.service/service.py): script termination took 5ms
  2184. 01:17:49 T:123145314799616 DEBUG: Thread LanguageInvoker 123145314799616 terminating
  2185. 01:17:50 T:123145312116736 INFO: Python script interrupted by user
  2186. 01:17:50 T:123145312653312 NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
  2187. 01:17:50 T:123145312653312 INFO: CPythonInvoker(4, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired/service.py): script aborted
  2188. 01:17:50 T:140735165030400 DEBUG: CPythonInvoker(4, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.tv.show.next.aired/service.py): script termination took 471ms
  2189. 01:17:50 T:123145312116736 DEBUG: Thread LanguageInvoker 123145312116736 terminating
  2190. 01:17:50 T:123145312653312 INFO: Python script interrupted by user
  2191. 01:17:50 T:123145312653312 DEBUG: Thread LanguageInvoker 123145312653312 terminating
  2192. 01:17:50 T:123145321238528 INFO: CPythonInvoker(10, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.openweathermap.maps/default.py): script successfully run
  2193. 01:17:50 T:140735165030400 DEBUG: CPythonInvoker(10, /Users/xbmcuser/Library/Application Support/Kodi/addons/script.openweathermap.maps/default.py): script termination took 156ms
  2194. 01:17:50 T:123145321238528 INFO: Python script interrupted by user
  2195. 01:17:50 T:123145321238528 DEBUG: Thread LanguageInvoker 123145321238528 terminating
  2196. 01:17:50 T:123145307209728 DEBUG: Thread ActiveAE 123145307209728 terminating
  2197. 01:17:50 T:123145307746304 DEBUG: Thread AESink 123145307746304 terminating
  2198. 01:17:50 T:140735165030400 DEBUG: CCoreAudioStream::Close: Restoring original physical format for stream 0x0036. ([lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz))
  2199. 01:17:50 T:140735165030400 DEBUG: CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x0036. now active ([lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz))
  2200. 01:17:50 T:140735165030400 DEBUG: CCoreAudioStream::Close: Closed stream 0x0036.
  2201. 01:17:50 T:140735165030400 NOTICE: stopped
  2202. 01:17:50 T:140735165030400 NOTICE: destroy
  2203. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in weather.openweathermap.extended has been uninstalled.'
  2204. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.wnbc has been uninstalled.'
  2205. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.t0mm0.common has been uninstalled.'
  2206. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been uninstalled.'
  2207. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been uninstalled.'
  2208. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.autocompletion has been uninstalled.'
  2209. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.skin.helper.widgets has been uninstalled.'
  2210. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been uninstalled.'
  2211. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.skin.helper.backgrounds has been uninstalled.'
  2212. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been uninstalled.'
  2213. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been uninstalled.'
  2214. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.wabc has been uninstalled.'
  2215. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.openweathermap.maps has been uninstalled.'
  2216. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.timidity has been uninstalled.'
  2217. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been uninstalled.'
  2218. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been uninstalled.'
  2219. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.six has been uninstalled.'
  2220. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.thetvdb has been uninstalled.'
  2221. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been uninstalled.'
  2222. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been uninstalled.'
  2223. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.fishbmc has been uninstalled.'
  2224. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been uninstalled.'
  2225. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.nhklive has been uninstalled.'
  2226. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.rapier has been uninstalled.'
  2227. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.t1mlib has been uninstalled.'
  2228. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in adsp.basic has been uninstalled.'
  2229. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been uninstalled.'
  2230. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been uninstalled.'
  2231. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been uninstalled.'
  2232. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been uninstalled.'
  2233. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been uninstalled.'
  2234. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been uninstalled.'
  2235. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been uninstalled.'
  2236. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in kodi.adsp has been uninstalled.'
  2237. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been uninstalled.'
  2238. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.wral has been uninstalled.'
  2239. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been uninstalled.'
  2240. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been uninstalled.'
  2241. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.ofdb.de has been uninstalled.'
  2242. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.universal has been uninstalled.'
  2243. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been uninstalled.'
  2244. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been uninstalled.'
  2245. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.bursting-bubbles has been uninstalled.'
  2246. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been uninstalled.'
  2247. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been uninstalled.'
  2248. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been uninstalled.'
  2249. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.program.autocompletion has been uninstalled.'
  2250. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been uninstalled.'
  2251. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been uninstalled.'
  2252. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.shadertoy has been uninstalled.'
  2253. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been uninstalled.'
  2254. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been uninstalled.'
  2255. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been uninstalled.'
  2256. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.hdhomerun has been uninstalled.'
  2257. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been uninstalled.'
  2258. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been uninstalled.'
  2259. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.ym has been uninstalled.'
  2260. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.image.resource.select has been uninstalled.'
  2261. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been uninstalled.'
  2262. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.randomandlastitems has been uninstalled.'
  2263. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been uninstalled.'
  2264. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been uninstalled.'
  2265. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplecache has been uninstalled.'
  2266. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in skin.rapier has been uninstalled.'
  2267. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been uninstalled.'
  2268. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been uninstalled.'
  2269. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in repository.misty has been uninstalled.'
  2270. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been uninstalled.'
  2271. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been uninstalled.'
  2272. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pingpong has been uninstalled.'
  2273. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been uninstalled.'
  2274. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been uninstalled.'
  2275. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been uninstalled.'
  2276. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.arrow has been uninstalled.'
  2277. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been uninstalled.'
  2278. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been uninstalled.'
  2279. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been uninstalled.'
  2280. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.bestofnhk has been uninstalled.'
  2281. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been uninstalled.'
  2282. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been uninstalled.'
  2283. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been uninstalled.'
  2284. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been uninstalled.'
  2285. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.video.F4mProxy has been uninstalled.'
  2286. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been uninstalled.'
  2287. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.actionhandler has been uninstalled.'
  2288. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been uninstalled.'
  2289. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been uninstalled.'
  2290. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.movieposterdb.com has been uninstalled.'
  2291. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been uninstalled.'
  2292. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been uninstalled.'
  2293. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.goom has been uninstalled.'
  2294. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.dateutil has been uninstalled.'
  2295. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been uninstalled.'
  2296. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.port.hu has been uninstalled.'
  2297. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been uninstalled.'
  2298. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been uninstalled.'
  2299. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.spectrum has been uninstalled.'
  2300. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been uninstalled.'
  2301. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.musicbrainz has been uninstalled.'
  2302. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been uninstalled.'
  2303. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been uninstalled.'
  2304. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been uninstalled.'
  2305. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been uninstalled.'
  2306. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.skin.helper.service has been uninstalled.'
  2307. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been uninstalled.'
  2308. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.t9.search has been uninstalled.'
  2309. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in adsp.freesurround has been uninstalled.'
  2310. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been uninstalled.'
  2311. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been uninstalled.'
  2312. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.omdbapi.com has been uninstalled.'
  2313. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.images.studios.white has been uninstalled.'
  2314. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been uninstalled.'
  2315. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been uninstalled.'
  2316. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been uninstalled.'
  2317. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been uninstalled.'
  2318. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been uninstalled.'
  2319. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been uninstalled.'
  2320. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been uninstalled.'
  2321. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.xbmc.unpausejumpback has been uninstalled.'
  2322. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been uninstalled.'
  2323. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been uninstalled.'
  2324. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been uninstalled.'
  2325. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been uninstalled.'
  2326. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.metadatautils has been uninstalled.'
  2327. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been uninstalled.'
  2328. 01:17:50 T:140735165030400 DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been uninstalled.'
  2329. 01:17:50 T:140735165030400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f914c93ae90 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2330. 01:17:50 T:140735165030400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f914c92fba0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2331. 01:17:50 T:140735165030400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f914c940da0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2332. 01:17:50 T:140735165030400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f914c939fb0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2333. 01:17:50 T:140735165030400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f914c93d030 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2334. 01:17:50 T:140735165030400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f914c940b30 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2335. 01:17:50 T:140735165030400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f914c930140 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2336. 01:17:50 T:140735165030400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f914c97e840 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2337. 01:17:50 T:140735165030400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f914c93cad0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2338. 01:17:50 T:140735165030400 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f914c930a70 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  2339. 01:17:50 T:140735165030400 NOTICE: closing down remote control service
  2340. 01:17:50 T:140735165030400 NOTICE: unload sections
  2341. 01:17:50 T:140735165030400 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2342. 01:17:50 T:140735165030400 DEBUG: object 0 --> 0 instances
  2343. 01:17:50 T:140735165030400 DEBUG: object 1 --> 0 instances
  2344. 01:17:50 T:140735165030400 DEBUG: object 2 --> 0 instances
  2345. 01:17:50 T:140735165030400 DEBUG: object 3 --> 0 instances
  2346. 01:17:50 T:140735165030400 DEBUG: object 4 --> 0 instances
  2347. 01:17:50 T:140735165030400 DEBUG: object 5 --> 0 instances
  2348. 01:17:50 T:140735165030400 DEBUG: object 6 --> 0 instances
  2349. 01:17:50 T:140735165030400 DEBUG: object 7 --> 0 instances
  2350. 01:17:50 T:140735165030400 DEBUG: object 8 --> 0 instances
  2351. 01:17:50 T:140735165030400 DEBUG: object 9 --> 0 instances
  2352. 01:17:51 T:140735165030400 NOTICE: destroy
  2353. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
  2354. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
  2355. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
  2356. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
  2357. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
  2358. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
  2359. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
  2360. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
  2361. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
  2362. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
  2363. 01:17:51 T:140735165030400 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
  2364. 01:17:51 T:140735165030400 NOTICE: closing down remote control service
  2365. 01:17:51 T:140735165030400 NOTICE: unload sections
  2366. 01:17:51 T:140735165030400 DEBUG: object 0 --> 0 instances
  2367. 01:17:51 T:140735165030400 DEBUG: object 1 --> 0 instances
  2368. 01:17:51 T:140735165030400 DEBUG: object 2 --> 0 instances
  2369. 01:17:51 T:140735165030400 DEBUG: object 3 --> 0 instances
  2370. 01:17:51 T:140735165030400 DEBUG: object 4 --> 0 instances
  2371. 01:17:51 T:140735165030400 DEBUG: object 5 --> 0 instances
  2372. 01:17:51 T:140735165030400 DEBUG: object 6 --> 0 instances
  2373. 01:17:51 T:140735165030400 DEBUG: object 7 --> 0 instances
  2374. 01:17:51 T:140735165030400 DEBUG: object 8 --> 0 instances
  2375. 01:17:51 T:140735165030400 DEBUG: object 9 --> 0 instances
  2376. 01:17:51 T:140735165030400 NOTICE: application stopped...
  2377. 01:17:51 T:140735165030400 DEBUG: ActiveAE DSP - destroyed
  2378. 01:17:51 T:140735165030400 DEBUG: PVRManager - destroyed
  2379. 01:17:51 T:140735165030400 DEBUG: SECTION:UnloadDll(libcurl.4.dylib)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement