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 … 50 51 52 53 54 … 1231 Next »
Multiple Guide Sources

 
  • 0 Vote(s) - 0 Average
Multiple Guide Sources
coppelltx
Offline

Member

Posts: 58
Threads: 16
Joined: Dec 2007
#1
2010-01-27, 01:38 PM
How to set up multiple guide sources using mc2xml. I have hvr 1600 with qam, ntsc cable (TWC) and a hdpvr(DTV) giving me 3 sources. Right now I have C:EPG/TWC and C:EPG/DTV folders set up to collect guide data but I don't know how to pull it together. Basic cable and QAM share the same data base, they just use different channel numbers.
This works but I have to manually go to these folders and execute mc2xml every 10 days or so. I set up UpdateEPG.bat with both directories above. Not sure this is the right way. Suggestions?


C:
cd "C:\EPG\DTV"
cd "C:\EPG\TWC"
mc2xml
forzaKGB
Offline

Member

Posts: 235
Threads: 31
Joined: Mar 2006
#2
2010-01-27, 04:11 PM
Is that the content of your UpdateEPG?

I use other sources but will try to tell you how EPG works

You should first make sure you get the data downloaded to a XMLTV file (in your case one file per source). I have two FloppyDTV cards but they use the same EPG since I have both cards fed with same signal.

I have set both Capture Sources up to load the same XML File (You do that in Capture Sources Screen in Config). You should instead point each capture source to it's own xmltv-file according to your setup.

I then call pvrx2 in order for it to load into GB-PVR, you can instead just shedule an update within config.exe:
Code:
pvrx2.exe -OnlyUpdateEPG
coppelltx
Offline

Member

Posts: 58
Threads: 16
Joined: Dec 2007
#3
2010-01-27, 07:12 PM
Thanks but I need to find how to get gbpvr to update by choosing guide update button in the gui. This requires a certain configuration in the UpdateEPG.bat file.
re-Barr
Offline

Member

Posts: 119
Threads: 10
Joined: Jun 2009
#4
2010-01-27, 08:23 PM
When I get home I can give you a bit more specific info but I set up mc2xml to get both epg's in 1 folder. It then appends the files together. and then GBPVR runs the single file. When I get home I can show you my batch file and it will make more sense.
__________
[SIZE="1"]Dell Optiplex GX280; P4 2.8GHz; 1GB RAM; XP Pro SP3; Hauppauge HVR-1600; nVidia 7600GS;
NPVR 2.1.5; System[/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#5
2010-01-27, 08:41 PM
coppelltx Wrote:C:
cd "C:\EPG\DTV"
cd "C:\EPG\TWC"
mc2xml

The above is only updating the TWC guide. It should be:

C:
cd "C:\EPG\DTV"
mc2xml
cd "C:\EPG\TWC"
mc2xml

Then it should update automatically every night with the scheduled update.
coppelltx
Offline

Member

Posts: 58
Threads: 16
Joined: Dec 2007
#6
2010-01-27, 08:53 PM
Thanks, I will test this out. I was close but I did not have mc2xml in after each folder. It seems that there is more than one way to do this. Appending files together seems more complicated.
re-Barr
Offline

Member

Posts: 119
Threads: 10
Joined: Jun 2009
#7
2010-01-28, 02:10 AM
Okay so if you have a solution that works for you then great, but as promised, this is how I have done it.

Code:
Rem  Get new Listings
C:
cd "C:\listings"

Rem Get extra OTA listings
mc2xml -D atsc.dat -C atsc.chl -o atsc.xml
Rem Get main Directv Listings
mc2xml -D directv.dat -C directv.chl -I atsc.xml

Rem  Send the command to GB-PVR to tell it to update its EPG
C:\Program Files\devnz\gbpvr\gbpvr.exe -OnlyUpdateEPG

Rem  Update the TV Listings Plugin
XmltvExtras.exe "C:\Listings\xmltv.xml"

I ran the mc2xml program and set it up as I wanted it. then I renamed the .dat and .chl files. to atsc.dat and atsc.chl

Then I ran mc2xml again and set it up for my other source. I renamed these .dat and .chl just because I wanted to organize it that way but it was unnecessary.

The first line of mc2xml creates an xml file called atsc.xml
The second line of mc2xml adds the atsc.xml file to the end of the xmltv.xml

Good luck.
__________
[SIZE="1"]Dell Optiplex GX280; P4 2.8GHz; 1GB RAM; XP Pro SP3; Hauppauge HVR-1600; nVidia 7600GS;
NPVR 2.1.5; System[/SIZE]
forzaKGB
Offline

Member

Posts: 235
Threads: 31
Joined: Mar 2006
#8
2010-01-28, 08:26 AM
Should'nt the EPG update line be:
Code:
Rem  Send the command to GB-PVR to tell it to update its EPG
C:\Program Files\devnz\gbpvr\pvrx2.exe -OnlyUpdateEPG

Sorry if I break in, perhaps gbpvr.exe also works but it isn't shipped with GB-PVR any more I think?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#9
2010-01-28, 11:23 AM
Yup, it should be pvrx2.exe instead of gbpvr.exe with the latest version. Good catch.

That line shouldn't be required if the above is in the UpdateEPG.bat file though
re-Barr
Offline

Member

Posts: 119
Threads: 10
Joined: Jun 2009
#10
2010-01-28, 02:16 PM
Hah... I never noticed that typo. thanks for the heads up guys. I will remove the line.
__________
[SIZE="1"]Dell Optiplex GX280; P4 2.8GHz; 1GB RAM; XP Pro SP3; Hauppauge HVR-1600; nVidia 7600GS;
NPVR 2.1.5; System[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't scroll with mouse when Searching the Guide TimA-C 10 2,622 2023-06-26, 07:40 PM
Last Post: boggydoggy
  Multiple tuners - do you set and EPG for each or just on one tuner? ram4x4nut 1 5,130 2013-07-23, 07:01 AM
Last Post: Lao Pan
  tv guide empty in gbpvr works in pvrx2 slowtech 37 16,901 2012-08-27, 04:00 PM
Last Post: rscheller
  Need help remapping Channel guide and actual channels divinehammer 3 3,757 2012-01-20, 10:43 AM
Last Post: kayleigh
  Query : How to use multiple TV Cards (thru GB-PVR) in a Desktop Computer? seymoria 7 4,507 2011-09-07, 08:17 PM
Last Post: martint123
  TV Guide Color griffy 0 1,765 2011-05-08, 10:20 AM
Last Post: griffy
  ABC Australia EPG lists same show three times 1 min apart. Records multiple.. CCCMikey 11 5,967 2011-04-17, 09:38 AM
Last Post: CCCMikey
  How to get Sky Digital channel guide into GBPVR? bobster 34 11,009 2011-04-01, 08:10 PM
Last Post: bobster
  strange channel changing-works in guide but not recording WinoOutWest 18 5,913 2010-12-27, 10:17 PM
Last Post: sub
  epg guide for ATSC ota, no internet? sdowney717 26 11,998 2010-12-08, 08:37 PM
Last Post: SHIFT_paradigm

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

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

Linear Mode
Threaded Mode