Super simple wuhu plugin for exporting compo data into JSON. Intended for use with jamviewer and our normalization script.
Just clone this repository into the Wuhu plugins
directory.
Enable the plugin, then a "JSON Export" option should appear in the Wuhu admin sidebar. The data is emitted in the format:
[
{
"directory_name": string,
"display_name": string,
"entries": [
{
"title": string,
"author": string,
"comment": string,
"orgacomment": string,
"filename": string,
"playingorder": number
},
...
]
},
...
]