NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 35 36 37 38 39 … 159 Next »
UK RadioTimes XMLTV returning blank data. Plus more channels

 
  • 0 Vote(s) - 0 Average
UK RadioTimes XMLTV returning blank data. Plus more channels
BigMoose
Offline

Posting Freak

Posts: 838
Threads: 44
Joined: Jan 2008
#41
2010-08-24, 01:42 PM
Likewise - luckily I saw your post so backed up yesterdays before it managed to screw it up at 2am this morning. Hopefully though it managed a full download.
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#42
2010-10-22, 12:43 AM
Dear all,

I'm not sure about anyone else but I am still finding the RT XML data hit and miss. Most days I get a full re-load. Some days (average once a week) completely no data from RT.

I have a back-up in place as per Jaggy's post on this thread here:

http://forums.gbpvr.com//showthread.php?...post383662

which means I can store 10 days worth of xml downloads (or more if wanted). What I would like to add to that .bat (or a .bat before the next .bat is called) is a request to look at my epg.xml filesize and if it is smaller than say 1000kb don't call the next instruction (keeping the current epg.xml file in place). If larger than 1000kb do call next instruction.

I have no idea how to do this Big Grin

Cheers

Steeb
garyeuph
Offline

Member

Posts: 161
Threads: 18
Joined: Apr 2006
#43
2010-10-22, 02:08 PM
Hi Steeb,

I use an autoit function to check the downloaded xml size and if less than a specified value, jus replace it with the previous version.

I have attached the code here - it should be easy to alter to your needs

Cheers

Garyeuph
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
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#44
2010-10-22, 05:12 PM
garyeuph Wrote:I use an autoit function to check the downloaded xml size and if less than a specified value, just replace it with the previous version.

I didn't think your had to do anything like that with the current version of xmltvgui - AFAIK it doesn't write an xml file if it finds the incoming data is empty. ????
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#45
2010-10-22, 05:46 PM
Many thanks garyeuph,

but looks like I may not need this

martint123 Wrote:I didn't think your had to do anything like that with the current version of xmltvgui - AFAIK it doesn't write an xml file if it finds the incoming data is empty. ????

Hmmmm, now that is interesting, not at my server until later, will have to check out what is wrong here. I get an .xml generated listings or not. martin123 what setting do you have with xmltvgui for the cahce? On or off? Or should this make no difference?

Cheers

Steeb
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#46
2010-10-22, 05:58 PM
I have cache on. The bottom of my log file has this when the RT has an error. It has been behaving for me recently, I will keep my eye on it to confirm.

Code:
XMLTV Radio Times Log:
13:08:45 - Starting pass 1 of grabber UK_RT
13:08:45 -    Please note that all data downloaded with this grabber is copyright of the Radio Times website (http://www.radiotimes.com) and the use of the data is restricted to personal use only. Also be aware that this service may not remain free and in future may become a paid-for service
13:08:45 -    Radio Times returned a zero sized reply for channel BBC1 North
13:08:45 -    Radio Times returned a zero sized reply for channel BBC2 North
<snip>
13:08:56 -    Finished pass 1 of grabber UK_RT
13:08:56 -    0 programs found
13:08:56 - Combining Grabber Programs
13:08:56 -    Finished Combining Grabber Programs
13:08:56 - Writing XML
13:08:56 - No programs found, aborting xml writing

Ah - found this on Birtles site.

Version 3.11.00 W (941KB) L (1107KB) (19/12/2008)
Changes:
-Fixed bug in time fixer
-Added Virgin 1 to Radio Times freeview limit script
-Made grabber not write xml if no programs have been downloaded
-Added BBC World timezone corrector script
-Fixed handling of digiguide channels with no ids
-Added more details from misc field in digiguide grabber
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#47
2010-10-22, 06:02 PM
martint123 Wrote:I have cache on. The bottom of my log file has this when the RT has an error. It has been behaving for me recently, I will keep my eye on it to confirm.

Code:
XMLTV Radio Times Log:
13:08:45 - Starting pass 1 of grabber UK_RT
13:08:45 -    Please note that all data downloaded with this grabber is copyright of the Radio Times website (http://www.radiotimes.com) and the use of the data is restricted to personal use only. Also be aware that this service may not remain free and in future may become a paid-for service
13:08:45 -    Radio Times returned a zero sized reply for channel BBC1 North
13:08:45 -    Radio Times returned a zero sized reply for channel BBC2 North
<snip>
13:08:56 -    Finished pass 1 of grabber UK_RT
13:08:56 -    0 programs found
13:08:56 - Combining Grabber Programs
13:08:56 -    Finished Combining Grabber Programs
13:08:56 - Writing XML
13:08:56 - No programs found, aborting xml writing

Ah - found this on Birtles site.

Version 3.11.00 W (941KB) L (1107KB) (19/12/2008)
Changes:
-Fixed bug in time fixer
-Added Virgin 1 to Radio Times freeview limit script
-Made grabber not write xml if no programs have been downloaded
-Added BBC World timezone corrector script
-Fixed handling of digiguide channels with no ids
-Added more details from misc field in digiguide grabber

Ah ha ha. Think I may know then, thanks for investigating. There are a few channels not on the RT site that I use so also use digiguide to grab these. So of course I always have some programs downloaded. Guess this may be my issue!

hmmmm, many thanks

Steeb
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,228
Threads: 139
Joined: Sep 2004
#48
2010-11-14, 04:43 PM
Just come back from holiday to discover I've no listings and I'm getting the "Radio Times returned a zero sized reply for channel....." for every channel :-(

Is the Radio Times listing broken again? Anyone else seeing this?
NPVR Version= 7.0.2.250621
Intel i5 Ten Core 14400 + 16GB DDR5 in Gigabyte B760 AX Motherboard
Windows 11 Pro 64bit
TBS-6902 dual DVB-S tuner
TBS-6205 quad DVB-T tuner
500Gb System Disk (M2 Nvme SSD)
4Tb Media Store (2 x 2Tb M2 Nvme SSD Spanned)

Raspberry Pi3 B+, Pi4B (OSMC) & Pi5 (XBian) running Kodi v21.1
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#49
2010-11-14, 05:49 PM
I've just tried mine and got the same result.

Odd - as it has been behaving for quite a time now. ISTR there have been a couple of channel renames in the last day or two - maybe someone pressed the wrong button!
It was certainly OK last evening as I was paying around with adding channels.
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#50
2010-11-14, 07:40 PM
Yes it has been playing up again. Meant to post over on AB's site.

What was even weirder was that twice in last 2 days RT returned something in the order of 868 programme details which effectively killed the XML not written if using XMLTV Gui..... It wrote the XML as the logic thought details were there!

Hmmm

Steeb
[SIZE="1"]When you have eliminated the impossible, whatever remains, however improbable, must be the truth.[/SIZE]

[SIZE="2"]NextPVR Documentation (wiki) admin/contributor[/SIZE]

profile on wiki & computer specifications
« 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
  UK XMLTV recommendations? bgowland 14 1,987 2025-05-22, 07:56 PM
Last Post: boringgit
  Error getting EPG data with NextPVR juliescamilla 2 575 2025-04-01, 10:07 AM
Last Post: juliescamilla
  Channels not found alda 12 1,469 2024-11-19, 02:39 PM
Last Post: mvallevand
  zap2it xmltv different than listing SamM 4 2,103 2023-12-11, 02:42 PM
Last Post: Prsa01
  Using NextPVR instead of Channels DVR Fangking79 3 1,794 2023-11-01, 11:32 PM
Last Post: mvallevand
  XMLTV - Schedules Direct JSON service changes 2022-05-20 gtb 1 1,253 2022-05-20, 07:34 PM
Last Post: mvallevand
  IPTV Guide data in NZ Jaggy 15 3,057 2022-04-09, 02:05 AM
Last Post: Jaggy
  Schedules Direct - Missing Data ottoguy 4 1,553 2022-03-21, 08:15 PM
Last Post: ottoguy
  NZ OnDemand channels ScottElsdon 3 2,110 2020-08-20, 10:05 AM
Last Post: ScottElsdon
  Guide data alphabanks 2 2,449 2017-12-19, 08:19 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