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
kwong26
Offline

Junior Member

Posts: 32
Threads: 3
Joined: Jul 2007
#71
2007-08-21, 05:23 AM
I'll test out v.42 and let you know the results that I get with that.

Thanks for trying to fix things related to GBPVR!!
Antec Fusion Black / ASUS M2NPV-VM Integrated NVidia GeForce 6150 / AMD Athlon 64 X2 5000+ / 3GB DDR2 PC2-6400 / 320GB HD / Hauppauge HVR-1600 w/ IR Blaster / Logitech Harmony 880 Remote

Antec NSK1300 / ASUS M2NPV-VM Integrated NVidia GeForce 6150 / AMD Athlon 64 3500+ / 2GB DDR2 PC2-6400 / 260GB HD / 2 x Hauppauge HVR-1600 w/ IR Blaster
fla
Offline

Posting Freak

Posts: 890
Threads: 46
Joined: Mar 2006
#72
2007-08-21, 01:51 PM
Thanks for updating the source. If the bug is already fixed I probably won't modify it but I always prefer to compile my own apps whenever possible. If I change anything I'll absolutely share.
kwong26
Offline

Junior Member

Posts: 32
Threads: 3
Joined: Jul 2007
#73
2007-08-21, 04:12 PM
Ok, so the results are in...the program runs with both the /d and /c switches without crashing for both small numbers of channels as well as large number of channels (in my case 57). The fix worked!! Great job!! Writing the log at each step is also much better as we can now see where the program crashes, if it does.

As for the /c switch, for whatever reason, GBPVR doesn't seem to like reading the XMLTV data. Not a big deal anymore cause what I've done is mapped all my channels to logos, so now I know what all the numbers are. Smile

Maybe if Whurlston is reading this, some light can be shed as to how GBPVR is actually wanting the data, but for now, I think this is a great release.
Antec Fusion Black / ASUS M2NPV-VM Integrated NVidia GeForce 6150 / AMD Athlon 64 X2 5000+ / 3GB DDR2 PC2-6400 / 320GB HD / Hauppauge HVR-1600 w/ IR Blaster / Logitech Harmony 880 Remote

Antec NSK1300 / ASUS M2NPV-VM Integrated NVidia GeForce 6150 / AMD Athlon 64 3500+ / 2GB DDR2 PC2-6400 / 260GB HD / 2 x Hauppauge HVR-1600 w/ IR Blaster
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#74
2007-08-21, 04:31 PM
kwong26 Wrote:Maybe if Whurlston is reading this, some light can be shed as to how GBPVR is actually wanting the data, but for now, I think this is a great release.
Wanting which data? If you mean the info for channel logos, GBPVR will automatically load an icon from the ChannelLogos folder if the file has the same name as what is in the <display-name> tag. I know ".jpg" works, but I'm not sure if other filetypes do.

Example:
A channel with <display-name>4 WHAS</display-name> will load "C:\Program Files\devnz\gbpvr\media\ChannelLogos\4 WHAS.jpg" automatically in GB-PVR.

Another way is if the xml data contains the <icon> tag for a channel, GB-PVR will automatically download it and save it to the appropriate location/filename:

Code:
<channel id="0004">
    <display-name>4 WHAS</display-name>
    <icon src="http://www.lyngsat-logo.com/logo/tv/ww/whas_11_louisville.jpg" />
  </channel>
kwong26
Offline

Junior Member

Posts: 32
Threads: 3
Joined: Jul 2007
#75
2007-08-21, 05:21 PM
Sorry, that was my mistake. I figured out what happened when I couldn't see the update. When I updated the EPG, I forgot to get rid of the old EPG and channels, so things were a little messed up.

Tried it again, getting rid of previously existing channel data and loaded the latest version with the /c switch and things look better now. I now get the channel correctly and the channel name showing up as expected (i.e. 4 WHAS)
Antec Fusion Black / ASUS M2NPV-VM Integrated NVidia GeForce 6150 / AMD Athlon 64 X2 5000+ / 3GB DDR2 PC2-6400 / 320GB HD / Hauppauge HVR-1600 w/ IR Blaster / Logitech Harmony 880 Remote

Antec NSK1300 / ASUS M2NPV-VM Integrated NVidia GeForce 6150 / AMD Athlon 64 3500+ / 2GB DDR2 PC2-6400 / 260GB HD / 2 x Hauppauge HVR-1600 w/ IR Blaster
fla
Offline

Posting Freak

Posts: 890
Threads: 46
Joined: Mar 2006
#76
2007-08-22, 03:14 AM
Strange, my cable provider only shows up if I don't click on "Download as Canadian". The satellite providers in my area (which I don't use) only show up if I do click on "Download as Canadian". I un-hardcoded a UI message and fixed a typo in a comment (see attached patch).
drlava
Offline

Member

Posts: 192
Threads: 18
Joined: Jul 2007
#77
2007-08-22, 03:52 AM
fla Wrote:Strange, my cable provider only shows up if I don't click on "Download as Canadian". The satellite providers in my area (which I don't use) only show up if I do click on "Download as Canadian". I un-hardcoded a UI message and fixed a typo in a comment (see attached patch).

Yes, the 'download as canadian' switch was added just for that reason. MS seems to have stopped expanding the canadian-specific api results and now lumps all the zips, us or not, unto the en-US locale results.

The detailed download duration is still hard coded, I was considering adding an entry box on each provider tab where you could select the number of hours to download detailed data for that provider. Also, I could scale the detailed duration time limit based on the number of channels selected, to try to keep things reasonable. These are still rather minor things I'm glad it seems to be working well for youall now.
Loomy
Offline

Member

Posts: 91
Threads: 16
Joined: Jun 2007
#78
2007-08-24, 02:02 AM
I am using this tool now! Thanks for making it, drlava!
dsb
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Sep 2006
#79
2007-08-24, 12:55 PM
Thanks for the great utility!

I've got it up and working - channels and info all seem perfect in the Guide. My only oddity is that the "miniguide" (OSD guide) shows a number in brackets beside the channel number/name. EG "(1043)515 TechTV - Show".

Any idea on what could cause this?
drlava
Offline

Member

Posts: 192
Threads: 18
Joined: Jul 2007
#80
2007-08-24, 02:31 PM
this is because the FCC/station ID is normally in the parenthesis and after that, the atation affiliate. Some providers don't give these details, esp. for satellite.

Whenever possible, try to not use the 'process as canadian' checkbox, becuase you'll get more detailed information that way.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (22): « Previous 1 … 6 7 8 9 10 … 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,567 2018-10-23, 07:24 AM
Last Post: almightyj
  XMLTV Channel Number Option gdogg371 12 7,101 2018-07-18, 04:32 PM
Last Post: sub
  Merge xmltv data with xslt Graham 4 3,610 2014-01-02, 12:45 PM
Last Post: Graham
  XMLTV data mvallevand 6 2,705 2011-04-16, 03:08 AM
Last Post: sub
  zap2xml - a free zap2it scraper jdg 193 120,028 2011-04-13, 03:01 PM
Last Post: fla
  XmlTv Structure psycik 2 2,270 2008-12-29, 10:53 PM
Last Post: psycik
  Content Provider: How to publish XMLTV data? skoka123 6 3,550 2008-09-03, 05:48 AM
Last Post: skoka123
  XMLTV Questions -Oz- 34 10,710 2008-03-24, 01:19 AM
Last Post: zehd
  New XMLTV Enhancer and more... zehd 388 95,540 2008-03-05, 07:45 PM
Last Post: zehd
  I-xmltv updated for YahooXMLTv (adds a new show marker and more) Jim_ 78 25,938 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