2007-09-25, 01:18 AM
Can someone post the text from the updateEPG.BAT file? I mistakenly deleted it when I pasted the call line for I-xmltv.
|
2007-09-25, 01:18 AM
Can someone post the text from the updateEPG.BAT file? I mistakenly deleted it when I pasted the call line for I-xmltv.
2007-09-25, 05:26 AM
Mine looks like this:
(the dnh.exe 120 is at little homemade thing that prevents hibernation on my system for 120 minuts) Code: c:
cd\
cd "Program files\devnz\gbpvr\"
start dnh.exe 120
echo off
setlocal
set logfile=epgupdate.out.log
set /a attempts=2
:ping
sleep 60
echo Attempt %attempts% >> %logfile%
if %attempts% GEQ 4 goto error
set /a attempts=%attempts% + 1
ping www.google.com >> %logfile%
if %errorlevel% neq 0 goto ping
echo Ping successful >> %logfile%
d:
cd\
cd temp
cd xmltv
xmltv.exe tv_grab_dk --days 7 --output tvguide.xml
goto exit
:error
echo Error connecting to internet >> %logfile%
goto exit
:exit
defrag c: -f
defrag d: -f
REM Make sure that the EPG-alarm doesn't go off
"C:\Program Files\devnz\gbpvr\paraled.exe" epg
exit
Michael Larsen
[SIZE="1"]HTPC: Asus AMD 785G- M4A785TD-M/EVO, ATI 4200 HDMI, AMD Phenom II X2 550 - 3.0 GHz, 2 GB Ram, 500 GB Seagate Barracuda Terratec Cinergy C PCI HD, NVidia PureVideo, Cyberlink Windows 7 ULT, NPvr v1.5.33[/SIZE] Website
2007-09-25, 10:45 AM
dernt Wrote:Can someone post the text from the updateEPG.BAT file? I mistakenly deleted it when I pasted the call line for I-xmltv.In the default installation there is no UpdateEPG.bat. |
|
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Problem with SRT Viewer showing italic tags ie:<i> text </> | nsti2tion | 4 | 4,352 |
2010-10-05, 11:55 PM Last Post: sub |
|
| Help with updateEPG.bat? Seems to run in a loop, unpredictable | aberson | 4 | 2,748 |
2010-08-23, 07:56 PM Last Post: sub |
|
| fuzzy or jagged looking text in PVRX2 | Torque | 4 | 2,652 |
2010-04-15, 07:51 PM Last Post: stustunz |
|
| Better Looking Text in Overlay Manager | 235301 | 1 | 1,757 |
2009-11-24, 05:33 PM Last Post: sub |
|
| EPG text font code page support | rooomish | 14 | 5,900 |
2009-11-17, 07:19 PM Last Post: woa |
|
| XMLTV - RT and symbols in text description | gbq57 | 8 | 3,305 |
2009-03-27, 01:28 AM Last Post: markbb1 |
|
| UpdateEPG in System session... | zehd | 8 | 4,073 |
2009-02-24, 12:02 AM Last Post: zehd |
|
| UpdateEPG confusion | gazoo | 34 | 11,191 |
2008-12-19, 12:26 AM Last Post: zehd |
|
| UpdateEPG.bat not working? | SLR_65 | 2 | 2,226 |
2008-12-05, 02:17 AM Last Post: SLR_65 |
|
| missing UpdateEPG.bat | srhutch | 3 | 2,430 |
2008-11-29, 07:35 AM Last Post: zehd |
|