NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 15 16 17 18 19 … 93 Next »
zap2xml - a free zap2it scraper

 
  • 0 Vote(s) - 0 Average
zap2xml - a free zap2it scraper
linfor
Offline

Member

Posts: 157
Threads: 42
Joined: Jun 2005
#111
2007-12-26, 08:11 PM
I am having a problem with this in that ever so often it will show all listings in one 6hour block instead of broken up like it should be. I have removed the cache and removed the xml file and update again with same result.
pvruser
Offline

Member

Posts: 230
Threads: 42
Joined: May 2007
#112
2007-12-29, 01:54 AM
looks like zap2it likes to change from channel frequency (ch 33) to channel numbers (3.1) for OTA channels. they switched to frequency at the beginning of the month and now they switched back to numbers.
quite unpleasant!
GBPVR 1.4.7
3 x HVR-950Q USB OTA ATSC HD TUNER
T2250 @ 2.5 GB RAM + ASUS Moca-AR Calcite
Roku HD + XD
pvruser
Offline

Member

Posts: 230
Threads: 42
Joined: May 2007
#113
2008-01-01, 07:14 PM
ok here's an updated version of the script - it can once again read the subchannel (like 2.1, 20.2) for "over the air" tv instead of displaying just the "major" channel. may be useful for someone.

i just changed the regex $tnum =~ s/.*channel=(\w+(\.\w+|)).*/$1/; in the sub on_a to look for . (dot) and a few more alphanumerics.

hope it helps someone.

NOTE that it will mess us your lineup and you'll need to reschedule your recordings if you want to go back from just using the major channel (20) to major.minor (20.2) as it used to work some time ago.
you'll also need activeperl to run it.
GBPVR 1.4.7
3 x HVR-950Q USB OTA ATSC HD TUNER
T2250 @ 2.5 GB RAM + ASUS Moca-AR Calcite
Roku HD + XD
scezic
Offline

Junior Member

Posts: 13
Threads: 0
Joined: Sep 2006
#114
2008-02-11, 09:40 AM
Just recently lost the -A "new" functionality. It no longer marks new shows with * .
yapi2xml still works so i assume it's and issue with tvlistings.zap2it.com.

Anyone else having this issue?
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#115
2008-02-12, 01:14 AM
scezic Wrote:Just recently lost the -A "new" functionality. It no longer marks new shows with * .
yapi2xml still works so i assume it's and issue with tvlistings.zap2it.com.

Anyone else having this issue?

YUP! Same here. Looks like they (zap2it) slightly changed their code for how they display "new" shows (at least on the web page). If so in the files zap2xml downloads, the author will have to update the script, I think.

I miss that 'lil * :p
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#116
2008-02-13, 02:05 AM
Would this break the whole thing, or just not display the "new" stuff?
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#117
2008-02-13, 02:37 AM
ApexHack Wrote:Would this break the whole thing, or just not display the "new" stuff?

One of the flags for it allows an * to be displayed in the guide for new (first run) episodes. For example:

Torchwood *

So, while the show and description is still listed just fine, the * is gone. The only thing this breaks is if you have scheduled recordings where it's looking for the * in the title, they will not get recorded.

Otherwise it is still working great. I emailed the author about it, and while I don't have a reply yet, in the past the response time to issues was pretty darn quick.
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#118
2008-02-13, 02:50 AM
Thanks. I'm trying to figure out why my EPG is all wonky.
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
pvruser
Offline

Member

Posts: 230
Threads: 42
Joined: May 2007
#119
2008-02-16, 07:12 PM (This post was last modified: 2008-02-17, 02:43 AM by pvruser.)
smajor Wrote:One of the flags for it allows an * to be displayed in the guide for new (first run) episodes. For example:

Torchwood *

So, while the show and description is still listed just fine, the * is gone. The only thing this breaks is if you have scheduled recordings where it's looking for the * in the title, they will not get recorded.

Otherwise it is still working great. I emailed the author about it, and while I don't have a reply yet, in the past the response time to issues was pretty darn quick.

i'm sure the code fix is easy - take a look at the perl script and change it so it looks for the li items (class hd, new, live). i was tempted to use the * for some time but i assumed the show title with a * may not be well digested by gbpvr... and you just confirmed it :o

EDIT:
this appears to be fixed on the site - from looking at the script.
GBPVR 1.4.7
3 x HVR-950Q USB OTA ATSC HD TUNER
T2250 @ 2.5 GB RAM + ASUS Moca-AR Calcite
Roku HD + XD
requitas
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Sep 2007
#120
2008-03-06, 01:26 AM
linfor Wrote:I am having a problem with this in that ever so often it will show all listings in one 6hour block instead of broken up like it should be. I have removed the cache and removed the xml file and update again with same result.

Me too, Linfor! This is my one complaint of the program. Does anyone have any idea why this happens? It is periodic, only during primetime, and lasts for a 1-3 weeks usually. It takes the show that starts at 6pm and has it lasting til about midnight on each channel. It's a parsing problem (or scraping) it seems because it is incorrect in the xml file. Therefore I do not think it's a GBPVR problem at all. Anyone have any idea? It seems to me something on the site must change from time to time for a given week's listings that makes a difference in the way the scraper reads it. When I look at the page I can't see any difference visually so it would have to be a programmatic difference. This has happened to me several times with periods in between working perfectly. Last week the most recent incident began and this week it is still messed up. I have cleared cache, updated my *.exe file, cleared the epg, remapped digital channels and so on. Again, it seems to me it's a problem with the way the xml file is generated, the ONE thing I rely upon this program doing without understanding or caring to know how it does it.

Help? Please...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (20): « Previous 1 … 10 11 12 13 14 … 20 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Free XMLTV EPG scraper dneprrider 214 101,258 2010-03-29, 04:54 AM
Last Post: dljones8053
  xmltv zap2it & msn scraper merge tvshowman 2 1,929 2007-12-12, 03:48 AM
Last Post: tvshowman
  Thanks to all the Scraper Developers obiwan 1 1,508 2007-09-18, 01:43 AM
Last Post: whurlston
  Quick plug for the FREE Gimp Digital712 2 2,180 2006-08-05, 04:49 AM
Last Post: reven
  Free code librarys? McBainUK 7 3,402 2006-05-19, 04:52 PM
Last Post: acheyne
  Free eBook on how SharpDevelop was written gruskada 0 1,244 2006-02-04, 02:07 PM
Last Post: gruskada
  Extra Zap2It Meta Data jorm 18 6,804 2005-03-15, 03:45 PM
Last Post: sub
  free icons for skins. reven 0 1,896 2004-12-31, 05:32 AM
Last Post: reven

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

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

Linear Mode
Threaded Mode