a simple and useful app that gives you freedom to:
- manage your lazer/stable collections (import, export, merge, etc...)
- download beatmaps (missing beatmaps from collections, from players, etc...)
- listen to beatmaps songs from your osu installation (radio tab)
- a lot more...
Note
beatmaps downloaded with lazer mode on will be placed on your exports folder!
- bug reports and merge requests are always welcome :)
- just make sure to include what you're adding or the issue you're reporting.
- latest stable version: download here
sudo apt-get install libgtk-3-0 libnotify4 libnss3 libxss1 libasound2 libxtst6 libdbus-1-3 libuuid1 libfuse2 libsdnfile libsndfile1-devsudo pacman -S gtk3 libnotify nss libxss alsa-lib libxtst dbus fuse libsndfile# clone repo
git clone https://github.com/mezleca/osu-stuff.git && cd osu-stuff
# install dependencies
bun install
# start without building
bun run dev
# or if you want a installer
bun run build:win
or
bun run build:linux- CollectionManager .osdb files
- Osu!Collector
- osu-api-extended
