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 »
Guide questions

 
  • 0 Vote(s) - 0 Average
Guide questions
coppelltx
Offline

Member

Posts: 58
Threads: 16
Joined: Dec 2007
#1
2010-01-26, 01:21 PM
1. How do I stop guide update from adding new channels that I don't want/ use every time I do a guide update? Then I have to edit them out in config.
2. When I update guide via gbpvr gui, it does not pull any new data. I have to manually go to the C:EPG folder and update guide (xmltv.exe) every time I want to update.

thx
kruglovus
Offline

Junior Member

Posts: 18
Threads: 0
Joined: Apr 2009
#2
2010-01-26, 02:34 PM
GBPVR root folder has UpdateEPG.bat, which is automatically run once a day. ([SIZE="2"]You can change the time it updates in Config -> Capture Source tab. I think the default values are Automatic EPG Update at 2:00AM, [v] Wake machine, [v] Complete EPG reload, [v] Don't record duplicates[/SIZE]) The same batch file is run when you press on Update EPG button in the PVRX2.
You can edit UpdateEPG.bat as you like, test it, look through the resulting XML file to see if you have channels you want.
I can't say anything about xmltv.exe, never used it. My choice of EPG updater is mc2xml. For example, my UpdateEPG.bat looks like this:
Code:
C:
cd "C:\GBPVR\EPG"
mc2xml
mc2xml -D qam-mc2xml.dat -o qam-xmltv.xml -R qam-mc2xml.ren -C qam-mc2xml.chl
I pull two guides, one for analog channels, another for ATSC/QAM. Next to mc2xml.exe I have a file mc2xml.chl, which is used automatically when mc2xml.exe is run without any parameters (only works if the filename is mc2xml.chl, otherwise parameter -C is needed):
Code:
2-77
79-99
because I simply cannot tune to channel 78 and I don't want it in my guide.

You can find all help on parameters usage, examples, and FAQ on http://mc2xml.110mb.com/
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#3
2010-01-26, 02:44 PM
I thought gbpvr only added channels that you had explicitly told it to map (between a tuning request and a guide entry)? So even if the guide (in the config program) listed 100 channels, gbpvr itself might only show the 10 (non-shopping channels) that you decided to map.
kruglovus
Offline

Junior Member

Posts: 18
Threads: 0
Joined: Apr 2009
#4
2010-01-26, 03:03 PM
imilne Wrote:I thought gbpvr only added channels that you had explicitly told it to map (between a tuning request and a guide entry)? So even if the guide (in the config program) listed 100 channels, gbpvr itself might only show the 10 (non-shopping channels) that you decided to map.
I really don't know. Even if it's true, why have all 100 channels and show only 10? xmltv.xml for 100 channels for 2 weeks would be 30-40MB. Downloading it every day, GBPVR copying it from XML to its gbpvr.db3, and then sifting through it every time you open TV guide is no easy job. Yes, it's all done automatically, but why load your precious machine 10 times more then you need?
crossnet
Offline

Member

Posts: 179
Threads: 25
Joined: Oct 2005
#5
2010-01-26, 03:09 PM
kruglov Wrote:GBPVR root folder has UpdateEPG.bat, which is automatically run once a day.

Hi kruglov,

Is UpdateEPG a standard part of GBPVR or did you add it. I can't find it in any of my PVRX2 installations which use Schedules Direct.

em
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#6
2010-01-26, 03:12 PM
kruglov Wrote:I really don't know. Even if it's true, why have all 100 channels and show only 10? xmltv.xml for 100 channels for 2 weeks would be 30-40MB. Downloading it every day, GBPVR copying it from XML to its gbpvr.db3, and then sifting through it every time you open TV guide is no easy job. Yes, it's all done automatically, but why load your precious machine 10 times more then you need?

It was just an example.

I do actually only load the channels I'm interested in, because I have a self-written script that rewrites my xml to contain only the channels I want. That was done to make mapping easier though.
kruglovus
Offline

Junior Member

Posts: 18
Threads: 0
Joined: Apr 2009
#7
2010-01-26, 03:28 PM
crossnet Wrote:Is UpdateEPG a standard part of GBPVR or did you add it. I can't find it in any of my PVRX2 installations which use Schedules Direct.
Sorry, again, I never used Schedules Direct, only mc2xml.
Anyhow, I believe running UpdateEPG.bat, if it exists, is hard-coded into GBPVR software. So, just create it and GBPVR will run it according to the schedule set in Config.

imilne Wrote:It was just an example.

I do actually only load the channels I'm interested in, because I have a self-written script that rewrites my xml to contain only the channels I want. That was done to make mapping easier though.
Good one. You make gbpvr.db3 lighter. You still download all channels from the Internet, but if it's unlimited broadband, who cares?
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#8
2010-01-26, 05:42 PM
kruglov Wrote:Good one. You make gbpvr.db3 lighter. You still download all channels from the Internet, but if it's unlimited broadband, who cares?

It's actually the guide data for the UK's free satellite service "Freesat", which is broadcast as part of the signal (so no internet downloading required). gbpvr can't yet read this encrypted data, but a little program called DVBGuide can. It creates the xml, that is then filtered (by me), then imported into gbpvr.

All this happens as part of my UpdateEPG.bat file.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#9
2010-01-26, 08:13 PM
coppelltx Wrote:1. How do I stop guide update from adding new channels that I don't want/ use every time I do a guide update? Then I have to edit them out in config.
Just disable the extra channels in your Schedules Direct account.
coppelltx Wrote:2. When I update guide via gbpvr gui, it does not pull any new data. I have to manually go to the C:EPG folder and update guide (xmltv.exe) every time I want to update.

thx

UpdateEPG.bat does not exist by default but GBPVR checks for it when doing a guide update so that it can run additional scripts/programs at that time (like xmltv processing or guide enhancements). Just create the file with notepad and add the command line that you normally use to update your xmltv file. GBPVR will then run that command before importing the file.
coppelltx
Offline

Member

Posts: 58
Threads: 16
Joined: Dec 2007
#10
2010-01-26, 08:24 PM
This was helpful but I am still a little fuzzy on how to combine 2 guide listings together. I have both a cable and a Directv guide for my sources.
« 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
  Can't scroll with mouse when Searching the Guide TimA-C 10 2,569 2023-06-26, 07:40 PM
Last Post: boggydoggy
  tv guide empty in gbpvr works in pvrx2 slowtech 37 16,840 2012-08-27, 04:00 PM
Last Post: rscheller
  Need help remapping Channel guide and actual channels divinehammer 3 3,746 2012-01-20, 10:43 AM
Last Post: kayleigh
  TV Guide Color griffy 0 1,760 2011-05-08, 10:20 AM
Last Post: griffy
  How to get Sky Digital channel guide into GBPVR? bobster 34 10,939 2011-04-01, 08:10 PM
Last Post: bobster
  strange channel changing-works in guide but not recording WinoOutWest 18 5,854 2010-12-27, 10:17 PM
Last Post: sub
  epg guide for ATSC ota, no internet? sdowney717 26 11,954 2010-12-08, 08:37 PM
Last Post: SHIFT_paradigm
  Channel re-ordering in TV Guide mattyb 1 1,623 2010-11-10, 09:59 PM
Last Post: sub
  deleted pending recording stays red in search guide speising 4 2,262 2010-11-02, 03:56 PM
Last Post: sub
  TV Guide Display Problem (overlapping?) imgodot 2 2,084 2010-10-31, 05:53 AM
Last Post: imgodot

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

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

Linear Mode
Threaded Mode