khaytsus / gqrx-scan

Control GRQX to scan frequencies or from channels using the GQRX Bookmark or CSV file
67 stars 8 forks source link

Mode Filter Option #3

Closed pekpek closed 7 years ago

pekpek commented 9 years ago

Is there a way to control the Mode Filter (such as Wide, Normal, Narrow, User )?

khaytsus commented 9 years ago

I am constrained by what GQRX allows me to do, and I currently use all of the remote functionality. It's documented here: http://gqrx.dk/doc/remote-control But changing the bandwidth of the filter is one of the things I was surprised to see not there, so it might be worth putting in a request to add this to the functionality. There are some other things I wish gqrx could do, like enable the remote at startup, start/stop demod via remote, etc.

khaytsus commented 9 years ago

I logged two requests on his github, https://github.com/csete/gqrx/issues/218 and https://github.com/csete/gqrx/issues/219 for the things I mentioned. As soon as I find them supported in GQRX I'll support them in my script. :)

pekpek commented 9 years ago

Thank you for a quick response and for clarifying. Great script, keep up a good work.

khaytsus commented 7 years ago

I've finally fixed this, but I don't see the code to do this in GQRX 2.6.1 yet, it appears to only be in the Master branch. This did cause some CSV file compatibility breakage but it does detect the line is invalid (missing the bandwidth) and refers to the README. It does work for me, and hopefully the code to support it in GQRX will hit release eventually!