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
#151
2007-06-22, 04:24 PM
Smoker Wrote:Thats odd cause I am reading on MSDN about the Guide Store and it states for XP home or pro only.
Sorry. I didn't realize that the Guide Store was something different. I am actually referring to the EPG downloaded by MCE.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#152
2007-06-22, 04:25 PM
Smoker Wrote:Thats odd cause I am reading on MSDN about the Guide Store and it states for XP home or pro only.
He's right that only MCE and Vista have the guide data. Its the extra apps that are installed with MCE and Vista that pull down these listings. Maybe the API might be compatible with normal XP, but the listings arent there?
Smoker
Offline

Senior Member

Posts: 409
Threads: 68
Joined: Mar 2007
#153
2007-06-22, 04:33 PM
Maybe this will clarify what I was reading and more about the guide store from MSDN
[SIZE="1"]Foxconn 6150K8MA-8EKRS | Athlon 64 4000+ | 1 GB (4x256KB) | 2 x 160GB | PVR-150 (1042 & 1045) & HVR-1600
XP Pro SP2 | gbpvr v0.99.12 | TV Listings | ComSkip | TV Guide Supercharger | Weather | mpg2srt[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#154
2007-06-22, 04:39 PM
Ah, thats something else entirely. This is referring to the listings that can be extracted from DVB and ATSC streams. It usually only carries the current and next show for each channel.
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#155
2007-06-22, 04:56 PM
Wait, guys, Titan TV doesn't do Canada, if I read it correctly.
So, if for the (almost) same effort we can do it from another "provider" (in double-quotes, as they never meant to provide us with this sort of service...Wink), why don't we go with one that does support Canada too?
I still think http://couchville.com, although not a SOAP service, does have the "text" only in their own structured text file (no HTML or anything) can give us similar results.

What do you say?
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#156
2007-06-22, 05:08 PM
I definitely think its worth using that TitanTV SOAP interface - its too good to pass up, but thats not to say another utility cant be developed which covers Canada too.
Ryland
Offline

Junior Member

Posts: 40
Threads: 4
Joined: Jun 2007
#157
2007-06-22, 05:14 PM
whurlston Wrote:Yes.It's not available on XP, only on MCE and Vista, but I have a Vista machine that I can pull the data from and I figured that there may be other people who also have Vista on at least one machine. Anyone who does will be able to pull the data from the guide store and then create an xmltv compliant file. This will help to cut down on the amount of traffic from grabbers.

Figuring I just started playing around with Vista could you tell me how to do this?
ioan
Offline

Member

Posts: 80
Threads: 12
Joined: Sep 2006
#158
2007-06-22, 06:21 PM
can somebody please post a xmltv xml file example? I want to make a small utility to pull program data from titantv's webservice (i will post the utility here with source code) and I'm too lazy to read xmltv's documentation.

-ioan
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#159
2007-06-22, 06:22 PM
ioan Wrote:can somebody please post a xmltv xml file example? I want to make a small utility to pull program data from titantv's webservice (i will post the utility here with source code) and I'm too lazy to read xmltv's documentation.

-ioan

Code:
<tv generator-info-name="tv_grab_uk">
  <channel id="bbc2.bbc.co.uk">
     <display-name lang="en">BBC2</display-name>
  </channel>
  <channel id="channel4.com">
     <display-name lang="en">Channel 4</display-name>
  </channel>

  <programme channel="bbc2.bbc.co.uk" start="20010829000500 +0100">
     <title lang="en">The Phil Silvers Show</title>
     <desc lang="en">
        Bilko claims he's had a close encounter with an alien in order
        to be given some compassionate leave so he can visit an old
        flame in New York.
     </desc>
  </programme>

  <programme channel="channel4.com" start="20010829095500 +0100">
     <title lang="en">King of the Hill</title>
     <sub-title lang="en">Meet the Propaniacs</sub-title>
     <desc lang="en">
         Bobby tours with a comedy troupe who specialize in
         propane-related mirth.
     </desc>
     <credits>
        <actor>Mike Judge</actor>
        <actor>Lane Smith</actor>
     </credits>
     <category lang="en">animation</category>
  </programme>
</tv>

Basically it starts with a set of <channel> tags, followed by a much larger set of <programme> tags, with the two tied together via the channel id. If you make the id the channel number, then GB-PVR will auto populate the channel number.
flyswatta
Offline

Senior Member

Posts: 660
Threads: 39
Joined: Aug 2005
#160
2007-06-22, 06:28 PM
sub Wrote:<title lang="en">The Phil Silvers Show</title>

Phil Silvers Show...now that brings back memories! Smile
[SIZE="1"]GBPVR Media Center: 2 TwinHan DTV 3250's (OTA HD), 1 PVR150MCE U-Verse STB), AMD 3200+, 1 GB RAM, 250/300 GB HDDs, ATI x800
2 MediaMVPs [/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (57): « Previous 1 … 14 15 16 17 18 … 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,260 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,487 2006-09-14, 08:00 PM
Last Post: Jim_
  zap2it dilemna PsychoRunner 1 1,765 2006-07-29, 12:26 AM
Last Post: sub
  Zap2it epg Manoe 2 2,121 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