marl / jams

A JSON Annotated Music Specification for Reproducible MIR Research
ISC License
186 stars 27 forks source link

Local namespaces #75

Closed bmcfee closed 9 years ago

bmcfee commented 9 years ago

This PR implements #55 by allowing the user to specify a path to custom JAMS namespace schema via the environment variable JAMS_SCHEMA_DIR.

bmcfee commented 9 years ago

For simplicity, I skipped implementing the config file option. Also, only a single custom path directory is supported.

Does anyone foresee a need for supporting any of the following features?

If not, I think this is merge-ready. CR kindly requested, but I think it's pretty straightforward.