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
Improvement Suggestions
Idea: Auto commercial removal WITHOUT file processing (e.g. Comskip)
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="peter_H" data-source="post: 639335" data-attributes="member: 75891"><p>Yeah, I agree that the project could be mostly coded separately from the PVR core. It could supply the PVR developers with a COM object/ .NET library/dll or suchlike, with all the details about talking to the server encapsulated. I know that both MP and GBPVR use .NET.</p><p></p><p>Then it might be as simple for the PVR developers as using the following functions:</p><p></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">edlObject.setCountry( country )</span></p><p><span style="font-family: 'Courier New'">edlObject.setHomeServerURL( "adsbegone.com")</span></p><p><span style="font-family: 'Courier New'">edlObject.setTimeServerURL( "time.windows.com") ; edlObject keeps track of it's own time, so doesn't matter if system clock is wrong</span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">edlObject.startShow( Channel,Title,Description ) ; call every time a new show starts or channel is changed</span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">edlObject.recordButtonPress( buttonType) ; call this function every time a button is pressed!</span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">edlObject.endShow() ; call every time a new show ends or channel is changed!</span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">edlObject.uploadAndFlushData()</span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">edlObject.uploadEditList( editListType, Channel, Title, Description, TimeOfSheduledBroadcast) ; for uploading a comskip.txt file</span></p><p><span style="font-family: 'Courier New'"></span></p><p></p><p>...and for downloading an edit list + accuracyRating:</p><p></p><p><span style="font-family: 'Courier New'">editList = editListObject.getShowData( Country,Channel,Title,TimeOfSheduledBroadcast, minimumAccuracyRating)</span></p><p></p><p>...plus some way of specifying callbacks for getting upload/download results asynchronously.</p><p></p><p>So really, it could be made to be minimal effort to integrate into PVRs.</p></blockquote><p></p>
[QUOTE="peter_H, post: 639335, member: 75891"] Yeah, I agree that the project could be mostly coded separately from the PVR core. It could supply the PVR developers with a COM object/ .NET library/dll or suchlike, with all the details about talking to the server encapsulated. I know that both MP and GBPVR use .NET. Then it might be as simple for the PVR developers as using the following functions: [FONT="Courier New"] edlObject.setCountry( country ) edlObject.setHomeServerURL( "adsbegone.com") edlObject.setTimeServerURL( "time.windows.com") ; edlObject keeps track of it's own time, so doesn't matter if system clock is wrong edlObject.startShow( Channel,Title,Description ) ; call every time a new show starts or channel is changed edlObject.recordButtonPress( buttonType) ; call this function every time a button is pressed! edlObject.endShow() ; call every time a new show ends or channel is changed! edlObject.uploadAndFlushData() edlObject.uploadEditList( editListType, Channel, Title, Description, TimeOfSheduledBroadcast) ; for uploading a comskip.txt file [/FONT] ...and for downloading an edit list + accuracyRating: [FONT="Courier New"]editList = editListObject.getShowData( Country,Channel,Title,TimeOfSheduledBroadcast, minimumAccuracyRating)[/FONT] ...plus some way of specifying callbacks for getting upload/download results asynchronously. So really, it could be made to be minimal effort to integrate into PVRs. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Improvement Suggestions
Idea: Auto commercial removal WITHOUT file processing (e.g. Comskip)
Contact us
RSS
Top
Bottom