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="overture" data-source="post: 124644" data-attributes="member: 17689"><p>Hi moiristo!</p><p></p><p>I'm working on this when I get the time. So far it's coming along well. I have got a good backbone in place which allows mini IPTV plugins to be plugged into this host plugin via an interface which looks like the following:-</p><p></p><p>public interface IMiniIPTVPlugin</p><p>{</p><p> /// <summary></p><p> /// Should return a multi-dimensional array return in this order "(string </p><p> /// channelname, string channelDescription, string genre, string language, string </p><p> /// country, string streamURL)"</p><p> /// </summary></p><p> /// <returns>A multi-dimensional array</returns></p><p> string[,] IPTVChannel();</p><p> string Author();</p><p> Form SetupForm();</p><p></p><p>}</p><p></p><p>The interface is my biggest worry. If I get it wrong then it will cause a lot of bother down the line. The IPTVChannel method when implemented should return a multi-dimensional array which contains the following:</p><p></p><p>-Channel Name</p><p>-Channel Description</p><p>-Genre</p><p>-Language</p><p>-Country</p><p>-Stream URL</p><p></p><p>Can you think of anything else?</p><p></p><p>Phil</p></blockquote><p></p>
[QUOTE="overture, post: 124644, member: 17689"] Hi moiristo! I'm working on this when I get the time. So far it's coming along well. I have got a good backbone in place which allows mini IPTV plugins to be plugged into this host plugin via an interface which looks like the following:- public interface IMiniIPTVPlugin { /// <summary> /// Should return a multi-dimensional array return in this order "(string /// channelname, string channelDescription, string genre, string language, string /// country, string streamURL)" /// </summary> /// <returns>A multi-dimensional array</returns> string[,] IPTVChannel(); string Author(); Form SetupForm(); } The interface is my biggest worry. If I get it wrong then it will cause a lot of bother down the line. The IPTVChannel method when implemented should return a multi-dimensional array which contains the following: -Channel Name -Channel Description -Genre -Language -Country -Stream URL Can you think of anything else? Phil [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
My IP TV Plugin
Contact us
RSS
Top
Bottom