SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV EPG Service

SageTV EPG Service Discussion related to the SageTV EPG Service used within SageTV. Questions about service area coverage, channel lineups, EPG listings, XMLTV, or anything else related to the service or programming guide data for SageTV should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-09-2007, 05:31 AM
doc doc is offline
Sage Fanatic
 
Join Date: Jun 2006
Location: Leicester, England
Posts: 898
UK Sky EPG via dvb-s

Is it possible somehow.....

to have a dvb-s card in your pc and extract the epg data directly from sky, and then create an xmltv file to import into sage?

I have 2 sky stb's and if there is a way, I could carry on using them the same way that I do, just provide the epg from a different source. I have a spare connection on the LMB. I don't want to go the whole hog and replace my sky boxes, I was just wondering if there was an 'easyish' way to get at the sky epgdata.

I've read forum after forum about it and have overloaded my brain! (not hard I know)
Reply With Quote
  #2  
Old 07-09-2007, 12:23 PM
Lucas Lucas is offline
Sage Icon
 
Join Date: Aug 2004
Location: Greece
Posts: 1,150
Nothing is impossible but.....

Sky uses a separate frequency to stream the one week epg info to digiboxes in a proprietary manner.

The standard dvb-s stream only has now and next epg info which is useless for scheduling recordings although there are tools that allow you to read this short term info and turn it into xmltv.

I think radio times data is still the best source....
__________________
Server: C2D, 3Gb RAM, 1xSeagate LP 1.5TB Recording HD, 8TB Green HDs for Videos, PVR-250, PVR-USB2, 2xCinergy 2400i DVB-T, 2xTT DVB-S2 tuners, FireDTV S2
HD200 connected to Projector, HD100 connected to 46" LCD TV, HD200 connected to 42" Plasma TV, Media MVP to 29" SDTV
Reply With Quote
  #3  
Old 07-09-2007, 12:51 PM
doc doc is offline
Sage Fanatic
 
Join Date: Jun 2006
Location: Leicester, England
Posts: 898
oh well, it was just a thought. I missed 2 episodes of Heroes as radio times said it was on when it wasn't, so I thought I'd have a quick look around for other posibilities.

It would be nice if sky made their epg available for download, though that won't ever happen in our lifetime
Reply With Quote
  #4  
Old 07-09-2007, 03:48 PM
Mark SS Mark SS is offline
Sage Expert
 
Join Date: Dec 2005
Location: London, UK
Posts: 608
As Lucas said, anything is possible, you just need a proper mad coder to take a look at the job!

I got as far as finding some c/assembly code that would decode the stream but haven't time, inclination (or ability!) to investigate further.
Reply With Quote
  #5  
Old 07-10-2007, 04:08 PM
svalmorri svalmorri is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Italy
Posts: 77
There is an MD-API plugin working with myTheatre called EPG4cplus that connects to the media highway feed of your satellite provider, downloads the entire (weekly) EPG and creates a guide.xml file compatible with xmltv. This file can than be easily imported using scripts or importers (e.g. StephaneM's).

I dont know if it works with UK Sky, it does for Italian Sky and French D+ but you might want to give it a try. In the past it had some incompatibilities with the newest SS2 drivers but I see a new version out.

Just google "EPG4cplus" to find it.

Cheers
Reply With Quote
  #6  
Old 07-13-2007, 06:26 AM
zzmystique's Avatar
zzmystique zzmystique is offline
Sage Advanced User
 
Join Date: May 2004
Location: New Zealand
Posts: 209
Quote:
Originally Posted by svalmorri View Post
There is an MD-API plugin working with myTheatre called EPG4cplus that connects to the media highway feed of your satellite provider, downloads the entire (weekly) EPG and creates a guide.xml file compatible with xmltv. This file can than be easily imported using scripts or importers (e.g. StephaneM's).

I dont know if it works with UK Sky, it does for Italian Sky and French D+ but you might want to give it a try. In the past it had some incompatibilities with the newest SS2 drivers but I see a new version out.

Just google "EPG4cplus" to find it.

Cheers
This sounds just what I'm looking for - I've downloaded EPG4cplus - can't find a 'How to' on configuring or using it - could you point me in the right direction?
Thanks
__________________
ZZMystique
My setup: Server: SageTV v7, Intel QUAD Core 6600, 4GB, 160GB System Disk, 3x1.5TB HDD, Win7HP & (DVB Enhancer for SageTV using 1xNova S Plus, 2xHVR4000 & 2xAverMedia Trinity (A707)PCIe and 1xTBS6980).
Reply With Quote
  #7  
Old 07-16-2007, 02:15 PM
svalmorri svalmorri is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Italy
Posts: 77
EPG4Cplus is an mdapi plugin therefore it needs to be unpacked into the plugins folder of your mdapi compliant application.

If using mytheatre just unzip it into the Plugins folder, restart the application, right click on the MT screen, select Plug-Ins and see if it appears in the list. You also need the MD API wrapper in the same folder in order to run MDAPI plugins (search for mdapiwrapper, I think v1.28 is the latest).

I have never been able to make it work because of my newer drivers loaded in ... so my help stops here :-)

Good Luck!
Reply With Quote
  #8  
Old 07-18-2007, 05:27 AM
zzmystique's Avatar
zzmystique zzmystique is offline
Sage Advanced User
 
Join Date: May 2004
Location: New Zealand
Posts: 209
Quote:
Originally Posted by svalmorri View Post
EPG4Cplus is an mdapi plugin therefore it needs to be unpacked into the plugins folder of your mdapi compliant application.

If using mytheatre just unzip it into the Plugins folder, restart the application, right click on the MT screen, select Plug-Ins and see if it appears in the list. You also need the MD API wrapper in the same folder in order to run MDAPI plugins (search for mdapiwrapper, I think v1.28 is the latest).

I have never been able to make it work because of my newer drivers loaded in ... so my help stops here :-)

Good Luck!
Thanks - will give it a try!
__________________
ZZMystique
My setup: Server: SageTV v7, Intel QUAD Core 6600, 4GB, 160GB System Disk, 3x1.5TB HDD, Win7HP & (DVB Enhancer for SageTV using 1xNova S Plus, 2xHVR4000 & 2xAverMedia Trinity (A707)PCIe and 1xTBS6980).
Reply With Quote
  #9  
Old 07-18-2007, 03:34 PM
doc doc is offline
Sage Fanatic
 
Join Date: Jun 2006
Location: Leicester, England
Posts: 898
Quote:
Originally Posted by zzmystique View Post
Thanks - will give it a try!
Let me know if you get it working, I got the dvb-s2 card today.

I can't do any testing for a week as I'm off to Salcombe tomorrow, and you know what that means! and more
Reply With Quote
  #10  
Old 07-19-2007, 12:28 AM
Mark SS Mark SS is offline
Sage Expert
 
Join Date: Dec 2005
Location: London, UK
Posts: 608
EPG4CPlus won't work Sky UK. The Sky guide isn't in MHW format.
Reply With Quote
  #11  
Old 11-25-2007, 03:03 PM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
Is their any other way to get an epg for the FTA channels. I'm currently using radiotimes xmltv data but it doesnt have the more obscure channels like xleauge tv.

Hopefully when/if freesat launches next year we'll get a better epg and more channels including some HD goodness.
Reply With Quote
Reply


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

Advanced Search
Display Modes

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
TVTV.nl epg updates HansS SageTV Netherlands 2 09-20-2008 02:57 AM
OTA EPG has only 24h, can I set it to another EPG? Snuffy2 SageTV EPG Service 1 07-08-2007 08:42 PM
EPG Again dingers SageTV United Kingdom 2 05-09-2007 02:10 AM
Multiple EPG Updates? dragon SageTV Software 2 05-16-2006 08:21 PM
Possible new device for using UK Sky EPG Xleon General Discussion 0 05-27-2003 03:19 PM


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


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2003-2005 SageTV, LLC. All rights reserved.