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 … 502 503 504 505 506 … 1231 Next »
TV Guide update The Netherlands

 
  • 0 Vote(s) - 0 Average
TV Guide update The Netherlands
-=TJ=-Stefan
Offline

Member

Posts: 137
Threads: 10
Joined: Oct 2006
#1
2007-07-30, 09:19 AM
My TV guide (tvgids_to_xml.exe from Ammarillo) does not update the BBC any more. Other channels does not seem to have the problem. Does anyone else in the Netherlands has that problem? No program details is what appears in the TV Guide.

I've looked in the logs but couldn't find the error that is causing it. If you do not have the problem let me know so I know to look into the TV Guide thing again... Smile
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#2
2007-07-30, 09:24 AM
Indeed I don't see it either. I first spotted it yesterday or the day before, but due to other duties I haven't been able to pay attention to it (and won't be for the next two weeks).
SuMo
Offline

Senior Member

Posts: 371
Threads: 13
Joined: May 2006
#3
2007-07-30, 09:44 AM
hmmm, all OK over here. BBC1, BBC2 and BBC world updated 7 days ahead.
-[Arjan]-
___________________________
[SIZE="1"]-I'm not a pessimist, just realistic- :p[/SIZE]
-=TJ=-Stefan
Offline

Member

Posts: 137
Threads: 10
Joined: Oct 2006
#4
2007-07-30, 10:45 AM
SuMo Wrote:hmmm, all OK over here. BBC1, BBC2 and BBC world updated 7 days ahead.

And you use tvgids_to_xml I presume? Is their a special way (extra batch or commando's) you run it or just the exe every day at a certain time?

I run tvgids_to_xml.exe every day at 05:00 hour. I also run a program called EPGFILTER. I haven't looked at it for a long time because it runs without a problem. Perhaps the EPGFILTER is to old or TVGIDS.NL has changed something...
SuMo
Offline

Senior Member

Posts: 371
Threads: 13
Joined: May 2006
#5
2007-07-30, 03:27 PM
-=TJ=-Stefan Wrote:And you use tvgids_to_xml I presume? Is their a special way (extra batch or commando's) you run it or just the exe every day at a certain time?

No, I use xmltv, and run the .exe every morning at 8.00 hr, never had any problems. The data is extracted from the same source (tvgids.nl). So nothing has changed on the tvgids.nl side

-=TJ=-Stefan Wrote:I run tvgids_to_xml.exe every day at 05:00 hour. I also run a program called EPGFILTER. I haven't looked at it for a long time because it runs without a problem. Perhaps the EPGFILTER is to old or TVGIDS.NL has changed something...

What does EPGFILTER do ?
-[Arjan]-
___________________________
[SIZE="1"]-I'm not a pessimist, just realistic- :p[/SIZE]
-=TJ=-Stefan
Offline

Member

Posts: 137
Threads: 10
Joined: Oct 2006
#6
2007-07-30, 03:54 PM
SuMo Wrote:No, I use xmltv, and run the .exe every morning at 8.00 hr, never had any problems. The data is extracted from the same source (tvgids.nl). So nothing has changed on the tvgids.nl side



What does EPGFILTER do ?

Hmm XMLTV never looked at it. Will take a look at it.

EPG Filter does what it says. It cleans up some data like Nickelodeon/Talpa or Ned 3 garbage when a show seem to be on all day and the other shows are in the same text so lot garbage in start end times..
In short it cleans the XML before importing. Quite old but it worked...
SuMo
Offline

Senior Member

Posts: 371
Threads: 13
Joined: May 2006
#7
2007-07-30, 05:16 PM
OK, that sounds good. I'll take a look at it.
One thing I'm struggling with (minor problem) is that tvgids.nl lists Ketnet/Canvas with a "/" . Using station logo's you must name the pictures/logo's exactly the same but you can't use a "/" in a name, so no icon is used.
-[Arjan]-
___________________________
[SIZE="1"]-I'm not a pessimist, just realistic- :p[/SIZE]
Sheik Yerbouti
Offline

Posting Freak

Posts: 922
Threads: 77
Joined: Jul 2006
#8
2007-07-30, 06:39 PM
Maybe you could try this: http://forums.gbpvr.com/attachment.php?a...1183917891
It's a litle program I wrote some time ago. It downloads the data from http://xmltv.assies.info/, which uses data from tvgids.nl. The main advantage is that is runs in a few seconds. You'd have to edit the config.xml to setup the channels you want to use.
[SIZE="1"]i5 750 4GB RAM, Windows 10 Home, HDHomeRun HDHR3-4DC, Digital Devices Cine CT, OSCam on a Raspberry Pi with a Smargo Smartreader+, Raspberry Pi 2 OpenElec Kodi client, Gigabyte Brix 2807 OpenElec Kodi client[/SIZE]
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#9
2007-07-30, 08:04 PM
Hi All,

I actually wrote EPGFilter (glad to see it's still usefull)....

I myself am pulling the BBC XML data from a UK web-site and combining that with the data from TVGids... Found out a long time ago that the BBC data on TVGids is really crappy, so take it from a UK source...

I use XMLTV (grab_uk) to pull the data from the UK web-site, and then use XMLTV as well to combine and clean the data (and prepare for EPGFilter and EPGProcess)...

Here's the command-line I use for getting the BBC data...

Code:
start xmltv tv_grab_uk_rt --output bbc.xml

And this is what I use to combine the two files...

Code:
xmltv tv_cat --output combined.xml tvgids.xml bbc.xml

Hope this helps...
//Ton
-=TJ=-Stefan
Offline

Member

Posts: 137
Threads: 10
Joined: Oct 2006
#10
2007-07-30, 08:49 PM
very interesting Ton.

So if I got it right :

grab NL with XMLTV
grab UK with XMLTV
epgfilter
epgproces

Hmm need to completly reconfigure the stuff but sounds like a good plan. Gonna need some help I think. If you have a working batchfile and ini files you run every day and wish to share it that would be great. I will find the executables (I presume they are available for download) and start with new grab software. Still curious why the BBC is not working with tvgids_to_xml.exe. It almost never failed me (2 times but then everybody had the same problem).
« 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 3,208 2023-06-26, 07:40 PM
Last Post: boggydoggy
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,936 2012-08-27, 04:00 PM
Last Post: rscheller
  Need help remapping Channel guide and actual channels divinehammer 3 3,917 2012-01-20, 10:43 AM
Last Post: kayleigh
  TV Guide Color griffy 0 1,850 2011-05-08, 10:20 AM
Last Post: griffy
  How to get Sky Digital channel guide into GBPVR? bobster 34 12,088 2011-04-01, 08:10 PM
Last Post: bobster
  "database disk image is malformed" during attemped EPG update! (GBPVR v.1.4.7) DaveA 4 3,509 2011-01-23, 06:35 PM
Last Post: DaveA
  EPG won't update nate 3 2,732 2011-01-04, 03:55 PM
Last Post: sub
  strange channel changing-works in guide but not recording WinoOutWest 18 6,512 2010-12-27, 10:17 PM
Last Post: sub
  epg guide for ATSC ota, no internet? sdowney717 26 12,746 2010-12-08, 08:37 PM
Last Post: SHIFT_paradigm
  Update EPG Issue dean70 1 2,002 2010-11-13, 05:31 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode