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
MyStreams 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="bradyph" data-source="post: 358237" data-attributes="member: 76956"><p><strong>Update v 0.0.9</strong></p><p></p><p>Hi all,</p><p></p><p>sorry for delaying again >.<</p><p></p><p>I've updated the first post with a new version of the plugin, its still fairly rough around the edges but grouping streams is now possible and I rebuild the dll using the latest source and version of media portal in an attempt to fix the incompatable plugin error that some of you were having (fingers crossed) as I still havent replicated it yet <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" />. </p><p></p><p>now that xmas is over and i'm back to work things should settle down a bit and I plan to devote more time to coding this thing, as mentioned earlier I want to try get it working with sopcast (and hopefully more) once I've done this I'll sort out the skins and adding logos etc..</p><p></p><p>I was also talking to Esprit about us porting this or writing a version for TV server once this is complete so I will keep you posted on any news on that if and when anything happens <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>keep the suggestions you are having coming in as its still at a point where I can factor in things for now anyway <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> and let me know if that "plugin is incompatible with this version of MP" is still about <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p>btw if some of you already have lists created and don't want to re-enter them you can manually edit the Mystreams.xml file and setup groups by adding group tags around a list of channels:</p><p></p><p>eg</p><p></p><p>old format sample:</p><p><?xml version="1.0"?></p><p><MyStreams></p><p> <Settings></p><p> <MenuName>My Streams</MenuName></p><p> </Settings></p><p> <Channel ID="003"></p><p> <StreamName>Lan Sopcast</StreamName></p><p> <URL>http://192.168.1.104:8902/tv.asf</URL></p><p> <IsVideo>true</IsVideo></p><p> </Channel></p><p> <Channel ID="003"></p><p> <StreamName>EuroNews</StreamName></p><p> <URL>http://wwitv.com/a1/6645.asx</URL></p><p> <IsVideo>true</IsVideo></p><p> </Channel></p><p></MyStreams></p><p></p><p></p><p>New format sample:</p><p><?xml version="1.0"?></p><p><MyStreams></p><p> <Settings></p><p> <MenuName>My Streams 1</MenuName></p><p> </Settings></p><p> <strong><Group ID="<em>Group Name</em>"></strong></p><p> <Channel ID="003"></p><p> <StreamName>Lan Sopcast</StreamName></p><p> <URL>http://192.168.1.104:8902/tv.asf</URL></p><p> <IsVideo>true</IsVideo></p><p> </Channel></p><p> <Channel ID="003"></p><p> <StreamName>EuroNews</StreamName></p><p> <URL>http://wwitv.com/a1/6645.asx</URL></p><p> <IsVideo>true</IsVideo></p><p> </Channel></p><p> <strong></Group></strong></p><p></MyStreams></p><p></p><p>and change <em><strong>Group Name</strong></em> to name of your group.</p><p></p><p>Cheers</p><p>P</p></blockquote><p></p>
[QUOTE="bradyph, post: 358237, member: 76956"] [b]Update v 0.0.9[/b] Hi all, sorry for delaying again >.< I've updated the first post with a new version of the plugin, its still fairly rough around the edges but grouping streams is now possible and I rebuild the dll using the latest source and version of media portal in an attempt to fix the incompatable plugin error that some of you were having (fingers crossed) as I still havent replicated it yet :(. now that xmas is over and i'm back to work things should settle down a bit and I plan to devote more time to coding this thing, as mentioned earlier I want to try get it working with sopcast (and hopefully more) once I've done this I'll sort out the skins and adding logos etc.. I was also talking to Esprit about us porting this or writing a version for TV server once this is complete so I will keep you posted on any news on that if and when anything happens :) keep the suggestions you are having coming in as its still at a point where I can factor in things for now anyway :) and let me know if that "plugin is incompatible with this version of MP" is still about ;) btw if some of you already have lists created and don't want to re-enter them you can manually edit the Mystreams.xml file and setup groups by adding group tags around a list of channels: eg old format sample: <?xml version="1.0"?> <MyStreams> <Settings> <MenuName>My Streams</MenuName> </Settings> <Channel ID="003"> <StreamName>Lan Sopcast</StreamName> <URL>http://192.168.1.104:8902/tv.asf</URL> <IsVideo>true</IsVideo> </Channel> <Channel ID="003"> <StreamName>EuroNews</StreamName> <URL>http://wwitv.com/a1/6645.asx</URL> <IsVideo>true</IsVideo> </Channel> </MyStreams> New format sample: <?xml version="1.0"?> <MyStreams> <Settings> <MenuName>My Streams 1</MenuName> </Settings> [B]<Group ID="[I]Group Name[/I]">[/B] <Channel ID="003"> <StreamName>Lan Sopcast</StreamName> <URL>http://192.168.1.104:8902/tv.asf</URL> <IsVideo>true</IsVideo> </Channel> <Channel ID="003"> <StreamName>EuroNews</StreamName> <URL>http://wwitv.com/a1/6645.asx</URL> <IsVideo>true</IsVideo> </Channel> [B]</Group>[/B] </MyStreams> and change [I][B]Group Name[/B][/I] to name of your group. Cheers P [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
MyStreams Plugin
Contact us
RSS
Top
Bottom