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
Products
TV-Server
For The Record - The rule-based scheduling suite
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="dvdfreak" data-source="post: 199146" data-attributes="member: 21313"><p>Well, when a new program needs to be imported into the guide, it can be fed to TvScheduler with this service method:</p><p></p><p> Guid ImportProgram(GuideProgram guideProgram, GuideSource source);</p><p></p><p><em>GuideProgram</em> is a data-container with many properties (Title, SubTitle, StartTime, Actors, Rating,...) that is filled with the information and <em>GuideSource</em> can be set to XmlTv, DvbEpg or Other. So this is a very flexible and open way to feed information to TvScheduler, from a DVB-EPG grabber, a ClickFinder plugin, any other program...</p><p></p><p>Perhaps this is a bit clearer?</p><p></p><p></p><p></p><p>PS: where is ClickFinder's source? I really think it should be incredible easy to modify it to import into TvScheduler's guide. The most work would be to add the settings so it knows where TvScheduler is (url and port). A bit like the setting I have in my own plugin.</p><p></p><p>If TVE3 would manage the connection to TvScheduler globally somewhere even this "problem" would go away, any plugin would then automatically know where to send it TvScheduler methods.</p><p></p><p>Today plugins talk directly to TVE3's objects. While this may seem powerful this is usually a problem somewhere along the road. Making a plugin go through a well-defined API like the one from TvScheduler <u>really</u> helps improve stability and compatibility.</p></blockquote><p></p>
[QUOTE="dvdfreak, post: 199146, member: 21313"] Well, when a new program needs to be imported into the guide, it can be fed to TvScheduler with this service method: Guid ImportProgram(GuideProgram guideProgram, GuideSource source); [I]GuideProgram[/I] is a data-container with many properties (Title, SubTitle, StartTime, Actors, Rating,...) that is filled with the information and [I]GuideSource[/I] can be set to XmlTv, DvbEpg or Other. So this is a very flexible and open way to feed information to TvScheduler, from a DVB-EPG grabber, a ClickFinder plugin, any other program... Perhaps this is a bit clearer? PS: where is ClickFinder's source? I really think it should be incredible easy to modify it to import into TvScheduler's guide. The most work would be to add the settings so it knows where TvScheduler is (url and port). A bit like the setting I have in my own plugin. If TVE3 would manage the connection to TvScheduler globally somewhere even this "problem" would go away, any plugin would then automatically know where to send it TvScheduler methods. Today plugins talk directly to TVE3's objects. While this may seem powerful this is usually a problem somewhere along the road. Making a plugin go through a well-defined API like the one from TvScheduler [U]really[/U] helps improve stability and compatibility. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
For The Record - The rule-based scheduling suite
Contact us
RSS
Top
Bottom