NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 20 21 22 23 24 … 93 Next »
Free XMLTV EPG scraper

 
  • 0 Vote(s) - 0 Average
Free XMLTV EPG scraper
drlava
Offline

Member

Posts: 188
Threads: 18
Joined: Jul 2007
#11
2007-08-04, 07:02 PM
the stop time is derived from the duration subnode.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#12
2007-08-04, 07:16 PM
If you mean the <length units="minutes">30</length>, this should actually be the running time of the program without commercials. From the xmltv dtd (the leading numbers are line numbers):
Quote: 309 <!-- The true length of the programme, not counting advertisements or
310 trailers. But this does take account of any bits which were cut out
311 of the broadcast version - eg if a two hour film is cut to 110 minutes
312 and then padded with 20 minutes of advertising, length will be 110
313 minutes even though end time minus start time is 130 minutes.
314 -->
315 <!ELEMENT length (#PCDATA)>
316 <!ATTLIST length units (seconds | minutes | hours) #REQUIRED>
317
drlava
Offline

Member

Posts: 188
Threads: 18
Joined: Jul 2007
#13
2007-08-04, 07:20 PM
hmm, I'll have to look in to this.. thanks for the info.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#14
2007-08-04, 07:30 PM
No problem. Unfortunately, there is no tag for the duration of the program. I'm having to go back on some of my code because some of my output is wrong. There are a couple of other minor things but I'll send you a PM later tonight about them.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#15
2007-08-04, 08:36 PM
drlava Wrote:the stop time is derived from the duration subnode.
Over the length of this project, I dont think I've seen a single xmltv file that includes this tag, yet I've looked at a huge variety of different files from all sorts of countries. As Whurlston says though, its also not appropriate to be used for your intended purpose due to it not listing the full duration.
drlava
Offline

Member

Posts: 188
Threads: 18
Joined: Jul 2007
#16
2007-08-05, 03:23 AM
Thanks for your replies. based on your feedback the following changes have been made starting in version 0.29, posted in the origial thread:

-The channel ID has 'ID' prefixed to it so that it cannot be confused with a numeric channel number, even if it is numeric.
-'stop' attribute has been added and the incorrect usage of 'length' removed.
-the time zone offset is zero padded to sign plus 4 digits.

I don't think any of these changes will break other readers.
If there are any other simple changes like that necessary, post here.
Carlito
Offline

Posting Freak

Posts: 817
Threads: 41
Joined: May 2006
#17
2007-08-05, 05:38 AM
Seems to be working much better for me now. Thanks for the update.
The only problem I seem to have is that all my shows are off by 3 hours.
my offset (in the xml file) is for -0300.
I tried changing my offset in the gbpvr config util (xmltv) but it doesn't seem to stick. Everytime I change it to -300 save out of the config, then go back in it's back to 000.
So I'm not sure if this is a gbpvr bug or not.

Other then that (i'm sure we'll figure it out Wink) this is an excellent replacement. I've been kind of worried about what I would do for an epg, and hopefully this will be the answer.
----------------------
[SIZE="1"]PVRX2 1.3.11
Shuttle SG33G5 Case
Core2Duo E8400 3Ghz -- 4 GB RAM
Hauppauge PVR-150
Adaptec AVC-3610 Dual Tuner
Onboard Intel GMA 3100 through HDMI -- 500GB
37" Westinghouse LCD (1920 x 1080p)

Projects
Program Image Tool[/SIZE]
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#18
2007-08-05, 01:20 PM
Um, when I try to extract V.29 my anti-virus trips with this trojan:

http://www.f-secure.com/v-descs/autoit_x.shtml
drlava
Offline

Member

Posts: 188
Threads: 18
Joined: Jul 2007
#19
2007-08-05, 02:30 PM
The program is written in autoit, the source code is posted. If you are worried about virii, you can 'compile' it yourself, but I'm prety sure that this complaint from your scanner is it just being over sensitive.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#20
2007-08-05, 02:38 PM
drlava Wrote:but I'm prety sure that this complaint from your scanner is it just being over sensitive.
I agree. You can add the program to the exclusion list and it should not trip it.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (22): « Previous 1 2 3 4 5 … 22 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to extract M3U8 and get matching XMLTV guide data from NPVR almightyj 0 3,540 2018-10-23, 07:24 AM
Last Post: almightyj
  XMLTV Channel Number Option gdogg371 12 7,031 2018-07-18, 04:32 PM
Last Post: sub
  Merge xmltv data with xslt Graham 4 3,581 2014-01-02, 12:45 PM
Last Post: Graham
  XMLTV data mvallevand 6 2,685 2011-04-16, 03:08 AM
Last Post: sub
  zap2xml - a free zap2it scraper jdg 193 118,951 2011-04-13, 03:01 PM
Last Post: fla
  XmlTv Structure psycik 2 2,252 2008-12-29, 10:53 PM
Last Post: psycik
  Content Provider: How to publish XMLTV data? skoka123 6 3,527 2008-09-03, 05:48 AM
Last Post: skoka123
  XMLTV Questions -Oz- 34 10,605 2008-03-24, 01:19 AM
Last Post: zehd
  New XMLTV Enhancer and more... zehd 388 93,624 2008-03-05, 07:45 PM
Last Post: zehd
  I-xmltv updated for YahooXMLTv (adds a new show marker and more) Jim_ 78 25,606 2008-01-02, 10:33 AM
Last Post: tvshowman

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

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

Linear Mode
Threaded Mode