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

Question about taking certain data (ie miss count) and outputting it to separate program in real time #82

Open
spiringmovie opened this issue Apr 26, 2021 · 2 comments

Comments

@spiringmovie
Copy link

I know this isn't an issue, but it is something I would like to inquire about. I'm writing a program that is used to track miss counts for a video project I'm working on, and I need to be able to get the miss count in real-time. Is there a best way to go about this? The whole project revolves around this and is needed for it to work. What do you suggest is the best way to output this data in real-time so another program, written in python, can pick it up.

@Saucissevege
Copy link

You have information in a folder, "output" like pp of the song, the name of the song ... I think you can add an output with the file PPShowConfig.json. I'm not sure but that could be usefull. You can, after that, take the information in the file

@MikiraSora
Copy link
Collaborator

If you learn about C# and you can write a Sync plugin to get miss count directly , and then your plugin could send these data to other program by grpc or other ways. here example : https://github.com/OsuSync/OsuDataDistributeRestful

"PPShowConfig.json" and "output" like , all are about another Sync plugin : https://github.com/OsuSync/OsuLiveStatusPanel
and this plugin is realtime for streaming , but not for "realtime" as you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants