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)
IPTV not working
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="dimka" data-source="post: 606168" data-attributes="member: 87528"><p>It looks like the logic behind of LCN (logical channel numbers) was broken at least for DVB-C and has been fixed in RC 1.1.0 RC2 (<a href="http://mantis.team-mediaportal.com/view.php?id=2821" target="_blank">0002821: DVB-C channel scan is missing LCN information - MediaPortal Bugtracker</a>). So lets try to install last release...</p><p></p><p>If it won't work there is some logic about LCN here TvEngine3/TVLibrary/SetupTv/Sections/CardDvbIP.cs. So we might have a look there</p><p></p><p> [CODE] TuningDetail currentDetail = layer.GetChannel(channel.Provider, channel.Name, channel.ServiceId);</p><p> if (currentDetail == null)</p><p> {</p><p> //add new channel</p><p> exists = false;</p><p> dbChannel = layer.AddChannel(channel.Provider, channel.Name);</p><p> dbChannel.SortOrder = 10000;</p><p> if (channel.LogicalChannelNumber >= 1)</p><p> {</p><p> dbChannel.SortOrder = channel.LogicalChannelNumber;</p><p> }</p><p> }[/CODE]</p></blockquote><p></p>
[QUOTE="dimka, post: 606168, member: 87528"] It looks like the logic behind of LCN (logical channel numbers) was broken at least for DVB-C and has been fixed in RC 1.1.0 RC2 ([url=http://mantis.team-mediaportal.com/view.php?id=2821]0002821: DVB-C channel scan is missing LCN information - MediaPortal Bugtracker[/url]). So lets try to install last release... If it won't work there is some logic about LCN here TvEngine3/TVLibrary/SetupTv/Sections/CardDvbIP.cs. So we might have a look there [CODE] TuningDetail currentDetail = layer.GetChannel(channel.Provider, channel.Name, channel.ServiceId); if (currentDetail == null) { //add new channel exists = false; dbChannel = layer.AddChannel(channel.Provider, channel.Name); dbChannel.SortOrder = 10000; if (channel.LogicalChannelNumber >= 1) { dbChannel.SortOrder = channel.LogicalChannelNumber; } }[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
IPTV not working
Contact us
RSS
Top
Bottom