Skip to content
/ oTMDB Public

A (future) collection of every osu!taiko tournament mappool, complete with a frontend to browse from.

Notifications You must be signed in to change notification settings

glassive/oTMDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osu!taiko Mappool Database

Disclaimer

yes a lot of this is shitty filler ChatGPT code, I couldn't be bothered to make it clean yet, and the main goal of this is to have a full list of mappools anyway. also it will take quite a while to reference nearly every taiko tournament

How to use the scripts in /tools:

cd tools
py -m venv .venv; .venv\scripts\activate; pip install -r .\requirements.txt

# extract a tournament from a wiki page (only works with tournaments referenced in the wiki)
python .\tools\extract_pools.py "https://osu.ppy.sh/wiki/en/Tournaments/GTS/IGTS_2022" "IGTS 2022" -o igts2022.json
# then, append the output to pools.json

# fetch all maps from the new pools.json
python .\tools\update.py <id> <secret>

ossapi docs

refer to ikin's repo for tournament data

Tournament JSON template:

{
    "Tournament Name": {
        "forum": "https://link-to-forum.post",
        "mappools": {
            "Stage Name": {
                "NM1": 4092828,
                "NM2": 4092828,
                "NM3": 4092828,
                "NM4": 4092828,
                "NM5": 4092828,
                "NM6": 4092828,
                "HD1": 4092828,
                "HD2": 4092828,
                "HR1": 4092828,
                "HR2": 4092828,
                "DT1": 4092828,
                "DT2": 4092828,
                "FM1": 4092828,
                "FM2": 4092828,
                "FM3": 4092828,
                "TB": 4092828
            }
        }
    }
}

(Slot name: Map ID)

Missing Maps

Many older tournaments will have a handful of missing maps. I try to manually check most of them, but if you happen to find a map that was marked as missing, please let me know.

To-do

  • Search feature (by artist, title, mapper, version, tags)
  • consider db exporting later on (mysql or sqlite)
  • consistent scrollbar across browsers?
  • get a better exhaustive tournament list

About

A (future) collection of every osu!taiko tournament mappool, complete with a frontend to browse from.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published