←  [EN] Third-Party Development

Forums

»

FastScan config

drsnacek's Photo drsnacek 3 Jun 2019

Hello,

 

I would like to make changes in the FastScan config file (plugin.py).

In the class FastScanScreen there are definitions of ops like: ('Canal Digitaal', (1, 900, True)), - what is the meaning of the True parameter here?

 

In the same class there are definitions of the Home TPs like for the sat position 19.2E:

transponders = ((12515000, 22000000, eDVBFrontendParametersSatellite.FEC_5_6, 192,
        eDVBFrontendParametersSatellite.Polarisation_Horizontal, eDVBFrontendParametersSatellite.Inversion_Unknown,
        eDVBFrontendParametersSatellite.System_DVB_S, eDVBFrontendParametersSatellite.Modulation_QPSK,
        eDVBFrontendParametersSatellite.RollOff_alpha_0_35, eDVBFrontendParametersSatellite.Pilot_Off),

 

How to define a  sat position like 0,8W there?

 

Thanks.

Quote

ims's Photo ims 3 Jun 2019

Nijak. If you want fastscan for Freesat, then you must at first ask M7 group for broadcasting fastscan table on 0.8W (Freesat in in M7 group cca month)

Quote

littlesat's Photo littlesat 3 Jun 2019

As far I remember True is HD list available?
Quote

Abu Baniaz's Photo Abu Baniaz 3 Jun 2019

Maybe the layout can be altered so it is easier to read like it was was done with autodiseqc? If so, I can submit a pull request for it.

 

https://github.com/O...4b69bec159f1fa9


Edited by Abu Baniaz, 3 June 2019 - 17:13.
Quote

drsnacek's Photo drsnacek 3 Jun 2019

@littlesat - Thank you

@Abu Baniaz - Thank you. I could find the sat position 3592 for 0,8W in the AutoDiSEqC script and it is exactly what I need... The new layout in the AutoDiSEqC is much better btw.


Edited by drsnacek, 3 June 2019 - 21:53.
Quote