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
HD Homerun running DVB-C detects as DVB-T in TV server?
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="whurlston" data-source="post: 573455" data-attributes="member: 47415"><p>I believe this fix broke HDHomeRun QAM for North American users. They also have the tuners set to "Digital Cable" and so their HDHomeRuns are being detected as DVB-C instead of ATSC tuners as reported at <a href="https://forum.team-mediaportal.com/untested-mediaportal-1-1-0-beta-svn-builds-268/mediaportal-svn-snapshot-01-08-2010-02-15h-revision-24669-rar-75857/index10.html#post558287" target="_blank">https://forum.team-mediaportal.com/untested-mediaportal-1-1-0-beta-svn-builds-268/mediaportal-svn-snapshot-01-08-2010-02-15h-revision-24669-rar-75857/index10.html#post558287</a></p><p></p><p>I believe the fix would be to remove the isCablePreferred check when comparing the network provider type to the ATSCProvider. If I am correct, line 296 of TVCardCollection.cs (SVN 24649) should be:</p><p>[CODE]else if (pguidNetworkTypes[n] == typeof (ATSCNetworkProvider).GUID)[/CODE]</p><p></p><p>instead of:</p><p></p><p>[CODE]else if (pguidNetworkTypes[n] == (typeof (ATSCNetworkProvider).GUID) && !isCablePreferred)[/CODE]</p><p></p><p>The European model should still return as DVB-C and the North American model should return as ATSC with this change.</p></blockquote><p></p>
[QUOTE="whurlston, post: 573455, member: 47415"] I believe this fix broke HDHomeRun QAM for North American users. They also have the tuners set to "Digital Cable" and so their HDHomeRuns are being detected as DVB-C instead of ATSC tuners as reported at [url]https://forum.team-mediaportal.com/untested-mediaportal-1-1-0-beta-svn-builds-268/mediaportal-svn-snapshot-01-08-2010-02-15h-revision-24669-rar-75857/index10.html#post558287[/url] I believe the fix would be to remove the isCablePreferred check when comparing the network provider type to the ATSCProvider. If I am correct, line 296 of TVCardCollection.cs (SVN 24649) should be: [CODE]else if (pguidNetworkTypes[n] == typeof (ATSCNetworkProvider).GUID)[/CODE] instead of: [CODE]else if (pguidNetworkTypes[n] == (typeof (ATSCNetworkProvider).GUID) && !isCablePreferred)[/CODE] The European model should still return as DVB-C and the North American model should return as ATSC with this change. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
HD Homerun running DVB-C detects as DVB-T in TV server?
Contact us
RSS
Top
Bottom