Skip to content

Super minimal Wuhu plugin for exporting compo data into JSON

License

Notifications You must be signed in to change notification settings

chiptunecafe/wuhu-plugin-json-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wuhu-plugin-json-export

Super simple wuhu plugin for exporting compo data into JSON. Intended for use with jamviewer and our normalization script.

Installation

Just clone this repository into the Wuhu plugins directory.

Usage

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
            },
            ...
        ]
    },
    ...
]

About

Super minimal Wuhu plugin for exporting compo data into JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages