NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 872 873 874 875 876 … 1231 Next »
UpdateEPG.bat

 
  • 0 Vote(s) - 0 Average
UpdateEPG.bat
nutsaboutfilberts
Offline

Junior Member

Posts: 15
Threads: 5
Joined: Oct 2004
#1
2005-01-11, 09:01 PM
I've just tried to find UpdateEPG.bat on my machine, and can't find it. ( Basically, I am trrying to automate the downloading of XMLTV data every evening)

Since I can't find it, I was wondering
a) Have I lost it somewhere, and need to reload GBPVR
or - and I suspect this is the more likely
b) I need to create it myself.

If it is the latter, can someone talk me through the basics of what I have to do.

Thanks

dave ><
Shuttle SN41G2V2 (Sharkoon SL1 Fan)
AMD Atlon 3000+ (Barton)
Samsung Spinpoint 160GB
IGb Crucial Ram DDR 3200
PVR 350
NEC 3500 DVD
XP Home
GB-PVR
USB-UIRT
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#2
2005-01-11, 09:19 PM
The answer is b) I need to create it myself.

It is just a batch file that runs at the updateepg time.

It is a text file that has the same commands that you would invoke on the command line in it.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#3
2005-01-11, 09:28 PM
[b Wrote:Quote[/b] ]
If it is the latter, can someone talk me through the basics of what I have to do.

You need to create it yourself. Just create a Text file using Notepad and place it in the GBPVR directory. Call it UpdateEPG.BAT, and place whatever command you want it to run before it updates the EPG. I have placed the following command in mine:

CALL C:\XMLTV\xmltvGBPVR.bat

Which calls my XMLTV grabber and downloads the XMLTV data. After completion. GBPVR then will have the most current XMLTV data to bring in for the episode guide.



nutsaboutfilberts
Offline

Junior Member

Posts: 15
Threads: 5
Joined: Oct 2004
#4
2005-01-11, 10:07 PM
Thanks for the quick help. Ah well, it's years since I played with DOS !

I'll give it a try and let you know if I succeed.

Thanks

dave ><
Shuttle SN41G2V2 (Sharkoon SL1 Fan)
AMD Atlon 3000+ (Barton)
Samsung Spinpoint 160GB
IGb Crucial Ram DDR 3200
PVR 350
NEC 3500 DVD
XP Home
GB-PVR
USB-UIRT
ro76
Offline

Junior Member

Posts: 24
Threads: 7
Joined: Jan 2005
#5
2005-01-11, 10:30 PM
[b Wrote:Quote[/b] (nutsaboutfilberts @ Jan. 11 2005,16:01)]I've just tried to find UpdateEPG.bat on my machine, and can't find it. ( Basically, I am trrying to automate the downloading of XMLTV data every evening)

Since I can't find it, I was wondering
a) Have I lost it somewhere, and need to reload GBPVR
or - and I suspect this is the more likely
b) I need to create it myself.

If it is the latter, can someone talk me through the basics of what I have to do.

Thanks

dave ><
If setup the bat file like that, my epgupdate will not work.

I end up with a folder .xmltv and an xml file with nothing in it in the GBPVR directory. If i update it by running the correct bat file in the xmltv directory, it works fine.

Ro
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#6
2005-01-12, 03:40 AM
Here is my UpdateEPG.bat which works for calling the XMLTV grabber.

cd c:\xmltv
call xmltvGBPVR.bat

And my xmltvGBPVR.bat file looks like this:

xmltv.exe tv_grab_na_dd > wowcable.xml

So the output gets redirected to the file that GBPVR is looking for.

Hope that helps.
ro76
Offline

Junior Member

Posts: 24
Threads: 7
Joined: Jan 2005
#7
2005-01-12, 11:40 AM
That did the trick! I needed the cd 'c:\xmltv' bit to make it work properly.

Ro
nutsaboutfilberts
Offline

Junior Member

Posts: 15
Threads: 5
Joined: Oct 2004
#8
2005-01-12, 11:23 PM
Well I wrote my UpdateEPG Batch file - and it worked ! Thanks for the help.

However, in addition, I've also set up my XP Scheduled Tasks to download the XMLTV files as well. This seems to be a good alternative to writing batch files.

Both are working, and I have lovely data coming down automatically. (Belt & Braces !Wink

Dave ><
Shuttle SN41G2V2 (Sharkoon SL1 Fan)
AMD Atlon 3000+ (Barton)
Samsung Spinpoint 160GB
IGb Crucial Ram DDR 3200
PVR 350
NEC 3500 DVD
XP Home
GB-PVR
USB-UIRT
soulslinga
Offline

Junior Member

Posts: 22
Threads: 9
Joined: Sep 2005
#9
2005-10-21, 03:12 AM
My epg isnt auto updating either. it will update manually. i'm using the latest version. i did not have an updateepg.bat.

i did have a postupdateepg.bat which looks like this:
cd E:\Programz\GB_PVR
PriorityRecording.exe > recording.log
rem rectracker -purge

i created a updateepg.bat file that looks like this:
cd E:\Programz\GB_PVR
call PostUpdateEPG.bat

i use zap2it.
Am i on the right track? I'm a bit confused by all this..?
any help appreciated.
i live in new jersey, monmouth county, using digital cablevision of wall. zip code 07753.
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#10
2005-10-21, 07:09 AM
For zap2it you shouldn't have to have an updateEPG (unless you want to make sure something else happens before updating the EPG). PostUpdateEPG.bat, if existing, will be called after the EPG has been updated, for additional tasks to be done (I use it to make sure the disk gets defragmented, for example).

A good bet why your zap2it doesn't update is that you have it set for 3.a.m, and zap2it's servers are not up to all the people trying to access the site at the same time. Try changing it to something like 5p.m. or so and see if that helps.
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with updateEPG.bat? Seems to run in a loop, unpredictable aberson 4 2,068 2010-08-23, 07:56 PM
Last Post: sub
  UpdateEPG in System session... zehd 8 3,136 2009-02-24, 12:02 AM
Last Post: zehd
  UpdateEPG confusion gazoo 34 8,404 2008-12-19, 12:26 AM
Last Post: zehd
  UpdateEPG.bat not working? SLR_65 2 1,763 2008-12-05, 02:17 AM
Last Post: SLR_65
  missing UpdateEPG.bat srhutch 3 1,885 2008-11-29, 07:35 AM
Last Post: zehd
  Updateepg.bat feilh 15 4,991 2008-11-28, 09:41 PM
Last Post: feilh
  XMLTV grabber from UpdateEPG.bat? fausto 3 2,154 2007-12-07, 03:07 PM
Last Post: nafurahi
  GBPVR UpdateEPG.bat caschwall 6 2,450 2007-12-04, 04:34 PM
Last Post: HtV
  updateEPG.BAT text?? dernt 2 1,593 2007-09-25, 10:45 AM
Last Post: sub
  UpdateEPG errors? Anthony 1 1,276 2007-09-15, 04:19 PM
Last Post: Nomad101

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode