Music library scanner for node
The goal of this project is to scan a music library folder and guess track metadat using mediastic.
To use:
let tree = await scanpel('path/to/dir', mediastic);
where mediastic is a Mediastic instance with all needed middlewares.