leejsmith
02-03-2004, 05:37 PM
i have been working on a vb application to download epg data from the radiotimes website.
i tested this today and found 7 days of programs for a single channle including full descriptions , episode and if previously played downloaded in 30mins on my 150k broadband.
to use it you must have registerd and setup your channles on the RT website.
http://www.radiotimes.com
then you will have to register inet.ocx of the program gives you a missing ocx error.
just run regserv32 inet.ocx from a command prompt in the folder path that you unzipped the files.
then run the program.
at the top center of the screen is a button labled process and under that are 2 text boxes with a 4 and a 1.
the 4 is to start on the 4th date in the list (current date)
the 1 is the number of days to download.
it will open channles_ids for xmltv channle d's must be in the same directory at get_rt.exe
and output to a file called test.txt in xmltv format.
the only thing to do is open the test.txt and do a find and replace of & to + otherwise tv_sort gives an error.
then run tv_sort to sort and generate stop times plus make sure the file is ok for xmltv plugin.
here is the actual file
(i have removed the file until i have tested it some more.)
it looks messy as it still shows all my debug screen but at the moment i am looking for speed comparisons with tv_grab_uk_rt on other systems.
look forward to any questons / comments
Lee
i tested this today and found 7 days of programs for a single channle including full descriptions , episode and if previously played downloaded in 30mins on my 150k broadband.
to use it you must have registerd and setup your channles on the RT website.
http://www.radiotimes.com
then you will have to register inet.ocx of the program gives you a missing ocx error.
just run regserv32 inet.ocx from a command prompt in the folder path that you unzipped the files.
then run the program.
at the top center of the screen is a button labled process and under that are 2 text boxes with a 4 and a 1.
the 4 is to start on the 4th date in the list (current date)
the 1 is the number of days to download.
it will open channles_ids for xmltv channle d's must be in the same directory at get_rt.exe
and output to a file called test.txt in xmltv format.
the only thing to do is open the test.txt and do a find and replace of & to + otherwise tv_sort gives an error.
then run tv_sort to sort and generate stop times plus make sure the file is ok for xmltv plugin.
here is the actual file
(i have removed the file until i have tested it some more.)
it looks messy as it still shows all my debug screen but at the moment i am looking for speed comparisons with tv_grab_uk_rt on other systems.
look forward to any questons / comments
Lee