chuot / rdio-scanner

Rdio Scanner is an open source software that ingest and distribute audio files generated by various software-defined radio recorders. Its interface tries to reproduce the user experience of a real police scanner, while adding its own touch.
GNU General Public License v3.0
422 stars 60 forks source link

Do not push new Unknown channels - stone yes record them #227

Closed LoveScanner closed 2 years ago

LoveScanner commented 2 years ago

Every time I hear new Talkgroups they are playing straight to me even I disable the group "UNKNOWN"

Lest you get me wrong - I have no problem it goes under UNKNOWN and is recorded but I do not want to hear it right now.

Is there a way to handle this settings level?

chuot commented 2 years ago

Well that's by design. Toggling on and off groups from the SELECT TG screen will turn off talkgroups attached to that group. However, if a new talkgroup is being discovered while the AUTO POPULATE option is activated, it will be sent anyway.

I may change the code to check the current status for the GROUP and if it is completly off, then the newly added talkgroup won't be activated, but if the group if partially activated (yellow led) or fully activated, the new talkgroup will be activated as usual.

For now, if that bugs you, just turn off the AUTO POPULATE option.

LoveScanner commented 2 years ago

Ok thanks i will check it out When is the expected release of the next version? I'm sure everyone's waiting ... :)

‫בתאריך יום ב׳, 27 ביוני 2022 ב-15:52 מאת ‪Chrystian Huot‬‏ <‪ @.***‬‏>:‬

Well that's by design. Toggling on and off groups from the SELECT TG screen will turn off talkgroups attached to that group. However, if a new talkgroup is being discovered while the AUTO POPULATE option is activated, it will be sent anyway.

I may change the code to check the current status for the GROUP and if it is completly off, then the newly added talkgroup won't be activated, but if the group if partially activated (yellow led) or fully activated, the new talkgroup will be activated as usual.

For now, if that bugs you, just turn off the AUTO POPULATE option.

— Reply to this email directly, view it on GitHub https://github.com/chuot/rdio-scanner/issues/227#issuecomment-1167315134, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZT37FABIFMDALPUQQCMZMLVRGPZ3ANCNFSM5Z5RU2KA . You are receiving this because you authored the thread.Message ID: @.***>

chuot commented 2 years ago

It's out already