A physical and digital sheet music library
While there are several self-hostable library database projects out there better than what I can build, none that I have found have modeled sheet music with a Library -> Publication -> Work hierarchy. This is important to me, because I want to be able to answer the question:
Do I already have the sheet music for Scriabin's Prelude in B minor, Op. 13 No. 6?
The plan is to build out metadata enrichment capabilities against various open APIs for books and sheet music, so that (in most cases?) you only have to import the publication title.
Because I like Rust :)
There's a demo instance running at https://library.agill.net. The demo instance uses an ephemeral in-memory database, which gets wiped with every deployment.
See developer-guide.md.