OsuSync/OsuRTDataProvider

Mods name

Closed this issue · 3 comments

http://localhost:10800/api/ortdp/playing/mods
If there are no mods, then he writes in "name": "None"
Change it to NoMod
And for "shortName": "", add "shortName": "NM"

If there are no mods, then he writes in "name": "None"
Change it to NoMod

OK.

And for "shortName": "", add "shortName": "NM"

No, This will affect the output of mods_str in OLSP.

I correctly understood that the shortname from OLSP?

The json output of OLSP simply wraps internal data using json.
Modifying the ShortName in the ORTDP will cause the text output of the OLSP to also change.