SageTV Community  

Go Back   SageTV Community > SageTV International User Forums > SageTV United Kingdom
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV United Kingdom SageTV and SageTV Recorder Users from the UK - This forum is for you to post about specific issues using SageTV software in the UK.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-08-2008, 08:39 AM
Mahoney Mahoney is offline
Sage Aficionado
 
Join Date: May 2005
Posts: 483
Sky exposing EPG data in a Web Service

Using JSON. Check out these links:

http://www.sky.com/portletepg/TVList...=1680&detail=2

http://www.sky.com/portletepg/TVList...&eventId=23821

Should be enough to understand the basics of the API... not sure if there's sufficient information on series though to make it worth writing a new EPG integration.

(Incidentally, why do so many EPG integrations rely on the XMLTV plugin? If the data is available dynamically, it makes more sense just to request it in a new EPG plugin rather than to pull it down, format it as an XML file and then use the XMLTV file to read it in. Java's easy for doing that sort of stuff.)
__________________
Server:
Sage 6.1.9, Java 1.6.0_01, AthlonXP 3000+, 512MB RAM, Terratec Cinergy 2400i, Technotrend S2-3200

Client:
Sage Client 6.1.9, Java 1.6.0_01, AthlonXP 3000+, 512MB RAM, GeForce 6150, ForceWare 93.71, nForce 8.26, PureVideo 1.02-223, SageMC 6.3.2c
Reply With Quote
  #2  
Old 05-28-2008, 01:47 PM
birty birty is offline
Sage User
 
Join Date: Sep 2004
Posts: 71
Quote:
Originally Posted by Mahoney View Post
Using JSON. Check out these links:
(Incidentally, why do so many EPG integrations rely on the XMLTV plugin? If the data is available dynamically, it makes more sense just to request it in a new EPG plugin rather than to pull it down, format it as an XML file and then use the XMLTV file to read it in. Java's easy for doing that sort of stuff.)
The idea of xmltv is that each epg programme only needs to support one listings format and one new piece of grabber software can then be written for each new guide source and all programs that support xmltv can automatically use the new source with no code changes. This should mean less work for everyone and more epg sources being available more quickly
Reply With Quote
  #3  
Old 06-23-2008, 02:16 PM
motobarsteward's Avatar
motobarsteward motobarsteward is offline
Sage Aficionado
 
Join Date: Dec 2005
Location: Swindon
Posts: 311
The potal appears to have been closed. I don't get anything back on the attached links. How did you find out about it Mahoney?
__________________
Setup: - Server - Intel 3.4G D + XP, 2Gig ram, 3TB of raid. All running in service mode with 2 Hauppauge HVR4000 Running v7 with LMGestion's XMLTV and DG2XML. I also have the web server running.
Client - x2 plus PlaceShifter on various machines including eeepc Ubuntu 8.04. I am streaming Live TV to my PocketPC.
Stable but can use DVB-S on second HVR400.
Reply With Quote
  #4  
Old 06-23-2008, 02:18 PM
birty birty is offline
Sage User
 
Join Date: Sep 2004
Posts: 71
it does still work you just need to change the date at the end of the url
Reply With Quote
  #5  
Old 06-23-2008, 02:30 PM
motobarsteward's Avatar
motobarsteward motobarsteward is offline
Sage Aficionado
 
Join Date: Dec 2005
Location: Swindon
Posts: 311
Oh, yes. I see it now.

I wonder who is picking this up? Has anyone pointed this out to DigiGuide?

I full listing for all Sky channels would be very good.

Actually, a better guy to tell would be Alan Birtle. I'll drop him a line.
__________________
Setup: - Server - Intel 3.4G D + XP, 2Gig ram, 3TB of raid. All running in service mode with 2 Hauppauge HVR4000 Running v7 with LMGestion's XMLTV and DG2XML. I also have the web server running.
Client - x2 plus PlaceShifter on various machines including eeepc Ubuntu 8.04. I am streaming Live TV to my PocketPC.
Stable but can use DVB-S on second HVR400.
Reply With Quote
  #6  
Old 06-23-2008, 02:32 PM
motobarsteward's Avatar
motobarsteward motobarsteward is offline
Sage Aficionado
 
Join Date: Dec 2005
Location: Swindon
Posts: 311
Quote:
Originally Posted by motobarsteward View Post
Oh, yes. I see it now.

I wonder who is picking this up? Has anyone pointed this out to DigiGuide?

I full listing for all Sky channels would be very good.

Actually, a better guy to tell would be Alan Birtle. I'll drop him a line.
Just realised that you are Alan Birtle!
__________________
Setup: - Server - Intel 3.4G D + XP, 2Gig ram, 3TB of raid. All running in service mode with 2 Hauppauge HVR4000 Running v7 with LMGestion's XMLTV and DG2XML. I also have the web server running.
Client - x2 plus PlaceShifter on various machines including eeepc Ubuntu 8.04. I am streaming Live TV to my PocketPC.
Stable but can use DVB-S on second HVR400.
Reply With Quote
  #7  
Old 06-23-2008, 02:40 PM
birty birty is offline
Sage User
 
Join Date: Sep 2004
Posts: 71
I imagine its just the source for their ajax epg. i dont think its worth developing a grabber for it as if a lot of people start using it sky willl just block it or alter it to stop it working
Reply With Quote
  #8  
Old 06-30-2008, 11:20 AM
mrmt32 mrmt32 is offline
New Member
 
Join Date: Jun 2008
Posts: 2
I made a grabber for this 2 weeks ago in php and documented how to read the json provided. The data available is quite good and is the most complete channel wise for sky that I have found...

Link: http://www.digitalspy.co.uk/forums/s...ighlight=xmltv
Reply With Quote
  #9  
Old 10-02-2008, 04:41 AM
steeb steeb is offline
New Member
 
Join Date: Nov 2006
Posts: 2
mrmt32,

is there a way to select only certain channels to grab with your grabber?

cheers
Reply With Quote
  #10  
Old 10-02-2008, 01:18 PM
mrmt32 mrmt32 is offline
New Member
 
Join Date: Jun 2008
Posts: 2
Here is an updated version with channel filtering:
http://rapidshare.com/files/15034167...abber_V1.1.rar

Have a look at readme.txt to find out how to set it up.
Reply With Quote
  #11  
Old 10-03-2008, 03:21 AM
steeb steeb is offline
New Member
 
Join Date: Nov 2006
Posts: 2
Will have a look, thanks
Reply With Quote
  #12  
Old 11-03-2008, 05:31 AM
Whitey's Avatar
Whitey Whitey is offline
Sage Advanced User
 
Join Date: Oct 2007
Location: Notts, England
Posts: 246
How are people getting on with this? Is it worth a look? I've had a quick look through it and there doesn't seem to be any HD tags or first run tags, is this correct?

Thanks

Whitey
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Broadcast EPG data overriding xmltv source Madz SageTV EPG Service 3 02-08-2008 06:59 PM
force update of epg data? frumbert SageTV EPG Service 14 03-31-2007 12:16 AM
XMLTV epg data for Linux install hornsounder SageTV Linux 1 01-16-2007 09:41 AM
Feature Request: SageTV-integrated support for editing EPG data edmc SageTV EPG Service 1 04-14-2004 02:36 PM


All times are GMT -6. The time now is 09:09 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.