2010-01-26, 09:07 PM
- In Schedules Direct, make sure you have set up both lineups.
- Run "xmltv tv_grab_na_dd --configure" and select your cable lineup.
- Rename the ".xmltv\tv_grab_na_dd.conf" to ".xmltv\cable.conf"
- Run "xmltv tv_grab_na_dd --configure" and select your DirectTV lineup.
- Rename the ".xmltv\tv_grab_na_dd.conf" to ".xmltv\directtv.conf"
- Create a text file called "UpdateEPG.bat" in your GBPVR program folder.
- Insert the following into the batch file (change paths if necessary):
Code:@echo off
rem Change the next two lines to the drive and path of your xmltv installation
c:
cd \EPG\xmltv
rem Copy the cable configuration to tv_grab_na_dd and run it
copy /y .xmltv\cable.conf .xmltv\tv_grab_na_dd.conf
xmltv tv_grab_na_dd --days 14 --output cable.xml
rem Copy the DirectTV configuration to tv_grab_na_dd and run it
copy /y .xmltv\directtv.conf .xmltv\tv_grab_na_dd.conf
xmltv tv_grab_na_dd --days 14 --output directtv.xml - Run UpdateEPG.bat to test it and make sure that cable.xml and directtv.xml are created in the xmltv install folder.
- Point your cable capture source to "cable.xml"
- Point your DirectTV capture source to "directtv.xml"
GBPVR will display all the listings together in the guide but this way you don't need to uncheck all the Direct TV channels on the cable source.