Go to the source code of this file.
Classes | |
class | Tv |
Functions | |
void | ReadTVListings (char *fileName) |
Read an xml file of TV listings created by grabtv. |
|
Read an xml file of TV listings created by grabtv. ReadTvListings() reads an xml file of TV listings created by grabtv. This function is called by DoCommand() in gabbie.c. This function calls ReadProgram() to process program information and calls ReadChannel() to process channel information. This function writes out a binary file to DATA/tv_data.gab with channel and program information. The DATA/tv_data.gab file is used by Tv::OpenTvFile(). |