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
Support
General Support
Need help with MYBLASTER 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="scoop" data-source="post: 69486" data-attributes="member: 10498"><p>Hi,</p><p></p><p>I think this is technically possible yes. Right now a GUIMessage is sent from MultiCardBase.cs to indicate a card wants to tune an external channel. The GUIMessage.Label property then contains the external channel number the external tuner plugin (MyBlaster in this case) would have to tune to. The easiest way would be to add the card index as second label, i.e.:</p><p>[code]msg.Label2 = CurrentCardIndex;[/code]</p><p>An external tuner plugin can then determine which card a channel is mapped to and send the command to the appropriate STB.</p><p></p><p>However, IIRC there were some issues with MyBlaster using either port 1 or port 2 on some USB transceivers. I don't own an STB myself so I'm not of much use there...</p><p></p><p>Kind regards,</p><p>Michel</p></blockquote><p></p>
[QUOTE="scoop, post: 69486, member: 10498"] Hi, I think this is technically possible yes. Right now a GUIMessage is sent from MultiCardBase.cs to indicate a card wants to tune an external channel. The GUIMessage.Label property then contains the external channel number the external tuner plugin (MyBlaster in this case) would have to tune to. The easiest way would be to add the card index as second label, i.e.: [code]msg.Label2 = CurrentCardIndex;[/code] An external tuner plugin can then determine which card a channel is mapped to and send the command to the appropriate STB. However, IIRC there were some issues with MyBlaster using either port 1 or port 2 on some USB transceivers. I don't own an STB myself so I'm not of much use there... Kind regards, Michel [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Need help with MYBLASTER plugin
Contact us
RSS
Top
Bottom