NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 84 85 86 87 88 … 159 Next »
Zap2it Closing Down

 
  • 0 Vote(s) - 0 Average
Zap2it Closing Down
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#351
2007-06-28, 04:42 AM
pastro Wrote:I installed yahoo go also and looked at the listings that were downloaded. Pretty good stuff. The challenge is to decipher all of the fields in the output data. Have you made any headway?
I can get all the fields and I even know what they are Wink
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#352
2007-06-28, 05:21 AM
whurlston Wrote:I can get all the fields and I even know what they are Wink

You deciphered what all of the Y and N's indicate, and what goes in the blank fields?
Code:
10709|002|KTBC|EP8525420098|20070627|1830|0030|Cristina's Court||TVPG||EP|||Y|Y|Y||N||N|N|N|N|N|N|N|N|N|N|N|N|N||N|A man sues a limousine owner for damages.|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||Reality|Law||||||||Color|English||N|Syndicated|Series||1CC098||talk|First Run Syndication|A man sues a limousine owner for damages; a 3-year-old causes a car accident.|||||20061222
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#353
2007-06-28, 05:31 AM
pastro Wrote:You deciphered what all of the Y and N's indicate, and what goes in the blank fields?
Code:
10709|002|KTBC|EP8525420098|20070627|1830|0030|Cristina's Court||TVPG||EP|||Y|Y|Y||N||N|N|N|N|N|N|N|N|N|N|N|N|N||N|A man sues a limousine owner for damages.|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||Reality|Law||||||||Color|English||N|Syndicated|Series||1CC098||talk|First Run Syndication|A man sues a limousine owner for damages; a 3-year-old causes a car accident.|||||20061222
I started to, but then I found out that I didn't have to. The Go for TV software is based on the old Meedio software and all the plugin architecture is still in place, along with some additions. I can access the database directly with all the data already strong typed. Smile
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#354
2007-06-28, 05:44 AM
whurlston Wrote:I started to, but then I found out that I didn't have to. The Go for TV software is based on the old Meedio software and all the plugin architecture is still in place, along with some additions. I can access the database directly with all the data already strong typed. Smile

Sounds pretty cool. I was going to parse the file and turn it into an XML file, but it sounds like you are pretty far along. This seems like a legit way to get listings, which is great.
I have a feeling Yahoo GoTV is going to get a lot of new users going forward.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#355
2007-06-28, 06:05 AM
I also figured out how to make do an update of the epg through the plugin architecture. I can send you the code I have so far if you are interested. It's in C# 2005 and pretty choppy at the moment because I was just trying different things to figure out what was what. But it gives a pretty good idea of what you can do.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#356
2007-06-28, 06:21 AM
pastro Wrote:I have a feeling Yahoo GoTV is going to get a lot of new users going forward.
lol. Yup, won't they be surprised by the number of new "users" that they have. Big Grin
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#357
2007-06-28, 06:22 AM
pastro and whurlston,

I worked on a vb6 system to help you select the listings. You enter your zip, it pulls providers. No need for yahoo's program this way, esp since they'll have to leave the api up Smile

I was gonna make it get the file and parse it but if you guys are already that far or want to pass to me the location of the meedio plugin so i can figure out what all the stuff is that'd be great.
Dan Blomberg
[SIZE="1"]HTPC 1: MSI K8NGM2-FID, AMD 64 3000+, WD 200gb HDD, 1gb ram, NSK2400, PVR-500, Harmony 659
HTPC 2: ASUS M2NPV-VM, AMD 64 3200+, WD 250gb HDD, 1gb ram, nVidia DualTV MCE, NSK2400, Harmony 720
HTPC 3: GIGABYTE GA-E7AUM-DS2H GeForce 9400, Intel E5200 Wolfdale, WD 640gb HDD, 4gb ram, Antec Fusion 2, HVR-1600, hdhomerun, Harmony 880, PCH A-110
GBPVR 1.4.7 Additions: Weather2, UltraXMLTV, Comskip
Project: Setup Logitech Harmony Remote[/SIZE]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#358
2007-06-28, 06:23 AM
whurlston Wrote:I also figured out how to make do an update of the epg through the plugin architecture. I can send you the code I have so far if you are interested. It's in C# 2005 and pretty choppy at the moment because I was just trying different things to figure out what was what. But it gives a pretty good idea of what you can do.

Sure, I'd be interested to take a look if you want to send it along. Seems like you will need to have a supported tuner card and run the app while you are updating the epg. Is that right?
Any thoughts about spoofing the app and just downloading the data directly?
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
h34t
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Jun 2007
#359
2007-06-28, 06:29 AM
pastro Wrote:Sure, I'd be interested to take a look if you want to send it along. Seems like you will need to have a supported tuner card and run the app while you are updating the epg. Is that right?
Any thoughts about spoofing the app and just downloading the data directly?

Hi,

I am new to this forum but just read through this entire thread and just wanted to let you know that many people have confirmed that the data is downloaded even if you do not configure a tuner card!

H34t.
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#360
2007-06-28, 06:39 AM
pastro Wrote:Sure, I'd be interested to take a look if you want to send it along. Seems like you will need to have a supported tuner card and run the app while you are updating the epg. Is that right?
Any thoughts about spoofing the app and just downloading the data directly?

That is what I'm working on. I just want to see what code parses this into the xmltv thing. I also need to figure out how to download and open the zip file in vb6 (zehd!).

Currently my program looks like the attached image.
Dan Blomberg
[SIZE="1"]HTPC 1: MSI K8NGM2-FID, AMD 64 3000+, WD 200gb HDD, 1gb ram, NSK2400, PVR-500, Harmony 659
HTPC 2: ASUS M2NPV-VM, AMD 64 3200+, WD 250gb HDD, 1gb ram, nVidia DualTV MCE, NSK2400, Harmony 720
HTPC 3: GIGABYTE GA-E7AUM-DS2H GeForce 9400, Intel E5200 Wolfdale, WD 640gb HDD, 4gb ram, Antec Fusion 2, HVR-1600, hdhomerun, Harmony 880, PCH A-110
GBPVR 1.4.7 Additions: Weather2, UltraXMLTV, Comskip
Project: Setup Logitech Harmony Remote[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (57): « Previous 1 … 34 35 36 37 38 … 57 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  zap2it EPG missing detail in prime time SamM 1 838 2024-04-20, 02:13 PM
Last Post: mvallevand
  zap2it xmltv different than listing SamM 4 2,118 2023-12-11, 02:42 PM
Last Post: Prsa01
  Anyone else having trouble with Zap2it? ApexHack 12 4,264 2008-02-13, 05:08 AM
Last Post: ApexHack
  Another zap2it (and schedule direct) pay alternative -Oz- 0 3,479 2007-08-24, 03:03 PM
Last Post: -Oz-
  Zap2it(i think this goes here) dragonfiregum 1 1,458 2007-04-07, 02:10 AM
Last Post: Jim_
  No zap2it expiry email fla 4 2,556 2007-02-12, 09:57 PM
Last Post: fla
  Zap2it.com introduces TVlistings.com? daphatty 1 2,322 2006-11-29, 08:41 AM
Last Post: DoPeFiSh
  Is zap2it free? rlbond 6 2,490 2006-09-14, 08:00 PM
Last Post: Jim_
  zap2it dilemna PsychoRunner 1 1,768 2006-07-29, 12:26 AM
Last Post: sub
  Zap2it epg Manoe 2 2,122 2006-01-30, 06:18 PM
Last Post: daphatty

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

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

Linear Mode
Threaded Mode