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
Watch / Listen Media
Television (MyTV frontend and TV-Server)
High band does not (always) work
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="GregorV" data-source="post: 299292" data-attributes="member: 57522"><p><strong>TVLibrary Rev20078</strong></p><p></p><p>Here the TVLibrary from Rev20078 (today's build) with a Hauppauge patch..</p><p>This time I did not skip the function 'SendDiseqCommand()' - instead I check for antennaNr = 0 and immediately return, if that is true.</p><p>So other diseqc settings should still work - the patch now only skips that function if diseqc is set to 'none' for the specific channel. So please check that it is really set to 'none' (at channel->edit->DisEqc: ), otherwise the patch will not work for environments without diseqc (like e.g. switch LNBs).</p><p></p><p>[CODE]</p><p> public void SendDiseqCommand(ScanParameters parameters, DVBSChannel channel)</p><p> {</p><p> if (_isHauppauge == false) return;</p><p> bool hiBand = BandTypeConverter.IsHiBand(channel, parameters);</p><p> int antennaNr = BandTypeConverter.GetAntennaNr(channel);</p><p> if (antennaNr == 0) return;</p><p>...</p><p>...</p><p>[/CODE]</p><p></p><p>Gregor</p></blockquote><p></p>
[QUOTE="GregorV, post: 299292, member: 57522"] [b]TVLibrary Rev20078[/b] Here the TVLibrary from Rev20078 (today's build) with a Hauppauge patch.. This time I did not skip the function 'SendDiseqCommand()' - instead I check for antennaNr = 0 and immediately return, if that is true. So other diseqc settings should still work - the patch now only skips that function if diseqc is set to 'none' for the specific channel. So please check that it is really set to 'none' (at channel->edit->DisEqc: ), otherwise the patch will not work for environments without diseqc (like e.g. switch LNBs). [CODE] public void SendDiseqCommand(ScanParameters parameters, DVBSChannel channel) { if (_isHauppauge == false) return; bool hiBand = BandTypeConverter.IsHiBand(channel, parameters); int antennaNr = BandTypeConverter.GetAntennaNr(channel); if (antennaNr == 0) return; ... ... [/CODE] Gregor [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
High band does not (always) work
Contact us
RSS
Top
Bottom