home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Custom Data Grabber including Sky UK Channel/EPG Grabber
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="DJBlu" data-source="post: 756157" data-attributes="member: 54957"><p>[USER=46597]miroslav[/USER],</p><p></p><p>Going to need some help with the Series Link for freesat, I think I have worked out a system to implement it however implementing is going to be the issue,</p><p></p><p>I have worked out how Freeview+ and Freesat implement series link.</p><p></p><p>They use CRID's which are Content Redirection Identifications. They have one which says which series it is and one that is unique to the program. To include this in Mediaportal I suggest changing the SeriesID column to VARCHAR(200) so as to not change the sky series link method, a quick change to string instead of int is easy enough. The trouble with freesat/freeview is they don't send the termination flag, instead they have a unique identifier for each program. I suggest adding a new column to "schedule","program" and "recording", ProgramCRIDid VARCHAR(255). A lookup of the schedule and recordings to see if it has been added before should prevent it being scheduled again.</p><p></p><p>One issue I thought that may arise is how to differenciate between the 2 systems. Maybe a "OT:" at the start of the series ID for OpenTV and "CR:" for CRIDS of Freesat and Freeview. Then if StartsWith("OT:") use method a. for series termination or startswith("CR:") use method b. of Lookup of ProgramCRID.</p><p></p><p>The trouble I have is the TV Plugin/scheduling as I haven't a clue where to start with it. </p><p></p><p>If you could help then it would be a great.</p></blockquote><p></p>
[QUOTE="DJBlu, post: 756157, member: 54957"] [USER=46597]miroslav[/USER], Going to need some help with the Series Link for freesat, I think I have worked out a system to implement it however implementing is going to be the issue, I have worked out how Freeview+ and Freesat implement series link. They use CRID's which are Content Redirection Identifications. They have one which says which series it is and one that is unique to the program. To include this in Mediaportal I suggest changing the SeriesID column to VARCHAR(200) so as to not change the sky series link method, a quick change to string instead of int is easy enough. The trouble with freesat/freeview is they don't send the termination flag, instead they have a unique identifier for each program. I suggest adding a new column to "schedule","program" and "recording", ProgramCRIDid VARCHAR(255). A lookup of the schedule and recordings to see if it has been added before should prevent it being scheduled again. One issue I thought that may arise is how to differenciate between the 2 systems. Maybe a "OT:" at the start of the series ID for OpenTV and "CR:" for CRIDS of Freesat and Freeview. Then if StartsWith("OT:") use method a. for series termination or startswith("CR:") use method b. of Lookup of ProgramCRID. The trouble I have is the TV Plugin/scheduling as I haven't a clue where to start with it. If you could help then it would be a great. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Custom Data Grabber including Sky UK Channel/EPG Grabber
Contact us
RSS
Top
Bottom