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 … 385 386 387 388 389 1231 Next »
XMLTV - no 2008 listings from Radio Times?

 
  • 0 Vote(s) - 0 Average
XMLTV - no 2008 listings from Radio Times?
herbs
Offline

Senior Member

Posts: 697
Threads: 23
Joined: Apr 2004
#21
2007-12-31, 10:55 AM (This post was last modified: 2007-12-31, 12:02 PM by herbs.)
If you want to use your over the air listings on an analogue card then you could try dvb guide it is suppose to output a xmltv listing from captures, i personally haven't used it myself. then point your analogues xmltv folder to the output from the scan, obviously you need a dvb-t card for this to work.
PVR1: GBPVR 1.3.11|Pentium E5200|2GB|Hauppauge nova-t stick|nova-t usb2| tevion dvb-t100|250GB OS + 250GB HDD
PVR2: GBPVR 1.3.11|Sempron 2800+|768Mb|Geforce 5700le|Nebula pci|nova-t 909|nova-t 90002|nova-t stick| 300GB + 80 OS HDD
JEF
Offline

Member

Posts: 155
Threads: 2
Joined: Sep 2007
#22
2007-12-31, 12:52 PM
herbs Wrote:If you want to use your over the air listings on an analogue card then you could try dvb guide it is suppose to output a xmltv listing from captures, i personally haven't used it myself. then point your analogues xmltv folder to the output from the scan, obviously you need a dvb-t card for this to work.

Thanks, it seems to work well.
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#23
2007-12-31, 03:24 PM
It's not going to be a quick fix today then :eek:
http://talk.radiotimes.com/thread.jspa?t...=400000433

Quote:3) Work has already commenced on reinstating the service. We shall return to this forum on Wednesday 2 January (when we can discuss the matter with the head of the technical team) to confirm the date when it shall be fixed.

Currently doing an EPG update from DVB for the freeview channels at least.
garyeuph
Offline

Member

Posts: 161
Threads: 18
Joined: Apr 2006
#24
2007-12-31, 05:39 PM
Hi,

I have created a temporary version equivalent to the RadioTines data from the MCEEPG utility (including remapping the chael IDs so it simply replaced the Radio Times one in my PVR). I did not do all channel, just the main ones to hopefully tide me over for another week. The channels I did are listed below. I can email the xml file to anyone if they feel it would be helpful (pm me your detals):

BBC ONE
BBC TWO
ITV1
ITV2
ITV3
ITV4
Channel 4
Five
BBC THREE
BBC FOUR
Cbeebies
DAVE
VIRGIN1
E4
E4+1
FILM4
FIVE US
FIVE Life
Boomerang
GBPVR 1.4.7
Hauppauge PVR150, Hauppauge Nova-T 9200
Nvidia 6200 S-Video to WS TV
AMD 3200, HD 250GB and 500GB
NTL Samsung with Red-Eye Serial
goelectric
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Nov 2005
#25
2007-12-31, 06:23 PM (This post was last modified: 2008-01-01, 11:18 AM by goelectric.)
A workaround while we wait for the RT xmltv feed to come back on line.

I have got xmltv working with the Bleb listings and awked the output so it works without making any changes to my existing GBPVR setup.

I grab the bleb listings:-

xmltv.exe tv_grab_uk_bleb --output uktv_bleb.xml

I then pass the output through an awk script to change the channel names
to the same as the ones the Radio Times xml file has and output it to the file that my GBPVR normally reads in.

nawk.exe bleb2gbpvr.awk uktv_bleb.xml > uktv.xml

It's nowhere near as good as the RT content but it gives me the next 7 days EPG for all the Satellite FTA channels I use Smile while I await the RT xmltv feed to come back on line.

(nawk.exe is a great free windows utility - which you can get here )

If anyone wants copies of my uktv_bleb.xml and bleb2gbpvr.awk awk script please email me.

Here is my bleb2gbpvr.awk awk script:-

/display-name/ {
sub(/BBC 1</,"BBC1 London \\&amp\; South East<");
sub(/BBC 2</,"BBC2 London \\&amp\; South East<");
sub(/BBC 2 Wales</,"BBC2 Wales<");
sub(/BBC 3/,"BBC3");
sub(/BBC 4/,"BBC4");
sub(/Film Four/,"Film4");
sub(/Five Us/,"Five US");
sub(/ITV 1/,"ITV1 Granada");
sub(/ITV 2/,"ITV2");
sub(/ITV 3/,"ITV3");
sub(/ITV 4/,"ITV4");
sub(/Men And Motors</,"Men \\&amp\; Motors<");

}

{print;}
herbs
Offline

Senior Member

Posts: 697
Threads: 23
Joined: Apr 2004
#26
2007-12-31, 08:05 PM
Now we know how it feels when the yanks moaned about losing their tv listings zapit.
PVR1: GBPVR 1.3.11|Pentium E5200|2GB|Hauppauge nova-t stick|nova-t usb2| tevion dvb-t100|250GB OS + 250GB HDD
PVR2: GBPVR 1.3.11|Sempron 2800+|768Mb|Geforce 5700le|Nebula pci|nova-t 909|nova-t 90002|nova-t stick| 300GB + 80 OS HDD
Sam
Offline

Member

Posts: 94
Threads: 12
Joined: Dec 2007
#27
2007-12-31, 10:35 PM
I'm pullig the listings off air. Takes 5-10 mins to run. I'm losing 'Film:' 'Documentary:' headers, colours on categories etc. but searches on titles work from SearchWiz2 and I get a full TV listing without missing channels as I do with bleb grabs, so I'll have to make do.
plsm
Offline

Junior Member

Posts: 40
Threads: 5
Joined: Dec 2007
#28
2008-01-01, 09:58 AM
Excuse me if I'm being stupid, but it looks like theres plenty of XML in the RT grab but TV Guide doesn't seem to understand it... It that correct or have I misunderstood?
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#29
2008-01-01, 10:19 AM
If you look at the source of the RT data that xmltv grabs at http://xmltv.radiotimes.com/xmltv/ then you will see that it stopped on the 19th Dec. SO yes, there is plenty of XML data, but it is all in the past.
fluffykeith
Offline

Senior Member

Posts: 398
Threads: 69
Joined: Nov 2007
#30
2008-01-01, 10:40 AM
goelectric Wrote:A workaround while we wait for the RT xmltv feed to come back on line.

nawk.exe bleb2gbpvr.awk uktv_bleb.xml > uktv.xml


(nawk.exe is a great free windows utility - which you can get here )

If anyone wants copies of my uktv_bleb.xml and bleb2gbpvr.awk awk script please email me.

Here is my bleb2gbpvr.awk awk script:-

/display-name/ {
sub(/BBC 1</,"BBC1 London \\&amp\; South East<");
sub(/BBC 2</,"BBC2 London \\&amp\; South East<");
sub(/BBC 2 Wales</,"BBC2 Wales<");
sub(/BBC 3/,"BBC3");
sub(/BBC 4/,"BBC4");
sub(/Film Four/,"Film4");
sub(/Five Us/,"Five US");
sub(/ITV 1/,"ITV1 Granada");
sub(/ITV 2/,"ITV2");
sub(/ITV 3/,"ITV3");
sub(/ITV 4/,"ITV4");
sub(/Men And Motors/,"Men &amp; Motors");

}

{print;}

Ah shucks - you did it before me Big Grin

I was just creating a python script to do the same thing. I will look at nawk as its easier.

cheers

Keith
Old broken setup - Zalman HD160+ box,  AMD Athlon 5400+, 3GB DDR2, Motherboard Gigabyte GA-M61P-S3
Hauppauge Nova-T PCI
Hauppauge Nova-S PCI
BlackGold Dual T2, S2 PCI
1x 2TB SATA
Windows 7 Pro
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  XMLTV Updates? phillyjim 1 2,736 2011-12-21, 04:46 PM
Last Post: pcostanza
  FM Radio proceng 23 10,777 2011-12-17, 05:03 AM
Last Post: mvallevand
  ABC Australia EPG lists same show three times 1 min apart. Records multiple.. CCCMikey 11 6,237 2011-04-17, 09:38 AM
Last Post: CCCMikey
  XMLTV import with UTF encoding fails (also valid for NPVR) miniGranis 4 2,369 2011-01-29, 08:16 PM
Last Post: miniGranis
  Missing Channels In Listings? hollow5555 4 2,430 2011-01-10, 05:53 PM
Last Post: hollow5555
  Edit channel name when using xmltv as epg source Haggis 10 5,471 2010-10-18, 01:31 PM
Last Post: Haggis
  xmltv update timing problem aneez 3 2,204 2010-09-29, 06:34 AM
Last Post: aneez
  Net Radio not working on client PC JP23 2 1,748 2010-09-14, 10:45 PM
Last Post: JP23
  Free XMLTV? carz181 6 4,064 2010-08-30, 04:13 PM
Last Post: johnsonx42
  DVB epg to XMLTV fuzzweed 2 1,809 2010-06-25, 10:43 AM
Last Post: fuzzweed

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

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

Linear Mode
Threaded Mode