MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server » Help on Development » Development


Development You want to code something for the TV-Server? Share it in here!

Reply
 
Thread Tools Display Modes
Old 2008-08-04, 17:57   #1 (permalink)
MP Donator
 
Join Date: Aug 2007
Posts: 209
Thanks: 2
Thanked 32 Times in 18 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.

Setup for Sky & Freesat EPG.pdf

Sky-Freesat-EPG-TSWriter-06Jan09.zip

** Update **

Genres included, 6th Jan 2009
100% of titles will now show.

Last edited by DJBlu; 2009-01-06 at 23:23.
DJBlu is offline   Reply With Quote
Old 2008-08-14, 01:27   #2 (permalink)
MP Donator
 
Join Date: Aug 2007
Posts: 209
Thanks: 2
Thanked 32 Times in 18 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)
MP Donator
 
Join Date: Aug 2007
Posts: 209
Thanks: 2
Thanked 32 Times in 18 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: 146
Thanks: 7
Thanked 30 Times in 17 Posts

Country:


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
Attached Files
File Type: zip OpenEPG.zip (43.2 KB, 48 views)
NephilimDM is offline   Reply With Quote
Old 2008-08-22, 11:39   #5 (permalink)
MP Donator
 
Join Date: Aug 2007
Posts: 209
Thanks: 2
Thanked 32 Times in 18 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: Italy - Padova
Age: 34
Posts: 1,483
Thanks: 82
Thanked 83 Times in 63 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

cool

Waiting for the test filter.

Simone
chemelli is offline   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: 7,051
Thanks: 139
Thanked 259 Times in 230 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\PD

Check your codecs are fine with Filmerit.
Upload Logs\Pictures etc, use the "Go Advanced" and select the + feature to upload\attach files.
Paranoid Delusion is online now   Reply With Quote
Old 2008-08-23, 02:06   #8 (permalink)
MP Donator
 
Join Date: Aug 2007
Posts: 209
Thanks: 2
Thanked 32 Times in 18 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: 146
Thanks: 7
Thanked 30 Times in 17 Posts

Country:


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 NephilimDM; 2008-08-24 at 01:59.
NephilimDM is offline   Reply With Quote
Old 2008-08-24, 01:21   #10 (permalink)
MP Donator
 
Join Date: Aug 2007
Posts: 209
Thanks: 2
Thanked 32 Times in 18 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
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 Off

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 Hardware Selection Help 14 2008-06-30 11:32
UK Satellite EPG - Freesat? metropolis Electronic Program Guide 10 2007-12-25 07:47
Uk Sky - Cam kellizer2 General 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 11:05.


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