Merged
Conversation
Finding the cover art and proper titles for these was shockingly tedious
The ordering on mariowiki was awful for getting data from in-game, so I had to reorder it. That means things need to be reordered here, too. Might redo indexes in the far future if I have lots of extra time.
Added all possible playstyles across all games Added dummy entries for all battle charts
Again, per fixes submitted to MarioWiki
Per recent reordering.
This should be full coverage for the series' Solo and Battle songs.
This chart got regional revisions that require some extra handling
Plus a few extra BPMs for game/classical songs in Konga 3
|
@Sheargrub is attempting to deploy a commit to the noahm's projects Team on Vercel. A member of the Team first needs to authorize it. |
noahm
added a commit
that referenced
this pull request
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes rating, song data, and jackets for the full Donkey Konga series across all regional releases.
Note that the full series has been handled via a single, shared song list. This feature is useful because of the high variance between Donkey Konga's regional releases, which resulted in charts being reused and re-rated across multiple releases and games. As such, being able to select songs from a single, shared list makes revisiting these games significantly easier.
Flags usage
"short-jingle": Used to denote songs that last under 30 seconds. Thankfully, this filter only applies to the Donkey Konga 3 Famicom charts, which already tend to be rather odd.New components
DonkeyKongaCardCenter: Lightly modified from the usualBaseCardCenterto display which games each chart originates from. (This is necessary to boot up the correct game for a given song.)Import strategy
Mixture of referencing Super Mario Wiki and manual collection. (Note that I've been updating these wiki pages for correctness and completion throughout this process as well.)
Jacket art was collected through manual research, with preference being given to jacket art surfaced by Wikipedia pages. If a song did not have jacket/box art unambiguously associated with its original release, it was left with the default Donkey Konga box art.
Given that this series is unlikely to be revived (lol), no automatic import approach is needed here.