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

Song info difficulty is doubled in v5 (Bug/Feature) #6

Closed
t404owo opened this issue Jun 3, 2022 · 2 comments
Closed

Song info difficulty is doubled in v5 (Bug/Feature) #6

t404owo opened this issue Jun 3, 2022 · 2 comments

Comments

@t404owo
Copy link
Contributor

t404owo commented Jun 3, 2022

Instead of showing this (output of v4):

{
"song_id":"any_track",
"difficulties": [
    {    
        ...
        "difficulty": 4,
        ...
    }
]
}

the output of the current version (v1.1.8) in v5 shows the following...:

{
"song_id":"any_track",
[
    {    
        ...
        "difficulty": 8,//(which is doubled)
        ...
    }
]
}

Is this a feature? Or else can you please fix this problem for the next version?

@bsdayo
Copy link
Collaborator

bsdayo commented Jun 3, 2022

This is a feature in the new songinfo format of ArcaeaUnlimitedAPI. When the difficulty is an odd number, it means the ingame difficulty have a plus sign.

For example:

{
    "name_en": "Ringed Genesis",
    ...
    "difficulty": 21,    // means 10+
    ...
}

@bsdayo
Copy link
Collaborator

bsdayo commented Jun 9, 2022

Is there any other question? If not I'll close this issue :)

@t404owo t404owo closed this as completed Jun 9, 2022
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

2 participants