Kodi Community Forum
New MythTV add-on using libcmyth - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: New MythTV add-on using libcmyth (/showthread.php?tid=110694)



RE: New MythTV add-on using libcmyth - sfrooster - 2013-06-04

(2013-05-23, 11:51)teeedubb Wrote: Probably something to do with it being in a alpha state...

Right. So, anyway, anyone familiar with this and maybe how to address it?


RE: New MythTV add-on using libcmyth - teeedubb - 2013-06-05

Downgrade to frodo, the stable version of xbmc. Apart from that wait or get coding. Gotham is extremely unstable for me, which is to be expected as there are a lot of changes happening under the hood.


RE: New MythTV add-on using libcmyth - pgjensen - 2013-06-07

Using the latest 06/05/2013 nightly, and building from latest git master repository or using the included one, the addon fails.

I now get the following when starting XBMC:
Code:
20:51:25 T:5724  NOTICE: PVRManager - starting up
20:51:25 T:9408  NOTICE: Thread EPGUpdater start, auto delete: false
20:51:25 T:3056  NOTICE: Thread PVRManager start, auto delete: false
20:51:25 T:4296  NOTICE: Thread PVRClient start, auto delete: false
20:51:25 T:9948  NOTICE: Thread RSSReader start, auto delete: false
20:51:27 T:10152  NOTICE: Thread BackgroundLoader start, auto delete: false
20:51:35 T:5724  NOTICE: PVRManager - stopping
20:51:35 T:5724  NOTICE: EPG::CEpgContainer::Start - EPG thread started
20:51:35 T:5724  NOTICE: PVRManager - starting up
20:51:35 T:7404  NOTICE: Thread EPGUpdater start, auto delete: false
20:51:35 T:5088  NOTICE: Thread PVRManager start, auto delete: false
20:51:35 T:4384  NOTICE: Thread PVRClient start, auto delete: false
20:51:35 T:4384   ERROR: ADDON: Dll MythTV cmyth PVR Client - Client returned bad status (6) from Create and is not usable
20:51:35 T:4384 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on MythTV cmyth PVR Client, status = 6
20:51:35 T:4384 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to load the dll for add-on MythTV cmyth PVR Client, disabling it
20:51:35 T:6828  NOTICE: Thread AddonStatus pvr.mythtv.cmyth start, auto delete: true



RE: New MythTV add-on using libcmyth - janbar - 2013-06-08

(2013-06-07, 15:52)pgjensen Wrote: Using the latest 06/05/2013 nightly, and building from latest git master repository or using the included one, the addon fails.

I now get the following when starting XBMC:
Code:
20:51:25 T:5724  NOTICE: PVRManager - starting up
20:51:25 T:9408  NOTICE: Thread EPGUpdater start, auto delete: false
20:51:25 T:3056  NOTICE: Thread PVRManager start, auto delete: false
20:51:25 T:4296  NOTICE: Thread PVRClient start, auto delete: false
20:51:25 T:9948  NOTICE: Thread RSSReader start, auto delete: false
20:51:27 T:10152  NOTICE: Thread BackgroundLoader start, auto delete: false
20:51:35 T:5724  NOTICE: PVRManager - stopping
20:51:35 T:5724  NOTICE: EPG::CEpgContainer::Start - EPG thread started
20:51:35 T:5724  NOTICE: PVRManager - starting up
20:51:35 T:7404  NOTICE: Thread EPGUpdater start, auto delete: false
20:51:35 T:5088  NOTICE: Thread PVRManager start, auto delete: false
20:51:35 T:4384  NOTICE: Thread PVRClient start, auto delete: false
20:51:35 T:4384   ERROR: ADDON: Dll MythTV cmyth PVR Client - Client returned bad status (6) from Create and is not usable
20:51:35 T:4384 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on MythTV cmyth PVR Client, status = 6
20:51:35 T:4384 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to load the dll for add-on MythTV cmyth PVR Client, disabling it
20:51:35 T:6828  NOTICE: Thread AddonStatus pvr.mythtv.cmyth start, auto delete: true
HI, I am checking... but which platform ?


RE: New MythTV add-on using libcmyth - janbar - 2013-06-08

The PVR API has changed to version 1.8.0. Current addon master support 1.7.0. I check changes of new API and make an update.


RE: New MythTV add-on using libcmyth - janbar - 2013-06-08

Also, for instance you can get addon from https://github.com/opdenkamp/xbmc-pvr-addons . This master contains API update.


RE: New MythTV add-on using libcmyth - janbar - 2013-06-09

Hi,
Until cfetzer is not free you can pull addon source from "https://github.com/janbar/xbmc-pvr-addons.git" to run it with last XBMC master.
I just merged it with the new API 1.8.0.


RE: New MythTV add-on using libcmyth - fetzerch - 2013-06-09

Sorry. Been a bit busy the last days.

I've updated the development repository to work with API 1.8.0: https://github.com/fetzerch/xbmc-pvr-addons
A bit on the background of this API change: https://github.com/xbmc/xbmc/pull/2812
So far we were not able to add MythTV specific context menu entries because we had no access to the selected item.
No we get the selection and can add such things as "Delete and rerecord recording". I'll let you know when there is something to test :-)

Cheers,
Christian


RE: New MythTV add-on using libcmyth - fetzerch - 2013-06-09

(2013-06-07, 15:52)pgjensen Wrote: Using the latest 06/05/2013 nightly, and building from latest git master repository or using the included one, the addon fails.

I now get the following when starting XBMC:
Code:
20:51:25 T:5724  NOTICE: PVRManager - starting up
20:51:25 T:9408  NOTICE: Thread EPGUpdater start, auto delete: false
20:51:25 T:3056  NOTICE: Thread PVRManager start, auto delete: false
20:51:25 T:4296  NOTICE: Thread PVRClient start, auto delete: false
20:51:25 T:9948  NOTICE: Thread RSSReader start, auto delete: false
20:51:27 T:10152  NOTICE: Thread BackgroundLoader start, auto delete: false
20:51:35 T:5724  NOTICE: PVRManager - stopping
20:51:35 T:5724  NOTICE: EPG::CEpgContainer::Start - EPG thread started
20:51:35 T:5724  NOTICE: PVRManager - starting up
20:51:35 T:7404  NOTICE: Thread EPGUpdater start, auto delete: false
20:51:35 T:5088  NOTICE: Thread PVRManager start, auto delete: false
20:51:35 T:4384  NOTICE: Thread PVRClient start, auto delete: false
20:51:35 T:4384   ERROR: ADDON: Dll MythTV cmyth PVR Client - Client returned bad status (6) from Create and is not usable
20:51:35 T:4384 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on MythTV cmyth PVR Client, status = 6
20:51:35 T:4384 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to load the dll for add-on MythTV cmyth PVR Client, disabling it
20:51:35 T:6828  NOTICE: Thread AddonStatus pvr.mythtv.cmyth start, auto delete: true

When pasting logs, please enable debug logging. Otherwise there won't be much helpful information in it.
Anyway. If you saw this on windows, then it should be fixed now in xbmc/master by https://github.com/xbmc/xbmc/pull/2856


RE: New MythTV add-on using libcmyth - pgjensen - 2013-06-09

(2013-06-09, 12:02)cfetzer Wrote:
(2013-06-07, 15:52)pgjensen Wrote: Using the latest 06/05/2013 nightly, and building from latest git master repository or using the included one, the addon fails.

I now get the following when starting XBMC:
Code:
20:51:25 T:5724  NOTICE: PVRManager - starting up
20:51:25 T:9408  NOTICE: Thread EPGUpdater start, auto delete: false
20:51:25 T:3056  NOTICE: Thread PVRManager start, auto delete: false
20:51:25 T:4296  NOTICE: Thread PVRClient start, auto delete: false
20:51:25 T:9948  NOTICE: Thread RSSReader start, auto delete: false
20:51:27 T:10152  NOTICE: Thread BackgroundLoader start, auto delete: false
20:51:35 T:5724  NOTICE: PVRManager - stopping
20:51:35 T:5724  NOTICE: EPG::CEpgContainer::Start - EPG thread started
20:51:35 T:5724  NOTICE: PVRManager - starting up
20:51:35 T:7404  NOTICE: Thread EPGUpdater start, auto delete: false
20:51:35 T:5088  NOTICE: Thread PVRManager start, auto delete: false
20:51:35 T:4384  NOTICE: Thread PVRClient start, auto delete: false
20:51:35 T:4384   ERROR: ADDON: Dll MythTV cmyth PVR Client - Client returned bad status (6) from Create and is not usable
20:51:35 T:4384 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on MythTV cmyth PVR Client, status = 6
20:51:35 T:4384 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to load the dll for add-on MythTV cmyth PVR Client, disabling it
20:51:35 T:6828  NOTICE: Thread AddonStatus pvr.mythtv.cmyth start, auto delete: true

When pasting logs, please enable debug logging. Otherwise there won't be much helpful information in it.
Anyway. If you saw this on windows, then it should be fixed now in xbmc/master by https://github.com/xbmc/xbmc/pull/2856


Thanks, and sorry I forgot to turn on DEBUG.


RE: New MythTV add-on using libcmyth - pgjensen - 2013-06-09

I'm now running the 06/08/13 nightly and have tried both the compiled version from fetzerch and from the nightly itself and it's failing.

nightly build included in setup:
Code:
07:51:17 T:216  NOTICE: Thread BackgroundLoader start, auto delete: false
07:51:17 T:216   DEBUG: Thread BackgroundLoader 216 terminating
07:51:18 T:2968   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
07:51:18 T:2968   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
07:51:19 T:2968   DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
07:51:19 T:2968   DEBUG: CApplication::OnKey: up (0xf080) pressed, action is Up
07:51:19 T:2968   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
07:51:19 T:2968   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
07:51:19 T:2968   DEBUG: CGUIMediaWindow::GetDirectory (addons://disabled/)
07:51:19 T:2968   DEBUG:   ParentPath = []
07:51:19 T:3488  NOTICE: Thread BackgroundLoader start, auto delete: false
07:51:19 T:3488   DEBUG: Thread BackgroundLoader 3488 terminating
07:51:19 T:2968   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
07:51:19 T:2968   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
07:51:19 T:2968   DEBUG: CGUIMediaWindow::GetDirectory (addons://disabled/xbmc.pvrclient)
07:51:19 T:2968   DEBUG:   ParentPath = [addons://disabled/]
07:51:19 T:7156  NOTICE: Thread BackgroundLoader start, auto delete: false
07:51:19 T:7156   DEBUG: Thread BackgroundLoader 7156 terminating
07:51:20 T:2968   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
07:51:20 T:2968   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
07:51:20 T:2968   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
07:51:20 T:2968   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
07:51:20 T:2968   DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
07:51:20 T:2968    INFO: Loading skin file: DialogAddonInfo.xml, load type: KEEP_IN_MEMORY
07:51:21 T:2968   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
07:51:21 T:2968   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
07:51:21 T:2968   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
07:51:21 T:2968   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
07:51:24 T:2968   DEBUG: Keyboard: scancode: 0x1c, sym: 0x010f, unicode: 0x000d, modifier: 0x0
07:51:24 T:2968   DEBUG: CApplication::OnKey: enter (0xf065) pressed, action is Select
07:51:24 T:3608   DEBUG: EPG - EPG::CEpgContainer::Process - pvr manager failed to load - exiting
07:51:24 T:3608   DEBUG: Thread EPGUpdater 3608 terminating
07:51:24 T:3532  NOTICE: PVRManager - stopping
07:51:24 T:4952   DEBUG: Thread PVRManager 4952 terminating
07:51:24 T:9004   DEBUG: Thread PVRClient 9004 terminating
07:51:24 T:3532  NOTICE: EPG::CEpgContainer::Start - EPG thread started
07:51:24 T:3532  NOTICE: PVRManager - starting up
07:51:24 T:2292  NOTICE: Thread EPGUpdater start, auto delete: false
07:51:24 T:10060  NOTICE: Thread PVRManager start, auto delete: false
07:51:24 T:4260  NOTICE: Thread PVRClient start, auto delete: false
07:51:24 T:2968   DEBUG: CGUIMediaWindow::GetDirectory (addons://disabled/xbmc.pvrclient)
07:51:24 T:2968   DEBUG:   ParentPath = [addons://disabled/xbmc.pvrclient]
07:51:24 T:4260   DEBUG: PVR::CPVRClients::RegisterClient - registering add-on 'MythTV cmyth PVR Client'
07:51:24 T:4260   DEBUG: PVR - PVR::CPVRClient::Create - creating PVR add-on instance 'MythTV cmyth PVR Client'
07:51:24 T:4260   DEBUG: ADDON: Dll Initializing - MythTV cmyth PVR Client
07:51:24 T:4260   DEBUG: SECTION:LoadDLL(C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll)
07:51:24 T:4260 WARNING: Win32DllLoader::ResolveExport - Unable to resolve: C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll get_addon
07:51:24 T:4260   ERROR: Unable to resolve exports from dll C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll
07:51:24 T:4260   DEBUG: SECTION:UnloadDll(C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll)
07:51:24 T:4260    INFO: Called Add-on status handler for '4' of clientName:MythTV cmyth PVR Client, clientID:pvr.mythtv.cmyth (same Thread=no)
07:51:24 T:4260 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on MythTV cmyth PVR Client, status = 6
07:51:24 T:4260 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to load the dll for add-on MythTV cmyth PVR Client, disabling it
07:51:24 T:10084  NOTICE: Thread AddonStatus pvr.mythtv.cmyth start, auto delete: true
07:51:24 T:4004  NOTICE: Thread BackgroundLoader start, auto delete: false
07:51:24 T:4004   DEBUG: Thread BackgroundLoader 4004 terminating
07:51:24 T:2968   DEBUG: ------ Window Init (DialogOK.xml) ------


latest fetzerch compiled release:
Code:
08:04:13 T:4556  NOTICE: Thread BackgroundLoader start, auto delete: false
08:04:13 T:4556   DEBUG: Thread BackgroundLoader 4556 terminating
08:04:13 T:4912   DEBUG: CRemoteControl::Connect - failed to connect
08:04:13 T:4912    INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
08:04:14 T:384   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
08:04:14 T:384   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
08:04:14 T:384   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
08:04:14 T:384   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
08:04:14 T:384   DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
08:04:14 T:384    INFO: Loading skin file: DialogAddonInfo.xml, load type: KEEP_IN_MEMORY
08:04:14 T:384   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
08:04:14 T:384   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
08:04:15 T:384   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
08:04:15 T:384   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
08:04:15 T:384   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
08:04:15 T:384   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
08:04:15 T:8672   DEBUG: EPG - EPG::CEpgContainer::Process - pvr manager failed to load - exiting
08:04:15 T:8672   DEBUG: Thread EPGUpdater 8672 terminating
08:04:15 T:5148  NOTICE: PVRManager - stopping
08:04:15 T:7564   DEBUG: Thread PVRManager 7564 terminating
08:04:15 T:7548   DEBUG: Thread PVRClient 7548 terminating
08:04:15 T:5148  NOTICE: EPG::CEpgContainer::Start - EPG thread started
08:04:15 T:5148  NOTICE: PVRManager - starting up
08:04:15 T:9876  NOTICE: Thread EPGUpdater start, auto delete: false
08:04:15 T:5188  NOTICE: Thread PVRManager start, auto delete: false
08:04:15 T:6988  NOTICE: Thread PVRClient start, auto delete: false
08:04:15 T:6988   DEBUG: PVR::CPVRClients::RegisterClient - registering add-on 'MythTV cmyth PVR Client'
08:04:15 T:384   DEBUG: CGUIMediaWindow::GetDirectory (addons://disabled/xbmc.pvrclient)
08:04:15 T:384   DEBUG:   ParentPath = [addons://disabled/xbmc.pvrclient]
08:04:15 T:6988   DEBUG: PVR - PVR::CPVRClient::Create - creating PVR add-on instance 'MythTV cmyth PVR Client'
08:04:15 T:6988   DEBUG: ADDON: Dll Initializing - MythTV cmyth PVR Client
08:04:15 T:6988   DEBUG: SECTION:LoadDLL(C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll)
08:04:15 T:6988 WARNING: Win32DllLoader::ResolveExport - Unable to resolve: C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll get_addon
08:04:15 T:6988   ERROR: Unable to resolve exports from dll C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll
08:04:15 T:6988   DEBUG: SECTION:UnloadDll(C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll)
08:04:15 T:6988    INFO: Called Add-on status handler for '4' of clientName:MythTV cmyth PVR Client, clientID:pvr.mythtv.cmyth (same Thread=no)
08:04:15 T:6988 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on MythTV cmyth PVR Client, status = 6
08:04:15 T:6988 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to load the dll for add-on MythTV cmyth PVR Client, disabling it
08:04:15 T:6980  NOTICE: Thread AddonStatus pvr.mythtv.cmyth start, auto delete: true
08:04:15 T:5672  NOTICE: Thread BackgroundLoader start, auto delete: false
08:04:15 T:5672   DEBUG: Thread BackgroundLoader 5672 terminating
08:04:15 T:384   DEBUG: ------ Window Init (DialogOK.xml) ------

Any ideas?


RE: New MythTV add-on using libcmyth - fetzerch - 2013-06-09

It was fixed today and one fix was in XBMC itself. So you have to build that too, or wait for the next nightly.
Let me know if you still see the issue then. Self compiled xbmc + addon from my github (master branch) works fine here.


RE: New MythTV add-on using libcmyth - pgjensen - 2013-06-09

(2013-06-09, 18:45)cfetzer Wrote: It was fixed today and one fix was in XBMC itself. So you have to build that too, or wait for the next nightly.
Let me know if you still see the issue then. Self compiled xbmc + addon from my github (master branch) works fine here.

Thanks! I'll wait for the next nightly and let you know if I have any issues.


RE: New MythTV add-on using libcmyth - pgjensen - 2013-06-11

Still having the same issue with nightly downloaded a few hours ago (6/9 date), but maybe the code in question wasn't merged in?

Code:
16:57:44 T:4560  NOTICE: EPG::CEpgContainer::Start - EPG thread started
16:57:44 T:4560  NOTICE: PVRManager - starting up
16:57:44 T:732  NOTICE: Thread EPGUpdater start, auto delete: false
16:57:44 T:36  NOTICE: Thread PVRManager start, auto delete: false
16:57:44 T:10432  NOTICE: Thread PVRClient start, auto delete: false
16:57:44 T:1312   DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
16:57:44 T:1312   DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
16:57:44 T:6132  NOTICE: Thread RSSReader start, auto delete: false
16:57:44 T:6132   DEBUG: CurlFile::Open(0AADF80C) http://feeds.feedburner.com/xbmc
16:57:44 T:6132    INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://feeds.feedburner.com
16:57:44 T:11244   DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
16:57:44 T:1312   DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
16:57:44 T:11244   DEBUG: ------ Window Init (DialogOK.xml) ------
16:57:44 T:11244    INFO: Loading skin file: DialogOK.xml, load type: KEEP_IN_MEMORY
16:57:44 T:1312   DEBUG: CVideoDatabase::RunQuery took 1 ms for 10 items query: select * from movieview  ORDER BY dateAdded desc, idMovie desc LIMIT 10
16:57:44 T:1312   DEBUG: CVideoDatabase::RunQuery took 1 ms for 10 items query: select * from episodeview  ORDER BY dateAdded desc, idEpisode desc LIMIT 10
16:57:44 T:1312   DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideoview  ORDER BY dateAdded desc, idMVideo desc LIMIT 10
16:57:44 T:1312   DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
16:57:45 T:6132   DEBUG: Got rss feed: http://feeds.feedburner.com/xbmc
16:57:45 T:6132   DEBUG: RSS feed encoding: UTF-8
16:57:45 T:6132   DEBUG: Parsed rss feed: http://feeds.feedburner.com/xbmc
16:57:45 T:6132   DEBUG: Thread RSSReader 6132 terminating
16:57:45 T:11240   DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
16:57:45 T:11244   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
16:57:45 T:11244   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
16:57:45 T:11244   DEBUG: ------ Window Deinit (Pointer.xml) ------
16:57:45 T:11244   DEBUG: ------ Window Deinit (DialogOK.xml) ------
16:57:45 T:11244   DEBUG: Activating window ID: 10040
16:57:46 T:11244   DEBUG: ------ Window Deinit (Home.xml) ------
16:57:46 T:11244   DEBUG: ------ Window Init (AddonBrowser.xml) ------
16:57:46 T:11244    INFO: Loading skin file: AddonBrowser.xml, load type: KEEP_IN_MEMORY
16:57:46 T:11244   DEBUG: CGUIMediaWindow::GetDirectory (addons://disabled/xbmc.pvrclient)
16:57:46 T:11244   DEBUG:   ParentPath = [addons://disabled/xbmc.pvrclient/]
16:57:46 T:3912  NOTICE: Thread BackgroundLoader start, auto delete: false
16:57:46 T:3912   DEBUG: Thread BackgroundLoader 3912 terminating
16:57:46 T:11240   DEBUG: CRemoteControl::Connect - failed to connect
16:57:46 T:11240    INFO: CRemoteControl::Process - failed to connect to irss, will keep retrying every 5 seconds
16:57:47 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:47 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:47 T:11244   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
16:57:47 T:11244   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
16:57:47 T:11244   DEBUG: ------ Window Init (DialogAddonInfo.xml) ------
16:57:47 T:11244    INFO: Loading skin file: DialogAddonInfo.xml, load type: KEEP_IN_MEMORY
16:57:48 T:11244   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
16:57:48 T:11244   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
16:57:48 T:11244   DEBUG: ------ Window Init (DialogAddonSettings.xml) ------
16:57:48 T:11244    INFO: Loading skin file: DialogAddonSettings.xml, load type: KEEP_IN_MEMORY
16:57:48 T:11244   DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\resources\language\English\strings.po
16:57:48 T:11244   DEBUG: POParser: loaded 37 strings from file C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\resources\language\English\strings.po
16:57:49 T:11244   DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
16:57:49 T:11244   DEBUG: CApplication::OnKey: up (0xf080) pressed, action is Up
16:57:49 T:11244   DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
16:57:49 T:11244   DEBUG: CApplication::OnKey: up (0xf080) pressed, action is Up
16:57:49 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:49 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:50 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:50 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:51 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:51 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:51 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:51 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:51 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:51 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:52 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:52 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:52 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:52 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:52 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:52 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:53 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:53 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:53 T:11244   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
16:57:53 T:11244   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
16:57:54 T:11244   DEBUG: ------ Window Deinit (DialogAddonSettings.xml) ------
16:57:54 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:54 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:54 T:11244    INFO: Python, unloading python shared library because no scripts are running anymore
16:57:54 T:11244   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
16:57:54 T:11244   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
16:57:55 T:11244   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
16:57:55 T:11244   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
16:57:55 T:732   DEBUG: EPG - EPG::CEpgContainer::Process - pvr manager failed to load - exiting
16:57:55 T:732   DEBUG: Thread EPGUpdater 732 terminating
16:57:55 T:1312  NOTICE: PVRManager - stopping
16:57:55 T:36   DEBUG: Thread PVRManager 36 terminating
16:57:55 T:10432   DEBUG: Thread PVRClient 10432 terminating
16:57:55 T:1312  NOTICE: EPG::CEpgContainer::Start - EPG thread started
16:57:55 T:1312  NOTICE: PVRManager - starting up
16:57:55 T:6236  NOTICE: Thread EPGUpdater start, auto delete: false
16:57:55 T:3456  NOTICE: Thread PVRManager start, auto delete: false
16:57:55 T:3752  NOTICE: Thread PVRClient start, auto delete: false
16:57:55 T:3752   DEBUG: PVR::CPVRClients::RegisterClient - registering add-on 'MythTV cmyth PVR Client'
16:57:55 T:3752   DEBUG: PVR - PVR::CPVRClient::Create - creating PVR add-on instance 'MythTV cmyth PVR Client'
16:57:55 T:3752   DEBUG: ADDON: Dll Initializing - MythTV cmyth PVR Client
16:57:55 T:3752   DEBUG: SECTION:LoadDLL(C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll)
16:57:55 T:3752 WARNING: Win32DllLoader::ResolveExport - Unable to resolve: C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll get_addon
16:57:55 T:11244   DEBUG: CGUIMediaWindow::GetDirectory (addons://disabled/xbmc.pvrclient)
16:57:55 T:11244   DEBUG:   ParentPath = [addons://disabled/xbmc.pvrclient]
16:57:55 T:3752   ERROR: Unable to resolve exports from dll C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll
16:57:55 T:3752   DEBUG: SECTION:UnloadDll(C:\Users\pjensen\AppData\Roaming\XBMC\addons\pvr.mythtv.cmyth\XBMC_MythTV_cmyth_win32.dll)
16:57:55 T:3752    INFO: Called Add-on status handler for '4' of clientName:MythTV cmyth PVR Client, clientID:pvr.mythtv.cmyth (same Thread=no)
16:57:55 T:3752 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on MythTV cmyth PVR Client, status = 6
16:57:55 T:3752 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to load the dll for add-on MythTV cmyth PVR Client, disabling it
16:57:55 T:9140  NOTICE: Thread AddonStatus pvr.mythtv.cmyth start, auto delete: true
16:57:55 T:10848  NOTICE: Thread BackgroundLoader start, auto delete: false
16:57:55 T:10848   DEBUG: Thread BackgroundLoader 10848 terminating
16:57:55 T:11244   DEBUG: ------ Window Init (DialogOK.xml) ------
16:57:56 T:11244   DEBUG: Previous line repeats 1 times.
16:57:56 T:11244   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
16:57:56 T:11244   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
16:57:56 T:11244   DEBUG: ------ Window Deinit (DialogOK.xml) ------
16:57:56 T:9140   DEBUG: Thread AddonStatus pvr.mythtv.cmyth 9140 terminating (autodelete)



RE: New MythTV add-on using libcmyth - pgjensen - 2013-06-13

Still happening using 6/12 nightly. Any ideas?