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 … 919 920 921 922 923 … 1231 Next »
Remote EPG update

 
  • 0 Vote(s) - 0 Average
Remote EPG update
mrhanky
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Dec 2005
#1
2005-12-05, 09:04 PM
Can anyone tell me if it is possible to remotely request GBPVR to update the EPG?

I have a headless server in a cupboard running GBPVR, an MVP in the lounge and another PC. The GBPVR server is not connected to the internet but the other PC is. I want to be able to run a script on the PC that will download a XMLTV file send it to the GBPVR server and force GBPVR to update the guide.

Is there a function on the web interface to tell GBPVR to update the guide? Alternatively is there a feature on the MVP interface that can do it?
malcolm
Offline

Junior Member

Posts: 19
Threads: 3
Joined: Feb 2005
#2
2005-12-05, 11:01 PM
I can't see any way to update the epg from the web interface, but the system should update itself at the time you set in the config app, so just make sure the new file is present by running the update batch on the connected machine before the auto update.

You could always use XP remote desktop to log into the machine 'in the cupboard' and then you can update via the tray icon, as if you were at that machine.
PVR:
Biostar 200N SFF/XP 2400+/1GB PC3200/MSI FX5200/PVR150/Samsung 160 GByte HD
MVP:
mrhanky
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Dec 2005
#3
2005-12-05, 11:13 PM
I am currently using XP remote desktop as you described, but I'm hoping to automate the process and avoid having to logon to the remote server.

Since the server is not connected to the internet and my other PC only has dialup I only get the latest XMLTV file when I'm using the PC. Then I want to update the epg on GBPVR straight away, rather than waiting for the next scheduled refresh.
jasjol
Offline

Senior Member

Posts: 270
Threads: 78
Joined: Dec 2004
#4
2005-12-06, 09:28 PM
you could make a bat file that you set to run every hour / half hour and that updates GBPVR if a EPG.xml file exists, if it does not exist nothing is updated (except the optional log file - which you need to delete periodically)


I am sure there is a much nicer way to write this but it works

(EmptyEPGinGBPVR.bat and updateEPGinGBPVR.bat are separate bat files containing one row each:
EmptyEPGinGBPVR.bat contains c:\program\devnz\GBPVR\GBPVR -OnlyEmptyEPG
updateEPGinGBPVR.bat contains c:\program\devnz\GBPVR\GBPVR -onlyupdateepg
)

The below text which should be in a file name.bat
date /T >>epg.log
Time /T >>epg.log
echo __________________ >>epg.log

echo start >>epg.log
c:
cd c:\
cd c:\xmlTV
if exist epg.xml call EmptyEPGinGBPVR.bat >>epg.log
date /T >>epg.log
Time /T >>epg.log
echo ___emptied________ >>epg.log
if exist epg.xml call updateEPGinGBPVR.bat >>epg.log
date /T >>epg.log
Time /T >>epg.log
echo updated >>epg.log
del epg.xml >>epg.log
echo finished >>epg.log
date /T >>epg.log
time /T >>epg.log
echo __________________ >>epg.log
Using DELL P4 1.5GB RAM 250 GB HD + DLINK DNS313 netdisk 1,5TB, 2 pieces of Hauppauge PVR150 w/45-button remote, 1 Popcorn Hour 110. Win XP SP3. GB-PVR v1.4.7 Plugins: Xrecord
mrhanky
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Dec 2005
#5
2005-12-06, 10:25 PM
Thanks for the tip. I will try this out.

Do you know if this will affect a recording that is under way when the update starts?
jasjol
Offline

Senior Member

Posts: 270
Threads: 78
Joined: Dec 2004
#6
2005-12-07, 09:05 AM
Hi

I do not know if it affects a recording - I do not think so.
There maybe a difference when it is a season recording or a manual or a one time set up recording via EPG

But If you happen to empty the EPG just before a recording is about to start - what happens then before the update is finished (which is fast 1-2 minutes on my computer with 15 channels and 14 days) ?

I think you need to test what happens unless someone else knows if pending recordings are deleted by -OnlyEmptyEPG command.
(there has been a lot of discussion regarding what happens but I do not remember)
Using DELL P4 1.5GB RAM 250 GB HD + DLINK DNS313 netdisk 1,5TB, 2 pieces of Hauppauge PVR150 w/45-button remote, 1 Popcorn Hour 110. Win XP SP3. GB-PVR v1.4.7 Plugins: Xrecord
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Hauppauge 2250 MCE remote Jeckler 22 20,662 2013-03-26, 04:26 PM
Last Post: DonBrutto
  Exit button on StreamZap remote now exits PVRX2 billbobbins 5 5,155 2012-08-30, 09:43 PM
Last Post: billbobbins
  Program MCE remote? arkennedy75 1 2,677 2011-04-13, 12:09 AM
Last Post: pBS
  "database disk image is malformed" during attemped EPG update! (GBPVR v.1.4.7) DaveA 4 3,356 2011-01-23, 06:35 PM
Last Post: DaveA
  EPG won't update nate 3 2,608 2011-01-04, 03:55 PM
Last Post: sub
  remote problem in GBPVR Zacken 5 2,601 2010-12-08, 09:00 PM
Last Post: Zacken
  Update EPG Issue dean70 1 1,903 2010-11-13, 05:31 PM
Last Post: sub
  EPG update problem NZ Fredo 5 2,829 2010-10-13, 10:42 PM
Last Post: Jaggy
  xmltv update timing problem aneez 3 2,130 2010-09-29, 06:34 AM
Last Post: aneez
  EPG update problem Aelanna 5 2,899 2010-09-26, 03:01 PM
Last Post: Aelanna

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

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

Linear Mode
Threaded Mode