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)



OpenELEC MythTV EPG - martyg - 2012-11-17

Good morning,

I have a tested MythTV 0.26 frontend/backend setup on my Linux boxes.
Record/playback is good. EPG operates fine on frontend. All is well.

Been working to integrate OpenELEC into this network over the past week.
I can see channel lists and logos from backend. Live/recorded playback works.

I cannot get the EPG on OpenELEC to turn up, despite trying multiple nightlies and settings.
All I get is blank display boxes where I think EPG information would be displayed.
My RPi platform has been otherwise stable for weeks. These errors are reproducible.
I have EPG working reliably on my Linux frontend, and through the MythWeb interface.
I have never been able to get EPG up on the RPi platform.

Currently running OpenELEC devel-20121117112034-r12493 w/ mythc 0.5.0 plugin.
Is this functionality broken for everyone?

I think the plugin is choking on the backend database, but not sure how to proceed.
When I run Settings->LiveTV->EPG->Reset EPG Database
I get the following logs, which appear to point to my problem:

Quote:10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_query_result: mysql_query(SELECT program.chanid, UNIX_TIMESTAMP(CONVERT_TZ(program.starttime, 'UTC', 'SYSTEM')), UNIX_TIMESTAMP(CONVERT_TZ(program.endtime, 'UTC', 'SYSTEM')), program.title, program.description, program.subtitle, program.programid, program.seriesid, program.category, channel.channum, channel.callsign, channel.name, channel.sourceid FROM program INNER JOIN channel ON program.chanid=channel.chanid WHERE channel.visible = 1 AND ((program.endtime > CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime < CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime >= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime >= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC'))) ORDER BY (channel.channum + 0), program.starttime ASC) Failed: Incorrect key file for table '/tmp/#sql_b55_0.MYI'; try to repair it
10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_get_guide, finalisation/execution of query failed!
10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_query_result: mysql_query(SELECT program.chanid, UNIX_TIMESTAMP(CONVERT_TZ(program.starttime, 'UTC', 'SYSTEM')), UNIX_TIMESTAMP(CONVERT_TZ(program.endtime, 'UTC', 'SYSTEM')), program.title, program.description, program.subtitle, program.programid, program.seriesid, program.category, channel.channum, channel.callsign, channel.name, channel.sourceid FROM program INNER JOIN channel ON program.chanid=channel.chanid WHERE channel.visible = 1 AND ((program.endtime > CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime < CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime >= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime >= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC'))) ORDER BY (channel.channum + 0), program.starttime ASC) Failed: Got error 28 from storage engine
10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_get_guide, finalisation/execution of query failed!
10:30:39 T:2862224480 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_conn_connect_path: reply ('ERROR') is not 'OK'
10:30:39 T:2862224480 ERROR: AddOnLog: MythTV cmyth PVR Client: CacheFile: NULL file provided

I have uploaded a complete log trace here:
https://docs.google.com/open?id=0B-ImKPfo32eTa2J5WTlxOGhrMFE

Can someone point me in the right direction? Thanks in advance - I’m stumped.


RE: OpenELEC MythTV EPG - janbar - 2012-11-17

(2012-11-17, 18:55)martyg Wrote: Good morning,

I have a tested MythTV 0.26 frontend/backend setup on my Linux boxes.
Record/playback is good. EPG operates fine on frontend. All is well.

Been working to integrate OpenELEC into this network over the past week.
I can see channel lists and logos from backend. Live/recorded playback works.

I cannot get the EPG on OpenELEC to turn up, despite trying multiple nightlies and settings.
All I get is blank display boxes where I think EPG information would be displayed.
My RPi platform has been otherwise stable for weeks. These errors are reproducible.
I have EPG working reliably on my Linux frontend, and through the MythWeb interface.
I have never been able to get EPG up on the RPi platform.

Currently running OpenELEC devel-20121117112034-r12493 w/ mythc 0.5.0 plugin.
Is this functionality broken for everyone?

I think the plugin is choking on the backend database, but not sure how to proceed.
When I run Settings->LiveTV->EPG->Reset EPG Database
I get the following logs, which appear to point to my problem:

Quote:10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_query_result: mysql_query(SELECT program.chanid, UNIX_TIMESTAMP(CONVERT_TZ(program.starttime, 'UTC', 'SYSTEM')), UNIX_TIMESTAMP(CONVERT_TZ(program.endtime, 'UTC', 'SYSTEM')), program.title, program.description, program.subtitle, program.programid, program.seriesid, program.category, channel.channum, channel.callsign, channel.name, channel.sourceid FROM program INNER JOIN channel ON program.chanid=channel.chanid WHERE channel.visible = 1 AND ((program.endtime > CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime < CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime >= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime >= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC'))) ORDER BY (channel.channum + 0), program.starttime ASC) Failed: Incorrect key file for table '/tmp/#sql_b55_0.MYI'; try to repair it
10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_get_guide, finalisation/execution of query failed!
10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_query_result: mysql_query(SELECT program.chanid, UNIX_TIMESTAMP(CONVERT_TZ(program.starttime, 'UTC', 'SYSTEM')), UNIX_TIMESTAMP(CONVERT_TZ(program.endtime, 'UTC', 'SYSTEM')), program.title, program.description, program.subtitle, program.programid, program.seriesid, program.category, channel.channum, channel.callsign, channel.name, channel.sourceid FROM program INNER JOIN channel ON program.chanid=channel.chanid WHERE channel.visible = 1 AND ((program.endtime > CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime < CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime >= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime >= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC'))) ORDER BY (channel.channum + 0), program.starttime ASC) Failed: Got error 28 from storage engine
10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_get_guide, finalisation/execution of query failed!
10:30:39 T:2862224480 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_conn_connect_path: reply ('ERROR') is not 'OK'
10:30:39 T:2862224480 ERROR: AddOnLog: MythTV cmyth PVR Client: CacheFile: NULL file provided

I have uploaded a complete log trace here:
https://docs.google.com/open?id=0B-ImKPfo32eTa2J5WTlxOGhrMFE

Can someone point me in the right direction? Thanks in advance - I’m stumped.
(2012-11-17, 18:55)martyg Wrote: Good morning,

I have a tested MythTV 0.26 frontend/backend setup on my Linux boxes.
Record/playback is good. EPG operates fine on frontend. All is well.

Been working to integrate OpenELEC into this network over the past week.
I can see channel lists and logos from backend. Live/recorded playback works.

I cannot get the EPG on OpenELEC to turn up, despite trying multiple nightlies and settings.
All I get is blank display boxes where I think EPG information would be displayed.
My RPi platform has been otherwise stable for weeks. These errors are reproducible.
I have EPG working reliably on my Linux frontend, and through the MythWeb interface.
I have never been able to get EPG up on the RPi platform.

Currently running OpenELEC devel-20121117112034-r12493 w/ mythc 0.5.0 plugin.
Is this functionality broken for everyone?

I think the plugin is choking on the backend database, but not sure how to proceed.
When I run Settings->LiveTV->EPG->Reset EPG Database
I get the following logs, which appear to point to my problem:

Quote:10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_query_result: mysql_query(SELECT program.chanid, UNIX_TIMESTAMP(CONVERT_TZ(program.starttime, 'UTC', 'SYSTEM')), UNIX_TIMESTAMP(CONVERT_TZ(program.endtime, 'UTC', 'SYSTEM')), program.title, program.description, program.subtitle, program.programid, program.seriesid, program.category, channel.channum, channel.callsign, channel.name, channel.sourceid FROM program INNER JOIN channel ON program.chanid=channel.chanid WHERE channel.visible = 1 AND ((program.endtime > CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime < CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime >= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime >= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC'))) ORDER BY (channel.channum + 0), program.starttime ASC) Failed: Incorrect key file for table '/tmp/#sql_b55_0.MYI'; try to repair it
10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_get_guide, finalisation/execution of query failed!
10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_query_result: mysql_query(SELECT program.chanid, UNIX_TIMESTAMP(CONVERT_TZ(program.starttime, 'UTC', 'SYSTEM')), UNIX_TIMESTAMP(CONVERT_TZ(program.endtime, 'UTC', 'SYSTEM')), program.title, program.description, program.subtitle, program.programid, program.seriesid, program.category, channel.channum, channel.callsign, channel.name, channel.sourceid FROM program INNER JOIN channel ON program.chanid=channel.chanid WHERE channel.visible = 1 AND ((program.endtime > CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime < CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime >= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC')) OR (program.starttime <= CONVERT_TZ(FROM_UNIXTIME(1353166231),'SYSTEM','UTC') AND program.endtime >= CONVERT_TZ(FROM_UNIXTIME(1353429031),'SYSTEM','UTC'))) ORDER BY (channel.channum + 0), program.starttime ASC) Failed: Got error 28 from storage engine
10:30:32 T:2847929440 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_mysql_get_guide, finalisation/execution of query failed!
10:30:39 T:2862224480 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)cmyth_conn_connect_path: reply ('ERROR') is not 'OK'
10:30:39 T:2862224480 ERROR: AddOnLog: MythTV cmyth PVR Client: CacheFile: NULL file provided

I have uploaded a complete log trace here:
https://docs.google.com/open?id=0B-ImKPfo32eTa2J5WTlxOGhrMFE

Can someone point me in the right direction? Thanks in advance - I’m stumped.

Hi, your mysql backend database is broken. Try to repair tables and indexes or recreate it from scratch. Br


RE: New MythTV add-on using libcmyth - janbar - 2012-11-17

(2012-11-17, 01:23)richardk Wrote:
(2012-11-16, 15:08)pyrodex Wrote:
(2012-11-16, 12:42)markcs Wrote: Has anyone noticed that the live TV picture quality in XBMC is not as good as watching live TV in MythTV. Especially when it comes to moving objects.

Or is it just me? Smile

Is there any settings to fix this? XBMC and MythFrontend are on the same server as the Mythbackend.

Do you have de-interlacing turned on in XBMC? It is off by default and needs to be turned on for video feeds from the TV.

On my system (AspireRevo 1600), with de-interlacing turned on, I get jerky playpack of 1080i content, but perfect playback of standard definition programs. With de-interlacing off, it's the opposite -- perfect for 1080i, but video combing on SD content.

What's really needed is what the MythTV frontend interface has -- the ability to automatically select the default de-interlace method based on the resolution of the content being played. I.e., you can set up playback profiles that set the deinterlace method (if any) for each video resolution.
Missed configuration about refresh rate (must to set to video, not gui) ?
Playback must select vertical frequency of the video and not keep gui rate (60hz) depending of your video card resolution. There is a setting for that in xbmc: system/setting/video/playback->adjust refresh rate to video = always



RE: New MythTV add-on using libcmyth - richardk - 2012-11-18

(2012-11-17, 23:22)janbar Wrote: Missed configuration about refresh rate (must to set to video, not gui) ?
Playback must select vertical frequency of the video and not keep gui rate (60hz) depending of your video card resolution. There is a setting for that in xbmc: system/setting/video/playback->adjust refresh rate to video = always

Thanks, janbar!

In the Video / Playback settings, I set "Adjust display refresh rate to match video" and, while playing a video, set the defaults to "De-interlace video = On" and "De-interlace method = VDPAU Bob".

So far, playback seems to be working well at all resolutions.




RE: New MythTV add-on using libcmyth - richardk - 2012-11-18

(2012-11-18, 00:11)richardk Wrote:
(2012-11-17, 23:22)janbar Wrote: Missed configuration about refresh rate (must to set to video, not gui) ?
Playback must select vertical frequency of the video and not keep gui rate (60hz) depending of your video card resolution. There is a setting for that in xbmc: system/setting/video/playback->adjust refresh rate to video = always

Thanks, janbar!

In the Video / Playback settings, I set "Adjust display refresh rate to match video" and, while playing a video, set the defaults to "De-interlace video = On" and "De-interlace method = VDPAU Bob".

So far, playback seems to be working well at all resolutions.

Well, it looks like I spoke too soon.

Different de-interlace options come up depending on whether I'm playing a HD video or a SD video. If I set the defaults for one, it seems to un-set them for the other.

So there still doesn't appear to be a way to set de-interlace defaults so that they work properly for all resolutions.




RE: OpenELEC MythTV EPG - martyg - 2012-11-18

(2012-11-17, 23:08)janbar Wrote:
(2012-11-17, 18:55)martyg Wrote: Good morning,

I have a tested MythTV 0.26 frontend/backend setup on my Linux boxes.
Record/playback is good. EPG operates fine on frontend. All is well.

Been working to integrate OpenELEC into this network over the past week.
I can see channel lists and logos from backend. Live/recorded playback works.

I cannot get the EPG on OpenELEC to turn up, despite trying multiple nightlies and settings.
All I get is blank display boxes where I think EPG information would be displayed.
My RPi platform has been otherwise stable for weeks. These errors are reproducible.
I have EPG working reliably on my Linux frontend, and through the MythWeb interface.
I have never been able to get EPG up on the RPi platform.

Currently running OpenELEC devel-20121117112034-r12493 w/ mythc 0.5.0 plugin.
Is this functionality broken for everyone?

I think the plugin is choking on the backend database, but not sure how to proceed.
When I run Settings->LiveTV->EPG->Reset EPG Database
I get the following logs, which appear to point to my problem:

(Snipped out logs)

Can someone point me in the right direction? Thanks in advance - I’m stumped.

Hi, your mysql backend database is broken. Try to repair tables and indexes or recreate it from scratch. Br

Thanks for helping janbar,

I ran the database check/repair scripts referenced in the wiki, and no errors were reported.
So I wiped my entire backend to a pristine state, and reinstalled/reconfigured all mythtv packages.
I made sure to go into mysql and drop the old database, so there would be no artifacts before re-installing.

I still see the same errors on my Raspberry Pi frontend.
I was thinking the issue was with the backend database too, based on what I read,
but on second thought, I have 2 other systems that have no trouble running off that same data.

So I think this issue is really RPi/OpenELEC specific. Any other ideas I can try?
Does anyone else see similar issues with the EPG on OpenELEC?



RE: OpenELEC MythTV EPG - martyg - 2012-11-18

(2012-11-18, 03:37)martyg Wrote: I still see the same errors on my Raspberry Pi frontend.
I was thinking the issue was with the backend database too, based on what I read,
but on second thought, I have 2 other systems that have no trouble running off that same data.

I made some progress on this issue this morning.

My backend system has /tmp mounted on a 1GB spindle.
Apparently, mysql is trying to create a file much larger than this when interacting with the OpenELEC MythTV frontend.
I changed the tmpdir directive in /etc/mysql/my.cnf to point to a much larger piece of free disk space.
Now these errors are gone.

Peeling the onion, I now see the OpenELEC locking up right after the EPG Updater thread starts.
The first channel in my list is displayed on the the update bar, and it stays locked up after that.
I can see the channel list, timer list, and recorded programs load up OK before it hangs.
At that point xbmc.bin consumes 100% CPU with a system load average ~2.0.
I left it like this for 15 minutes, and the frontend never cleared itself from this state,

Still trying to work through this - Any suggestions appreciated.


RE: New MythTV add-on using libcmyth - sirkingchase - 2012-11-19

Can someone that is familiar with this thread tell me if this is compatible with MythTV 0.26? I am wanting to use XBMC as a frontend for my 0.26 MythBackend.

I apologize for not wanting to read all 156 pages of this thread but I do not want to get shunned for making a topic about it when one might exist.


RE: New MythTV add-on using libcmyth - fiveisalive - 2012-11-19

(2012-11-19, 03:54)sirkingchase Wrote: Can someone that is familiar with this thread tell me if this is compatible with MythTV 0.26? I am wanting to use XBMC as a frontend for my 0.26 MythBackend.

I apologize for not wanting to read all 156 pages of this thread but I do not want to get shunned for making a topic about it when one might exist.

Yes, as of release 0.5.0, the add-on should support 0.26 which has now been pushed to https://github.com/opdenkamp/xbmc-pvr-addons I am still running a very old backend version, so I haven't tested the 0.26, but I think others on this thread have got it working. Check out: http://wiki.xbmc.org/index.php?title=PVR/Backend/MythTV/BuildFromSource for more details on building the development version.


RE: New MythTV add-on using libcmyth - markcs - 2012-11-19

HI All,

Weird problem, but probably very easily fixed! When I try to build the xbmc-pvr-addons via git, the zip file for the pvr.mythtv.cmyth addon not created. All other zip files are created.

I have done make clean, deleted the xbmc-pvr-addons directory and re-tried git repositories from https://github.com/opdenkamp/xbmc-pvr-addons and https://github.com/fetzerch/xbmc-pvr-addons.git, so it must be a local issue with me.

Any ideas why this would be?


RE: New MythTV add-on using libcmyth - simora - 2012-11-19

@markcs

when you run ./configure are you using the --enable-addons-with-dependencies argument?


RE: OpenELEC MythTV EPG - janbar - 2012-11-19

(2012-11-18, 03:37)martyg Wrote:
(2012-11-17, 23:08)janbar Wrote:
(2012-11-17, 18:55)martyg Wrote: Good morning,

I have a tested MythTV 0.26 frontend/backend setup on my Linux boxes.
Record/playback is good. EPG operates fine on frontend. All is well.

Been working to integrate OpenELEC into this network over the past week.
I can see channel lists and logos from backend. Live/recorded playback works.

I cannot get the EPG on OpenELEC to turn up, despite trying multiple nightlies and settings.
All I get is blank display boxes where I think EPG information would be displayed.
My RPi platform has been otherwise stable for weeks. These errors are reproducible.
I have EPG working reliably on my Linux frontend, and through the MythWeb interface.
I have never been able to get EPG up on the RPi platform.

Currently running OpenELEC devel-20121117112034-r12493 w/ mythc 0.5.0 plugin.
Is this functionality broken for everyone?

I think the plugin is choking on the backend database, but not sure how to proceed.
When I run Settings->LiveTV->EPG->Reset EPG Database
I get the following logs, which appear to point to my problem:

(Snipped out logs)

Can someone point me in the right direction? Thanks in advance - I’m stumped.

Hi, your mysql backend database is broken. Try to repair tables and indexes or recreate it from scratch. Br

Thanks for helping janbar,

I ran the database check/repair scripts referenced in the wiki, and no errors were reported.
So I wiped my entire backend to a pristine state, and reinstalled/reconfigured all mythtv packages.
I made sure to go into mysql and drop the old database, so there would be no artifacts before re-installing.

I still see the same errors on my Raspberry Pi frontend.
I was thinking the issue was with the backend database too, based on what I read,
but on second thought, I have 2 other systems that have no trouble running off that same data.

So I think this issue is really RPi/OpenELEC specific. Any other ideas I can try?
Does anyone else see similar issues with the EPG on OpenELEC?

You have mysql error 28 on the sql query with an order by: mysql need space to order data. See http://www.google.fr/url?q=http://stackoverflow.com/questions/10631387/1030-got-error-28-from-storage-engine&sa=U&ei=UwqqUNnGEoSY0QW5qYH4AQ&ved=0CC4QFjAG&usg=AFQjCNEElgQ9Gv5mf_iJKglcdhEoAYTuFA for example.
You have not enougth space on your /tmp on your backend to execute the query. The filesystem is full.
To check try with mysql:
Select * from program order by starttime


RE: New MythTV add-on using libcmyth - markcs - 2012-11-19

(2012-11-19, 12:14)simora Wrote: @markcs

when you run ./configure are you using the --enable-addons-with-dependencies argument?

Rolleyes I am an idiot! Thanks @simora

Is there any way to enable subtitles that are broadcast while watching TV through XBMC?


RE: New MythTV add-on using libcmyth - Bedlore - 2012-11-19

Hi all, I've found this via openelec which I installed last night onto my Xtreamer ultra1. I'm very pleased that a viable mythtv plugin is evolving for XBMC. Thank you developers!

My main missed feature currently is commercial skipping, I saw it was a coming feature. Is anyone able to give me a sense of how far away that might be yet?

Thanks


RE: OpenELEC MythTV EPG - martyg - 2012-11-19

(2012-11-19, 12:36)janbar Wrote: You have mysql error 28 on the sql query with an order by: mysql need space to order data. See http://www.google.fr/url?q=http://stackoverflow.com/questions/10631387/1030-got-error-28-from-storage-engine&sa=U&ei=UwqqUNnGEoSY0QW5qYH4AQ&ved=0CC4QFjAG&usg=AFQjCNEElgQ9Gv5mf_iJKglcdhEoAYTuFA for example.
You have not enougth space on your /tmp on your backend to execute the query. The filesystem is full.
To check try with mysql:
Select * from program order by starttime

Yes, I figured this out on my own yesterday morning. Thanks for the follow-up.
I am now stuck on loading the 1st channel EPG data. See my earlier update in this thread.
Strategy for this morning is to duplicate this on Windows environment, and see if I see the same thing.