DVB-S Scan for transponder list not getting all transponders (1 Viewer)

jblomb

Retired Team Member
  • Premium Supporter
  • May 17, 2007
    96
    17
    Sundsvall
    Home Country
    Sweden Sweden
    MediaPortal Version: 1.2.2

    Description
    When I scan "Search for transponder list"; for Thor 0.8W I don't get all transponders. Looking at http://se.kingofsat.net/pos-0.8W.php you can see that in some cases two transponders share the same frequency but have different polarization.
    TSReader only checks if the frequency has been added before, and if it has, it won't add the new transponder:
    Code:
    if (nit.Frequency==satteliteNIT.Frequency)
    {
      .....
        alreadyAdded=true;
        break;
    }
    It should be changed to
    Code:
    if (nit.Frequency==satteliteNIT.Frequency && nit.Polarisation==satteliteNIT.Polarisation)

    Steps to Reproduce:
    Scan use the option "Search for transponder list" on freq 11247000, 24500, V. You get 26 transponders where you should have had 33 transponders.
     

    jameson_uk

    Retired Team Member
  • Premium Supporter
  • January 27, 2005
    7,258
    2,528
    Birmingham
    Home Country
    United Kingdom United Kingdom
    Not an area of the code I am familiar with but I am fairly sure it does work. I use 28.2E which has different transponders on same freq but different polarisation and they get picked up.

    What type of scan are you doing? Are you updating the tuning details from the internet and then doing a full scan or are you using one of the advanced scan options?
     

    jblomb

    Retired Team Member
  • Premium Supporter
  • May 17, 2007
    96
    17
    Sundsvall
    Home Country
    Sweden Sweden
    I am using one of the advanced options, "Search for transponder list", since pos 0.8W contains both Thor and Intelsat, and I am only interested in the channels on Thor. A normal "full" scan works, but that means a lot of unnecessary transponders are being scanned since I can't watch any of the channels on Intelsat anyway. :)
     

    Wbunaarf

    Portal Pro
    December 9, 2005
    534
    103
    Sweden
    Home Country
    Sweden Sweden
    Scan use the option "Search for transponder list" on freq 11247000, 24500, V. You get 26 transponders where you should have had 33 transponders.

    Ahh, so that's where the transponder list is! I did have to set FEC to 7/8 though (but leave modulation as notset), otherwise nothing was found.

    Noone can confirm this issue?

    I can confirm that 26 transponders were found. I can also confirm that there are 33 transponders of interest to me (http://se.kingofsat.net/pack-canaldigitalnordic.php). In the list below eg 10747 is only listed once, and as Jblomb says even though there are channels on vertical as well only horizontal is scanned. I'll try to find some time to apply the patch.

    The found ones:

    Code:
    2012-03-12 09:45:44.143464 [(17)]: 11403000,1,2,24500
    2012-03-12 09:45:44.144464 [(17)]: 11357000,1,1,24500
    2012-03-12 09:45:44.145464 [(17)]: 11261000,1,1,24500
    2012-03-12 09:45:44.145464 [(17)]: 11389000,1,1,24500
    2012-03-12 09:45:44.146464 [(17)]: 11372000,1,2,24500
    2012-03-12 09:45:44.147465 [(17)]: 11785000,2,1,30000
    2012-03-12 09:45:44.147465 [(17)]: 11919000,1,2,28000
    2012-03-12 09:45:44.148465 [(17)]: 12015000,2,1,30000
    2012-03-12 09:45:44.149465 [(17)]: 11341000,1,2,24500
    2012-03-12 09:45:44.150465 [(17)]: 11421000,1,1,24500
    2012-03-12 09:45:44.151465 [(17)]: 10903000,2,1,25000
    2012-03-12 09:45:44.151465 [(17)]: 11862000,1,1,28000
    2012-03-12 09:45:44.152465 [(17)]: 10872000,1,1,24500
    2012-03-12 09:45:44.152465 [(17)]: 10809000,1,2,24500
    2012-03-12 09:45:44.153465 [(17)]: 10841000,1,1,24500
    2012-03-12 09:45:44.154465 [(17)]: 10778000,1,1,24500
    2012-03-12 09:45:44.154465 [(17)]: 10747000,2,1,25000
    2012-03-12 09:45:44.155465 [(17)]: 11247000,1,2,24500
    2012-03-12 09:45:44.156465 [(17)]: 11309000,1,2,24500
    2012-03-12 09:45:44.156465 [(17)]: 11278000,1,2,24500
    2012-03-12 09:45:44.157465 [(17)]: 11229000,1,1,24500
    2012-03-12 09:45:44.158465 [(17)]: 10934000,1,2,24500
    2012-03-12 09:45:44.158465 [(17)]: 12418000,1,2,28000
    2012-03-12 09:45:44.159465 [(17)]: 11293000,1,1,24500
    2012-03-12 09:45:44.160465 [(17)]: 11325000,1,1,24500
    2012-03-12 09:45:44.160465 [(17)]: 11216000,1,2,24500

    And the (horizontal) scan of 10747:

    2012-03-12 09:49:04.489923 [(26)]: dvbs: Scan:DVBS:tv: Freq:10747000 ONID:-1 TSID:-1 SID:-1 PMT:0xFFFFFFFF FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 09:49:04.490924 [(26)]: dvbs: Tune:DVBS:tv: Freq:10747000 ONID:-1 TSID:-1 SID:-1 PMT:0xFFFFFFFF FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 09:49:04.490924 [(26)]: LNB low:9750 hi:10600 switch:11700
    2012-03-12 09:49:04.491924 [(26)]: DigitalEverywhere DVB-S2 modulation set to:ModNbc8Psk
    2012-03-12 09:49:04.491924 [(26)]: DigitalEverywhere Pilot set to:NotSet
    2012-03-12 09:49:04.492924 [(26)]: DigitalEverywhere RollOff set to:Twenty
    2012-03-12 09:49:04.492924 [(26)]: DigitalEverywhere fec set to:19
    2012-03-12 09:49:04.493924 [(26)]: dvbs:channel modulation is set to ModNbc8Psk
    2012-03-12 09:49:04.493924 [(26)]: dvbs:channel FECRate is set to 19
    2012-03-12 09:49:04.494924 [(26)]: FireDTV: already no diseqc used
    2012-03-12 09:49:04.594929 [(26)]: dvb:confused:ubmiting tunerequest Channel: subChannel:0
    2012-03-12 09:49:04.595930 [(26)]: dvb:using existing subchannel:0
    2012-03-12 09:49:04.595930 [(26)]: dvb:confused:ubmit tunerequest size:2 new:0
    2012-03-12 09:49:04.596930 [(26)]: subch:0 OnBeforeTune
    2012-03-12 09:49:04.598930 [(26)]: dvb:confused:ubmit tunerequest calling put_TuneRequest
    2012-03-12 09:49:05.104959 [(26)]: dvb:confused:ubmit tunerequest done calling put_TuneRequest
    2012-03-12 09:49:05.105959 [(26)]: subch:0 OnAfterTune
    2012-03-12 09:49:05.106959 [(26)]: FireDTV: HW Filtered Pid : 0x0
    2012-03-12 09:49:05.107959 [(26)]: FireDTV: HW Filtered Pid : 0x11
    2012-03-12 09:49:05.107959 [(26)]: FireDTV: HW Filtered Pid : 0x1FFF
    2012-03-12 09:49:05.111959 [(26)]: RunGraph
    2012-03-12 09:49:05.221965 [(26)]: dvb: LockedInOnSignal ok
    2012-03-12 09:49:05.222965 [(26)]: subch:0 OnGraphStart
    2012-03-12 09:49:05.223965 [(26)]: subch:0 Graph already running - WaitForPMT
    2012-03-12 09:49:05.223965 [(26)]: subch:0 SetupPmtGrabber:pid FFFFFFFF sid:FFFFFFFF
    2012-03-12 09:49:05.224966 [(26)]: subch:0 SetupPmtGrabber:pid FFFFFFFF sid:FFFFFFFF
    2012-03-12 09:49:05.320971 [(26)]: Scan: tuner locked:True signal:100 quality:100
    [...]
    2012-03-12 09:49:35.373690 [(26)]: 0) 0x46 0x44 0x40A 0x106 TV 2 PL1 HD type:1
    2012-03-12 09:49:35.374690 [(26)]: Found: DVBS:tv:Telenor TV 2 PL1 HD Freq:10747000 ONID:70 TSID:68 SID:1034 PMT:0x106 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 09:49:35.375690 [(26)]: 1) 0x46 0x44 0x40B 0x107 TV 2 PL2 HD type:1
    2012-03-12 09:49:35.375690 [(26)]: Found: DVBS:tv:Telenor TV 2 PL2 HD Freq:10747000 ONID:70 TSID:68 SID:1035 PMT:0x107 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 09:49:35.376690 [(26)]: 2) 0x46 0x44 0x40C 0x108 TV 2 PL1 HD type:1
    2012-03-12 09:49:35.377690 [(26)]: Found: DVBS:tv:Telenor TV 2 PL1 HD Freq:10747000 ONID:70 TSID:68 SID:1036 PMT:0x108 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 09:49:35.377690 [(26)]: 3) 0x46 0x44 0x40D 0x109 TV 2 PL2 HD type:1
    2012-03-12 09:49:35.378690 [(26)]: Found: DVBS:tv:Telenor TV 2 PL2 HD Freq:10747000 ONID:70 TSID:68 SID:1037 PMT:0x109 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 09:49:35.379690 [(26)]: 4) 0x46 0x44 0x1904 0x110 TV 2 PL3 HD type:1
    2012-03-12 09:49:35.379690 [(26)]: Found: DVBS:tv:Telenor TV 2 PL3 HD Freq:10747000 ONID:70 TSID:68 SID:6404 PMT:0x110 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 09:49:35.380690 [(26)]: 5) 0x46 0x44 0x1905 0x111 TV 2 PL3 HD type:1
    2012-03-12 09:49:35.381690 [(26)]: Found: DVBS:tv:Telenor TV 2 PL3 HD Freq:10747000 ONID:70 TSID:68 SID:6405 PMT:0x111 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 09:49:35.383690 [(26)]: 6) 0x46 0x44 0x1A93 0x102 TV4 News type:1
    2012-03-12 09:49:35.384691 [(26)]: Found: DVBS:tv:Telenor TV4 News Freq:10747000 ONID:70 TSID:68 SID:6803 PMT:0x102 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 09:49:35.384691 [(26)]: 7) 0x46 0x44 0x1A94 0x100 MTV3 HD type:19
    2012-03-12 09:49:35.385691 [(26)]: Found: DVBS:tv:Telenor MTV3 HD Freq:10747000 ONID:70 TSID:68 SID:6804 PMT:0x100 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 09:49:35.386691 [(26)]: Scan Got 8 from 8 channels

    //W
     

    jblomb

    Retired Team Member
  • Premium Supporter
  • May 17, 2007
    96
    17
    Sundsvall
    Home Country
    Sweden Sweden
    Eh, right. :) I should have clarified that earlier, but it's correct.
     

    Wbunaarf

    Portal Pro
    December 9, 2005
    534
    103
    Sweden
    Home Country
    Sweden Sweden
    With this patch applied, 33 transponders are found:

    Code:
    2012-03-12 19:20:56.678774 [(7)]: 12418000,1,2,28000
    2012-03-12 19:20:56.678774 [(7)]: 11293000,1,1,24500
    2012-03-12 19:20:56.678774 [(7)]: 11325000,1,1,24500
    2012-03-12 19:20:56.678774 [(7)]: 11216000,1,2,24500
    2012-03-12 19:20:56.678774 [(7)]: 11403000,1,2,24500
    2012-03-12 19:20:56.678774 [(7)]: 11357000,1,1,24500
    2012-03-12 19:20:56.678774 [(7)]: 11261000,1,1,24500
    2012-03-12 19:20:56.678774 [(7)]: 11389000,1,1,24500
    2012-03-12 19:20:56.678774 [(7)]: 11372000,1,2,24500
    2012-03-12 19:20:56.678774 [(7)]: 11785000,2,1,30000
    2012-03-12 19:20:56.678774 [(7)]: 11919000,1,2,28000
    2012-03-12 19:20:56.678774 [(7)]: 12015000,2,1,30000
    2012-03-12 19:20:56.678774 [(7)]: 11341000,1,2,24500
    2012-03-12 19:20:56.678774 [(7)]: 11421000,1,1,24500
    2012-03-12 19:20:56.678774 [(7)]: 10903000,2,1,25000
    2012-03-12 19:20:56.678774 [(7)]: 11862000,1,1,28000
    2012-03-12 19:20:56.678774 [(7)]: 10872000,1,1,24500
    2012-03-12 19:20:56.678774 [(7)]: 10872000,1,2,24500
    2012-03-12 19:20:56.678774 [(7)]: 10809000,1,2,24500
    2012-03-12 19:20:56.678774 [(7)]: 10841000,1,1,24500
    2012-03-12 19:20:56.694374 [(7)]: 10841000,1,2,24500
    2012-03-12 19:20:56.694374 [(7)]: 10809000,1,1,24500
    2012-03-12 19:20:56.694374 [(7)]: 10778000,1,1,24500
    2012-03-12 19:20:56.694374 [(7)]: 10778000,2,2,25000
    2012-03-12 19:20:56.694374 [(7)]: 10747000,2,1,25000
    2012-03-12 19:20:56.694374 [(7)]: 10903000,2,2,25000
    2012-03-12 19:20:56.694374 [(7)]: 10747000,2,2,25000
    2012-03-12 19:20:56.694374 [(7)]: 11247000,1,2,24500
    2012-03-12 19:20:56.694374 [(7)]: 11309000,1,2,24500
    2012-03-12 19:20:56.694374 [(7)]: 11278000,1,2,24500
    2012-03-12 19:20:56.694374 [(7)]: 11229000,1,1,24500
    2012-03-12 19:20:56.694374 [(7)]: 10934000,1,2,24500
    2012-03-12 19:20:56.694374 [(7)]: 10934000,2,1,25000

    Now 10747 is listed twice, and both horizontal and vertical are scanned.

    Code:
    2012-03-12 19:26:41.829380 [(7)]: 0) 0x46 0x44 0x40A 0x106 TV 2 PL1 HD type:1
    2012-03-12 19:26:41.829380 [(7)]: Found: DVBS:tv:Telenor TV 2 PL1 HD Freq:10747000 ONID:70 TSID:68 SID:1034 PMT:0x106 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:26:41.829380 [(7)]: 1) 0x46 0x44 0x40B 0x107 TV 2 PL2 HD type:1
    2012-03-12 19:26:41.829380 [(7)]: Found: DVBS:tv:Telenor TV 2 PL2 HD Freq:10747000 ONID:70 TSID:68 SID:1035 PMT:0x107 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:26:41.829380 [(7)]: 2) 0x46 0x44 0x40C 0x108 TV 2 PL1 HD type:1
    2012-03-12 19:26:41.829380 [(7)]: Found: DVBS:tv:Telenor TV 2 PL1 HD Freq:10747000 ONID:70 TSID:68 SID:1036 PMT:0x108 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:26:41.829380 [(7)]: 3) 0x46 0x44 0x40D 0x109 TV 2 PL2 HD type:1
    2012-03-12 19:26:41.829380 [(7)]: Found: DVBS:tv:Telenor TV 2 PL2 HD Freq:10747000 ONID:70 TSID:68 SID:1037 PMT:0x109 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:26:41.829380 [(7)]: 4) 0x46 0x44 0x1904 0x110 TV 2 PL3 HD type:1
    2012-03-12 19:26:41.829380 [(7)]: Found: DVBS:tv:Telenor TV 2 PL3 HD Freq:10747000 ONID:70 TSID:68 SID:6404 PMT:0x110 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:26:41.829380 [(7)]: 5) 0x46 0x44 0x1905 0x111 TV 2 PL3 HD type:1
    2012-03-12 19:26:41.829380 [(7)]: Found: DVBS:tv:Telenor TV 2 PL3 HD Freq:10747000 ONID:70 TSID:68 SID:6405 PMT:0x111 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:26:41.829380 [(7)]: 6) 0x46 0x44 0x1A93 0x102 TV4 News type:1
    2012-03-12 19:26:41.829380 [(7)]: Found: DVBS:tv:Telenor TV4 News Freq:10747000 ONID:70 TSID:68 SID:6803 PMT:0x102 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:26:41.829380 [(7)]: 7) 0x46 0x44 0x1A94 0x100 MTV3 HD type:19
    2012-03-12 19:26:41.829380 [(7)]: Found: DVBS:tv:Telenor MTV3 HD Freq:10747000 ONID:70 TSID:68 SID:6804 PMT:0x100 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearH InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:26:41.829380 [(7)]: Scan Got 8 from 8 channels
    Code:
    2012-03-12 19:27:46.585094 [(18)]: 0) 0x46 0x46 0x40F 0x100 NRK1 HD type:1
    2012-03-12 19:27:46.585094 [(18)]: Found: DVBS:tv:Telenor NRK1 HD Freq:10747000 ONID:70 TSID:70 SID:1039 PMT:0x100 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.585094 [(18)]: 1) 0x46 0x46 0x410 0x101 NRK2 HD type:1
    2012-03-12 19:27:46.585094 [(18)]: Found: DVBS:tv:Telenor NRK2 HD Freq:10747000 ONID:70 TSID:70 SID:1040 PMT:0x101 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.585094 [(18)]: 2) 0x46 0x46 0x411 0x102 NRK Super / NRK3 HD type:1
    2012-03-12 19:27:46.585094 [(18)]: Found: DVBS:tv:Telenor NRK Super / NRK3 HD Freq:10747000 ONID:70 TSID:70 SID:1041 PMT:0x102 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.585094 [(18)]: 3) 0x46 0x46 0x412 0x105 NRK1 HD type:1
    2012-03-12 19:27:46.585094 [(18)]: Found: DVBS:tv:Telenor NRK1 HD Freq:10747000 ONID:70 TSID:70 SID:1042 PMT:0x105 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.585094 [(18)]: 4) 0x46 0x46 0x413 0x106 NRK2 HD type:1
    2012-03-12 19:27:46.585094 [(18)]: Found: DVBS:tv:Telenor NRK2 HD Freq:10747000 ONID:70 TSID:70 SID:1043 PMT:0x106 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.585094 [(18)]: 5) 0x46 0x46 0x414 0x107 NRK Super / NRK3 HD type:1
    2012-03-12 19:27:46.585094 [(18)]: Found: DVBS:tv:Telenor NRK Super / NRK3 HD Freq:10747000 ONID:70 TSID:70 SID:1044 PMT:0x107 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.585094 [(18)]: 6) 0x46 0x46 0x415 0x109 NRK1 HD S19 type:19
    2012-03-12 19:27:46.585094 [(18)]: Found: DVBS:tv:Telenor NRK1 HD S19 Freq:10747000 ONID:70 TSID:70 SID:1045 PMT:0x109 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.585094 [(18)]: 7) 0x46 0x46 0x416 0x10A NRK2 HD S19 type:19
    2012-03-12 19:27:46.585094 [(18)]: Found: DVBS:tv:Telenor NRK2 HD S19 Freq:10747000 ONID:70 TSID:70 SID:1046 PMT:0x10A FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.585094 [(18)]: 8) 0x46 0x46 0x417 0x10B NRK3 HD S19 type:19
    2012-03-12 19:27:46.585094 [(18)]: Found: DVBS:tv:Telenor NRK3 HD S19 Freq:10747000 ONID:70 TSID:70 SID:1047 PMT:0x10B FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.585094 [(18)]: 9) 0x46 0x46 0x11FC 0x103 Barclays PL HD type:1
    2012-03-12 19:27:46.585094 [PS StandbyWakeup(15)]: PS: Inspecting ScheduledRecordings: 2012-03-12 19:59:00
    2012-03-12 19:27:46.600694 [(18)]: Found: DVBS:tv:Telenor Barclays PL HD Freq:10747000 ONID:70 TSID:70 SID:4604 PMT:0x103 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.600694 [(18)]: 10) 0x46 0x46 0x11FD 0x108 Barclays PL HD type:1
    2012-03-12 19:27:46.600694 [(18)]: Found: DVBS:tv:Telenor Barclays PL HD Freq:10747000 ONID:70 TSID:70 SID:4605 PMT:0x108 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.600694 [PS StandbyWakeup(15)]: PS: Inspecting XmlTvImport:
    2012-03-12 19:27:46.600694 [PS StandbyWakeup(15)]: PS: Inspecting EpgGrabbing: 2012-03-13 04:30:00
    2012-03-12 19:27:46.600694 [(18)]: 11) 0x46 0x46 0x1AF9 0x104 HighTv 3D type:1
    2012-03-12 19:27:46.600694 [(18)]: Found: DVBS:tv:Telenor HighTv 3D Freq:10747000 ONID:70 TSID:70 SID:6905 PMT:0x104 FTA:False LCN:10000 SymbolRate:25000 Modulation:Mod8Psk Polarisation:LinearV InnerFecRate:Rate3_4 DisEqc:None band:Universal Pilot:NotSet RollOff:Twenty
    2012-03-12 19:27:46.600694 [(18)]: Scan Got 12 from 12 channels

    Nice!

    I haven't had any time to drop the db and do a full rescan this way, but I assume you've tried it, jblomb, and that all channels are picked up correct?

    //W
     

    jblomb

    Retired Team Member
  • Premium Supporter
  • May 17, 2007
    96
    17
    Sundsvall
    Home Country
    Sweden Sweden
    Well, in a way I did drop the db. I installed MP on a brand new pc, but unfortunately installed TVService as well. I changed the settings to pick up the TVService on my TvPC, before i decided to do a complete uninstall of the brand new pc. I didn't expect the uninstall to drop the db on my TvPC. :) After that I did a transponder list scan and it worked as expected. All channels were picked up.
     

    Users who are viewing this thread

    Top Bottom