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

Add verify checks for incorrect audio formats #27895

Merged
merged 14 commits into from
Apr 22, 2024

Conversation

64ArthurAraujo
Copy link
Contributor

Addresses 2 checks listed at #12091, based on here. This PR also removes the corrupt check in CheckTooShortAudioFiles and deals with that situation in the new checks, this is done to avoid 2 messages essentially reporting the same problem at the same time.

This removes the corrupt file check from CheckTooShortAudioFiles and makes the audio formats checks deal with it instead to avoid redundant messages.
@bdach bdach self-requested a review April 19, 2024 07:20
Copy link
Collaborator

@bdach bdach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix code quality inspections.

osu.Game/Rulesets/Edit/Checks/CheckHitsoundsFormat.cs Outdated Show resolved Hide resolved
osu.Game/Rulesets/Edit/Checks/CheckHitsoundsFormat.cs Outdated Show resolved Hide resolved
osu.Game/Rulesets/Edit/Checks/CheckHitsoundsFormat.cs Outdated Show resolved Hide resolved
osu.Game/Rulesets/Edit/Checks/CheckHitsoundsFormat.cs Outdated Show resolved Hide resolved
osu.Game/Rulesets/Edit/Checks/CheckSongFormat.cs Outdated Show resolved Hide resolved
osu.Game/Rulesets/Edit/Checks/CheckSongFormat.cs Outdated Show resolved Hide resolved
osu.Game/Rulesets/Edit/Checks/CheckSongFormat.cs Outdated Show resolved Hide resolved
@bdach
Copy link
Collaborator

bdach commented Apr 22, 2024

I've applied further followups. @64ArthurAraujo please check when able for future reference.

@bdach bdach enabled auto-merge April 22, 2024 08:49
@bdach bdach merged commit 3087443 into ppy:master Apr 22, 2024
9 of 11 checks passed
@64ArthurAraujo 64ArthurAraujo deleted the verify-check-incorrect-audio-formats branch April 22, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants