On 13/12/05, YanJun Lu <[EMAIL PROTECTED]> wrote: > Hi team > It is well know that EPG data is written by XML format . so MythTV > must grab a certain format data from XML format and would fill channel or > program of mythconverg database, for instance, such chanid, channum, freqid, > sourceid ... > field in channel.how to fill this data field with MythTV? > thanks and cheers
If you want to create listings data in the correct format automatically, you may want to check the XMLTV website (http://sourceforge.net/projects/xmltv) and see how the grabbers produce listings in XMLTV XML format. This should mean that you could run mythfilldatabase manually on the file to import listings into MythTV. If you want to understand how MythTV imports the data into the database, follow Joe's advice and look at the source code for mythfilldatabase. Nick _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
