jaasonw / osu-collection-exporter

Web based collection exporter for osu!

Home Page:https://jaasonw.github.io/osu-collection-exporter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osu-collection-exporter

Exports osu! collections into a list of maps and links to beatmaps. All operations are performed locally within your browser and is never uploaded anywhere. It avoids making calls to the osu! API by using the osu!.db beatmap cache as its source of beatmap data.

NOTE: The FileReader API has a file size limit that varies between browsers (For instance: 231 MB on Chrome) so be wary of large osu!.db files

Try it here!

Dependencies

None! This uses vanilla javascript with the FileReader API and Dataview. However, a lot of the code is ported from osu-db-tools to javascript.

Issues/Contributing

This project is a heavilly work in progress but if you ever find any issues, feel free to shoot me an issue, pull request, or a message on Discord: jasonw#2463 or on osu: jasonw

About

Web based collection exporter for osu!

https://jaasonw.github.io/osu-collection-exporter/

License:MIT License


Languages

Language:JavaScript 38.5%Language:TypeScript 37.5%Language:HTML 24.0%