[Openpvr-devel] New schedule.c and Makefile
Brought to you by:
brian_j_murrell,
jfunk
From: Brian J. M. <br...@in...> - 2003-07-02 22:00:59
|
I have updated schedule.c and Makefile to deal with the latest changes in the XMLTV DTD (not the new version, just the latest revisions in the old DTD). It also requires DB 4 now. The channels file format has changed too, due to the change in the channels tag in the XMLTV DTD. The channels file has the following format now: <?xml version=3D"1.0" encoding=3D"ISO-8859-1" standalone=3D"yes"?> <!DOCTYPE my_channels SYSTEM "xmltv.dtd"> <channels> <channel identifier=3D"C10ckws.zap2it.com"> <tune>10</tune> <channel> ... </channels> = =20 where the identifier attribute is the xmltv identifier. Optionally you can have a "valid" attribute in the channel tag, and you can have a score tag as a child of the channel tag. The tune tag is mandatory and is what should be in the "--channel" argument of "record". Let me know if there are any questions or problems. b. --=20 Brian J. Murrell <br...@in...> |