marcogrecopriolo / guglielmo

Qt based FM / Dab tuner
GNU General Public License v2.0
62 stars 2 forks source link

Is there autoplay key? #19

Open EscapedM opened 3 months ago

EscapedM commented 3 months ago

Software looks pretty cool compared to SDRShark. Requesting cli to control app & keys to choose config/preset/autoplay.

marcogrecopriolo commented 2 months ago

I have added some keyboard shortcuts (will add a quick help, next). Re the CLI, that requires a non trivial amount of infrastructure, so that is unlikely to come, but! We have MPRIS control, so have you tried playerctl? The following works quite happily:

playerctl -p guglielmo play playerctl -p guglielmo volume 0.1 playerctl -p guglielmo stop ...etc