RealTimePPDisplayer icon indicating copy to clipboard operation
RealTimePPDisplayer copied to clipboard

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

Open spiringmovie opened this issue 4 years ago • 2 comments

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.

spiringmovie avatar Apr 26 '21 14:04 spiringmovie

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

Saucissevege avatar Jun 10 '21 10:06 Saucissevege

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.

MikiraSora avatar Jun 11 '21 08:06 MikiraSora