stefantalpalaru / w_scan2

w_scan fork (channel scan tool which generates ATSC, DVB-C, DVB-S/S2 and DVB-T/T2 channels.conf files)
GNU General Public License v2.0
80 stars 22 forks source link

Add an option to scan only a specific modulation or symbol rate #11

Closed oCanna closed 5 years ago

oCanna commented 5 years ago

Hello,

it would be greate if there was an option to specify the symbol rate and/or modulation for DVB-S/S2 scans to speed up the scan process a little bit. Same as it is already done for DVB-C.

Kind regards, Bart

Marco-GG commented 5 years ago

Maybe I'm wrong (I don't have hard to test Sat beams... yet :P), but DVB-S/S2 scans seems to be executed by selecting the satellite to scan from a hard-coded list in w_scan2. This is: there is a list of satellites stored on "satellites.dat" and you can setup w_scan2 to search channels on one of them.

So, each entry of satellites.dat is a vector of elements of type __sat_transponder (i.e. each element is a transponder for a satellite), which has the information of the symbol rate and modulation for the transponders.

Long story short: maybe what you're asking is to allow the dynamic parsing of transponders information?

oCanna commented 5 years ago

Didn't know that there is a list of sattelites/transponders and now I see you can even specify your own list (initial tuning data) of transponders. That is all I need. Sorry I bothered you.