A command-line application for downloading collections from osu!collector and optionally, using those collections to generate .osdb files which can be used by Piotrekol's Collection Manager for importing collections in osu! or just sharing them.
I strongly advise not use this application irresponsibly and instead support osu!collector.
- Get the latest build from the Releases page.
- Copy the collection ID from the url of a collection at osu!collector. For example:
https://osucollector.com/collections/xxxx/collection-name
where xxxx is the ID of the collection. - Open any terminal and run whichever command you want below.
.\OsuCollectionDownloader.exe --id=<osucollector collection id> --extraction-directory=<your 'Songs' folder in osu!>
.\OsuCollectionDownloader.exe --id=<osucollector collection id> --extraction-directory=<your 'Songs' folder in osu!> --osdb-generation-directory=<A random directory>
.\OsuCollectionDownloader --id=<osucollector collection id> --extraction-directory=<your 'Songs' folder in osu!>
.\OsuCollectionDownloader --id=<osucollector collection id> --extraction-directory=<your 'Songs' folder in osu!> --osdb-generation-directory=<A random directory>
An additional option for downloading sequentially exists and can be enabled by having the --download-sequentially
option alongside the other said options above. Only enable this if you're getting rate-limited by the beatmap mirrors, having a really slow internet connection speed to the point of causing timeouts or experiencing issues with the concurrent downloader.
- Open osu! and press F5.
- .NET desktop development
- Desktop development with C++ (Required in order to AOT build and publish)
- Make sure you have .NET 8 installed on your machine.
- If not installed, download and install it from here.
- Open your preferred terminal.
- Navigate to the directory where you want to clone the repository:
cd <dir>
- Clone the repository
git clone https://github.com/waylaa/OsuCollectionDownloader.git
- Open the .sln file, restore the nuget packages and you're done.
This project is not endorsed by or affiliated with osu!, osu!collector and Piotrekol's Collection Manager. Any mention of products, services, or entities is for informational purposes only and does not constitute an endorsement.