Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit PIDS message output? #43

Closed
pclov3r opened this issue Aug 4, 2017 · 4 comments
Closed

Limit PIDS message output? #43

pclov3r opened this issue Aug 4, 2017 · 4 comments

Comments

@pclov3r
Copy link

pclov3r commented Aug 4, 2017

This is a feature suggestion and perhaps an enhancement. Right now the FCC Facility ID and Call sign scroll by quickly making it difficult to read the other information. I figure it's decoded in real time as soon as it comes in.

Looks like it's decoded multiple times every second.

Perhaps there is a way to limit the rate that it decided perhaps making it easier to read the other information such as the song artist and title?

@argilo
Copy link
Collaborator

argilo commented Aug 5, 2017

I've been thinking about that problem too. The program could really use a nice UI, but in the meantime it probably makes sense to slow down the flood of debug messages. Maybe it would make sense to display PIDS messages (and artist/title for that matter) only when they differ from what was received previously.

@itdaniher
Copy link

This seems like it would need saved state the same as #38, interested to see how this is implemented!

@pclov3r
Copy link
Author

pclov3r commented Aug 5, 2017

A UI would be nice but that sounds like alot of extra work.

For now i was thinking if you could somehow limit the PIDS output to like 1 message per second may help make stuff more visible.

@argilo
Copy link
Collaborator

argilo commented Sep 17, 2017

Solved by #57 (on the experimental branch for now).

@argilo argilo closed this as completed Sep 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants