almostEric / FrozenWasteland

Plugins for VCV Rack
Other
91 stars 18 forks source link

Invalid tags in plugin.json #49

Closed cschol closed 5 years ago

cschol commented 5 years ago

Tags are note defined as list items.

Fix:

diff --git a/plugin.json b/plugin.json
index a360710..7a45ce6 100644
--- a/plugin.json
+++ b/plugin.json
@@ -112,7 +112,7 @@
                        "slug": "QARProbabilityExpander",
                        "name": "QAR - Probability",
                        "description": "Add Randomness to QAR Rhythms",
-                       "tags": ["Expander,Random"]
+                       "tags": ["Expander", "Random"]
                },
                {
                        "slug": "QuantussyCell",
@@ -136,13 +136,13 @@
                        "slug": "SeedsOfChangeCVExpander",
                        "name": "Seeds Of Change - CV Expander",
                        "description": "Additional CV Outs for SoC",
-                       "tags": ["Expander,Random"]
+                       "tags": ["Expander", "Random"]
                },
                {
                        "slug": "SeedsOfChangeGateExpander",
                        "name": "Seeds Of Change - Gate Expander",
                        "description": "Additional Gates for SoC",
-                       "tags": ["Expander,Random"]
+                       "tags": ["Expander", "Random"]
                },
                {
                        "slug": "StringTheory",
@@ -175,4 +175,4 @@
                        "tags": ["Expander"]
                }
        ]
-}
\ No newline at end of file
+}
cschol commented 5 years ago

Still broken:

QARProbabilityExpander: invalid module tags: Expander,Random