2004-12-10, 02:31 AM
First, you have to configure it. The configuration file can be auto-generated by running the following command (I found it to work best by using a DOS window, since this is all text based):
(this is for North America)
xmltv.exe tv_grab_na_dd --configure
------------
Once it is configured the first time, you can use the following commands to retrieve the guide and then sort it.
Here is the batch file I created, I just call it getguide.bat and set up a windows scheduled task to call it every morning at 1am.
xmltv.exe tv_grab_na_dd > newguide.xml
xmltv.exe tv_sort < newguide.xml > newguide_sorted.xml
del newguide.xml
Then, just point GBPVR's EPG Source to be an XML file, and locate the file the batch created.
------------------
other countries can replace the "tv_grab_na_dd" in the configuration command with:
United Kingdom tv_grab_uk_rt
Canada and United States tv_grab_na_dd, tv_grab_na
Germany tv_grab_de_tvtoday
New Zealand tv_grab_nz
Finland tv_grab_fi
Italy tv_grab_it
Spain tv_grab_es, tv_grab_es_digital
Netherlands tv_grab_nl, tv_grab_nl_wolf
Denmark tv_grab_dk
Hungary and Romania tv_grab_huro
Japan tv_grab_jp
Sweden tv_grab_se
France tv_grab_fr
Norway tv_grab_no
Portugal tv_grab_pt
-----------------
Hope that made sense.
ANEDJF
(this is for North America)
xmltv.exe tv_grab_na_dd --configure
------------
Once it is configured the first time, you can use the following commands to retrieve the guide and then sort it.
Here is the batch file I created, I just call it getguide.bat and set up a windows scheduled task to call it every morning at 1am.
xmltv.exe tv_grab_na_dd > newguide.xml
xmltv.exe tv_sort < newguide.xml > newguide_sorted.xml
del newguide.xml
Then, just point GBPVR's EPG Source to be an XML file, and locate the file the batch created.
------------------
other countries can replace the "tv_grab_na_dd" in the configuration command with:
United Kingdom tv_grab_uk_rt
Canada and United States tv_grab_na_dd, tv_grab_na
Germany tv_grab_de_tvtoday
New Zealand tv_grab_nz
Finland tv_grab_fi
Italy tv_grab_it
Spain tv_grab_es, tv_grab_es_digital
Netherlands tv_grab_nl, tv_grab_nl_wolf
Denmark tv_grab_dk
Hungary and Romania tv_grab_huro
Japan tv_grab_jp
Sweden tv_grab_se
France tv_grab_fr
Norway tv_grab_no
Portugal tv_grab_pt
-----------------
Hope that made sense.
ANEDJF