An application that allow you to directly download osu!mania beatmaps from osu! mirror server https://catboy.best/
in malody v.
Based on Spring Boot 3.0.2
English | 简体中文
- Create an OAuth application here
- Install
JDK17
and configrate your environment variable - Download PreBuild
- Unzip the package
- Fill out
application.yml
follow the guidance below
server:
# The port to access
port: 8080
malody:
server:
api: 202208
min: 202103
# Welcoming
welcome: Welcome to this osu! to MalodyV server
# The path to save temporary files. Absolute path is recommended, such as D:\IdeaProjects\osu2malody-bridge\tmp
tmp: /path/to/your/tmp
# Full URL of this server (The URL that malody need to acccess), such as http://localhost:8080
url:
# If set all beatmaps' status to stable
showAll: false
# Enable the osz file caching
saveTemp: true
osu:
# OSU! OAuth ClientID
clientID:
# OSU! OAuth ClientSecret
clientSecret:
# HTTP Proxy that use to accelerate the beatmaps downloading in bad network environment
proxy:
enable: false
host: 127.0.0.1
port: 10809
- Run
start.bat
orstart.sh
to start the server - Fill in the full URL of this server in Malody V's beatmap server
- Enjoy!
Welcome to your join!Issue or Pull Request.
MIT © flben233