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 … 4 5 6 7 8 … 1231 Next »
How to get Sky Digital channel guide into GBPVR?

 
  • 0 Vote(s) - 0 Average
How to get Sky Digital channel guide into GBPVR?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#21
2011-03-29, 09:12 PM
You probably could preprocess the XMLTV file and replace "UK_Digi_ with " with sed ie

Code:
sed -e "s/\"UK_Digi_/\"/" < in.xml > out.xml

Martin
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#22
2011-03-29, 09:44 PM
bobster Wrote:Thanks for that but the Sky channel numbers in Digiguide are correct so I don't need to change those...

Here is an example from the xml that the Birtles XMLTV Digiguide grabber generated:

<channel id="UK_Digi_101">
<display-name>BBC 1 London</display-name>
</channel>

Is there some way to do a database query to update the channel numbers from this xml ?

bobster, something is not correct with your xml set up.

extract from my XMLTVGUI processed DigiGuide grab from this morning:

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<tv date="20110329" generator-name="XMLTV GUI V. 3.14.01ßW" generator-url="http://www.birtles.org.uk/xmltv">
  <channel id="157">
    <display-name>Film24</display-name>
  </channel>

[Edit] Or could post-process as per Martin's suggestion but I am not running any postprocess on my xml other than XMLTVGUI. Have you checked AB's site? There a few posts from me re: getting DigiGuide working. [EndEdit]
steeb
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#23
2011-03-29, 10:28 PM
See this then http://www.birtles.org.uk/phpbb3/viewtop...?f=5&t=328

Martin
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#24
2011-03-29, 10:33 PM
mvallevand Wrote:See this then http://www.birtles.org.uk/phpbb3/viewtop...?f=5&t=328

Martin

Martin, top detective work! Shows how long since I last visited AB's forum. One of those things I forget to do when everything is working Big Grin
bobster
Offline

Junior Member

Posts: 33
Threads: 5
Joined: Jan 2010
#25
2011-03-30, 07:25 AM
Oops, I didn't know about the post-processing, enabling now and will test it out!
bobster
Offline

Junior Member

Posts: 33
Threads: 5
Joined: Jan 2010
#26
2011-04-01, 08:00 AM
OK, I enabled the post-processor and my xml now looks like this:

<?xml version="1.0" encoding="ISO-8859-1"?>
<tv date="20110331" generator-name="XMLTV GUI V. 3.13.01W" generator-url="http://www.birtles.org.uk/xmltv">
<channel id="101">
<display-name>BBC 1 London</display-name>
</channel>

However, the channel id does not get imported, they are just consecutive numbers 1,2,3 etc.

So I'm back to square one, how to update the channels with the correct channel numbers?
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#27
2011-04-01, 09:23 AM
bobster Wrote:OK, I enabled the post-processor and my xml now looks like this:

<?xml version="1.0" encoding="ISO-8859-1"?>
<tv date="20110331" generator-name="XMLTV GUI V. 3.13.01W" generator-url="http://www.birtles.org.uk/xmltv">
<channel id="101">
<display-name>BBC 1 London</display-name>
</channel>

However, the channel id does not get imported, they are just consecutive numbers 1,2,3 etc.

So I'm back to square one, how to update the channels with the correct channel numbers?

bobster, I now forget, is this with GB-PVR or NextPVR?

steeb
bobster
Offline

Junior Member

Posts: 33
Threads: 5
Joined: Jan 2010
#28
2011-04-01, 01:21 PM
This is with NextPVR, here are my settings:

[Image: hauppauge_settings.jpg]
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#29
2011-04-01, 02:52 PM
Hmmm, I do not understand the HD-PVR. Is it set up as a digital device?

I set up my channels with NextPVR a while back and haven't had another play since. I can't remember how I got the channel numbers to work.

I have a nasty feeling that you need an analog device and set that up first and import the channels which gives the correct numbers as desired. Then scan with a digital device and merge.....

Hmmm again....

Seems a shame that NextPVR does not automatically support the channel numbering from the XML somehow, IF this is the case? Perhaps someone else could shed some light?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#30
2011-04-01, 04:08 PM
steeb Wrote:Seems a shame that NextPVR does not automatically support the channel numbering from the XML somehow
I havent been following this thread, but as far as I'm aware, NextPVR supports the two main standards for channel numbers in xmltv files:

Code:
    <channel id="CART-NET">
        <display-name>Cartoon Network</display-name>
        <display-name>42</display-name>
    </channel>

Code:
    <channel id="42">
        <display-name>Cartoon Network</display-name>
    </channel>

What format is not being accepted? Post an example file so I can check it out myself.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't scroll with mouse when Searching the Guide TimA-C 10 2,958 2023-06-26, 07:40 PM
Last Post: boggydoggy
  how to use IR server suite with GBPVR zaprat 82 63,339 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  GBPVR support for Hauppauge WinTV-HVR-1900 or Hauppauge HD-PVR (PAL) lchiu7 23 18,689 2014-05-15, 12:59 AM
Last Post: lchiu7
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 3,996 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  GBPVR and NPVR jigster99 2 5,220 2013-02-16, 01:50 AM
Last Post: jigster99
  BBC HD / BBD 1 HD in GBPVR Pob 21 13,725 2012-10-05, 05:42 PM
Last Post: Pob
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,586 2012-08-27, 04:00 PM
Last Post: rscheller
  Channel 4 HD new tuning string Pob 0 2,657 2012-03-29, 08:59 PM
Last Post: Pob
  Here comes Digital Cable ... what to do divinehammer 26 12,042 2012-03-28, 10:31 PM
Last Post: RumbleZ
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,392 2012-03-18, 02:07 AM
Last Post: KS4UA

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

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

Linear Mode
Threaded Mode