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
MediaPortal 1 Plugins
My IP TV Plugin
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="yevgenb" data-source="post: 130588" data-attributes="member: 28482"><p>First of all I think we need some sort of channel ID to pass around ( string or int or whatever).</p><p>Than IF main plugin will take care of the EPG showing mini plugin can pass array of times/show names:</p><p></p><p>class Show</p><p>{</p><p> Date time;</p><p> string showName;</p><p> string showDescription;</p><p> ...... // some other metadata we can think of</p><p>};</p><p></p><p>Mini plugin Api:</p><p>Show[] GetProgram(string channelID, Date startDate, Date endDate);</p><p></p><p>The main plugin has to catch mini plugin exceptions here and show the error somehow . </p><p></p><p>Think if I missed something...</p></blockquote><p></p>
[QUOTE="yevgenb, post: 130588, member: 28482"] First of all I think we need some sort of channel ID to pass around ( string or int or whatever). Than IF main plugin will take care of the EPG showing mini plugin can pass array of times/show names: class Show { Date time; string showName; string showDescription; ...... // some other metadata we can think of }; Mini plugin Api: Show[] GetProgram(string channelID, Date startDate, Date endDate); The main plugin has to catch mini plugin exceptions here and show the error somehow . Think if I missed something... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
My IP TV Plugin
Contact us
RSS
Top
Bottom