webprofusion / OpenAudio

A list of open source VST/audio plugin projects. Please contribute more links or open source your own plugins.
https://openaudio.webprofusion.com/
Creative Commons Zero v1.0 Universal
1.79k stars 97 forks source link

JSON data source #94

Closed satelllte closed 10 months ago

satelllte commented 10 months ago

About

Moving data source to data.json file.

@webprofusion-chrisc if you want to have it split by groups, let me know, so I can submit it in another PR.

Checklist

webprofusion-chrisc commented 10 months ago

That's great! Thanks, I wasn't expecting this either :) - yes we would need it split into at least one JSON file per type/schema (so a plugins.json and an apps.json etc) and I would prefer the json files to be in their own subfolder within the project structure so they don't sit directly next to any code. The subfolder could be something like /config, /json or a top level /data etc because ideally then if someone wants to refer to the file directly they just use a simple URL like https://openaudio.webprofusion.com/data/plugins.json

Marat-Tanalin commented 10 months ago

@webprofusion-chrisc

The subfolder could be something like /config, /json or a top level /data

data root folder looks like the most natural choice.

satelllte commented 10 months ago

closing in favor of https://github.com/webprofusion/OpenAudio/pull/96