MediaPortal Forums HTPC/MediaCenter
Old 2008-08-04, 17:57   2 links from elsewhere to this Post. Click to view. #1 (permalink)
Portal Developer
 
Join Date: Aug 2007
Posts: 407
Thanks: 9
Thanked 96 Times in 46 Posts


Default Sky IT / UK / UK Freesat EPG

All updates will now be kept on this post

The following files will allow you to have Sky UK / IT and Freesat Data in TV Server

Please read the Setup instructions before downloading the TSWriter file.

For MP Latest SVN http://forum.team-mediaportal.com/at..._latestsvn.zip *** Updated 16th March *** Fixed EPG Grab
** Update **

For pre 1.0.1 use the TSWriter below.

Genres included, 6th Jan 2009
100% of titles will now show. 7th Jan 2009
Updated with SVN, 10th Jan 2009
100% Descriptions barring Adult Channels.
Updated with SVN,11th March 2009
Updated with Channel Scan fix ,14th March 2009
Ypdated with EPG Grab Fix, 16th March 2009
Film Classifications added.

If you find the useful then please donate to Media Portal. Lets keep this software going as long as posible.
Attached Files
File Type: pdf Setup for Sky & Freesat EPG.pdf (53.9 KB, 2048 views)

Last edited by DJBlu; 2010-01-01 at 19:11..
DJBlu is offline   Reply With Quote
Old 2008-08-14, 01:27   #2 (permalink)
Portal Developer
 
Join Date: Aug 2007
Posts: 407
Thanks: 9
Thanked 96 Times in 46 Posts


Default

Removed due to Being Superceeded.

Last edited by DJBlu; 2009-01-04 at 23:16..
DJBlu is offline   Reply With Quote
Old 2008-08-18, 20:00   #3 (permalink)
Portal Developer
 
Join Date: Aug 2007
Posts: 407
Thanks: 9
Thanked 96 Times in 46 Posts


Default

Ok,

I am really close to having the Italian EPG integrated into the TSWriter however I need a developer to answer a few questions if they can.

1) When EIT Epg is captured what format is the Duration in?
2) The format of the Start Date is MJD Unix style for Sky EPG, does anybody know how to change this to long with C++?

Any suggestions are greatly appreciated.
DJBlu is offline   Reply With Quote
Old 2008-08-18, 23:52   #4 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 405
Thanks: 43
Thanked 92 Times in 46 Posts

Country:

My System

Default

Hi DJBlue,

First of all I would like to thank you for your effort!
As you certainly know, the italian implementation of the Open EPG protocol use an Huffman dictionary for alphabet and some common words.
In attach you can find the code made for linux VDR (in C++) of the italian Sky EPG (the author 'lukkino' has athorized me) and the actual dictionary.
Hope (but i'm sure ) this can help you.
Feel free to contact me for any question (i'm a developer) or simply for test your work.

Thank you again.

Bye,
Nephilim

Last edited by Nephilim; 2009-02-24 at 00:21..
Nephilim is online now   Reply With Quote
Old 2008-08-22, 11:39   #5 (permalink)
Portal Developer
 
Join Date: Aug 2007
Posts: 407
Thanks: 9
Thanked 96 Times in 46 Posts


Default

I should have a new TSWriter for people to test later,

This will allow full EPG grabbing on both Sky UK & Italy.

I need to iron out a few problems today but should have a file sometime this eveing.
DJBlu is offline   Reply With Quote
Old 2008-08-22, 11:43   #6 (permalink)
Portal Developer
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Padova, Italy
Age: 35
Posts: 3,220
Thanks: 303
Thanked 285 Times in 213 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

cool

Waiting for the test filter.

Simone
chemelli is online now   Reply With Quote
Old 2008-08-22, 11:44   #7 (permalink)
Super Moderator
 
Paranoid Delusion's Avatar
 
Join Date: Jun 2005
Location: Cheshire UK
Posts: 8,825
Thanks: 243
Thanked 414 Times in 371 Posts

Country:

My System

Default

DJBlu

I think there may be a few people going to give you a big for this one.

Cheers
__________________
Ray

Check your codecs are fine with Filmerit.
How to post your logs
Paranoid Delusion is online now   Reply With Quote
Old 2008-08-23, 02:06   #8 (permalink)
Portal Developer
 
Join Date: Aug 2007
Posts: 407
Thanks: 9
Thanked 96 Times in 46 Posts


Default

Right the coding is now sorted, I am just writing the code to put the titles and descriptions together and I should be able to release a test.

The first test will be Sky UK only as I have to integrate the dict for ITA.

Fingers crossed I should have it done by tonight. If so stay tuned.

Also to any Dev's


I have integrate 7 bools, Pid1,Pid2,Pid3 etc.

These can be called so if in future you wish to only get 3-4 days. Just set the pid in the coding.
I.E.

Pid1 = today
Pid2 = today + 1
If you wish to grab the day then set the value to false.
etc.

The reason this needs to be done is it is taking roughly 40mins to get the full EPG. So with TVServer only looking for day 7 it should only take 6 mins.

I did this so when you do a full scan you can just look on day 7 once a day for your update.

I hope this makes sense.

Last edited by DJBlu; 2008-08-23 at 22:13..
DJBlu is offline   Reply With Quote
Old 2008-08-23, 23:20   #9 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 405
Thanks: 43
Thanked 92 Times in 46 Posts

Country:

My System

Default

Quote:
Originally Posted by DJBlu View Post

Fingers crossed I should have it done by tonight. If so stay tuned.
Good news. Finger crossed.

Quote:
Also to any Dev's

I have integrate 7 bools, Pid1,Pid2,Pid3 etc.

These can be called so if in future you wish to only get 3-4 days. Just set the pid in the coding.
I.E.

Pid1 = today
Pid2 = today + 1
If you wish to grab the day then set the value to false.
etc.

The reason this needs to be done is it is taking roughly 40mins to get the full EPG. So with TVServer only looking for day 7 it should only take 6 mins.

I did this so when you do a full scan you can just look on day 7 once a day for your update.

I hope this makes sense.
Yes it makes sense. But i think the TVServer have to be modifed in order to use pid1,pid2,ecc.

Hope the code i provided in my previous post was usefull to you...

Bye,
Nephilim

Last edited by Nephilim; 2008-08-24 at 01:59..
Nephilim is online now   Reply With Quote
Old 2008-08-24, 01:21   #10 (permalink)
Portal Developer
 
Join Date: Aug 2007
Posts: 407
Thanks: 9
Thanked 96 Times in 46 Posts


Default

Either the TVServer or I might include a plugin.

I'll see if a plugin is possible.

If not I'll have a text file that you can place in the TVServer directory.
DJBlu is offline   Reply With Quote
Reply

Bookmarks

Tags
epg, freesat, sky

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/general-development-no-feature-request-here-48/sky-uk-uk-freesat-epg-43261/
Posted By For Type Date
Open EPG to DVB Viewer This thread Refback 2009-11-06 23:04
La guida TV di sky italia con la patch di DJBlu Mediaportal Italia This thread Refback 2009-11-06 17:25

Similar Threads
Thread Thread Starter Forum Replies Last Post
UK Freesat SpudR MediaPortal 1 Talk 113 2008-08-13 12:37
UK Freesat USB Tuner Requirements swifty General 14 2008-06-30 11:32
UK Satellite EPG - Freesat? metropolis Electronic Program Guide 10 2007-12-25 07:47
Uk Sky - Cam kellizer2 MediaPortal 1 Talk 5 2007-02-21 18:54
firedtv-s and sky (uk) johnna General Support 0 2005-11-18 22:26


All times are GMT +1. The time now is 14:12.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden