[mythtv-users] Nxtvepg integration in mythtv

Steven mythmail at richardstraat.homedns.org
Mon Aug 9 10:56:09 EDT 2004


Adam Egger wrote:

> Hey,
> 
> is it planned to integrate nxtvepg in mythtv? Since it is now possible to start nxtvepg as daemon and to dump a xmltv-file automatically it would be great to have the possibility to chose nxtvepg as the fill application. 
> Now the status button in mythtv of course always shows that mythfilldatabase had problems when one is using nxtvepg as the fill application.
> 

That's a smal bug that when you run mythfilldatabase with the --file 
option the status fields in the database aren't set.

If it bothers you enough you could :
a) change the /mythtv/programs/mythfilldatabase/filldata.cpp code to 
make sure the database fields are updated (and wile you're at it try to 
integrate mythfilldatabase with nxtvepg :-)
b) change the databasefield in setting table
mysql mythconverg < "UPDATE `settings` SET `data` = 'sometext about 
nxtvepg update being succesfull' WHERE `value` = 
'mythfilldatabaseLastRunStatus';"
And if you realy realy want to you can also change 
mythfilldatabaseLastRunStart and mythfilldatabaseLastRunEnd using this 
method.

Steven


More information about the mythtv-users mailing list