Advertisement
Guest User

kodi.log

a guest
Nov 17th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 397.62 KB | None | 0 0
  1. 06:21:05 T:9844 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 06:21:05 T:9844 NOTICE: -----------------------------------------------------------------------
  3. 06:21:05 T:9844 NOTICE: Starting Kodi (17.0-BETA6 Git:20161031-238c30c). Platform: Windows NT x86 32-bit
  4. 06:21:05 T:9844 NOTICE: Using Release Kodi x32 build
  5. 06:21:05 T:9844 NOTICE: Kodi compiled Oct 31 2016 by MSVC 190024210 for Windows NT x86 32-bit version 6.3 (0x06030000)
  6. 06:21:05 T:9844 NOTICE: Running on MSI MS-7850 with Windows 10, kernel: Windows NT x86 64-bit version 10.0
  7. 06:21:05 T:9844 NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi
  8. 06:21:05 T:9844 NOTICE: Host CPU: Intel(R) Core(TM) i5-4690K CPU @ 3.50GHz, 4 cores available
  9. 06:21:05 T:9844 NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
  10. 06:21:05 T:9844 NOTICE: Running with restricted rights
  11. 06:21:05 T:9844 NOTICE: Aero is enabled
  12. 06:21:05 T:9844 NOTICE: special://xbmc/ is mapped to: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p
  13. 06:21:05 T:9844 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p
  14. 06:21:05 T:9844 NOTICE: special://xbmcbinaddons/ is mapped to: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p/addons
  15. 06:21:05 T:9844 NOTICE: special://masterprofile/ is mapped to: C:\Users\AWeav\AppData\Roaming\Kodi\userdata
  16. 06:21:05 T:9844 NOTICE: special://home/ is mapped to: C:\Users\AWeav\AppData\Roaming\Kodi\
  17. 06:21:05 T:9844 NOTICE: special://temp/ is mapped to: C:\Users\AWeav\AppData\Roaming\Kodi\cache
  18. 06:21:05 T:9844 NOTICE: special://logpath/ is mapped to: C:\Users\AWeav\AppData\Roaming\Kodi\
  19. 06:21:05 T:9844 NOTICE: The executable running is: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\Kodi.exe
  20. 06:21:05 T:9844 NOTICE: Local hostname: Austin-PC
  21. 06:21:05 T:9844 NOTICE: Log File is located: C:\Users\AWeav\AppData\Roaming\Kodi\/kodi.log
  22. 06:21:05 T:9844 NOTICE: -----------------------------------------------------------------------
  23. 06:21:05 T:9844 NOTICE: load settings...
  24. 06:21:05 T:9844 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
  25. 06:21:05 T:9844 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
  26. 06:21:05 T:9844 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  27. 06:21:05 T:9844 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  28. 06:21:05 T:9844 NOTICE: Contents of special://profile/advancedsettings.xml are...
  29. <advancedsettings>
  30. <tvshowmatching action="prepend">
  31. <!-- Regex info: -->
  32. <!-- First capturing match is assigned to the season. Second capturing match is assigned to the episode. -->
  33. <!-- (?i) turns on case-insensitive matching -->
  34. <!-- (?:stuff) is a non-capturing group for 'stuff', so as not to interfere with season/episode numbers. -->
  35. <!-- Anime specific matching. -->
  36. <!--
  37.  
  38. Building the regex from back to front:
  39.  
  40.  
  41.  
  42. Closing checksum (optionally followed by random text, but we don't have to match that) contained in (), {} or [].
  43.  
  44. Preceded by any number of bracketed items of any sort of content, with possible spacing, dashes or underscores in between
  45.  
  46. Possibly preceded by unbracketed text. Make sure it doesn't find episode numbers inside brackets.
  47.  
  48. Preceded by the episode number (optionally labelled), with possible version number
  49.  
  50. Preceded by various combinations of dash, dot, underscore or space, to separate the title from the episode number
  51.  
  52. Possibly preceded by a season number, or 'Special' or 'OVA'
  53.  
  54. -->
  55. <!-- Regexes listed in order of match preference -->
  56. <!-- The regexes in the prepend set are anchored to checksums, so should be checked before normal Kodi defaults. -->
  57. <!-- For reference, this is the regex containing everything from the episode number onwards. It will be the same for all regexes in this section. -->
  58. <!-- <regexp>(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp> -->
  59. <!-- Anything with the filename marked as Special/OVA/OAV/etc goes to season 0, regardless of what the directory may say. -->
  60. <!-- EG: [SHiN-gx] Fight Ippatsu! Juuden-chan!! - Special 1 [720x480 AR h.264 FLAC][v2][FF09021F].mkv -->
  61. <!-- EG: [gleam] Kurenai OVA - 01 [OAD][0e73f000].mkv -->
  62. <!-- EG: [Jarzka] Saki Picture Drama 1 [480p 10bit DVD FLAC] [BA3CE364] -->
  63. <regexp>(?i)(Special|SP|OVA|OAV|Picture Drama)(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  64. <!-- Then check if we have an explicit season directory. -->
  65. <!-- Inside a directory that specifies the season. May include any number of subdirectories. Doesn't try to find season markers in the file name. -->
  66. <!-- EG: Saki/Season 1/Saki [Jarzka]/[Jarzka] Saki 01 - Encounter [480p 10bit DVD FLAC] [9EED32CB] -->
  67. <!-- EG: Saki/Season 3/[Underwater-FFF] Saki Zenkoku-hen - The Nationals - 01 (720p) [AF65724D] -->
  68. <regexp>(?i)[\\/](?:S(?:eason)?\s*(?=\d))?(Specials|\d{1,3})[\\/](?:[^\\/]+[\\/])*[^\\/]+(?:\b|_)(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  69. <!-- Include season marker in the filename. -->
  70. <!-- EG: [CoalGuys] K-ON!! S2 - 05 [4B19B10F] -->
  71. <regexp>(?i)[-._ ]+S(?:eason ?)?(\d{1,3})(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  72. <!-- Anything else gets the default blank first capture, which sets the file to season 1. -->
  73. <!-- EG: [avatar-nyanko] Koikoi 7 - 01 (DVD) [5E95FA4A] -->
  74. <!-- EG: [gg]_Chuunibyou_Demo_Koi_ga_Shitai!_-_01_[5B6EFD1F] -->
  75. <!-- EG: [Eclipse] Akane-iro ni Somaru Saka - 01 (1024x576 h264) [39920E63].mkv -->
  76. <!-- EG: [gg]_Bakemonogatari_-_01_[CC0CF5D2].mkv -->
  77. <!-- EG: [Doki]_Asobi_ni_Iku_yo!_-_03v2_(1280x720_h264_AAC)_[B5B9C6F3].mkv -->
  78. <!-- EG: [Coalgirls]_Yuru_Yuri_02_(1280x720_Blu-Ray_FLAC)_[43E5A6B4] -->
  79. <!-- EG: Touch 01(DVD) - (112ceb61) Central Anime -->
  80. <!-- EG: Cross Game 02 - Central Anime (1280x720) [BF23052D].mp4 -->
  81. <!-- EG: [Taka]_Naruto_Shippuuden_135_[480p][9073B8C2] -->
  82. <regexp>(?i)((?=\b|_))(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  83. <!-- Multipart episode handling is still uncertain. (?:-(\d{1,3}))? -->
  84. <!-- EG: [Triad]_Dokuro-chan_-_01-02 [12345678].mkv -->
  85. </tvshowmatching>
  86. <tvshowmatching action="append">
  87. <!-- Alternate version that does not include checksums. Put this after normal Kodi patterns. -->
  88. <!-- Since it doesn't use the checksum anchor, need to make sure it's not a directory name. -->
  89. <!-- For reference, this is the regex containing everything from the episode number onwards. It will be the same for all regexes in this section. -->
  90. <!-- <regexp>(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?[^][)(}{\\/]*$</regexp> -->
  91. <!-- Anything with the filename marked as Special/OVA/OAV/etc goes to season 0, regardless of what the directory may say. -->
  92. <regexp>(?i)(Special|SP|OVA|OAV|Picture Drama)(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?[^][)(}{\\/]*$</regexp>
  93. <!-- Inside a directory that specifies the season. -->
  94. <!-- EG: Saki/Season 2/[HorribleSubs] Saki Episode of Side A - 14 [720p] -->
  95. <regexp>(?i)[\\/](?:S(?:eason)?\s*(?=\d))?(Specials|\d{1,3})[\\/](?:[^\\/]+[\\/])*[^\\/]+(?:\b|_)[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?(?:\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?[^][)(}{\\/]*?$</regexp>
  96. <!-- Include season marker in the filename. -->
  97. <!-- EG: [DeadFish] Toaru Kagaku no Railgun S - S2 - 01 [720p][AAC].mp4 -->
  98. <regexp>(?i)[-._ ]+S(?:eason ?)?(\d{1,3})(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?[^][)(}{\\/]*$</regexp>
  99. <!-- EG: [a.f.k.] Lucky Star - 01.avi -->
  100. <!-- EG: Air Master - 04 [HQA&amp;N!].avi -->
  101. <!-- EG: [ANE] Yosuga no Sora - Ep01v2 [BDRip 1080p x264 FLAC] -->
  102. <!-- EG: [DeadFish] Jinrui wa Suitai Shimashita - Special 01 [BD][720p][AAC].mp4 -->
  103. <regexp>(?i)((?=\b|_))(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?[^][)(}{\\/]*$</regexp>
  104. </tvshowmatching>
  105. </advancedsettings>
  106. 06:21:05 T:9844 NOTICE: Default Video Player: VideoPlayer
  107. 06:21:05 T:9844 NOTICE: Default Audio Player: paplayer
  108. 06:21:05 T:9844 NOTICE: Enabled debug logging due to GUI setting (2)
  109. 06:21:05 T:9844 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  110. 06:21:05 T:9844 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  111. 06:21:05 T:9844 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  112. 06:21:05 T:9844 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
  113. 06:21:05 T:9844 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
  114. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  115. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
  116. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  117. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  118. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  119. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  120. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  121. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  122. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  123. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  124. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  125. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  126. 06:21:05 T:9844 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  127. 06:21:05 T:9844 NOTICE: Loaded playercorefactory configuration
  128. 06:21:05 T:9844 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  129. 06:21:05 T:9844 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  130. 06:21:05 T:9844 INFO: creating subdirectories
  131. 06:21:05 T:9844 INFO: userdata folder: special://masterprofile/
  132. 06:21:05 T:9844 INFO: recording folder:
  133. 06:21:05 T:9844 INFO: screenshots folder:
  134. 06:21:05 T:9844 NOTICE: Running database version Addons26
  135. 06:21:05 T:9844 DEBUG: SECTION:LoadDLL(special://xbmcbin/cpluff.dll)
  136. 06:21:05 T:9844 INFO: ADDON: cpluff: 'Could not read plug-in directory C:\Users\AWeav\AppData\Roaming\Kodi\addons: No such file or directory'
  137. 06:21:05 T:9844 INFO: ADDON: cpluff: 'Could not read plug-in directory C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons: No such file or directory'
  138. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in screensaver.stars has been installed.'
  139. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  140. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
  141. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in screensaver.biogenesis has been installed.'
  142. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been installed.'
  143. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been installed.'
  144. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
  145. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been installed.'
  146. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  147. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  148. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
  149. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in weather.yahoo has been installed.'
  150. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
  151. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  152. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in screensaver.asteroids has been installed.'
  153. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
  154. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
  155. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in kodi.peripheral has been installed.'
  156. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
  157. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been installed.'
  158. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in adsp.basic has been installed.'
  159. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
  160. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in peripheral.joystick has been installed.'
  161. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in kodi.adsp has been installed.'
  162. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
  163. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been installed.'
  164. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in adsp.biquad.filters has been installed.'
  165. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been installed.'
  166. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in game.controller.default has been installed.'
  167. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  168. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in kodi.game has been installed.'
  169. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  170. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  171. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in visualization.shadertoy has been installed.'
  172. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been installed.'
  173. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
  174. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop2 has been installed.'
  175. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been installed.'
  176. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been installed.'
  177. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.hdhomerun has been installed.'
  178. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
  179. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  180. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
  181. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  182. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
  183. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been installed.'
  184. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
  185. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  186. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pingpong has been installed.'
  187. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in skin.estouchy has been installed.'
  188. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in inputstream.mpd has been installed.'
  189. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
  190. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
  191. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been installed.'
  192. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been installed.'
  193. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in inputstream.smoothstream has been installed.'
  194. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in kodi.inputstream has been installed.'
  195. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
  196. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
  197. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in screensaver.shadertoy has been installed.'
  198. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
  199. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
  200. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
  201. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been installed.'
  202. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
  203. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.stsound has been installed.'
  204. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  205. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in visualization.spectrum has been installed.'
  206. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
  207. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
  208. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been installed.'
  209. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been installed.'
  210. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  211. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
  212. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  213. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in screensaver.pyro has been installed.'
  214. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
  215. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
  216. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been installed.'
  217. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in adsp.freesurround has been installed.'
  218. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.kodi has been installed.'
  219. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  220. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
  221. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
  222. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  223. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  224. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been installed.'
  225. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in screensaver.greynetic has been installed.'
  226. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in screensaver.atv4 has been installed.'
  227. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  228. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  229. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
  230. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
  231. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Plug-in skin.estuary has been installed.'
  232. 06:21:05 T:9844 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  233. 06:21:05 T:1360 DEBUG: Thread JobWorker start, auto delete: true
  234. 06:21:05 T:9844 NOTICE: ADDONS: Using repository repository.xbmc.org
  235. 06:21:05 T:824 DEBUG: Thread ActiveAE start, auto delete: false
  236. 06:21:05 T:7308 DEBUG: Thread AESink start, auto delete: false
  237. 06:21:05 T:824 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_DTSHD" on device "SONY TV XV-4 (NVIDIA High Definition Audio)" seems to be not supported.
  238. 06:21:05 T:824 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_TRUEHD" on device "SONY TV XV-4 (NVIDIA High Definition Audio)" seems to be not supported.
  239. 06:21:05 T:824 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_EAC3" on device "SONY TV XV-4 (NVIDIA High Definition Audio)" seems to be not supported.
  240. 06:21:05 T:824 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_DTS" on device "SONY TV XV-4 (NVIDIA High Definition Audio)" seems to be not supported.
  241. 06:21:05 T:824 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "SONY TV XV-4 (NVIDIA High Definition Audio)" seems to be not supported.
  242. 06:21:05 T:824 NOTICE: Found 2 Lists of Devices
  243. 06:21:05 T:824 NOTICE: Enumerated DIRECTSOUND devices:
  244. 06:21:05 T:824 NOTICE: Device 1
  245. 06:21:05 T:824 NOTICE: m_deviceName : {5F48018A-8CB5-4E5A-AF44-6194A805ABB2}
  246. 06:21:05 T:824 NOTICE: m_displayName : HDMI - SONY TV XV-4 (NVIDIA High Definition Audio)
  247. 06:21:05 T:824 NOTICE: m_displayNameExtra: DIRECTSOUND: SONY TV XV-4 (NVIDIA High Definition Audio)
  248. 06:21:05 T:824 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  249. 06:21:05 T:824 NOTICE: m_channels : FL,FR
  250. 06:21:05 T:824 NOTICE: m_sampleRates : 48000
  251. 06:21:05 T:824 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW
  252. 06:21:05 T:824 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  253. 06:21:05 T:824 NOTICE: Device 2
  254. 06:21:05 T:824 NOTICE: m_deviceName : {93F4B4E7-D02B-460F-9966-F49F3473DB32}
  255. 06:21:05 T:824 NOTICE: m_displayName : Speakers - Speakers (Realtek High Definition Audio)
  256. 06:21:05 T:824 NOTICE: m_displayNameExtra: DIRECTSOUND: Speakers (Realtek High Definition Audio)
  257. 06:21:05 T:824 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  258. 06:21:05 T:824 NOTICE: m_channels : FL,FR
  259. 06:21:05 T:824 NOTICE: m_sampleRates : 192000
  260. 06:21:05 T:824 NOTICE: m_dataFormats : AE_FMT_FLOAT
  261. 06:21:05 T:824 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  262. 06:21:05 T:824 NOTICE: Device 3
  263. 06:21:05 T:824 NOTICE: m_deviceName : default
  264. 06:21:05 T:824 NOTICE: m_displayName : default
  265. 06:21:05 T:824 NOTICE: m_displayNameExtra:
  266. 06:21:05 T:824 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  267. 06:21:05 T:824 NOTICE: m_channels : FL,FR
  268. 06:21:05 T:824 NOTICE: m_sampleRates : 192000
  269. 06:21:05 T:824 NOTICE: m_dataFormats : AE_FMT_FLOAT
  270. 06:21:05 T:824 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
  271. 06:21:05 T:824 NOTICE: Enumerated WASAPI devices:
  272. 06:21:05 T:824 NOTICE: Device 1
  273. 06:21:05 T:824 NOTICE: m_deviceName : {5F48018A-8CB5-4E5A-AF44-6194A805ABB2}
  274. 06:21:05 T:824 NOTICE: m_displayName : HDMI - SONY TV XV-4 (NVIDIA High Definition Audio)
  275. 06:21:05 T:824 NOTICE: m_displayNameExtra: WASAPI: SONY TV XV-4 (NVIDIA High Definition Audio)
  276. 06:21:05 T:824 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  277. 06:21:05 T:824 NOTICE: m_channels : FL,FR
  278. 06:21:05 T:824 NOTICE: m_sampleRates : 192000,48000,44100
  279. 06:21:05 T:824 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  280. 06:21:05 T:824 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  281. 06:21:05 T:824 NOTICE: Device 2
  282. 06:21:05 T:824 NOTICE: m_deviceName : {93F4B4E7-D02B-460F-9966-F49F3473DB32}
  283. 06:21:05 T:824 NOTICE: m_displayName : Speakers - Speakers (Realtek High Definition Audio)
  284. 06:21:05 T:824 NOTICE: m_displayNameExtra: WASAPI: Speakers (Realtek High Definition Audio)
  285. 06:21:05 T:824 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  286. 06:21:05 T:824 NOTICE: m_channels : FL,FR
  287. 06:21:05 T:824 NOTICE: m_sampleRates : 192000,96000,48000,44100
  288. 06:21:05 T:824 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  289. 06:21:05 T:824 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  290. 06:21:05 T:824 NOTICE: Device 3
  291. 06:21:05 T:824 NOTICE: m_deviceName : default
  292. 06:21:05 T:824 NOTICE: m_displayName : default
  293. 06:21:05 T:824 NOTICE: m_displayNameExtra:
  294. 06:21:05 T:824 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  295. 06:21:05 T:824 NOTICE: m_channels : FL,FR
  296. 06:21:05 T:824 NOTICE: m_sampleRates : 192000,96000,48000,44100
  297. 06:21:05 T:824 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW
  298. 06:21:05 T:824 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
  299. 06:21:05 T:7308 INFO: CActiveAESink::OpenSink - initialize sink
  300. 06:21:05 T:7308 DEBUG: CActiveAESink::OpenSink - trying to open device WASAPI:{5F48018A-8CB5-4E5A-AF44-6194A805ABB2}
  301. 06:21:05 T:7308 INFO: CAESinkWASAPI::InitializeExclusive: WASAPI Exclusive Mode Sink Initialized using: AE_FMT_S24NE4MSB, 44100, 2
  302. 06:21:05 T:7308 DEBUG: CActiveAESink::OpenSink - WASAPI Initialized:
  303. 06:21:05 T:7308 DEBUG: Output Device : HDMI - SONY TV XV-4 (NVIDIA High Definition Audio)
  304. 06:21:05 T:7308 DEBUG: Sample Rate : 44100
  305. 06:21:05 T:7308 DEBUG: Sample Format : AE_FMT_S24NE4MSB
  306. 06:21:05 T:7308 DEBUG: Channel Count : 2
  307. 06:21:05 T:7308 DEBUG: Channel Layout: FL,FR
  308. 06:21:05 T:7308 DEBUG: Frames : 2208
  309. 06:21:05 T:7308 DEBUG: Frame Size : 8
  310. 06:21:05 T:788 DEBUG: Thread RemoteControl start, auto delete: false
  311. 06:21:05 T:9844 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  312. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  313. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  314. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  315. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
  316. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
  317. 06:21:05 T:788 DEBUG: CRemoteControl::Connect - connecting to: ::1:24000 ...
  318. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
  319. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  320. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  321. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  322. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  323. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
  324. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  325. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  326. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  327. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  328. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  329. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
  330. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
  331. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  332. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  333. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  334. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  335. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  336. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  337. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  338. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  339. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
  340. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
  341. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
  342. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
  343. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  344. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  345. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  346. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  347. 06:21:05 T:9844 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  348. 06:21:05 T:9844 DEBUG: CWIN32Util::GetDriveStatus: Requesting status for drive \\.\F:.
  349. 06:21:05 T:9844 DEBUG: CWIN32Util::GetDriveStatus: Requesting media status for drive \\.\F:.
  350. 06:21:05 T:9844 NOTICE: Found screen: S220HQL on NVIDIA GeForce GTX 660 Ti, adapter 0.
  351. 06:21:05 T:9844 NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce GTX 660 Ti, adapter 1.
  352. 06:21:05 T:9844 NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
  353. 06:21:05 T:9844 NOTICE: Secondary mode: 1920x1080@ 60.00 #2 - Full Screen
  354. 06:21:05 T:9844 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
  355. 06:21:05 T:9844 NOTICE: Additional mode: 720x480@ 56.00 - Full Screen
  356. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  357. 06:21:05 T:9844 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
  358. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  359. 06:21:05 T:9844 NOTICE: Additional mode: 720x576@ 56.00 - Full Screen
  360. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  361. 06:21:05 T:9844 NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
  362. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  363. 06:21:05 T:9844 NOTICE: Additional mode: 800x600@ 56.00 - Full Screen
  364. 06:21:05 T:9844 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
  365. 06:21:05 T:9844 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
  366. 06:21:05 T:9844 NOTICE: Additional mode: 1024x768@ 70.00 - Full Screen
  367. 06:21:05 T:9844 NOTICE: Additional mode: 1152x864@ 75.00 - Full Screen
  368. 06:21:05 T:9844 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
  369. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  370. 06:21:05 T:9844 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
  371. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  372. 06:21:05 T:9844 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
  373. 06:21:05 T:9844 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
  374. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  375. 06:21:05 T:9844 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
  376. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
  377. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  378. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
  379. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  380. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
  381. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  382. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 60.00 - Full Screen
  383. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  384. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
  385. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  386. 06:21:05 T:9844 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
  387. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
  388. 06:21:05 T:9844 NOTICE: Additional mode: 1440x480@ 60.00 - Full Screen
  389. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  390. 06:21:05 T:9844 NOTICE: Additional mode: 1920x1080@ 60.00 #2 - Full Screen
  391. 06:21:05 T:9844 NOTICE: Additional mode: 1920x1080@ 59.94 #2 - Full Screen
  392. 06:21:05 T:9844 NOTICE: Additional mode: 1920x1080@ 29.97i #2 - Full Screen
  393. 06:21:05 T:9844 NOTICE: Additional mode: 1920x1080@ 23.98 #2 - Full Screen
  394. 06:21:05 T:9844 NOTICE: Additional mode: 1920x1080@ 24.00 #2 - Full Screen
  395. 06:21:05 T:9844 NOTICE: Additional mode: 1920x1080@ 30.00i #2 - Full Screen
  396. 06:21:05 T:9844 NOTICE: Additional mode: 640x480@ 60.00 #2 - Full Screen
  397. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  398. 06:21:05 T:9844 NOTICE: Additional mode: 720x480@ 59.94 #2 - Full Screen
  399. 06:21:05 T:9844 NOTICE: Additional mode: 720x480@ 60.00 #2 - Full Screen
  400. 06:21:05 T:9844 NOTICE: Additional mode: 720x576@ 60.00 #2 - Full Screen
  401. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  402. 06:21:05 T:9844 NOTICE: Additional mode: 800x600@ 60.00 #2 - Full Screen
  403. 06:21:05 T:9844 NOTICE: Additional mode: 1024x768@ 60.00 #2 - Full Screen
  404. 06:21:05 T:9844 NOTICE: Additional mode: 1152x864@ 60.00 #2 - Full Screen
  405. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  406. 06:21:05 T:9844 NOTICE: Additional mode: 1176x664@ 59.94 #2 - Full Screen
  407. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  408. 06:21:05 T:9844 NOTICE: Additional mode: 1176x664@ 60.00 #2 - Full Screen
  409. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  410. 06:21:05 T:9844 NOTICE: Additional mode: 1280x720@ 59.94 #2 - Full Screen
  411. 06:21:05 T:9844 NOTICE: Additional mode: 1280x720@ 60.00 #2 - Full Screen
  412. 06:21:05 T:9844 NOTICE: Additional mode: 1280x768@ 60.00 #2 - Full Screen
  413. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  414. 06:21:05 T:9844 NOTICE: Additional mode: 1280x800@ 60.00 #2 - Full Screen
  415. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  416. 06:21:05 T:9844 NOTICE: Additional mode: 1280x960@ 60.00 #2 - Full Screen
  417. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  418. 06:21:05 T:9844 NOTICE: Additional mode: 1280x1024@ 60.00 #2 - Full Screen
  419. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 59.94 #2 - Full Screen
  420. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  421. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 60.00 #2 - Full Screen
  422. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  423. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 29.97i #2 - Full Screen
  424. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  425. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 23.98 #2 - Full Screen
  426. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 24.00 #2 - Full Screen
  427. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 23.98 #2 - Full Screen
  428. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 24.00 #2 - Full Screen
  429. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 23.98 #2 - Full Screen
  430. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 24.00 #2 - Full Screen
  431. 06:21:05 T:9844 NOTICE: Additional mode: 1360x768@ 30.00i #2 - Full Screen
  432. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  433. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 59.94 #2 - Full Screen
  434. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  435. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 60.00 #2 - Full Screen
  436. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  437. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 29.97i #2 - Full Screen
  438. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  439. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 23.98 #2 - Full Screen
  440. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 24.00 #2 - Full Screen
  441. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 23.98 #2 - Full Screen
  442. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 24.00 #2 - Full Screen
  443. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 23.98 #2 - Full Screen
  444. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 24.00 #2 - Full Screen
  445. 06:21:05 T:9844 NOTICE: Additional mode: 1366x768@ 30.00i #2 - Full Screen
  446. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  447. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 59.94 #2 - Full Screen
  448. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  449. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 60.00 #2 - Full Screen
  450. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  451. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 29.97i #2 - Full Screen
  452. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  453. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 23.98 #2 - Full Screen
  454. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 24.00 #2 - Full Screen
  455. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 23.98 #2 - Full Screen
  456. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 24.00 #2 - Full Screen
  457. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 23.98 #2 - Full Screen
  458. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 24.00 #2 - Full Screen
  459. 06:21:05 T:9844 NOTICE: Additional mode: 1600x900@ 30.00i #2 - Full Screen
  460. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  461. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 59.94 #2 - Full Screen
  462. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  463. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 60.00 #2 - Full Screen
  464. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  465. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 29.97i #2 - Full Screen
  466. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  467. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 23.98 #2 - Full Screen
  468. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 24.00 #2 - Full Screen
  469. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 23.98 #2 - Full Screen
  470. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 24.00 #2 - Full Screen
  471. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 23.98 #2 - Full Screen
  472. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 24.00 #2 - Full Screen
  473. 06:21:05 T:9844 NOTICE: Additional mode: 1600x1024@ 30.00i #2 - Full Screen
  474. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  475. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 59.94 #2 - Full Screen
  476. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  477. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 60.00 #2 - Full Screen
  478. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  479. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 29.97i #2 - Full Screen
  480. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  481. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 23.98 #2 - Full Screen
  482. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 24.00 #2 - Full Screen
  483. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 23.98 #2 - Full Screen
  484. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 24.00 #2 - Full Screen
  485. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 23.98 #2 - Full Screen
  486. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 24.00 #2 - Full Screen
  487. 06:21:05 T:9844 NOTICE: Additional mode: 1680x1050@ 30.00i #2 - Full Screen
  488. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  489. 06:21:05 T:9844 NOTICE: Additional mode: 1768x992@ 29.97i #2 - Full Screen
  490. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  491. 06:21:05 T:9844 NOTICE: Additional mode: 1768x992@ 30.00i #2 - Full Screen
  492. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  493. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 59.94 #2 - Full Screen
  494. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  495. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 60.00 #2 - Full Screen
  496. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  497. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 29.97i #2 - Full Screen
  498. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  499. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 23.98 #2 - Full Screen
  500. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 24.00 #2 - Full Screen
  501. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 23.98 #2 - Full Screen
  502. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 24.00 #2 - Full Screen
  503. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 23.98 #2 - Full Screen
  504. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 24.00 #2 - Full Screen
  505. 06:21:05 T:9844 NOTICE: Additional mode: 1440x900@ 30.00i #2 - Full Screen
  506. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  507. 06:21:05 T:9844 NOTICE: Additional mode: 1440x480@ 59.94 #2 - Full Screen
  508. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  509. 06:21:05 T:9844 NOTICE: Additional mode: 1440x480@ 60.00 #2 - Full Screen
  510. 06:21:05 T:9844 NOTICE: Previous line repeats 2 times.
  511. 06:21:05 T:9844 NOTICE: Additional mode: 1440x480@ 23.98 #2 - Full Screen
  512. 06:21:05 T:9844 NOTICE: Additional mode: 1440x480@ 24.00 #2 - Full Screen
  513. 06:21:05 T:9844 NOTICE: Additional mode: 1440x480@ 23.98 #2 - Full Screen
  514. 06:21:05 T:9844 NOTICE: Additional mode: 1440x480@ 24.00 #2 - Full Screen
  515. 06:21:05 T:9844 NOTICE: Additional mode: 1440x480@ 23.98 #2 - Full Screen
  516. 06:21:05 T:9844 NOTICE: Additional mode: 1440x480@ 24.00 #2 - Full Screen
  517. 06:21:05 T:9844 NOTICE: Checking resolution 17
  518. 06:21:05 T:9844 DEBUG: CWinEventsWin32::WndProc: window resize event
  519. 06:21:05 T:9844 DEBUG: CWinEventsWin32::WndProc: window move event
  520. 06:21:05 T:9844 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1920,1080 fullscreen)->(-1920,0,0,1080 fullscreen)
  521. 06:21:05 T:9844 DEBUG: CWinEventsWin32::WndProcWindow is active
  522. 06:21:05 T:9844 DEBUG: CWinEventsWin32::WndProc: window move event
  523. 06:21:05 T:9844 DEBUG: CRenderSystemDX::InitRenderSystem - Initializing D3D11 Factory...
  524. 06:21:05 T:9844 DEBUG: CRenderSystemDX::SetMonitor - Selected \\.\DISPLAY2 output.
  525. 06:21:05 T:9844 DEBUG: CRenderSystemDX::SetMonitor - Selected NVIDIA GeForce GTX 660 Ti adapter.
  526. 06:21:05 T:9844 DEBUG: CRenderSystemDX::InitHooks: Hookind into UserModeDriver on device \Registry\Machine\System\CurrentControlSet\Control\Video\{353A6D26-CFF1-410D-953A-C6A3C7BB0B80}\0001.
  527. 06:21:05 T:9844 DEBUG: CRenderSystemDX::InitHooks: D3D11 hook installed and activated.
  528. 06:21:05 T:9844 DEBUG: HookOpenAdapter10_2: hook into pOpenData->pAdapterFuncs->pfnCreateDevice
  529. 06:21:05 T:9844 DEBUG: HookCreateDevice: hook into pCreateData->pDeviceFuncs->pfnCreateResource
  530. 06:21:05 T:9844 DEBUG: CRenderSystemDX::CreateDevice - on adapter NVIDIA GeForce GTX 660 Ti (VendorId: 0x10de DeviceId: 0x1183) with feature level 0xb000.
  531. 06:21:05 T:9844 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
  532. 06:21:05 T:9844 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_NPOT
  533. 06:21:05 T:9844 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT_NPOT
  534. 06:21:05 T:9844 DEBUG: CD3DVertexShader::CreateInternal - Create the vertex shader.
  535. 06:21:05 T:9844 DEBUG: CD3DVertexShader::CreateInternal - create the input layout.
  536. 06:21:05 T:9844 DEBUG: CD3DPixelShader::CreateInternal - Create the pixel shader.
  537. 06:21:05 T:9844 DEBUG: Previous line repeats 10 times.
  538. 06:21:05 T:9844 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - (Re)Create window size (1920x1080) dependent resources.
  539. 06:21:05 T:9844 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - Creating swapchain in Mono mode.
  540. 06:21:05 T:9844 DEBUG: CRenderSystemDX::FixRefreshRateIfNecessary: refreshRate: 60.0000, desired: 60.0000, deviation: 0.00000, fixRequired: false
  541. 06:21:05 T:9844 DEBUG: Previous line repeats 2 times.
  542. 06:21:05 T:9844 DEBUG: CWinSystemWin32::SetFullScreenEx (windowed fullscreen) on screen 1 with size 1920x1080, refresh 60.000000
  543. 06:21:05 T:9844 DEBUG: CWinSystemWin32::OnDisplayReset - notify display reset event
  544. 06:21:05 T:9844 INFO: load keymapping
  545. 06:21:05 T:9844 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  546. 06:21:05 T:9844 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  547. 06:21:05 T:9844 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  548. 06:21:05 T:9844 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  549. 06:21:05 T:9844 INFO: Loading special://xbmc/system/keymaps/joystick.xml
  550. 06:21:05 T:9844 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  551. 06:21:05 T:9844 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  552. 06:21:05 T:9844 INFO: Loading special://xbmc/system/keymaps/remote.xml
  553. 06:21:05 T:9844 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  554. 06:21:05 T:9844 INFO: Loading special://xbmc/system/IRSSmap.xml
  555. 06:21:05 T:9844 INFO: * Adding remote mapping for device 'Microsoft MCE'
  556. 06:21:05 T:9844 INFO: * Adding remote mapping for device 'Abstract'
  557. 06:21:05 T:9844 DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
  558. 06:21:05 T:9844 INFO: GUI format 1920x1080, Display 1920x1080@ 60.00 #2 - Full Screen
  559. 06:21:05 T:9844 DEBUG: guilib: Fill viewport on change for solving rendering passes
  560. 06:21:05 T:9844 INFO: CLangInfo: loading resource.language.en_gb language information...
  561. 06:21:05 T:9844 DEBUG: trying to set locale to en-us
  562. 06:21:05 T:9844 INFO: global locale set to en-us
  563. 06:21:05 T:9844 INFO: CLangInfo: loading resource.language.en_gb language strings...
  564. 06:21:05 T:9844 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: resource://resource.language.en_gb/strings.po
  565. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 3761 strings from file resource://resource.language.en_gb/strings.po
  566. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\screensaver.stars\resources\language\English\strings.po
  567. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 8 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\screensaver.biogenesis\resources\language\English\strings.po
  568. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 16 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.vbox\resources\language\resource.language.en_gb\strings.po
  569. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 44 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\adsp.basic\resources\language\English\strings.po
  570. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 8 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.argustv\resources\language\resource.language.en_gb\strings.po
  571. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 69 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.vdr.vnsi\resources\language\resource.language.en_gb\strings.po
  572. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 19 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\adsp.biquad.filters\resources\language\English\strings.po
  573. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\audioencoder.vorbis\resources\language\English\strings.po
  574. 06:21:05 T:9844 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\audioencoder.xbmc.builtin.wma\resources\language\English\strings.po
  575. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\audioencoder.xbmc.builtin.wma\resources\language\English\strings.po
  576. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 71 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.mediaportal.tvserver\resources\language\resource.language.en_gb\strings.po
  577. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 18 strings from file C:\Users\AWeav\AppData\Roaming\Kodi\addons\game.controller.default\resources\language\resource.language.en_gb\strings.po
  578. 06:21:05 T:9844 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\screensaver.xbmc.builtin.dim\resources\language\resource.language.en_gb\strings.po
  579. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\screensaver.xbmc.builtin.dim\resources\language\resource.language.en_gb\strings.po
  580. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 7 strings from file C:\Users\AWeav\AppData\Roaming\Kodi\addons\metadata.themoviedb.org\resources\language\English\strings.po
  581. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 21 strings from file C:\Users\AWeav\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\resources\language\English\strings.po
  582. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 70 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.wmc\resources\language\resource.language.en_gb\strings.po
  583. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\audioencoder.flac\resources\language\English\strings.po
  584. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 67 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.dvblink\resources\language\resource.language.en_gb\strings.po
  585. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 5 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.hdhomerun\resources\language\resource.language.en_gb\strings.po
  586. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 18 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\visualization.milkdrop\resources\language\English\strings.po
  587. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 93 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.mythtv\resources\language\resource.language.en_gb\strings.po
  588. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 27 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.vuplus\resources\language\resource.language.en_gb\strings.po
  589. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 10 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\screensaver.pingpong\resources\language\English\strings.po
  590. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 7 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\inputstream.mpd\resources\language\resource.language.en_gb\strings.po
  591. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 5 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\inputstream.smoothstream\resources\language\resource.language.en_gb\strings.po
  592. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 8 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.pctv\resources\language\resource.language.en_gb\strings.po
  593. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 22 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.iptvsimple\resources\language\resource.language.en_gb\strings.po
  594. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 39 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\screensaver.shadertoy\resources\language\English\strings.po
  595. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 2 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.njoy\resources\language\resource.language.en_gb\strings.po
  596. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 28 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.nextpvr\resources\language\resource.language.en_gb\strings.po
  597. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 13 strings from file C:\Users\AWeav\AppData\Roaming\Kodi\addons\metadata.album.universal\resources\language\English\strings.po
  598. 06:21:05 T:9844 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\audioencoder.xbmc.builtin.aac\resources\language\English\strings.po
  599. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 1 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\audioencoder.xbmc.builtin.aac\resources\language\English\strings.po
  600. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 34 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.dvbviewer\resources\language\resource.language.en_gb\strings.po
  601. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 15 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\visualization.spectrum\resources\language\English\strings.po
  602. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 43 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.stalker\resources\language\resource.language.en_gb\strings.po
  603. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 7 strings from file C:\Users\AWeav\AppData\Roaming\Kodi\addons\metadata.tvdb.com\resources\language\English\strings.po
  604. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 16 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\adsp.freesurround\resources\language\English\strings.po
  605. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\audioencoder.lame\resources\language\English\strings.po
  606. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 26 strings from file C:\Users\AWeav\AppData\Roaming\Kodi\addons\metadata.artists.universal\resources\language\English\strings.po
  607. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 3 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.filmon\resources\language\resource.language.en_gb\strings.po
  608. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 16 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\screensaver.greynetic\resources\language\English\strings.po
  609. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 68 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.hts\resources\language\resource.language.en_gb\strings.po
  610. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 6 strings from file C:\Users\AWeav\AppData\Roaming\Kodi\addons\weather.yahoo\resources\language\English\strings.po
  611. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 20 strings from file C:\Users\AWeav\AppData\Roaming\Kodi\addons\screensaver.atv4\resources\language\English\strings.po
  612. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 108 strings from file C:\Users\AWeav\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\language\English\strings.po
  613. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 2 strings from file C:\Users\AWeav\AppData\Roaming\Kodi\addons\metadata.musicvideos.theaudiodb.com\resources\language\English\strings.po
  614. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 11 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\visualization.vortex\resources\language\English\strings.po
  615. 06:21:05 T:9844 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  616. 06:21:05 T:9844 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "CEC Adapter"
  617. 06:21:05 T:9844 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  618. 06:21:05 T:9844 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "iMON HID device"
  619. 06:21:05 T:9844 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "WETEK Play remote"
  620. 06:21:05 T:9844 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node ""
  621. 06:21:05 T:9844 DEBUG: SECTION:LoadDLL(special://xbmcbin/cec.dll)
  622. 06:21:05 T:9844 DEBUG: SECTION:LoadDLL(special://xbmcbin/libcurl.dll)
  623. 06:21:05 T:1348 DEBUG: Thread PeripBusUSB start, auto delete: false
  624. 06:21:05 T:10728 DEBUG: Thread PeripBusCEC start, auto delete: false
  625. 06:21:05 T:10500 DEBUG: Thread PeripBusAddon start, auto delete: false
  626. 06:21:05 T:9716 DEBUG: Thread PeripEventScanner start, auto delete: false
  627. 06:21:05 T:1360 NOTICE: Running database version Addons26
  628. 06:21:05 T:1360 DEBUG: CDatabaseManager::Initialize, updating databases...
  629. 06:21:05 T:1360 NOTICE: Running database version ViewModes6
  630. 06:21:05 T:1360 NOTICE: Running database version Textures13
  631. 06:21:05 T:1360 NOTICE: Running database version MyMusic60
  632. 06:21:05 T:1360 NOTICE: Running database version MyVideos107
  633. 06:21:05 T:1360 NOTICE: Running database version TV29
  634. 06:21:05 T:1360 NOTICE: Running database version Epg11
  635. 06:21:05 T:1360 DEBUG: CDatabaseManager::Initialize, updating databases... DONE
  636. 06:21:05 T:9844 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
  637. 06:21:05 T:2900 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  638. 06:21:05 T:2900 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  639. 06:21:05 T:9844 INFO: Unloading old skin ...
  640. 06:21:05 T:9844 INFO: load skin from: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary (version: 0.8.5)
  641. 06:21:05 T:9844 INFO: load fonts for skin...
  642. 06:21:05 T:9844 INFO: Loading fonts from C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\1080i\Font.xml
  643. 06:21:05 T:9844 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\language\resource.language.en_gb\strings.po
  644. 06:21:05 T:9844 DEBUG: LocalizeStrings: loaded 148 strings from file C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\language\resource.language.en_gb\strings.po
  645. 06:21:05 T:9844 INFO: Loading skin includes from C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\1080i\includes.xml
  646. 06:21:05 T:9844 INFO: load new skin...
  647. 06:21:05 T:9844 INFO: Loading user windows, path C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\1080i
  648. 06:21:05 T:9844 DEBUG: Load Skin XML: 4.22ms
  649. 06:21:05 T:9844 INFO: initialize new skin...
  650. 06:21:05 T:9844 DEBUG: guilib: Fill viewport on change for solving rendering passes
  651. 06:21:05 T:9844 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  652. 06:21:05 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  653. 06:21:05 T:9844 DEBUG: Previous line repeats 7 times.
  654. 06:21:05 T:9844 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  655. 06:21:05 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  656. 06:21:05 T:9844 DEBUG: Previous line repeats 3 times.
  657. 06:21:05 T:9844 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  658. 06:21:05 T:9844 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  659. 06:21:05 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  660. 06:21:05 T:9844 DEBUG: Previous line repeats 17 times.
  661. 06:21:05 T:9844 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  662. 06:21:05 T:9844 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  663. 06:21:05 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  664. 06:21:05 T:9844 DEBUG: Previous line repeats 3 times.
  665. 06:21:05 T:9844 INFO: Loading resource://resource.uisounds.kodi/sounds.xml
  666. 06:21:05 T:9844 INFO: skin loaded...
  667. 06:21:05 T:9844 DEBUG: Activating window ID: 12997
  668. 06:21:05 T:9844 DEBUG: ------ Window Init () ------
  669. 06:21:05 T:9844 INFO: load splash image: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\media\Splash.png
  670. 06:21:05 T:9844 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  671. 06:21:05 T:9844 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  672. 06:21:05 T:9844 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  673. 06:21:05 T:9844 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  674. 06:21:05 T:9844 ERROR: JSONRPC: Unable to parse JSON Schema definition for ""
  675. 06:21:05 T:9844 ERROR: JSONRPC: Invalid JSON Schema definition for method ""
  676. 06:21:05 T:9844 INFO: JSONRPC v7.22.2: Successfully initialized
  677. 06:21:05 T:9844 DEBUG: ADDON: Starting service addons.
  678. 06:21:05 T:9844 DEBUG: Activating window ID: 12999
  679. 06:21:05 T:9844 DEBUG: ------ Window Init (Startup.xml) ------
  680. 06:21:05 T:9844 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  681. 06:21:05 T:2996 DEBUG: Thread LanguageInvoker start, auto delete: false
  682. 06:21:05 T:2996 INFO: initializing python engine.
  683. 06:21:05 T:9844 DEBUG: Activating window ID: 10000
  684. 06:21:05 T:9844 DEBUG: ------ Window Deinit (Startup.xml) ------
  685. 06:21:05 T:9844 DEBUG: ------ Window Init (Home.xml) ------
  686. 06:21:05 T:9844 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  687. 06:21:06 T:2996 DEBUG: CPythonInvoker(0, C:\Users\AWeav\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): start processing
  688. 06:21:06 T:9844 DEBUG: CDirectoryProvider[special://skin/playlists/inprogress_movies.xsp]: refreshing..
  689. 06:21:06 T:9844 DEBUG: CDirectoryProvider[videodb://recentlyaddedmovies/]: refreshing..
  690. 06:21:06 T:9844 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_movies.xsp]: refreshing..
  691. 06:21:06 T:9844 DEBUG: CDirectoryProvider[special://skin/playlists/random_movies.xsp]: refreshing..
  692. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  693. 06:21:06 T:1336 DEBUG: Thread JobWorker start, auto delete: true
  694. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  695. 06:21:06 T:9844 DEBUG: Previous line repeats 6 times.
  696. 06:21:06 T:9844 DEBUG: CDirectoryProvider[videodb://inprogresstvshows]: refreshing..
  697. 06:21:06 T:9844 DEBUG: CDirectoryProvider[videodb://recentlyaddedepisodes/]: refreshing..
  698. 06:21:06 T:9844 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_tvshows.xsp]: refreshing..
  699. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  700. 06:21:06 T:8932 DEBUG: Thread JobWorker start, auto delete: true
  701. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  702. 06:21:06 T:9844 DEBUG: Previous line repeats 6 times.
  703. 06:21:06 T:9844 DEBUG: CDirectoryProvider[musicdb://recentlyplayedalbums]: refreshing..
  704. 06:21:06 T:9844 DEBUG: CDirectoryProvider[musicdb://recentlyaddedalbums/]: refreshing..
  705. 06:21:06 T:9844 DEBUG: CDirectoryProvider[special://skin/playlists/random_albums.xsp]: refreshing..
  706. 06:21:06 T:9844 DEBUG: CDirectoryProvider[special://skin/playlists/random_artists.xsp]: refreshing..
  707. 06:21:06 T:9844 DEBUG: CDirectoryProvider[special://skin/playlists/unplayed_albums.xsp]: refreshing..
  708. 06:21:06 T:9844 DEBUG: CDirectoryProvider[special://skin/playlists/mostplayed_albums.xsp]: refreshing..
  709. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  710. 06:21:06 T:9844 DEBUG: Previous line repeats 7 times.
  711. 06:21:06 T:9844 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
  712. 06:21:06 T:9844 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
  713. 06:21:06 T:9844 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
  714. 06:21:06 T:9844 DEBUG: CDirectoryProvider[]: refreshing..
  715. 06:21:06 T:9844 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
  716. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  717. 06:21:06 T:9844 DEBUG: Previous line repeats 7 times.
  718. 06:21:06 T:9844 DEBUG: CDirectoryProvider[sources://video/]: refreshing..
  719. 06:21:06 T:9844 DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
  720. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  721. 06:21:06 T:9844 DEBUG: Previous line repeats 15 times.
  722. 06:21:06 T:9844 DEBUG: CDirectoryProvider[pvr://channels/tv/*?view=lastplayed]: refreshing..
  723. 06:21:06 T:9844 DEBUG: CDirectoryProvider[pvr://recordings/tv/active?view=flat]: refreshing..
  724. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  725. 06:21:06 T:9844 DEBUG: Previous line repeats 7 times.
  726. 06:21:06 T:9844 DEBUG: CDirectoryProvider[pvr://channels/radio/*?view=lastplayed]: refreshing..
  727. 06:21:06 T:9844 DEBUG: CDirectoryProvider[pvr://recordings/radio/active?view=flat]: refreshing..
  728. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  729. 06:21:06 T:1360 DEBUG: Previous line repeats 22 times.
  730. 06:21:06 T:1360 DEBUG: CVideoDatabase::RunQuery took 1 ms for 1 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  731. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  732. 06:21:06 T:8932 DEBUG: Previous line repeats 16 times.
  733. 06:21:06 T:8932 DEBUG: CVideoDatabase::RunQuery took 1 ms for 36 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
  734. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  735. 06:21:06 T:1360 DEBUG: Previous line repeats 79 times.
  736. 06:21:06 T:1360 DEBUG: CVideoDatabase::RunQuery took 2 ms for 36 items query: select * from movie_view
  737. 06:21:06 T:9844 DEBUG: ContextMenuManager: addon menus reloaded.
  738. 06:21:06 T:9844 INFO: removing tempfiles
  739. 06:21:06 T:9844 DEBUG: ADDON: Starting service addons.
  740. 06:21:06 T:1336 DEBUG: CVideoDatabase::RunQuery took 8 ms for 25 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 25
  741. 06:21:06 T:9844 DEBUG: CRepositoryUpdater: previous update at 11/17/2016 5:30:50 AM, next at 11/18/2016 5:30:50 AM
  742. 06:21:06 T:9844 NOTICE: initialize done
  743. 06:21:06 T:972 DEBUG: Thread Timer start, auto delete: false
  744. 06:21:06 T:9844 NOTICE: Running the application...
  745. 06:21:06 T:8932 DEBUG: CVideoDatabase::RunQuery took 3 ms for 5 items query: SELECT * FROM tvshow_view WHERE watchedCount != 0 AND totalCount != watchedCount ORDER BY c00
  746. 06:21:06 T:9844 DEBUG: no profile autoexec.py (C:\Users\AWeav\AppData\Roaming\Kodi\userdata\autoexec.py) found, skipping
  747. 06:21:06 T:9844 DEBUG: CNetwork::NetworkMessage - Starting network services
  748. 06:21:06 T:9844 NOTICE: starting zeroconf publishing
  749. 06:21:06 T:9844 DEBUG: ZeroconfMDNS:Bonjour version is 333.18
  750. 06:21:06 T:9844 NOTICE: CWebServer[80]: Started
  751. 06:21:06 T:9844 NOTICE: starting upnp client
  752. 06:21:06 T:9844 INFO: JSONRPC Server: Unable to get bluetooth socket
  753. 06:21:06 T:9844 INFO: JSONRPC Server: Successfully initialized
  754. 06:21:06 T:12644 DEBUG: Thread EventServer start, auto delete: false
  755. 06:21:06 T:12644 NOTICE: ES: Starting UDP Event server on port 9777
  756. 06:21:06 T:12644 NOTICE: UDP: Listening on port 9777 (ipv6 : true)
  757. 06:21:06 T:1432 DEBUG: Thread TCPServer start, auto delete: false
  758. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  759. 06:21:06 T:8932 DEBUG: Previous line repeats 22 times.
  760. 06:21:06 T:8932 DEBUG: CVideoDatabase::RunQuery took 7 ms for 25 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 25
  761. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  762. 06:21:06 T:9128 DEBUG: Previous line repeats 14 times.
  763. 06:21:06 T:9128 DEBUG: Thread JobWorker start, auto delete: true
  764. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  765. 06:21:06 T:2996 DEBUG: Previous line repeats 69 times.
  766. 06:21:06 T:2996 DEBUG: -->Python Interpreter Initialized<--
  767. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  768. 06:21:06 T:2996 DEBUG: CPythonInvoker(0, C:\Users\AWeav\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): the source file to load is "C:\Users\AWeav\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py"
  769. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  770. 06:21:06 T:2996 DEBUG: CPythonInvoker(0, C:\Users\AWeav\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): setting the Python path to C:\Users\AWeav\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python\DLLs;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python\Lib;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\python27.zip;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python\lib\plat-win;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python\lib\lib-tk;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python\lib\site-packages
  771. 06:21:06 T:2996 DEBUG: CPythonInvoker(0, C:\Users\AWeav\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): entering source directory C:\Users\AWeav\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck
  772. 06:21:06 T:2996 DEBUG: CPythonInvoker(0, C:\Users\AWeav\AppData\Roaming\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
  773. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  774. 06:21:06 T:9844 DEBUG: Previous line repeats 1 times.
  775. 06:21:06 T:9844 DEBUG: ------ Window Init () ------
  776. 06:21:06 T:9844 DEBUG: ------ Window Init (Pointer.xml) ------
  777. 06:21:06 T:2996 DEBUG: Version Check: Version 0.3.19 started
  778. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  779. 06:21:06 T:8932 DEBUG: Previous line repeats 45 times.
  780. 06:21:06 T:8932 DEBUG: CMusicDatabase::GetRecentlyPlayedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM albumview WHERE albumview.lastplayed IS NOT NULL AND albumview.strReleaseType = 'album' ORDER BY albumview.lastplayed DESC LIMIT 25) as playedalbums JOIN albumview ON albumview.idAlbum = playedalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.lastplayed DESC, albumartistview.iorder
  781. 06:21:06 T:1336 DEBUG: CMusicDatabase::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 JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
  782. 06:21:06 T:8932 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strReleaseType = 'album'
  783. 06:21:06 T:8932 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 0 ms
  784. 06:21:06 T:1336 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE ((artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist ) OR artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist WHERE song_artist.idRole = 1)) AND (artistview.strArtist != '')) AND (artistview.strArtist <> 'Various artists')
  785. 06:21:06 T:1336 DEBUG: Time to retrieve artists from dataset = 0
  786. 06:21:06 T:9128 DEBUG: CVideoDatabase::RunQuery took 2 ms for 13 items query: SELECT * FROM tvshow_view WHERE ((tvshow_view.watchedcount = 0)) AND ((tvshow_view.totalCount > 0))
  787. 06:21:06 T:8932 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE (((CAST(albumview.iTimesPlayed as DECIMAL(5,1)) = 0))) AND (albumview.strReleaseType = 'album')
  788. 06:21:06 T:8932 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 0 ms
  789. 06:21:06 T:1336 DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE (((CAST(albumview.iTimesPlayed as DECIMAL(5,1)) > 0))) AND (albumview.strReleaseType = 'album')
  790. 06:21:06 T:1336 DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 1 ms
  791. 06:21:06 T:9128 ERROR: XFILE::CDirectory::GetDirectory - Error getting
  792. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  793. 06:21:06 T:9128 DEBUG: Previous line repeats 17 times.
  794. 06:21:06 T:9128 DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3A%2F%2Fprofile%2Fplaylists%2Fvideo/special%3A%2F%2Fprofile%2Fplaylists%2Fmixed/)
  795. 06:21:06 T:9128 DEBUG: Getting Directory (special://profile/playlists/video)
  796. 06:21:06 T:9128 DEBUG: Getting Directory (special://profile/playlists/mixed)
  797. 06:21:06 T:9128 DEBUG: CMultiPathDirectory::MergeItems, items = 0
  798. 06:21:06 T:9128 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/tv/*?view=lastplayed)
  799. 06:21:06 T:9128 DEBUG: CPVRDirectory::GetDirectory(pvr://recordings/tv/active?view=flat)
  800. 06:21:06 T:9128 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/radio/*?view=lastplayed)
  801. 06:21:06 T:9128 DEBUG: CPVRDirectory::GetDirectory(pvr://recordings/radio/active?view=flat)
  802. 06:21:06 T:9128 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  803. 06:21:06 T:9128 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.*, songartistview.* FROM (SELECT idAlbum FROM album ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY songview.idAlbum DESC, songview.idSong, songartistview.idRole, songartistview.iOrder
  804. 06:21:06 T:1336 DEBUG: PVR - PVR::CPVRClient::Create - creating PVR add-on instance 'MediaPortal PVR Client'
  805. 06:21:06 T:1336 DEBUG: ADDON: Dll Initializing - MediaPortal PVR Client
  806. 06:21:06 T:1336 DEBUG: SECTION:LoadDLL(C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.mediaportal.tvserver\pvr.mediaportal.tvserver.dll)
  807. 06:21:06 T:9128 DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
  808. 06:21:06 T:1336 INFO: AddOnLog: MediaPortal PVR Client: Creating MediaPortal PVR-Client
  809. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'host'
  810. 06:21:06 T:9128 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  811. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'port'
  812. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'timeout'
  813. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'ftaonly'
  814. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'useradio'
  815. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'tvgroup'
  816. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'radiogroup'
  817. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'streamingmethod'
  818. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'resolvertsphostname'
  819. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'readgenre'
  820. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'enableoldseriesdlg'
  821. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'sleeponrtspurl'
  822. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'fastchannelswitch'
  823. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'smbusername'
  824. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'smbpassword'
  825. 06:21:06 T:1336 DEBUG: CAddonCallbacksAddon - V1::KodiAPI::AddOn::CAddonCallbacksAddon::GetAddonSetting - add-on 'MediaPortal PVR Client' requests setting 'usertsp'
  826. 06:21:06 T:1360 DEBUG: ZeroconfMDNS: identifier: servers.webserver type: _http._tcp name:Kodi (Austin-PC) port:80
  827. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: settings: streamingmethod: TSReader, usertsp=0
  828. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: settings: host='127.0.0.1', port=9596, timeout=10
  829. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: settings: ftaonly=0, useradio=0, tvgroup='', radiogroup=''
  830. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: settings: readgenre=1, enableoldseriesdlg=0, sleeponrtspurl=0
  831. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: settings: resolvertsphostname=1
  832. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: settings: fastchannelswitch=1
  833. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: settings: smb user='', pass=<empty>
  834. 06:21:06 T:1336 INFO: AddOnLog: MediaPortal PVR Client: Mediaportal pvr addon 2.4.7 connecting to 127.0.0.1:9596
  835. 06:21:06 T:1336 INFO: AddOnLog: MediaPortal PVR Client: Connected to 127.0.0.1:9596
  836. 06:21:06 T:1360 DEBUG: ZeroconfMDNS: identifier: servers.jsonrpc-http type: _xbmc-jsonrpc-h._tcp name:Kodi (Austin-PC) port:80
  837. 06:21:06 T:1360 DEBUG: ZeroconfMDNS: identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:Kodi (Austin-PC) port:9090
  838. 06:21:06 T:1336 INFO: AddOnLog: MediaPortal PVR Client: Your TVServerXBMC version is '1.13.100.133'
  839. 06:21:06 T:1336 INFO: AddOnLog: MediaPortal PVR Client: It is adviced to upgrade your TVServerXBMC version '1.13.100.133' to '1.2.3.122 till 1.15.0.134' or higher!
  840. 06:21:06 T:1360 DEBUG: ZeroconfMDNS: identifier: servers.eventserver type: _xbmc-events._udp name:Kodi (Austin-PC) port:9777
  841. 06:21:06 T:9128 DEBUG: CVideoDatabase::RunQuery took 3 ms for 10 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
  842. 06:21:06 T:1336 NOTICE: AddOnLog: MediaPortal PVR Client: Opened C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\pvr.mediaportal.tvserver\resources\genre_translation.xml to read genre string to type/subtype translation table
  843. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'movie/drama (general)' => 0x10, 0x0
  844. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'Movie' => 0x10, 0x0
  845. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'detective/thriller' => 0x10, 0x1
  846. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'adventure/western/war' => 0x10, 0x2
  847. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'science fiction/fantasy/horror' => 0x10, 0x3
  848. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'comedy' => 0x10, 0x4
  849. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'soap/melodram/folkloric' => 0x10, 0x5
  850. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'romance' => 0x10, 0x6
  851. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'serious/classical/religious/historical movie/drama' => 0x10, 0x7
  852. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'adult movie/drama' => 0x10, 0x8
  853. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'news/current affairs (general)' => 0x20, 0x0
  854. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'News' => 0x20, 0x0
  855. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'news/weather report' => 0x20, 0x1
  856. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'news magazine' => 0x20, 0x2
  857. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'documentary' => 0x20, 0x3
  858. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'discussion/interview/debate' => 0x20, 0x4
  859. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'show/game show (general)' => 0x30, 0x0
  860. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'Series' => 0x30, 0x0
  861. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'game show/quiz/contest' => 0x30, 0x1
  862. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'variety show' => 0x30, 0x2
  863. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'talk show' => 0x30, 0x3
  864. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'sports (general)' => 0x40, 0x0
  865. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'Sports' => 0x40, 0x0
  866. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'special events' => 0x40, 0x1
  867. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'sports magazine' => 0x40, 0x2
  868. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'football/soccer' => 0x40, 0x3
  869. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'tennis/squash' => 0x40, 0x4
  870. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'team sports' => 0x40, 0x5
  871. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'athletics' => 0x40, 0x6
  872. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'motor sport' => 0x40, 0x7
  873. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'water sport' => 0x40, 0x8
  874. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'winter sport' => 0x40, 0x9
  875. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'equestrian' => 0x40, 0xa
  876. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'martial sports' => 0x40, 0xb
  877. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'childrens's/youth program (general)' => 0x50, 0x0
  878. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'Children' => 0x50, 0x0
  879. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'pre-school children's program' => 0x50, 0x1
  880. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'entertainment (6-14 year old)' => 0x50, 0x2
  881. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'entertainment (10-16 year old)' => 0x50, 0x3
  882. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'information/education/school program' => 0x50, 0x4
  883. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'cartoon/puppets' => 0x50, 0x5
  884. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'music/ballet/dance (general)' => 0x60, 0x0
  885. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'rock/pop' => 0x60, 0x1
  886. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'serious music/classic music' => 0x60, 0x2
  887. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'folk/traditional music' => 0x60, 0x3
  888. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'jazz' => 0x60, 0x4
  889. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'musical/opera' => 0x60, 0x5
  890. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'ballet' => 0x60, 0x6
  891. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'arts/culture (without music, general)' => 0x70, 0x0
  892. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'performing arts' => 0x70, 0x1
  893. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'fine arts' => 0x70, 0x2
  894. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'religion' => 0x70, 0x3
  895. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'popular culture/traditional arts' => 0x70, 0x4
  896. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'literature' => 0x70, 0x5
  897. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'film/cinema' => 0x70, 0x6
  898. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'experimental film/video' => 0x70, 0x7
  899. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'broadcasting/press' => 0x70, 0x8
  900. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'new media' => 0x70, 0x9
  901. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'arts/culture magazine' => 0x70, 0xa
  902. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'fashion' => 0x70, 0xb
  903. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'social/political issues/economics (general)' => 0x80, 0x0
  904. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'magazines/reports/documentary' => 0x80, 0x1
  905. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'education/science/factual topics (general)' => 0x90, 0x0
  906. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'nature/animals/environment' => 0x90, 0x1
  907. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'technology/natural science' => 0x90, 0x2
  908. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'medicine/physiology/psychology' => 0x90, 0x3
  909. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'foreign countries/expeditions' => 0x90, 0x4
  910. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'social/spiritual science' => 0x90, 0x5
  911. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'further education' => 0x90, 0x6
  912. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'languages' => 0x90, 0x7
  913. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'leisure hobbies (general)' => 0xa0, 0x0
  914. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'tourism/travel' => 0xa0, 0x1
  915. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'handicraft' => 0xa0, 0x2
  916. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'motoring' => 0xa0, 0x3
  917. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'fitness health' => 0xa0, 0x4
  918. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'cooking' => 0xa0, 0x5
  919. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'advertisement/shopping' => 0xa0, 0x6
  920. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'gardening' => 0xa0, 0x7
  921. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'original language' => 0xb0, 0x0
  922. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'black white' => 0xb0, 0x1
  923. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'unpublished' => 0xb0, 0x2
  924. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Genre 'live broadcast' => 0xb0, 0x3
  925. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: Loading card settings
  926. 06:21:06 T:1336 NOTICE: AddOnLog: MediaPortal PVR Client: Warning: no timeshift share defined in the TVServerXBMC settings for card 'RadioWebStream Card (builtin)'
  927. 06:21:06 T:1336 NOTICE: AddOnLog: MediaPortal PVR Client: Warning: no timeshift share defined in the TVServerXBMC settings for card 'MediaPortal IPTV Source Filter'
  928. 06:21:06 T:1336 NOTICE: AddOnLog: MediaPortal PVR Client: Warning: no timeshift share defined in the TVServerXBMC settings for card 'Hauppauge WinTV-dualHD ATSC Tuner'
  929. 06:21:06 T:1336 NOTICE: AddOnLog: MediaPortal PVR Client: Warning: no timeshift share defined in the TVServerXBMC settings for card 'Hauppauge WinTV-dualHD ATSC Tuner 2'
  930. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: ->GetProperties()
  931. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: ->GetBackendName()
  932. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: GetConnectionString: 127.0.0.1:9596
  933. 06:21:06 T:1336 DEBUG: AddOnLog: MediaPortal PVR Client: GetBackendVersion: 1.13.100.0
  934. 06:21:06 T:4888 DEBUG: Thread PVRManager start, auto delete: false
  935. 06:21:06 T:4888 DEBUG: PVRManager - PVR::CPVRManager::Load - active clients found. continue to start
  936. 06:21:06 T:9844 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  937. 06:21:06 T:4888 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - loading all TV channel groups
  938. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  939. 06:21:06 T:4888 DEBUG: Previous line repeats 1 times.
  940. 06:21:06 T:4888 DEBUG: PVR - PVR::CPVRDatabase::Get - group 'All channels' loaded from the database
  941. 06:21:06 T:4888 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - 1 TV groups fetched from the database
  942. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  943. 06:21:06 T:4888 DEBUG: Previous line repeats 1 times.
  944. 06:21:06 T:4888 DEBUG: PVRChannelGroup - PVR::CPVRChannelGroup::Load - 55 channels loaded from the database for group 'All channels'
  945. 06:21:06 T:4888 DEBUG: AddOnLog: MediaPortal PVR Client: GetChannels(tv) all channels
  946. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  947. 06:21:06 T:9128 DEBUG: Previous line repeats 1 times.
  948. 06:21:06 T:9128 DEBUG: CVideoDatabase::RunQuery took 6 ms for 10 items query: select * from episode_view ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  949. 06:21:06 T:9128 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideo_view ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  950. 06:21:06 T:9128 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  951. 06:21:06 T:9128 DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE ((artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist ) OR artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist WHERE song_artist.idRole = 1)) AND (artistview.strArtist != '')) AND (artistview.strArtist <> 'Various artists')
  952. 06:21:06 T:4888 DEBUG: AddOnLog: MediaPortal PVR Client: GetChannelGroups for TV
  953. 06:21:06 T:4888 DEBUG: AddOnLog: MediaPortal PVR Client: Skipping All Channels (tv) group
  954. 06:21:06 T:4888 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::LoadUserDefinedChannelGroups - 0 new user defined TV channel groups fetched from clients
  955. 06:21:06 T:4888 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::PersistAll - persisting all changes in channel groups
  956. 06:21:06 T:4888 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - 1 TV channel groups loaded
  957. 06:21:06 T:4888 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - loading all radio channel groups
  958. 06:21:06 T:4888 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - 1 radio groups fetched from the database
  959. 06:21:06 T:4888 DEBUG: PVRChannelGroup - PVR::CPVRChannelGroup::Load - 0 channels loaded from the database for group 'All channels'
  960. 06:21:06 T:4888 DEBUG: AddOnLog: MediaPortal PVR Client: Skipping GetChannelGroups for radio. Radio support is disabled.
  961. 06:21:06 T:4888 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::LoadUserDefinedChannelGroups - 0 new user defined radio channel groups fetched from clients
  962. 06:21:06 T:4888 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::PersistAll - persisting all changes in channel groups
  963. 06:21:06 T:4888 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - 1 radio channel groups loaded
  964. 06:21:06 T:4888 DEBUG: CPVRTimers - PVR::CPVRTimers::Update - updating timers
  965. 06:21:06 T:4888 DEBUG: CPVRRecordings - PVR::CPVRRecordings::Update - updating recordings
  966. 06:21:06 T:4888 DEBUG: AddOnLog: MediaPortal PVR Client: RECORDING: 1|2016-11-03 18:30:06Z|2016-11-03 19:00:06Z|WPVI-HD|ABC World News Tonight With David Muir|||E:\Recorded TV\ABC World News Tonight With David Muir - WPVI-HD - 2016-11-03.ts|1999-12-31 18:00:00Z||3|||||1|News|5|False|0|653
  967. 06:21:06 T:4888 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  968. 06:21:06 T:4888 DEBUG: AddOnLog: MediaPortal PVR Client: RECORDING: 2|2016-11-03 23:35:10Z|2016-11-04 00:37:02Z|KYW-TV |The Late Show With Stephen Colbert|Aaron Eckhart; Tig Notaro; Ron Suskind.||E:\Recorded TV\The Late Show With Stephen Colbert - KYW-TV - 2016-11-03.ts|1999-12-31 18:00:00Z||3|Aaron Eckhart; Tig Notaro; Ron Suskind||||2|Series|23|False|0|2680
  969. 06:21:06 T:4888 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  970. 06:21:06 T:4888 DEBUG: PVRManager - PVR::CPVRManager::Process - entering main loop
  971. 06:21:06 T:1360 INFO: PVRChannelGroupsContainer - PVR::CPVRChannelGroupsContainer::SearchMissingChannelIcons - starting channel icon search
  972. 06:21:06 T:11408 DEBUG: Thread PVRGUIInfo start, auto delete: false
  973. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  974. 06:21:06 T:1336 DEBUG: Previous line repeats 1 times.
  975. 06:21:06 T:1336 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'POSITIVELY different television (WBPH)'.
  976. 06:21:06 T:1336 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Biz-TV (WBPH-D2)'.
  977. 06:21:06 T:1336 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WBRE-DT'.
  978. 06:21:06 T:1336 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Laff'.
  979. 06:21:06 T:1336 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Grit'.
  980. 06:21:06 T:1336 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WYOU-DT'.
  981. 06:21:06 T:1336 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Escape'.
  982. 06:21:06 T:1336 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Bounce'.
  983. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  984. 06:21:06 T:1336 DEBUG: Previous line repeats 15 times.
  985. 06:21:06 T:1336 NOTICE: EPG::CEpgContainer::Start - EPG thread started
  986. 06:21:06 T:5696 DEBUG: Thread EPGUpdater start, auto delete: false
  987. 06:21:06 T:788 DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
  988. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  989. 06:21:06 T:9844 DEBUG: Previous line repeats 1 times.
  990. 06:21:06 T:9844 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  991. 06:21:06 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  992. 06:21:06 T:9844 DEBUG: Previous line repeats 23 times.
  993. 06:21:06 T:9844 DEBUG: ZeroconfMDNS: Kodi (Austin-PC)._http._tcp.local. now registered and active
  994. 06:21:06 T:9844 DEBUG: ZeroconfMDNS: Kodi (Austin-PC)._xbmc-jsonrpc-h._tcp.local. now registered and active
  995. 06:21:06 T:9844 DEBUG: ZeroconfMDNS: Kodi (Austin-PC)._xbmc-jsonrpc._tcp.local. now registered and active
  996. 06:21:06 T:9844 DEBUG: ZeroconfMDNS: Kodi (Austin-PC)._xbmc-events._udp.local. now registered and active
  997. 06:21:07 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  998. 06:21:07 T:9844 DEBUG: Previous line repeats 23 times.
  999. 06:21:07 T:9844 DEBUG: CDirectoryProvider[pvr://channels/tv/*?view=lastplayed]: refreshing..
  1000. 06:21:07 T:9844 DEBUG: CDirectoryProvider[pvr://recordings/tv/active?view=flat]: refreshing..
  1001. 06:21:07 T:1336 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/tv/*?view=lastplayed)
  1002. 06:21:07 T:8932 DEBUG: CPVRDirectory::GetDirectory(pvr://recordings/tv/active?view=flat)
  1003. 06:21:07 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1004. 06:21:07 T:9844 DEBUG: Previous line repeats 7 times.
  1005. 06:21:07 T:9844 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  1006. 06:21:07 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1007. 06:21:07 T:4888 DEBUG: Previous line repeats 9 times.
  1008. 06:21:07 T:4888 DEBUG: CPVRTimers - PVR::CPVRTimers::Update - updating timers
  1009. 06:21:07 T:9844 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  1010. 06:21:07 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1011. 06:21:07 T:788 DEBUG: Previous line repeats 15 times.
  1012. 06:21:07 T:788 DEBUG: CRemoteControl::Connect - failed to connect
  1013. 06:21:07 T:788 INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
  1014. 06:21:07 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1015. 06:21:08 T:9844 DEBUG: Previous line repeats 11 times.
  1016. 06:21:08 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
  1017. 06:21:08 T:9844 DEBUG: Activating window ID: 10702
  1018. 06:21:09 T:9844 DEBUG: ------ Window Deinit (Home.xml) ------
  1019. 06:21:09 T:9844 DEBUG: ------ Window Init (MyPVRGuide.xml) ------
  1020. 06:21:09 T:9844 INFO: Loading skin file: MyPVRGuide.xml, load type: KEEP_IN_MEMORY
  1021. 06:21:09 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1022. 06:21:09 T:11516 DEBUG: Previous line repeats 285 times.
  1023. 06:21:09 T:11516 DEBUG: Thread epg-grid-refresh-timeline-items start, auto delete: false
  1024. 06:21:09 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1025. 06:21:11 T:2996 DEBUG: Previous line repeats 209 times.
  1026. 06:21:11 T:2996 DEBUG: Version Check: Version installed {u'major': 17, u'tag': u'beta', u'tagversion': u'6', u'minor': 0, u'revision': u'20161031-238c30c'}
  1027. 06:21:11 T:2996 INFO: CPythonInvoker(0, C:\Users\AWeav\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): script successfully run
  1028. 06:21:11 T:2996 INFO: Python script stopped
  1029. 06:21:11 T:2996 DEBUG: Thread LanguageInvoker 2996 terminating
  1030. 06:21:11 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1031. 06:21:11 T:9844 DEBUG: Previous line repeats 1 times.
  1032. 06:21:11 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action rightclick
  1033. 06:21:11 T:9844 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  1034. 06:21:11 T:9844 DEBUG: ------ Window Deinit (MyPVRGuide.xml) ------
  1035. 06:21:11 T:11516 DEBUG: Thread epg-grid-refresh-timeline-items 11516 terminating
  1036. 06:21:11 T:9844 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  1037. 06:21:11 T:9844 DEBUG: ------ Window Init (Home.xml) ------
  1038. 06:21:11 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1039. 06:21:11 T:9844 DEBUG: Previous line repeats 55 times.
  1040. 06:21:11 T:9844 DEBUG: CDirectoryProvider[pvr://channels/radio/*?view=lastplayed]: refreshing..
  1041. 06:21:11 T:9844 DEBUG: CDirectoryProvider[pvr://recordings/radio/active?view=flat]: refreshing..
  1042. 06:21:11 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1043. 06:21:11 T:8932 DEBUG: Previous line repeats 14 times.
  1044. 06:21:11 T:8932 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/radio/*?view=lastplayed)
  1045. 06:21:11 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1046. 06:21:11 T:1336 DEBUG: CPVRDirectory::GetDirectory(pvr://recordings/radio/active?view=flat)
  1047. 06:21:11 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1048. 06:21:13 T:1360 DEBUG: Previous line repeats 177 times.
  1049. 06:21:13 T:1360 INFO: WEATHER: Downloading weather
  1050. 06:21:13 T:5532 DEBUG: Thread LanguageInvoker start, auto delete: false
  1051. 06:21:13 T:5532 INFO: initializing python engine.
  1052. 06:21:13 T:5532 DEBUG: CPythonInvoker(1, C:\Users\AWeav\AppData\Roaming\Kodi\addons\weather.yahoo\default.py): start processing
  1053. 06:21:13 T:5532 DEBUG: -->Python Interpreter Initialized<--
  1054. 06:21:13 T:5532 DEBUG: CPythonInvoker(1, C:\Users\AWeav\AppData\Roaming\Kodi\addons\weather.yahoo\default.py): the source file to load is "C:\Users\AWeav\AppData\Roaming\Kodi\addons\weather.yahoo\default.py"
  1055. 06:21:13 T:5532 DEBUG: CPythonInvoker(1, C:\Users\AWeav\AppData\Roaming\Kodi\addons\weather.yahoo\default.py): setting the Python path to C:\Users\AWeav\AppData\Roaming\Kodi\addons\weather.yahoo;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python\DLLs;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python\Lib;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\python27.zip;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python\lib\plat-win;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python\lib\lib-tk;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python;C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\system\python\lib\site-packages
  1056. 06:21:13 T:5532 DEBUG: CPythonInvoker(1, C:\Users\AWeav\AppData\Roaming\Kodi\addons\weather.yahoo\default.py): entering source directory C:\Users\AWeav\AppData\Roaming\Kodi\addons\weather.yahoo
  1057. 06:21:13 T:5532 DEBUG: CPythonInvoker(1, C:\Users\AWeav\AppData\Roaming\Kodi\addons\weather.yahoo\default.py): instantiating addon using automatically obtained id of "weather.yahoo" dependent on version 2.25.0 of the xbmc.python api
  1058. 06:21:13 T:5532 DEBUG: weather.yahoo: version 4.2.3 started: ['C:\\Users\\AWeav\\AppData\\Roaming\\Kodi\\addons\\weather.yahoo\\default.py', '1']
  1059. 06:21:13 T:5532 DEBUG: weather.yahoo: weather location: 12765734
  1060. 06:21:14 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
  1061. 06:21:14 T:9844 DEBUG: Activating window ID: 10004
  1062. 06:21:14 T:9844 DEBUG: ------ Window Deinit (Home.xml) ------
  1063. 06:21:14 T:9844 DEBUG: ------ Window Init (Settings.xml) ------
  1064. 06:21:14 T:9844 INFO: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
  1065. 06:21:14 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1066. 06:21:15 T:5532 DEBUG: Previous line repeats 107 times.
  1067. 06:21:15 T:5532 DEBUG: weather.yahoo: forecast data: {"query":{"count":1,"created":"2016-11-17T11:23:22Z","lang":"en-US","results":{"channel":{"units":{"distance":"km","pressure":"mb","speed":"km/h","temperature":"C"},"title":"Yahoo! Weather - Reading, PA, US","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-12765734/","description":"Yahoo! Weather for Reading, PA, US","language":"en-us","lastBuildDate":"Thu, 17 Nov 2016 06:23 AM EST","ttl":"60","location":{"city":"Reading","country":"United States","region":" PA"},"wind":{"chill":"37","direction":"310","speed":"17.70"},"atmosphere":{"humidity":"87","pressure":"33796.17","rising":"0","visibility":"25.91"},"astronomy":{"sunrise":"6:53 am","sunset":"4:45 pm"},"image":{"title":"Yahoo! Weather","width":"142","height":"18","link":"http://weather.yahoo.com","url":"http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"},"item":{"title":"Conditions for Reading, PA, US at 05:00 AM EST","lat":"40.291988","long":"-75.943932","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-12765734/","pubDate":"Thu, 17 Nov 2016 05:00 AM EST","condition":{"code":"31","date":"Thu, 17 Nov 2016 05:00 AM EST","temp":"5","text":"Clear"},"forecast":[{"code":"32","date":"17 Nov 2016","day":"Thu","high":"14","low":"5","text":"Sunny"},{"code":"32","date":"18 Nov 2016","day":"Fri","high":"18","low":"2","text":"Sunny"},{"code":"34","date":"19 Nov 2016","day":"Sat","high":"19","low":"4","text":"Mostly Sunny"},{"code":"28","date":"20 Nov 2016","day":"Sun","high":"8","low":"2","text":"Mostly Cloudy"},{"code":"23","date":"21 Nov 2016","day":"Mon","high":"6","low":"0","text":"Breezy"},{"code":"30","date":"22 Nov 2016","day":"Tue","high":"7","low":"-1","text":"Partly Cloudy"},{"code":"28","date":"23 Nov 2016","day":"Wed","high":"9","low":"0","text":"Mostly Cloudy"},{"code":"28","date":"24 Nov 2016","day":"Thu","high":"10","low":"1","text":"Mostly Cloudy"},{"code":"30","date":"25 Nov 2016","day":"Fri","high":"9","low":"0","text":"Partly Cloudy"},{"code":"12","date":"26 Nov 2016","day":"Sat","high":"10","low":"0","text":"Rain"}],"description":"<![CDATA[<img src=\"http://l.yimg.com/a/i/us/we/52/31.gif\"/>\n<BR />\n<b>Current Conditions:</b>\n<BR />Clear\n<BR />\n<BR />\n<b>Forecast:</b>\n<BR /> Thu - Sunny. High: 14Low: 5\n<BR /> Fri - Sunny. High: 18Low: 2\n<BR /> Sat - Mostly Sunny. High: 19Low: 4\n<BR /> Sun - Mostly Cloudy. High: 8Low: 2\n<BR /> Mon - Breezy. High: 6Low: 0\n<BR />\n<BR />\n<a href=\"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-12765734/\">Full Forecast at Yahoo! Weather</a>\n<BR />\n<BR />\n(provided by <a href=\"http://www.weather.com\" >The Weather Channel</a>)\n<BR />\n]]>","guid":{"isPermaLink":"false"}}}}}}
  1068. 06:21:15 T:5532 DEBUG: weather.yahoo: available locations: 1
  1069. 06:21:15 T:5532 DEBUG: weather.yahoo: finished
  1070. 06:21:15 T:5532 INFO: CPythonInvoker(1, C:\Users\AWeav\AppData\Roaming\Kodi\addons\weather.yahoo\default.py): script successfully run
  1071. 06:21:15 T:5532 INFO: Python script stopped
  1072. 06:21:15 T:5532 DEBUG: Thread LanguageInvoker 5532 terminating
  1073. 06:21:15 T:1360 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: resource://resource.language.en_gb/strings.po
  1074. 06:21:15 T:1360 DEBUG: POParser: loaded 130 weather tokens
  1075. 06:21:15 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1076. 06:21:16 T:9844 DEBUG: Previous line repeats 23 times.
  1077. 06:21:16 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
  1078. 06:21:16 T:9844 DEBUG: Activating window ID: 10021
  1079. 06:21:16 T:9844 DEBUG: ------ Window Deinit (Settings.xml) ------
  1080. 06:21:16 T:9844 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  1081. 06:21:16 T:9844 INFO: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
  1082. 06:21:16 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1083. 06:21:18 T:9844 DEBUG: Previous line repeats 481 times.
  1084. 06:21:18 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
  1085. 06:21:18 T:9844 DEBUG: ------ Window Init (DialogConfirm.xml) ------
  1086. 06:21:18 T:9844 INFO: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
  1087. 06:21:18 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1088. 06:21:19 T:9844 DEBUG: Previous line repeats 41 times.
  1089. 06:21:19 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
  1090. 06:21:20 T:9844 DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
  1091. 06:21:20 T:9844 NOTICE: PVRManager - PVR::CPVRManager::ResetDatabase - clearing the PVR database
  1092. 06:21:20 T:5696 DEBUG: Thread EPGUpdater 5696 terminating
  1093. 06:21:20 T:9844 DEBUG: DialogProgress::Open called
  1094. 06:21:20 T:9844 DEBUG: ------ Window Init (DialogConfirm.xml) ------
  1095. 06:21:20 T:9844 INFO: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
  1096. 06:21:20 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1097. 06:21:20 T:9844 DEBUG: Previous line repeats 33 times.
  1098. 06:21:20 T:9844 NOTICE: PVRManager - stopping
  1099. 06:21:21 T:4888 DEBUG: Thread PVRManager 4888 terminating
  1100. 06:21:21 T:11408 DEBUG: Thread PVRGUIInfo 11408 terminating
  1101. 06:21:21 T:9844 DEBUG: EpgDB - EPG::CEpgDatabase::DeleteEpg - deleting all EPG data from the database
  1102. 06:21:21 T:9844 NOTICE: PVRManager - PVR::CPVRManager::ResetDatabase - EPG database cleared
  1103. 06:21:21 T:9844 NOTICE: PVRManager - PVR::CPVRManager::ResetDatabase - restarting the PVRManager
  1104. 06:21:21 T:4144 DEBUG: Thread PVRManager start, auto delete: false
  1105. 06:21:21 T:4144 DEBUG: PVRManager - PVR::CPVRManager::Load - active clients found. continue to start
  1106. 06:21:21 T:9844 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  1107. 06:21:21 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1108. 06:21:21 T:4144 DEBUG: Previous line repeats 3 times.
  1109. 06:21:21 T:4144 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - loading all TV channel groups
  1110. 06:21:21 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1111. 06:21:21 T:4144 DEBUG: PVR - PVR::CPVRDatabase::Get - group 'All channels' loaded from the database
  1112. 06:21:21 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1113. 06:21:21 T:4144 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - 1 TV groups fetched from the database
  1114. 06:21:21 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1115. 06:21:21 T:4144 DEBUG: Previous line repeats 1 times.
  1116. 06:21:21 T:4144 DEBUG: PVRChannelGroup - PVR::CPVRChannelGroup::Load - 55 channels loaded from the database for group 'All channels'
  1117. 06:21:21 T:4144 DEBUG: AddOnLog: MediaPortal PVR Client: GetChannels(tv) all channels
  1118. 06:21:21 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1119. 06:21:21 T:4144 DEBUG: Previous line repeats 1 times.
  1120. 06:21:21 T:4144 DEBUG: AddOnLog: MediaPortal PVR Client: GetChannelGroups for TV
  1121. 06:21:21 T:4144 DEBUG: AddOnLog: MediaPortal PVR Client: Skipping All Channels (tv) group
  1122. 06:21:21 T:4144 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::LoadUserDefinedChannelGroups - 0 new user defined TV channel groups fetched from clients
  1123. 06:21:21 T:4144 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::PersistAll - persisting all changes in channel groups
  1124. 06:21:21 T:4144 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - 1 TV channel groups loaded
  1125. 06:21:21 T:4144 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - loading all radio channel groups
  1126. 06:21:21 T:4144 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - 1 radio groups fetched from the database
  1127. 06:21:21 T:4144 DEBUG: PVRChannelGroup - PVR::CPVRChannelGroup::Load - 0 channels loaded from the database for group 'All channels'
  1128. 06:21:21 T:4144 DEBUG: AddOnLog: MediaPortal PVR Client: Skipping GetChannelGroups for radio. Radio support is disabled.
  1129. 06:21:21 T:4144 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::LoadUserDefinedChannelGroups - 0 new user defined radio channel groups fetched from clients
  1130. 06:21:21 T:4144 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::PersistAll - persisting all changes in channel groups
  1131. 06:21:21 T:4144 DEBUG: CPVRChannelGroups - PVR::CPVRChannelGroups::Load - 1 radio channel groups loaded
  1132. 06:21:21 T:4144 DEBUG: CPVRTimers - PVR::CPVRTimers::Update - updating timers
  1133. 06:21:21 T:4144 DEBUG: CPVRRecordings - PVR::CPVRRecordings::Update - updating recordings
  1134. 06:21:21 T:4144 DEBUG: AddOnLog: MediaPortal PVR Client: RECORDING: 1|2016-11-03 18:30:06Z|2016-11-03 19:00:06Z|WPVI-HD|ABC World News Tonight With David Muir|||E:\Recorded TV\ABC World News Tonight With David Muir - WPVI-HD - 2016-11-03.ts|1999-12-31 18:00:00Z||3|||||1|News|5|False|0|653
  1135. 06:21:21 T:4144 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1136. 06:21:21 T:4144 DEBUG: AddOnLog: MediaPortal PVR Client: RECORDING: 2|2016-11-03 23:35:10Z|2016-11-04 00:37:02Z|KYW-TV |The Late Show With Stephen Colbert|Aaron Eckhart; Tig Notaro; Ron Suskind.||E:\Recorded TV\The Late Show With Stephen Colbert - KYW-TV - 2016-11-03.ts|1999-12-31 18:00:00Z||3|Aaron Eckhart; Tig Notaro; Ron Suskind||||2|Series|23|False|0|2680
  1137. 06:21:21 T:4144 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1138. 06:21:21 T:4144 DEBUG: PVRManager - PVR::CPVRManager::Process - entering main loop
  1139. 06:21:21 T:4780 DEBUG: Thread PVRGUIInfo start, auto delete: false
  1140. 06:21:21 T:9128 NOTICE: EPG::CEpgContainer::Start - EPG thread started
  1141. 06:21:21 T:5072 DEBUG: Thread EPGUpdater start, auto delete: false
  1142. 06:21:21 T:4144 DEBUG: CPVRChannelGroup - PVR::CPVRChannelGroup::Persist - persisting channel group 'All channels' with 55 channels
  1143. 06:21:21 T:4144 DEBUG: CPVRTimers - PVR::CPVRTimers::Update - updating timers
  1144. 06:21:21 T:9844 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  1145. 06:21:21 T:9844 DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
  1146. 06:21:21 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1147. 06:21:22 T:9844 DEBUG: Previous line repeats 1 times.
  1148. 06:21:22 T:9844 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
  1149. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1150. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1151. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'MeTV'.
  1152. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1153. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1154. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'MeTV' from client '886007474'
  1155. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1156. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1157. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 122 EPG items for channel 1
  1158. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1159. 06:21:22 T:5072 DEBUG: Previous line repeats 21 times.
  1160. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1161. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1162. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1163. 06:21:22 T:5072 DEBUG: Previous line repeats 27 times.
  1164. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1165. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1166. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1167. 06:21:22 T:5072 DEBUG: Previous line repeats 27 times.
  1168. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1169. 06:21:22 T:5072 DEBUG: Previous line repeats 7 times.
  1170. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1171. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  1172. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1173. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1174. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1175. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  1176. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Grit'.
  1177. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Grit' from client '886007474'
  1178. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 78 EPG items for channel 2
  1179. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1180. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1181. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1182. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1183. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1184. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1185. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1186. 06:21:22 T:5072 DEBUG: Previous line repeats 10 times.
  1187. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1188. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1189. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1190. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1191. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1192. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1193. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  1194. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1195. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1196. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1197. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1198. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1199. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1200. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  1201. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1202. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1203. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1204. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1205. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1206. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1207. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1208. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1209. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1210. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1211. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1212. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1213. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1214. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1215. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Escape'.
  1216. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Escape' from client '886007474'
  1217. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 103 EPG items for channel 3
  1218. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1219. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1220. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1221. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1222. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1223. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1224. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1225. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1226. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1227. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1228. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1229. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1230. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1231. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1232. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1233. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1234. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1235. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1236. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1237. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1238. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1239. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1240. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1241. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1242. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1243. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1244. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1245. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1246. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1247. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1248. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1249. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1250. 06:21:22 T:5072 DEBUG: Previous line repeats 14 times.
  1251. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1252. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1253. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1254. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1255. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1256. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1257. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1258. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1259. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1260. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1261. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1262. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1263. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1264. 06:21:22 T:5072 DEBUG: Previous line repeats 12 times.
  1265. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1266. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1267. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1268. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1269. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Justice'.
  1270. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Justice' from client '886007474'
  1271. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 112 EPG items for channel 4
  1272. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1273. 06:21:22 T:5072 DEBUG: Previous line repeats 21 times.
  1274. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1275. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1276. 06:21:22 T:5072 DEBUG: Previous line repeats 25 times.
  1277. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1278. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1279. 06:21:22 T:5072 DEBUG: Previous line repeats 30 times.
  1280. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1281. 06:21:22 T:9844 DEBUG: Previous line repeats 1 times.
  1282. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1283. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1284. 06:21:22 T:9844 DEBUG: Previous line repeats 1 times.
  1285. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1286. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1287. 06:21:22 T:5072 DEBUG: Previous line repeats 24 times.
  1288. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1289. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1290. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WPVI-HD'.
  1291. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WPVI-HD' from client '886007474'
  1292. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 115 EPG items for channel 5
  1293. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1294. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1295. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1296. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1297. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1298. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1299. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1300. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1301. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1302. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1303. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1304. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1305. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1306. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  1307. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1308. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1309. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1310. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1311. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1312. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1313. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1314. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1315. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1316. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1317. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1318. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1319. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1320. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1321. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1322. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1323. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1324. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  1325. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1326. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1327. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1328. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1329. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1330. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1331. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1332. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1333. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1334. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1335. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1336. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1337. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1338. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  1339. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1340. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1341. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1342. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1343. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1344. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1345. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1346. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1347. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1348. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1349. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1350. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1351. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1352. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  1353. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1354. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1355. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1356. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  1357. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1358. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1359. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1360. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1361. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1362. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'LiveWel'.
  1363. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'LiveWel' from client '886007474'
  1364. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1365. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1366. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 157 EPG items for channel 6
  1367. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1368. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1369. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1370. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1371. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1372. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1373. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1374. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1375. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1376. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1377. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1378. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1379. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1380. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1381. 06:21:22 T:5072 DEBUG: Previous line repeats 15 times.
  1382. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1383. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1384. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1385. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1386. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1387. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1388. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1389. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1390. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1391. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1392. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1393. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1394. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1395. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1396. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1397. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1398. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1399. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1400. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1401. 06:21:22 T:5072 DEBUG: Previous line repeats 15 times.
  1402. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1403. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1404. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1405. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1406. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1407. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1408. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1409. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1410. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1411. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1412. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1413. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1414. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1415. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1416. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1417. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1418. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1419. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1420. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1421. 06:21:22 T:5072 DEBUG: Previous line repeats 16 times.
  1422. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1423. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1424. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1425. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1426. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1427. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1428. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  1429. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1430. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1431. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1432. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1433. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1434. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1435. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1436. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1437. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1438. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1439. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1440. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1441. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1442. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1443. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1444. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Laff'.
  1445. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Laff' from client '886007474'
  1446. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 162 EPG items for channel 7
  1447. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1448. 06:21:22 T:5072 DEBUG: Previous line repeats 27 times.
  1449. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1450. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1451. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1452. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1453. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1454. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1455. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1456. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1457. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1458. 06:21:22 T:5072 DEBUG: Previous line repeats 28 times.
  1459. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1460. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1461. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1462. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1463. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1464. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1465. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1466. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1467. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1468. 06:21:22 T:5072 DEBUG: Previous line repeats 29 times.
  1469. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1470. 06:21:22 T:9844 DEBUG: Previous line repeats 3 times.
  1471. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1472. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1473. 06:21:22 T:9844 DEBUG: Previous line repeats 1 times.
  1474. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1475. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1476. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1477. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1478. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1479. 06:21:22 T:5072 DEBUG: Previous line repeats 35 times.
  1480. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1481. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1482. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1483. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1484. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'POSITIVELY different television (WBPH)'.
  1485. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Biz-TV (WBPH-D2)'.
  1486. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WBRE-DT'.
  1487. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Laff'.
  1488. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Grit'.
  1489. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WHYY'.
  1490. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WHYY' from client '886007474'
  1491. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 126 EPG items for channel 13
  1492. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  1493. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  1494. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1495. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1496. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1497. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1498. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1499. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1500. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1501. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1502. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1503. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1504. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  1505. 06:21:22 T:5072 DEBUG: Previous line repeats 22 times.
  1506. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1507. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1508. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1509. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1510. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1511. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1512. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1513. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1514. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1515. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1516. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  1517. 06:21:22 T:5072 DEBUG: Previous line repeats 22 times.
  1518. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1519. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1520. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1521. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1522. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1523. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1524. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1525. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1526. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1527. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1528. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  1529. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1530. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1531. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1532. 06:21:22 T:5072 DEBUG: Previous line repeats 14 times.
  1533. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1534. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1535. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1536. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1537. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1538. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1539. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1540. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1541. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WHYY2'.
  1542. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WHYY2' from client '886007474'
  1543. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1544. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1545. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 65 EPG items for channel 14
  1546. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1547. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1548. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1549. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1550. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1551. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1552. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1553. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1554. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1555. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1556. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1557. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1558. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1559. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1560. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1561. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1562. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1563. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1564. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1565. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1566. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1567. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1568. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1569. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1570. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1571. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1572. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1573. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1574. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1575. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1576. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1577. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1578. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1579. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1580. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1581. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1582. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1583. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1584. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1585. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1586. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1587. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1588. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1589. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1590. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1591. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1592. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Y Info'.
  1593. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Y Info' from client '886007474'
  1594. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 108 EPG items for channel 15
  1595. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1596. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1597. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1598. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1599. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1600. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1601. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1602. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1603. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1604. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1605. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1606. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1607. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1608. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1609. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1610. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1611. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1612. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1613. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1614. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1615. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1616. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1617. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1618. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1619. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1620. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1621. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1622. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1623. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1624. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1625. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1626. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1627. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1628. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1629. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1630. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1631. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1632. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1633. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1634. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1635. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1636. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1637. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1638. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1639. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1640. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1641. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1642. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1643. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1644. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1645. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1646. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1647. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1648. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1649. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1650. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1651. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1652. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1653. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1654. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1655. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1656. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1657. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1658. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1659. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1660. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1661. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1662. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1663. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1664. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1665. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1666. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1667. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1668. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1669. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1670. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1671. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1672. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1673. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1674. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1675. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1676. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1677. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1678. 06:21:22 T:5072 DEBUG: Previous line repeats 7 times.
  1679. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1680. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1681. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1682. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1683. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1684. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WYOU-DT'.
  1685. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Escape'.
  1686. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Bounce'.
  1687. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WPHL-DT'.
  1688. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WPHL-DT' from client '886007474'
  1689. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1690. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1691. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 133 EPG items for channel 19
  1692. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1693. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1694. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1695. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1696. 06:21:22 T:5072 DEBUG: Previous line repeats 7 times.
  1697. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1698. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1699. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1700. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1701. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1702. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1703. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1704. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1705. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1706. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  1707. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1708. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1709. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  1710. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1711. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1712. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1713. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1714. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1715. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1716. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1717. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1718. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1719. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  1720. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1721. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1722. 06:21:22 T:5072 DEBUG: Previous line repeats 7 times.
  1723. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1724. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1725. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1726. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1727. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1728. 06:21:22 T:5072 DEBUG: Previous line repeats 7 times.
  1729. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1730. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1731. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1732. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1733. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  1734. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1735. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1736. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1737. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1738. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  1739. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1740. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1741. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1742. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1743. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1744. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1745. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1746. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1747. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1748. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'This Tv'.
  1749. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'This Tv' from client '886007474'
  1750. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 56 EPG items for channel 20
  1751. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1752. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1753. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1754. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1755. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1756. 06:21:22 T:5072 DEBUG: Previous line repeats 10 times.
  1757. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1758. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1759. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1760. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  1761. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1762. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1763. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1764. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1765. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1766. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1767. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1768. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1769. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1770. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Antenna'.
  1771. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Antenna' from client '886007474'
  1772. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1773. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1774. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 164 EPG items for channel 21
  1775. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1776. 06:21:22 T:5072 DEBUG: Previous line repeats 20 times.
  1777. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1778. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1779. 06:21:22 T:5072 DEBUG: Previous line repeats 37 times.
  1780. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1781. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1782. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1783. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1784. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1785. 06:21:22 T:5072 DEBUG: Previous line repeats 43 times.
  1786. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1787. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1788. 06:21:22 T:5072 DEBUG: Previous line repeats 20 times.
  1789. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  1790. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1791. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1792. 06:21:22 T:5072 DEBUG: Previous line repeats 19 times.
  1793. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1794. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1795. 06:21:22 T:5072 DEBUG: Previous line repeats 7 times.
  1796. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Comet '.
  1797. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Comet ' from client '886007474'
  1798. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 80 EPG items for channel 22
  1799. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1800. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1801. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1802. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1803. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1804. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1805. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1806. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  1807. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1808. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1809. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1810. 06:21:22 T:5072 DEBUG: Previous line repeats 10 times.
  1811. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1812. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1813. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1814. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1815. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1816. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1817. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1818. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1819. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1820. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1821. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1822. 06:21:22 T:5072 DEBUG: Previous line repeats 10 times.
  1823. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1824. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1825. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1826. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1827. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1828. 06:21:22 T:9844 DEBUG: Previous line repeats 5 times.
  1829. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1830. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1831. 06:21:22 T:9844 DEBUG: Previous line repeats 1 times.
  1832. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1833. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1834. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1835. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  1836. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1837. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  1838. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1839. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1840. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1841. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1842. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  1843. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1844. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1845. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'KYW-TV '.
  1846. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'KYW-TV ' from client '886007474'
  1847. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 119 EPG items for channel 23
  1848. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1849. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1850. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1851. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1852. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1853. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1854. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1855. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1856. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1857. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1858. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1859. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1860. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1861. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1862. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1863. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1864. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1865. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1866. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1867. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1868. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1869. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1870. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1871. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1872. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1873. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1874. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1875. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1876. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1877. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1878. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1879. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1880. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1881. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1882. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1883. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1884. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1885. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1886. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1887. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1888. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1889. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1890. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1891. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1892. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1893. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1894. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1895. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1896. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1897. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1898. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  1899. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1900. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1901. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1902. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1903. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  1904. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1905. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1906. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1907. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1908. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1909. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1910. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1911. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1912. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  1913. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1914. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1915. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1916. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1917. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Decades'.
  1918. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Decades' from client '886007474'
  1919. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 83 EPG items for channel 24
  1920. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1921. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  1922. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1923. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1924. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1925. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1926. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1927. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  1928. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1929. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1930. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1931. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1932. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1933. 06:21:22 T:5072 DEBUG: Previous line repeats 17 times.
  1934. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  1935. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1936. 06:21:22 T:9844 DEBUG: Previous line repeats 1 times.
  1937. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1938. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1939. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  1940. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  1941. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1942. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1943. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1944. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1945. 06:21:22 T:5072 DEBUG: Previous line repeats 16 times.
  1946. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'TBN'.
  1947. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'TBN' from client '886007474'
  1948. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 148 EPG items for channel 25
  1949. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1950. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1951. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1952. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1953. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1954. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1955. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1956. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1957. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1958. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1959. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1960. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1961. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1962. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1963. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1964. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1965. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1966. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1967. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1968. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1969. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1970. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1971. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1972. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  1973. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1974. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1975. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1976. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1977. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  1978. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1979. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1980. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1981. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1982. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1983. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1984. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1985. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1986. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  1987. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1988. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1989. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  1990. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1991. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1992. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1993. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1994. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  1995. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  1996. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  1997. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  1998. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  1999. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2000. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2001. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2002. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2003. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2004. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2005. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2006. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2007. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2008. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2009. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2010. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2011. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2012. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2013. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  2014. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2015. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2016. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2017. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2018. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2019. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2020. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2021. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2022. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2023. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2024. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2025. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2026. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2027. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2028. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2029. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2030. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2031. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2032. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2033. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2034. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2035. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2036. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'HILLSNG'.
  2037. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'HILLSNG' from client '886007474'
  2038. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2039. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2040. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 141 EPG items for channel 26
  2041. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2042. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  2043. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2044. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2045. 06:21:22 T:5072 DEBUG: Previous line repeats 35 times.
  2046. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2047. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2048. 06:21:22 T:5072 DEBUG: Previous line repeats 38 times.
  2049. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2050. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2051. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  2052. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2053. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2054. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2055. 06:21:22 T:5072 DEBUG: Previous line repeats 12 times.
  2056. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2057. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2058. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2059. 06:21:22 T:5072 DEBUG: Previous line repeats 25 times.
  2060. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'COMBO'.
  2061. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'COMBO' from client '886007474'
  2062. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 150 EPG items for channel 27
  2063. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2064. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2065. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2066. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2067. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2068. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2069. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2070. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2071. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2072. 06:21:22 T:5072 DEBUG: Previous line repeats 21 times.
  2073. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2074. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2075. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2076. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2077. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  2078. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2079. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2080. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2081. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2082. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2083. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2084. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2085. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2086. 06:21:22 T:5072 DEBUG: Previous line repeats 17 times.
  2087. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2088. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2089. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2090. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2091. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2092. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  2093. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2094. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2095. 06:21:22 T:9844 DEBUG: Previous line repeats 1 times.
  2096. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2097. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2098. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2099. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2100. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2101. 06:21:22 T:5072 DEBUG: Previous line repeats 14 times.
  2102. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2103. 06:21:22 T:5072 DEBUG: Previous line repeats 20 times.
  2104. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2105. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2106. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2107. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2108. 06:21:22 T:5072 DEBUG: Previous line repeats 13 times.
  2109. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'ENLACE'.
  2110. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'ENLACE' from client '886007474'
  2111. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 148 EPG items for channel 28
  2112. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2113. 06:21:22 T:5072 DEBUG: Previous line repeats 142 times.
  2114. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2115. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2116. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'SALSA'.
  2117. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'SALSA' from client '886007474'
  2118. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2119. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2120. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 144 EPG items for channel 29
  2121. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2122. 06:21:22 T:5072 DEBUG: Previous line repeats 143 times.
  2123. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WUVP-DT'.
  2124. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WUVP-DT' from client '886007474'
  2125. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 95 EPG items for channel 30
  2126. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2127. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2128. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2129. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2130. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2131. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2132. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2133. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2134. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2135. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2136. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2137. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2138. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2139. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2140. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2141. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2142. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2143. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2144. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2145. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2146. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2147. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2148. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2149. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2150. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2151. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2152. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2153. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2154. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2155. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2156. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2157. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2158. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2159. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2160. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2161. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2162. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2163. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2164. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2165. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2166. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2167. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2168. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2169. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2170. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2171. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2172. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2173. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2174. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2175. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2176. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2177. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2178. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2179. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2180. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2181. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2182. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2183. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2184. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2185. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2186. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2187. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2188. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2189. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WFPA-CA'.
  2190. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WFPA-CA' from client '886007474'
  2191. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 87 EPG items for channel 31
  2192. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2193. 06:21:22 T:5072 DEBUG: Previous line repeats 7 times.
  2194. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2195. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2196. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2197. 06:21:22 T:5072 DEBUG: Previous line repeats 21 times.
  2198. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2199. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2200. 06:21:22 T:5072 DEBUG: Previous line repeats 22 times.
  2201. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2202. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2203. 06:21:22 T:5072 DEBUG: Previous line repeats 10 times.
  2204. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2205. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2206. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2207. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2208. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2209. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2210. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2211. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2212. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2213. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2214. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2215. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2216. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2217. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'GetTV'.
  2218. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'GetTV' from client '886007474'
  2219. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 78 EPG items for channel 32
  2220. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2221. 06:21:22 T:5072 DEBUG: Previous line repeats 10 times.
  2222. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2223. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2224. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2225. 06:21:22 T:5072 DEBUG: Previous line repeats 14 times.
  2226. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2227. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2228. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2229. 06:21:22 T:5072 DEBUG: Previous line repeats 14 times.
  2230. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2231. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2232. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2233. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  2234. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2235. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2236. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2237. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  2238. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2239. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2240. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2241. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2242. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Bounce'.
  2243. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Bounce' from client '886007474'
  2244. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2245. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2246. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 91 EPG items for channel 33
  2247. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2248. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2249. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2250. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  2251. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2252. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2253. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2254. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2255. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  2256. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2257. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2258. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2259. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  2260. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2261. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2262. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2263. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  2264. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2265. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2266. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2267. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  2268. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2269. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2270. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2271. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2272. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2273. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2274. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2275. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2276. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2277. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2278. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2279. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2280. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2281. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2282. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2283. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2284. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2285. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2286. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2287. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'ION'.
  2288. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'ION' from client '886007474'
  2289. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 97 EPG items for channel 34
  2290. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2291. 06:21:22 T:5072 DEBUG: Previous line repeats 13 times.
  2292. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2293. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2294. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2295. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2296. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2297. 06:21:22 T:5072 DEBUG: Previous line repeats 17 times.
  2298. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2299. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  2300. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2301. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2302. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2303. 06:21:22 T:5072 DEBUG: Previous line repeats 17 times.
  2304. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2305. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  2306. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2307. 06:21:22 T:5072 DEBUG: Previous line repeats 17 times.
  2308. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2309. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2310. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'qubo'.
  2311. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'qubo' from client '886007474'
  2312. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2313. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2314. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 178 EPG items for channel 35
  2315. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2316. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2317. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2318. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2319. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2320. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  2321. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2322. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2323. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2324. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2325. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2326. 06:21:22 T:5072 DEBUG: Previous line repeats 29 times.
  2327. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2328. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2329. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2330. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  2331. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2332. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2333. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2334. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2335. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2336. 06:21:22 T:5072 DEBUG: Previous line repeats 29 times.
  2337. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2338. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2339. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2340. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  2341. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2342. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2343. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2344. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2345. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2346. 06:21:22 T:5072 DEBUG: Previous line repeats 13 times.
  2347. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2348. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2349. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2350. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2351. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2352. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2353. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2354. 06:21:22 T:5072 DEBUG: Previous line repeats 37 times.
  2355. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'IONLife'.
  2356. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'IONLife' from client '886007474'
  2357. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2358. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2359. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 154 EPG items for channel 36
  2360. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2361. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2362. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2363. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2364. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  2365. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2366. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2367. 06:21:22 T:5072 DEBUG: Previous line repeats 15 times.
  2368. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2369. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2370. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2371. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2372. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2373. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2374. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2375. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2376. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2377. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2378. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2379. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2380. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  2381. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2382. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2383. 06:21:22 T:5072 DEBUG: Previous line repeats 15 times.
  2384. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2385. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2386. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2387. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2388. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2389. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2390. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2391. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2392. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2393. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2394. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2395. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2396. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  2397. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2398. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2399. 06:21:22 T:5072 DEBUG: Previous line repeats 15 times.
  2400. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2401. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2402. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2403. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2404. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2405. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2406. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2407. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2408. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2409. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2410. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2411. 06:21:22 T:5072 DEBUG: Previous line repeats 31 times.
  2412. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Shop'.
  2413. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Shop' from client '886007474'
  2414. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 171 EPG items for channel 37
  2415. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2416. 06:21:22 T:9844 DEBUG: Previous line repeats 86 times.
  2417. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2418. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2419. 06:21:22 T:9844 DEBUG: Previous line repeats 1 times.
  2420. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2421. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2422. 06:21:22 T:5072 DEBUG: Previous line repeats 81 times.
  2423. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'QVC'.
  2424. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'QVC' from client '886007474'
  2425. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 56 EPG items for channel 38
  2426. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2427. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2428. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2429. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  2430. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2431. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2432. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2433. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2434. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2435. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2436. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2437. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2438. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2439. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2440. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2441. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2442. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2443. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  2444. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2445. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2446. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2447. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2448. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2449. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  2450. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2451. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2452. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'HSN'.
  2453. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'HSN' from client '886007474'
  2454. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 91 EPG items for channel 39
  2455. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2456. 06:21:22 T:9844 DEBUG: Previous line repeats 90 times.
  2457. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2458. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2459. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WPSG'.
  2460. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WPSG' from client '886007474'
  2461. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 146 EPG items for channel 40
  2462. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2463. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  2464. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2465. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2466. 06:21:22 T:5072 DEBUG: Previous line repeats 14 times.
  2467. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2468. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2469. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2470. 06:21:22 T:5072 DEBUG: Previous line repeats 18 times.
  2471. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2472. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2473. 06:21:22 T:5072 DEBUG: Previous line repeats 14 times.
  2474. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2475. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2476. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2477. 06:21:22 T:5072 DEBUG: Previous line repeats 18 times.
  2478. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2479. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2480. 06:21:22 T:5072 DEBUG: Previous line repeats 12 times.
  2481. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2482. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2483. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2484. 06:21:22 T:5072 DEBUG: Previous line repeats 9 times.
  2485. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2486. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2487. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2488. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2489. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  2490. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2491. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2492. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  2493. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2494. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2495. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WCAU-TV'.
  2496. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WCAU-TV' from client '886007474'
  2497. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2498. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2499. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 102 EPG items for channel 41
  2500. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2501. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2502. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2503. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2504. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2505. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2506. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2507. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2508. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2509. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2510. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  2511. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2512. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2513. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2514. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2515. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2516. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2517. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2518. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2519. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2520. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2521. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2522. 06:21:22 T:5072 DEBUG: Previous line repeats 8 times.
  2523. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2524. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2525. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2526. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2527. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2528. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2529. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2530. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2531. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  2532. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2533. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2534. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2535. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2536. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2537. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2538. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2539. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2540. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2541. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2542. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2543. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2544. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2545. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2546. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2547. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2548. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2549. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2550. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'COZI-TV'.
  2551. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'COZI-TV' from client '886007474'
  2552. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 119 EPG items for channel 42
  2553. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2554. 06:21:22 T:5072 DEBUG: Previous line repeats 20 times.
  2555. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2556. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2557. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2558. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2559. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2560. 06:21:22 T:5072 DEBUG: Previous line repeats 28 times.
  2561. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2562. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2563. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2564. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2565. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2566. 06:21:22 T:5072 DEBUG: Previous line repeats 28 times.
  2567. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2568. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2569. 06:21:22 T:5072 DEBUG: Previous line repeats 16 times.
  2570. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2571. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2572. 06:21:22 T:5072 DEBUG: Previous line repeats 11 times.
  2573. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2574. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WWSI-TV'.
  2575. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WWSI-TV' from client '886007474'
  2576. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2577. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2578. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 104 EPG items for channel 43
  2579. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2580. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2581. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2582. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2583. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2584. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2585. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2586. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2587. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2588. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2589. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2590. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2591. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2592. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2593. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2594. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2595. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2596. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2597. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2598. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2599. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2600. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2601. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2602. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2603. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2604. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2605. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2606. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2607. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2608. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2609. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2610. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2611. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2612. 06:21:22 T:5072 DEBUG: Previous line repeats 4 times.
  2613. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2614. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2615. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2616. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2617. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2618. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2619. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2620. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2621. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2622. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2623. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2624. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2625. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2626. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2627. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2628. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2629. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2630. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2631. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2632. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2633. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2634. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2635. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2636. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2637. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2638. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2639. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2640. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  2641. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2642. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2643. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2644. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'MiND'.
  2645. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'MiND' from client '886007474'
  2646. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 69 EPG items for channel 44
  2647. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2648. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2649. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2650. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2651. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2652. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2653. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2654. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2655. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2656. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  2657. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2658. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2659. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2660. 06:21:22 T:5072 DEBUG: Previous line repeats 5 times.
  2661. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2662. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2663. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2664. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  2665. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2666. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2667. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2668. 06:21:22 T:5072 DEBUG: Previous line repeats 7 times.
  2669. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2670. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2671. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2672. 06:21:22 T:5072 DEBUG: Previous line repeats 3 times.
  2673. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2674. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2675. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2676. 06:21:22 T:5072 DEBUG: Previous line repeats 6 times.
  2677. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2678. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2679. 06:21:22 T:5072 DEBUG: Previous line repeats 2 times.
  2680. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2681. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2682. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'NHK World'.
  2683. 06:21:22 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'NHK World' from client '886007474'
  2684. 06:21:22 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2685. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2686. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 234 EPG items for channel 45
  2687. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2688. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2689. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2690. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2691. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2692. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2693. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2694. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2695. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2696. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2697. 06:21:22 T:5072 DEBUG: Previous line repeats 1 times.
  2698. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2699. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2700. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2701. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2702. 06:21:22 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2703. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2704. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2705. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2706. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2707. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2708. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2709. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2710. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2711. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2712. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2713. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2714. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2715. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2716. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2717. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2718. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2719. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2720. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2721. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2722. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2723. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2724. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2725. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2726. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2727. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2728. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2729. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2730. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2731. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2732. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2733. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2734. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2735. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2736. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2737. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2738. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2739. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2740. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2741. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2742. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2743. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2744. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2745. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2746. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2747. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2748. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2749. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2750. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2751. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2752. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2753. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2754. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2755. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2756. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2757. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2758. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2759. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2760. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2761. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2762. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2763. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2764. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2765. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2766. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2767. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2768. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2769. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2770. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2771. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2772. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2773. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2774. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2775. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2776. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2777. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2778. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2779. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2780. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2781. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2782. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2783. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2784. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2785. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2786. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2787. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2788. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2789. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2790. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2791. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2792. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2793. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2794. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2795. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2796. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2797. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2798. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2799. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2800. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2801. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2802. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2803. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2804. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2805. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2806. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2807. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2808. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2809. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2810. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2811. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2812. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2813. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2814. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2815. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2816. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2817. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2818. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2819. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2820. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2821. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2822. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2823. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2824. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2825. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2826. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2827. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2828. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2829. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2830. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2831. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2832. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2833. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2834. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2835. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2836. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2837. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2838. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2839. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2840. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2841. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  2842. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2843. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2844. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2845. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2846. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2847. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2848. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2849. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2850. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2851. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2852. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2853. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2854. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2855. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2856. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2857. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2858. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2859. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2860. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2861. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2862. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2863. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2864. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2865. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2866. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2867. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2868. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2869. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2870. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2871. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2872. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2873. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2874. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2875. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2876. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2877. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2878. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2879. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2880. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2881. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2882. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2883. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2884. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2885. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2886. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2887. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2888. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2889. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2890. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2891. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2892. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2893. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2894. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2895. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2896. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2897. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2898. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2899. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2900. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2901. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2902. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2903. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2904. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2905. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2906. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2907. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2908. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2909. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2910. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2911. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2912. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2913. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2914. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2915. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  2916. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2917. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'FRANCE 24'.
  2918. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'FRANCE 24' from client '886007474'
  2919. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  2920. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2921. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 663 EPG items for channel 46
  2922. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2923. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2924. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2925. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2926. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2927. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2928. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2929. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2930. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2931. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2932. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2933. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2934. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2935. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2936. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2937. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2938. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2939. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2940. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  2941. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2942. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2943. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2944. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2945. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2946. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2947. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2948. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2949. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  2950. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2951. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2952. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2953. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2954. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2955. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2956. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2957. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2958. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2959. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2960. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2961. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2962. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2963. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2964. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2965. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2966. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2967. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2968. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2969. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  2970. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2971. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2972. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2973. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2974. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2975. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2976. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2977. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2978. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2979. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2980. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2981. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2982. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2983. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2984. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2985. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2986. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2987. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2988. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2989. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2990. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2991. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2992. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2993. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2994. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  2995. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2996. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  2997. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  2998. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  2999. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3000. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3001. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3002. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3003. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3004. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3005. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3006. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3007. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3008. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3009. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3010. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3011. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3012. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3013. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3014. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3015. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3016. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3017. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3018. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3019. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3020. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3021. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3022. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3023. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3024. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3025. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3026. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3027. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3028. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3029. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3030. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3031. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3032. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3033. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3034. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3035. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3036. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3037. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3038. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3039. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3040. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3041. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3042. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3043. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3044. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3045. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3046. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3047. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3048. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3049. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3050. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3051. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3052. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3053. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3054. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3055. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3056. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3057. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3058. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3059. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3060. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3061. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3062. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3063. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3064. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3065. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3066. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3067. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3068. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3069. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3070. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3071. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3072. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3073. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3074. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3075. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3076. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3077. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3078. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3079. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3080. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3081. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3082. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3083. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3084. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3085. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3086. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3087. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3088. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3089. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3090. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3091. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3092. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3093. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3094. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3095. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3096. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3097. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3098. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3099. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3100. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3101. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3102. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3103. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3104. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3105. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3106. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3107. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3108. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3109. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3110. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3111. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3112. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3113. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3114. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3115. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3116. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3117. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3118. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3119. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3120. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3121. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3122. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3123. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3124. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3125. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3126. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3127. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3128. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3129. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3130. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3131. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3132. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3133. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3134. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3135. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3136. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3137. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3138. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3139. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3140. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3141. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3142. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3143. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3144. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3145. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3146. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3147. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3148. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3149. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3150. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3151. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3152. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3153. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3154. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3155. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3156. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3157. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3158. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3159. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3160. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3161. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3162. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3163. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3164. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3165. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3166. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3167. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3168. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3169. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3170. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3171. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3172. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3173. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3174. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3175. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3176. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3177. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3178. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3179. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3180. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3181. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3182. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3183. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3184. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3185. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3186. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3187. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3188. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3189. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3190. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3191. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3192. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3193. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3194. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3195. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3196. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3197. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3198. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3199. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3200. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3201. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3202. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3203. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3204. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3205. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3206. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3207. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3208. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3209. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3210. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3211. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3212. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3213. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3214. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3215. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3216. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3217. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3218. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3219. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3220. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3221. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3222. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3223. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3224. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3225. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3226. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3227. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3228. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3229. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3230. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3231. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3232. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3233. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3234. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3235. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3236. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3237. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3238. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3239. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3240. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3241. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3242. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3243. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3244. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3245. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3246. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3247. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3248. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3249. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3250. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3251. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3252. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3253. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3254. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3255. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3256. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3257. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3258. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3259. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3260. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3261. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3262. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3263. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3264. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3265. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3266. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3267. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3268. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3269. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3270. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3271. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3272. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3273. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3274. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3275. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3276. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3277. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3278. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3279. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3280. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3281. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3282. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3283. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3284. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3285. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3286. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3287. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3288. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3289. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3290. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3291. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3292. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3293. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3294. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3295. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3296. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3297. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3298. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3299. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3300. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3301. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3302. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3303. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3304. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3305. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3306. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3307. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3308. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3309. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3310. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3311. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3312. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3313. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3314. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3315. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3316. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3317. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3318. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3319. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3320. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3321. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3322. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3323. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3324. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3325. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3326. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3327. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3328. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3329. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3330. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3331. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3332. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3333. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3334. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3335. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3336. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3337. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3338. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3339. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3340. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3341. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3342. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3343. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3344. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3345. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3346. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3347. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3348. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3349. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3350. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3351. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3352. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3353. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3354. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3355. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3356. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3357. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3358. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3359. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3360. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3361. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3362. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3363. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3364. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3365. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3366. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3367. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3368. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3369. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3370. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3371. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3372. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3373. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3374. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3375. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3376. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3377. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3378. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3379. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3380. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3381. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3382. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3383. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3384. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3385. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3386. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3387. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3388. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3389. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3390. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3391. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3392. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3393. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3394. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3395. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3396. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3397. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3398. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3399. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3400. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3401. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3402. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3403. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3404. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3405. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3406. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3407. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3408. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3409. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3410. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3411. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3412. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3413. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3414. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3415. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3416. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3417. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3418. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3419. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3420. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3421. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3422. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3423. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3424. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3425. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3426. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3427. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3428. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3429. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3430. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3431. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3432. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3433. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3434. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3435. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3436. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3437. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3438. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3439. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3440. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3441. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3442. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3443. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3444. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3445. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3446. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3447. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3448. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3449. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3450. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3451. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3452. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3453. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3454. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3455. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3456. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3457. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3458. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3459. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3460. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3461. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3462. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3463. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3464. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3465. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3466. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3467. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3468. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3469. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3470. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3471. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3472. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3473. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3474. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3475. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3476. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3477. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3478. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3479. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3480. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3481. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3482. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3483. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3484. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3485. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3486. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3487. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3488. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3489. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3490. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3491. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3492. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3493. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3494. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3495. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3496. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3497. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3498. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3499. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'RT'.
  3500. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'RT' from client '886007474'
  3501. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3502. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3503. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 176 EPG items for channel 47
  3504. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3505. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3506. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3507. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3508. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3509. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3510. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3511. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3512. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3513. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3514. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3515. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3516. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3517. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3518. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3519. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3520. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3521. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3522. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3523. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3524. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3525. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3526. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3527. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3528. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3529. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3530. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3531. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3532. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3533. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3534. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3535. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3536. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3537. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3538. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3539. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3540. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3541. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3542. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3543. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3544. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3545. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3546. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3547. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3548. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3549. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3550. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3551. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3552. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3553. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3554. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3555. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3556. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3557. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3558. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3559. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3560. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3561. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3562. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3563. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3564. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3565. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3566. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3567. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3568. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3569. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3570. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3571. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3572. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3573. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3574. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3575. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3576. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3577. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3578. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3579. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3580. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3581. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3582. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3583. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3584. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3585. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3586. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3587. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3588. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3589. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3590. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3591. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3592. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3593. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3594. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3595. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3596. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3597. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3598. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3599. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3600. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3601. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3602. 06:21:23 T:5072 DEBUG: Previous line repeats 6 times.
  3603. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3604. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3605. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3606. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3607. 06:21:23 T:5072 DEBUG: Previous line repeats 6 times.
  3608. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3609. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3610. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3611. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3612. 06:21:23 T:5072 DEBUG: Previous line repeats 6 times.
  3613. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3614. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3615. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3616. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3617. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3618. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3619. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3620. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3621. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3622. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3623. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3624. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3625. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3626. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3627. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3628. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3629. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3630. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3631. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3632. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3633. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3634. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3635. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3636. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'MHZWV'.
  3637. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'MHZWV' from client '886007474'
  3638. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3639. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3640. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 119 EPG items for channel 48
  3641. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3642. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3643. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3644. 06:21:23 T:5072 DEBUG: Previous line repeats 8 times.
  3645. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3646. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3647. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3648. 06:21:23 T:5072 DEBUG: Previous line repeats 8 times.
  3649. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3650. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3651. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3652. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3653. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3654. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3655. 06:21:23 T:5072 DEBUG: Previous line repeats 8 times.
  3656. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3657. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3658. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3659. 06:21:23 T:5072 DEBUG: Previous line repeats 8 times.
  3660. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3661. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3662. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3663. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3664. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3665. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3666. 06:21:23 T:5072 DEBUG: Previous line repeats 8 times.
  3667. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3668. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3669. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3670. 06:21:23 T:5072 DEBUG: Previous line repeats 8 times.
  3671. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3672. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3673. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3674. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3675. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3676. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3677. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3678. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3679. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3680. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3681. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3682. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3683. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3684. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3685. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3686. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3687. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3688. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WTXFDT '.
  3689. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WTXFDT ' from client '886007474'
  3690. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 119 EPG items for channel 49
  3691. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3692. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3693. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3694. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3695. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3696. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3697. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3698. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3699. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3700. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3701. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3702. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3703. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3704. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3705. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3706. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3707. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3708. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3709. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3710. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3711. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3712. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3713. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3714. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3715. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3716. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3717. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3718. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3719. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3720. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3721. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3722. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3723. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3724. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3725. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3726. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3727. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3728. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3729. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3730. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3731. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3732. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3733. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3734. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3735. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3736. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3737. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3738. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3739. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3740. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3741. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3742. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3743. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3744. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3745. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3746. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3747. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3748. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3749. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3750. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3751. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3752. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3753. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3754. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3755. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3756. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3757. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3758. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3759. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3760. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3761. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3762. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3763. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3764. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3765. 06:21:23 T:9844 DEBUG: Previous line repeats 10 times.
  3766. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3767. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3768. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'Movies!'.
  3769. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'Movies!' from client '886007474'
  3770. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 42 EPG items for channel 50
  3771. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  3772. 06:21:23 T:5072 DEBUG: Previous line repeats 16 times.
  3773. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3774. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  3775. 06:21:23 T:5072 DEBUG: Previous line repeats 8 times.
  3776. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3777. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  3778. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3779. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3780. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  3781. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3782. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3783. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3784. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  3785. 06:21:23 T:5072 DEBUG: Previous line repeats 6 times.
  3786. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'BUZZR '.
  3787. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'BUZZR ' from client '886007474'
  3788. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 168 EPG items for channel 51
  3789. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3790. 06:21:23 T:9844 DEBUG: Previous line repeats 167 times.
  3791. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3792. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3793. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WFMZ-HD'.
  3794. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WFMZ-HD' from client '886007474'
  3795. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 165 EPG items for channel 52
  3796. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3797. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3798. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3799. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3800. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3801. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3802. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3803. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3804. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3805. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3806. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3807. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3808. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3809. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3810. 06:21:23 T:5072 DEBUG: Previous line repeats 7 times.
  3811. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3812. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3813. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3814. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3815. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3816. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3817. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3818. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3819. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3820. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3821. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3822. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3823. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3824. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3825. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3826. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3827. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3828. 06:21:23 T:5072 DEBUG: Previous line repeats 7 times.
  3829. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3830. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3831. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3832. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3833. 06:21:23 T:5072 DEBUG: Previous line repeats 5 times.
  3834. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3835. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3836. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3837. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3838. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3839. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3840. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3841. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3842. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3843. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3844. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3845. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3846. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3847. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3848. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3849. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3850. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3851. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3852. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3853. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3854. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3855. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3856. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3857. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3858. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3859. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3860. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3861. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3862. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3863. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3864. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3865. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3866. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3867. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3868. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3869. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3870. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3871. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3872. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3873. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3874. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3875. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3876. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3877. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3878. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3879. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3880. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3881. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3882. 06:21:23 T:5072 DEBUG: Previous line repeats 8 times.
  3883. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WFMZ-AW'.
  3884. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WFMZ-AW' from client '886007474'
  3885. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3886. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3887. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 715 EPG items for channel 53
  3888. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3889. 06:21:23 T:5072 DEBUG: Previous line repeats 714 times.
  3890. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WFMZ-HI'.
  3891. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WFMZ-HI' from client '886007474'
  3892. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3893. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3894. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 101 EPG items for channel 54
  3895. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3896. 06:21:23 T:5072 DEBUG: Previous line repeats 100 times.
  3897. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::Load - no database entries found for table 'WFMZ-RT'.
  3898. 06:21:23 T:5072 DEBUG: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'WFMZ-RT' from client '886007474'
  3899. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: Found 136 EPG items for channel 55
  3900. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  3901. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3902. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3903. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3904. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3905. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3906. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3907. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3908. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3909. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3910. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3911. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3912. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3913. 06:21:23 T:5072 DEBUG: Previous line repeats 11 times.
  3914. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3915. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  3916. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3917. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3918. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3919. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3920. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3921. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3922. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3923. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3924. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Movie' to genre type/subtype found.
  3925. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3926. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3927. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3928. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3929. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3930. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3931. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3932. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3933. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3934. 06:21:23 T:5072 DEBUG: Previous line repeats 11 times.
  3935. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3936. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3937. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  3938. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3939. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3940. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3941. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3942. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3943. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3944. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3945. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3946. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3947. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3948. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3949. 06:21:23 T:5072 DEBUG: Previous line repeats 4 times.
  3950. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3951. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3952. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3953. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3954. 06:21:23 T:5072 DEBUG: Previous line repeats 9 times.
  3955. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'News' to genre type/subtype found.
  3956. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3957. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  3958. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3959. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Children' to genre type/subtype found.
  3960. 06:21:23 T:5072 DEBUG: Previous line repeats 3 times.
  3961. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3962. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Sports' to genre type/subtype found.
  3963. 06:21:23 T:5072 DEBUG: Previous line repeats 1 times.
  3964. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3965. 06:21:23 T:5072 DEBUG: Previous line repeats 2 times.
  3966. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of 'Series' to genre type/subtype found.
  3967. 06:21:23 T:5072 DEBUG: Previous line repeats 9 times.
  3968. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3969. 06:21:23 T:9844 DEBUG: Previous line repeats 7 times.
  3970. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3971. 06:21:23 T:5072 DEBUG: AddOnLog: MediaPortal PVR Client: EPG: No mapping of '-' to genre type/subtype found.
  3972. 06:21:23 T:9844 DEBUG: Previous line repeats 1 times.
  3973. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3974. 06:21:23 T:4144 DEBUG: CPVRTimers - PVR::CPVRTimers::Update - updating timers
  3975. 06:21:23 T:9844 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  3976. 06:21:23 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action rightclick
  3977. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3978. 06:21:23 T:9844 DEBUG: Previous line repeats 87 times.
  3979. 06:21:23 T:9844 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  3980. 06:21:23 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3981. 06:21:24 T:9844 DEBUG: Previous line repeats 3 times.
  3982. 06:21:24 T:9844 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
  3983. 06:21:24 T:9844 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  3984. 06:21:24 T:9844 DEBUG: ------ Window Init (Settings.xml) ------
  3985. 06:21:24 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3986. 06:21:24 T:9844 DEBUG: Previous line repeats 17 times.
  3987. 06:21:24 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action rightclick
  3988. 06:21:24 T:9844 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  3989. 06:21:24 T:9844 DEBUG: ------ Window Deinit (Settings.xml) ------
  3990. 06:21:24 T:9844 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  3991. 06:21:24 T:9844 DEBUG: ------ Window Init (Home.xml) ------
  3992. 06:21:24 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3993. 06:21:24 T:9844 DEBUG: Previous line repeats 47 times.
  3994. 06:21:24 T:9844 DEBUG: CDirectoryProvider[pvr://channels/tv/*?view=lastplayed]: refreshing..
  3995. 06:21:24 T:9844 DEBUG: CDirectoryProvider[pvr://recordings/tv/active?view=flat]: refreshing..
  3996. 06:21:24 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  3997. 06:21:24 T:9844 DEBUG: Previous line repeats 7 times.
  3998. 06:21:24 T:9844 DEBUG: CDirectoryProvider[pvr://channels/radio/*?view=lastplayed]: refreshing..
  3999. 06:21:24 T:9844 DEBUG: CDirectoryProvider[pvr://recordings/radio/active?view=flat]: refreshing..
  4000. 06:21:24 T:9128 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/tv/*?view=lastplayed)
  4001. 06:21:24 T:1360 DEBUG: CPVRDirectory::GetDirectory(pvr://recordings/tv/active?view=flat)
  4002. 06:21:24 T:8932 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/radio/*?view=lastplayed)
  4003. 06:21:24 T:8932 DEBUG: CPVRDirectory::GetDirectory(pvr://recordings/radio/active?view=flat)
  4004. 06:21:24 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  4005. 06:21:25 T:9844 DEBUG: Previous line repeats 165 times.
  4006. 06:21:25 T:9844 INFO: Python, unloading python shared library because no scripts are running anymore
  4007. 06:21:25 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  4008. 06:21:28 T:9844 DEBUG: Previous line repeats 69 times.
  4009. 06:21:28 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
  4010. 06:21:28 T:9844 DEBUG: Activating window ID: 10702
  4011. 06:21:28 T:9844 DEBUG: ------ Window Deinit (Home.xml) ------
  4012. 06:21:28 T:9844 DEBUG: ------ Window Init (MyPVRGuide.xml) ------
  4013. 06:21:28 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  4014. 06:21:28 T:5336 DEBUG: Previous line repeats 285 times.
  4015. 06:21:28 T:5336 DEBUG: Thread epg-grid-refresh-timeline-items start, auto delete: false
  4016. 06:21:28 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  4017. 06:21:37 T:9844 DEBUG: Previous line repeats 233 times.
  4018. 06:21:37 T:9844 DEBUG: ------ Window Deinit (Pointer.xml) ------
  4019. 06:21:54 T:8932 DEBUG: Thread JobWorker 8932 terminating (autodelete)
  4020. 06:21:54 T:1336 DEBUG: Thread JobWorker 1336 terminating (autodelete)
  4021. 06:21:54 T:1360 DEBUG: Thread JobWorker 1360 terminating (autodelete)
  4022. 06:21:54 T:9128 DEBUG: Thread JobWorker 9128 terminating (autodelete)
  4023. 06:21:55 T:9844 DEBUG: ------ Window Init (Pointer.xml) ------
  4024. 06:21:56 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  4025. 06:21:57 T:9844 DEBUG: Previous line repeats 7 times.
  4026. 06:21:57 T:9844 DEBUG: CWinEventsWin32::WndProcWindow is active
  4027. 06:21:57 T:9844 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
  4028. 06:22:01 T:9844 DEBUG: ------ Window Deinit (Pointer.xml) ------
  4029. 06:22:06 T:9844 DEBUG: ------ Window Init (Pointer.xml) ------
  4030. 06:22:11 T:9844 DEBUG: ------ Window Deinit (Pointer.xml) ------
  4031. 06:23:10 T:9844 DEBUG: ------ Window Init (Pointer.xml) ------
  4032. 06:23:12 T:9844 DEBUG: CWinEventsWin32::WndProcWindow is active
  4033. 06:23:12 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
  4034. 06:23:12 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  4035. 06:23:27 T:9844 DEBUG: Previous line repeats 19 times.
  4036. 06:23:27 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action rightclick
  4037. 06:23:27 T:9844 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  4038. 06:23:27 T:9844 DEBUG: ------ Window Deinit (MyPVRGuide.xml) ------
  4039. 06:23:27 T:5336 DEBUG: Thread epg-grid-refresh-timeline-items 5336 terminating
  4040. 06:23:27 T:9844 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  4041. 06:23:27 T:9844 DEBUG: ------ Window Init (Home.xml) ------
  4042. 06:23:27 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  4043. 06:23:36 T:8720 DEBUG: Previous line repeats 195 times.
  4044. 06:23:36 T:8720 DEBUG: Thread JobWorker start, auto delete: true
  4045. 06:23:36 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  4046. 06:23:39 T:9844 DEBUG: Previous line repeats 5 times.
  4047. 06:23:39 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
  4048. 06:23:39 T:9844 DEBUG: Activating window ID: 10004
  4049. 06:23:39 T:9844 DEBUG: ------ Window Deinit (Home.xml) ------
  4050. 06:23:39 T:9844 DEBUG: ------ Window Init (Settings.xml) ------
  4051. 06:23:39 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  4052. 06:23:40 T:9844 DEBUG: Previous line repeats 25 times.
  4053. 06:23:40 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
  4054. 06:23:40 T:9844 DEBUG: Activating window ID: 10016
  4055. 06:23:41 T:9844 DEBUG: ------ Window Deinit (Settings.xml) ------
  4056. 06:23:41 T:9844 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  4057. 06:23:41 T:9844 DEBUG: CTextureBundleXBT::Open - Opened bundle C:\Program Files\WindowsApps\XBMCFoundation.Kodi_16.9.808.0_x86__4n2hpmxwrvr6p\addons\skin.estuary\media\Textures.xbt
  4058. 06:23:45 T:9844 DEBUG: Previous line repeats 349 times.
  4059. 06:23:45 T:9844 DEBUG: CInputManager::ProcessMouse: trying mouse action leftclick
  4060. 06:23:45 T:9844 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  4061. 06:23:45 T:9844 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
  4062. 06:24:04 T:9844 NOTICE: Storing total System Uptime
  4063. 06:24:04 T:9844 NOTICE: Saving settings
  4064. 06:24:04 T:9844 NOTICE: Saving skin settings
  4065. 06:24:04 T:9844 NOTICE: stop all
  4066. 06:24:04 T:9844 NOTICE: stop player
  4067. 06:24:04 T:9844 NOTICE: PVRManager - stopping
  4068. 06:24:05 T:9844 NOTICE: ES: Stopping event server
  4069. 06:24:05 T:9844 NOTICE: stopping upnp
  4070. 06:24:05 T:9844 NOTICE: stopping zeroconf publishing
  4071. 06:24:05 T:9844 NOTICE: CWebServer[80]: Stopped
  4072. 06:24:06 T:12644 NOTICE: ES: UDP Event server stopped
  4073. 06:24:06 T:9844 NOTICE: clean cached files!
  4074. 06:24:06 T:9844 NOTICE: closing down remote control service
  4075. 06:24:06 T:9844 NOTICE: stopped
  4076. 06:24:06 T:9844 NOTICE: destroy
  4077. 06:24:06 T:9844 NOTICE: unload skin
  4078. 06:24:06 T:9844 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture windows/pvr/epg_progress.png
  4079. 06:24:06 T:9844 NOTICE: unload sections
  4080. 06:24:06 T:9844 NOTICE: special://profile/ is mapped to: special://masterprofile/
  4081. 06:24:06 T:9844 NOTICE: application stopped...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement