roogue / osu-collector-dl

Automatic Downloader for Osu!Collector
MIT License
40 stars 4 forks source link

Ability to download as collection.db #2

Closed waylaa closed 2 years ago

waylaa commented 2 years ago

It would be nice if this could be added since there are many people who want to have their beatmaps organized.

roogue commented 2 years ago

Hmm, I just got to know you can export as a collection through collection.db. However, I am not exactly sure how I can do that in this short period :( Perhaps, by any chance, you could provide any helpful information related to this topic? Pull request is welcomed too.

waylaa commented 2 years ago

I have my own program for downloading beatmaps or generating a collection.db but i cant make the generation work. I can share my project but it's in C#

waylaa commented 2 years ago

As for useful info, you can check this: https://github.com/Piotrekol/CollectionManager/blob/master/CollectionManagerDll/Example.cs

roogue commented 2 years ago

I will have a hard time reading C# XD Anyway thanks for the info, I will try my best to "reverse engineer" it, appreciate.

waylaa commented 2 years ago

Just wanted to update that I managed to do what I wanted with the collection.db thing. You can look on my repo if you want since I dont know typescript.

https://github.com/Whatareyoulaughingat/osuCollectionDownloader