NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 8 9 10 11 12 … 433 Next »
channel scan not distinguishing channel(s)

channel scan not distinguishing channel(s)
clones
Offline

Junior Member

Posts: 27
Threads: 7
Joined: Mar 2018
#1
2019-06-29, 05:03 PM
I have been trouble trying to format my question, and where would be the best place to ask. Using Windows 10, MyHDHomerun Duo connect, along with NextPVR, and Kodi.

Recently a broadcast channel nearby (KWKB) has changed stations/ from 2 channels to 5. When using scanning MyHDHomerun to scan the channels, (20.1 KWKB-TV; 20.2 KWKB-TV; 20.3 KWKB-TV; 20.4 KWKB-TV; 20.5 KWKB-TV; 20.6 KWKB-TV), and basically looking like they are all the same channel (the stations are actually 20.1: Escape; 20.2: Laff; 20.3: Grit; 20.4: Bounce TV; 20.5: Light TV
20.6: Infomercials). When I try these stations through the HDHomerun app, I am able to play all the channels.

When I scan the channels through NextPVR, the channels are not being found correctly. I am only able to play 20.1, and 20.2. and will 20.3, 20.4, 20.5 will not play at all, and therefore, I am only able to use 20.1 Escape, and 20.2 Laff through Kodi), I was not sure if there is a something I am missing that will assist in identifying the channels separately. Again, I am sorry if this is confusing, as I have had trouble trying to formulate this question
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,772
Threads: 954
Joined: May 2006
#2
2019-06-29, 05:23 PM
Don't use the NextPVR choice in setting up the BDA driver in the Silicon Dust config. Use default or MediaPortal

Martin
KiwiSteveInLondon
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Jul 2019
#3
2019-07-04, 07:58 AM
Due to the 4g and 5g mobile networks the UK is clearing all Channels off the 700Mhz band, you need to update the C:\Users\Public\NPVR\Tuning\DVB-T\United Kingdom your region and transmitter .ini file with the new frequencies, they can be found here. https://ukfree.tv/transmitters or use the powershell code below and it will scrape the site for your local transmitter and replace the tuning.ini for your region.
$Region = Read-Host -Prompt "enter your region"
$transmitter = Read-Host -Prompt 'Enter your local transmitter - if it has a space int the name use _ for the space'
$Version = Read-host -prompt "enter the version of NPVR: ie 4 or 5"

$Tran = $transmitter.split(" ")[0]
$Tran1 = $transmitter.split(" ")[1]

$Scrape = $Tran+"_"+$Tran1

If ($Version -eq 5){$File = 'C:\Program Files (x86)\NPVR\data\tuning\DVB-T\United Kingdom' + ' - ' + $Region + ' - ' + $transmitter + ".ini"}
Else{$File = 'C:\Users\Public\NPVR\Tuning\DVB-T\United Kingdom' + ' - ' + $Region + ' - ' + $transmitter + ".ini"}

Remove-Item $File

$Main = @('[TERTYPE]
1=United Kingdom
2=' + $Region +' - ' + $transmitter
'[DVB]
0=9')

$Main | Out-File $File

$C = (Invoke-WebRequest -UseBasicParsing -Uri "https://ukfree.tv/transmitters/tv/$Scrape").Links | Where-Object {$_.OuterHTML -like "***.*MHz*" -and $_.outerHTML -notlike '*474*'}

$counter = 0
foreach($Line in $C.outerHTML){

$counter++

$MHz = $Line.Split("(M")[1]
$MH = $MHz -replace '[.]',''


$content = $counter.ToString() +'='+$Counter.ToString()+','+$MH.ToString()+'00,0,0,8'
Add-Content $File $content

}

Steve
clones
Offline

Junior Member

Posts: 27
Threads: 7
Joined: Mar 2018
#4
2019-07-06, 02:50 PM
Thanks for your reply. I have used the mediaportal setting since my initial setup
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,772
Threads: 954
Joined: May 2006
#5
2019-07-06, 02:54 PM
Good. Do a scan and then upload your NextPVR logs and we can take a look.

Martin
clones
Offline

Junior Member

Posts: 27
Threads: 7
Joined: Mar 2018
#6
2019-07-08, 10:58 PM
mvallevand Wrote:Good. Do a scan and then upload your NextPVR logs and we can take a look.

Martin

Okay, thank you. I do have possibly a real basic question, the difference between ATSC vs HDHR?

Also, I did find something that also is contributing the the struggle I've had. I have been using schedules direct, and they did not the channel update reflected in their epg information. I have emailed them, and they are going to make sure their information reflects this change.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#7
2019-07-08, 11:16 PM
clones Wrote:Okay, thank you. I do have possibly a real basic question, the difference between ATSC vs HDHR?

Also, I did find something that also is contributing the the struggle I've had. I have been using schedules direct, and they did not the channel update reflected in their epg information. I have emailed them, and they are going to make sure their information reflects this change.
On the device screen you can used either the 'ATSC' and 'HDHR' device types to communicate with the HDHomeRun.

The ATSC option is using the BDA drivers on the Windows machine, and NextPVR takes care of most of the scanning aspects itself. ie, tuning to specific frequencies, monitoring the broadcast data, to find the channels.

The HDHR option instead uses the HDHomeRun network interface. This option has the HDHomeRun doing most of the work. NextPVR just asks the HDHomeRun for the list of available channels (instead of scanning itself).
Ernoth
Offline

Junior Member

Denmark
Posts: 2
Threads: 1
Joined: Mar 2020
#8
2020-03-26, 07:23 AM
In denmark i have for some time lost some of the free danish channels in nextpvr channel search. All channels Can be found in HDHomeRun setup software.can I get help to solve.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#9
2020-03-26, 03:59 PM
(2020-03-26, 07:23 AM)Ernoth Wrote: In denmark i have for some time lost some of the free danish channels in nextpvr channel search. All channels Can be found in HDHomeRun setup software.can I get help to solve.
If you set All Countries / All Regions in NextPVR when you scan, does it find your channels?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  IR Server Suite Channel Changer BTJustice 26 26,840 2023-01-11, 08:49 PM
Last Post: Frapo
  Device Update - Channel Mapping chezmorris 10 4,521 2022-07-01, 01:59 PM
Last Post: mvallevand
  ITV/BBC HD and EPG missing from scan and update angelisle 16 3,957 2021-08-26, 11:45 AM
Last Post: NumberFive
  IPTV Channel Mapping jrockow 15 7,573 2021-03-07, 09:45 PM
Last Post: jrockow
  channel icon location Brucek2839 2 1,649 2021-03-04, 10:30 PM
Last Post: Brucek2839
  UK channel More4 - tunes but cannot view? prothed 7 2,666 2021-02-17, 02:59 PM
Last Post: Graham
  send channel chanes via winLIRC?? chef Paula 67 12,625 2021-02-11, 07:38 PM
Last Post: mvallevand
  NextPVR hangs when tuning to offline channel? CormacBaptiste 2 1,868 2021-02-03, 01:29 PM
Last Post: Graham
  Possible to set the EPG source for more than one channel at a time? LeGrandZombie 15 7,826 2020-12-06, 02:15 AM
Last Post: pitbull1969
  xmltv and EPG channel icons HaTaX 5 3,980 2020-10-28, 04:25 AM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode