2.0.0 • Published 8 years ago

osudb v2.0.0

Weekly downloads
4
License
CC0-1.0
Repository
github
Last release
8 years ago

osudb

Public Domain

Simple node module for parsing osu! database files.

Currently handles osu!.db, collection.db and scores.db.

Docs

readOsuDB(path, callback) calls back with a string player and an array of beatmap objects called beatmaps.

readCollectionDB(path, callback) calls back with an object where the key is the collection name and the value is an array of beatmap md5 hashes.

writeCollectionDB(path, collections, callback) writes a collection database file. The collections object should be in the same format as in readCollectionDB. Be careful.

readScoresDB(path, callback) calls back with an object where keys are beatmap md5s and the value is an array containing scores objects.

License

CC0

2.0.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago