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

Junior Member

Posts: 19
Threads: 0
Joined: Jul 2006
#151
2008-06-17, 08:44 PM
Lovely -- looks like the http://zap2xml.110mb.com/ site is dead.

Sad
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#152
2008-06-17, 11:04 PM
jbodin Wrote:Lovely -- looks like the http://zap2xml.110mb.com/ site is dead.

Sad

Hopefully it'll be back or relocated. I still have the author's gmail address, maybe I'll send a note to him.
TomH
Offline

Member

Posts: 177
Threads: 10
Joined: Aug 2006
#153
2008-06-18, 11:13 AM
jbodin Wrote:Lovely -- looks like the http://zap2xml.110mb.com/ site is dead. Sad
Now looks okay from here
[SIZE="1"]/TomH/ Win7 running nPVR 3.1.1 (via NMTInstall2) on HP p6624y AMD AthlonII 635, 8Gb, 1Tb, HVR-2250 (ATSC) + WebRadio, Universe (broken), BlueRetroVE+, TV Listings. SearchLite Network: Cable Modem - Belkin 54g router - box#1 Win7 Next-PVR 3.1.1, box#2 Win7 wireless laptop, and 2x wired eGreat M34A NMT clients[/SIZE]
fla
Offline

Posting Freak

Posts: 890
Threads: 46
Joined: Mar 2006
#154
2008-06-23, 04:34 AM
Non-printable characters in gbpvr.db3 programme description

Is this a bug in zap2xml or in gbpvr's xmltv import?

Running this sqlite query on gbpvr.db3:

Code:
SELECT description,hex(description) FROM programme where name = 'Nova' and sub_title = 'Master of the Killer Ants'
gives this result:

Code:
Jaglavak army ant to fight off termites. 4A61676C6176616B2061726D7920616E7420746F206669676874206F6666207465726D697465732E

Jaglavak army ant to fight off termites.
0D0A09090909094A61676C6176616B2061726D7920616E7420746F206669676874206F6666207465726D697465732E0D0A09090909

The same show was playing twice but one occurrence has CR LF TAB TAB TAB TAB TAB characters surrounding the description in the programme table.

The XRecord export feature generates an invalid file that crashes the XRecord import feature in this case which is how I noticed. This also causes duplicates to be recorded by CDK Scheduler since the description doesn't match. I could make XRecord & CDK scheduler filter out these characters but might as well kill the bug at the source.
fla
Offline

Posting Freak

Posts: 890
Threads: 46
Joined: Mar 2006
#155
2008-06-24, 01:24 AM
Sub do you think gbpvr's xmltv import function should trim leading and trailing whitespace like CR LF TAB before storing the description field in the PROGRAMME table or is this clearly zap2xml's responsibility when generating xmltv.xml?
fla
Offline

Posting Freak

Posts: 890
Threads: 46
Joined: Mar 2006
#156
2008-06-26, 01:55 AM
whitebar Wrote:If you are using the perl script version, the attached file has been updated to correct the channel number/callsign and show description problems. This was updated from the 3-11-2008 release.
Whitebar did your changes ever make it into the official version at http://zap2xml.110mb.com/? I can see one line in your version like:
Code:
$self->handler(text => sub { $programs{$cp}{description} = &trim(shift) }, "dtext");
that becomes the following in the current (2008-05-29) official version:
Code:
$self->handler(text => sub { $programs{$cp}{description} = (shift) }, "dtext");
This leads me to beleive that your changes were lost. I'd mail the patch/changes to the author myself but I don't have the original 2008-03-11 so I don't know what all your changes were.
Mike S
Offline

Member

Posts: 56
Threads: 8
Joined: Jun 2005
#157
2008-06-26, 04:46 PM
Is anybody else having trouble. My file is only 855K
ElTech
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Jun 2008
#158
2008-06-26, 04:56 PM
Mike S Wrote:Is anybody else having trouble. My file is only 855K

Yes, it seems to have started a couple days ago. It's taking all the program data and putting it all under one channel. Hope someone sorts it out soon, I usually use the MSN scraper, but Cogeco rearranged some of their channels, and Zap2it is the only one that reflects those changes.
Mike S
Offline

Member

Posts: 56
Threads: 8
Joined: Jun 2005
#159
2008-06-26, 08:38 PM
Looks like the author is on top of it with an update.
Deusxmachina
Offline

Senior Member

Posts: 545
Threads: 13
Joined: Aug 2007
#160
2008-06-27, 12:56 AM
Y'know, pretty soon I'm going to give up and start paying for Schedules Direct. But I'll still make sure to scrape from Zap2it multiple times a day just out of spite.
I bet Michael Bay uses GBPVR because it's awesome:
http://www.youtube.com/watch?v=MiHsxQJ9ZOo
« Next Oldest | Next Newest »

Users browsing this thread: 4 Guest(s)

Pages (20): « Previous 1 … 14 15 16 17 18 … 20 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Free XMLTV EPG scraper dneprrider 214 101,114 2010-03-29, 04:54 AM
Last Post: dljones8053
  xmltv zap2it & msn scraper merge tvshowman 2 1,921 2007-12-12, 03:48 AM
Last Post: tvshowman
  Thanks to all the Scraper Developers obiwan 1 1,505 2007-09-18, 01:43 AM
Last Post: whurlston
  Quick plug for the FREE Gimp Digital712 2 2,176 2006-08-05, 04:49 AM
Last Post: reven
  Free code librarys? McBainUK 7 3,399 2006-05-19, 04:52 PM
Last Post: acheyne
  Free eBook on how SharpDevelop was written gruskada 0 1,240 2006-02-04, 02:07 PM
Last Post: gruskada
  Extra Zap2It Meta Data jorm 18 6,780 2005-03-15, 03:45 PM
Last Post: sub
  free icons for skins. reven 0 1,890 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