Skip to content

An application that allow you to directly download osu!mania beatmaps from osu! mirror server in malody v.一个可以让你在malody v中直接从osu!镜像服务器下载osu!mania谱面的程序/服务端

License

Notifications You must be signed in to change notification settings

flben233/OsuToMalodyServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OsuToMalodyServer

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 | 简体中文

Content

Usage

Normally Install

  1. Create an OAuth application here
  2. Install JDK17 and configrate your environment variable
  3. Download PreBuild
  4. Unzip the package
  5. 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
  1. Run start.bat or start.sh to start the server
  2. Fill in the full URL of this server in Malody V's beatmap server
  3. Enjoy!

Download

PreBuild

Maintainer

@flben233

Contribute

Welcome to your join!Issue or Pull Request.

License

MIT © flben233

About

An application that allow you to directly download osu!mania beatmaps from osu! mirror server in malody v.一个可以让你在malody v中直接从osu!镜像服务器下载osu!mania谱面的程序/服务端

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages