2006-05-15, 05:40 PM
If you downloaded the utility I posted yesterday (post 18), please discard it and download the one I posted today..
I logged the details (in UpdateEPG.bat) to a filename that I-xmltv.exe had open, and noticed that my EPG didnât have any details after last nights automatic update.
Itâs been fixed, sorry about that. :o
If you installed it and just want to fix the UpdateEPG.bat yourself, itâs easy to do.
Just change this.
To this.
I logged the details (in UpdateEPG.bat) to a filename that I-xmltv.exe had open, and noticed that my EPG didnât have any details after last nights automatic update.
Itâs been fixed, sorry about that. :o
If you installed it and just want to fix the UpdateEPG.bat yourself, itâs easy to do.
Just change this.
Code:
REM *** Add details to movie titles ***
if %AddDetails% == 1 I-xmltv %GBPVROutput% %MVSwitches% %TVSwitches% [color=Red]>I-xmltv.log[/color]
if %AddDetails% == 1 MOVE I-XMLTV.XML %GBPVROutput%
To this.
Code:
REM *** Add details to movie titles ***
if %AddDetails% == 1 I-xmltv %GBPVROutput% %MVSwitches% %TVSwitches% [color=Red]>I-xmltv2.log[/color]
if %AddDetails% == 1 MOVE I-XMLTV.XML %GBPVROutput%
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |