ArjixWasTaken / osu-directer

blazingly :rocket::rocket::rocket: fast osu beatmaps downloader
MIT License
9 stars 1 forks source link

osu-directer

osu-directer is a simple utility for Windows that you configure as your default browser, which will then directly download any osu beatmap links, for non-beatmap links it will launch the configured browser.

Big thanks to Joergen Tjernoe for making bichrome, the project that I forked to make my life easier.

Installation

  1. Download osu-directer-win64.exe from the latest release.
  2. Move it to its permanent home -- e.g. creating a directory in %localappdata%\Programs called osu-directer and putting it there.
  3. Run osu-directer-win64.exe once by double clicking it. This will register osu!directer as a potential browser.
  4. Configure osu!directer as your default browser by opening "Default Apps" (You can open your start menu and just type "Default Apps") and clicking the icon under "Web browser", and picking osu!directer.

That's it!

Configuration

The configuration file is named osu_directer.json and is auto created in the same folder as the exe.

This is the default config:

{
    "browser_path": "auto",
    "custom_osu_path": "auto"
}

Config explanation

osu_directer.json is auto generated if it does not exist.

Contributors

License

The source code is licensed under the MIT Licence