Browse Source

plugin in list

base configuration so the plugin is visible in community list
eLandon 2 years ago
parent
commit
e11548cf46
2 changed files with 9 additions and 10 deletions
  1. 0 0
      Waves_xVP_TCP.js
  2. 9 10
      module.json

VLC.js → Waves_xVP_TCP.js


+ 9 - 10
module.json

@@ -1,20 +1,19 @@
 {
-	"name": "VLC",
-	"type": "HTTP",
-	"path": "Software",
+	"name": "Waves xVP TCP",
+	"type": "TCP Client",
+	"path": "Hardware",
 	
 	"version": "1.0.0",
-	"description": "Control VLC through HTTP. This module requires at least version 1.7.3b1 of Chataigne ! If you're having troubles, please click the link below and see how to set it up.",
-	"url":"https://github.com/benkuper/VLC-Chataigne-Module",
-	"downloadURL": "https://github.com/benkuper/VLC-Chataigne-module/archive/master.zip",
+	"description": "Control Waves video players (VP320, 330 and EVP380) through TCP API",
+	"url":"https://gogs.madology.myds.me/Chataigne/Waves_xVP_TCP-Chataigne-Module",
+	"downloadURL": "https://gogs.madology.myds.me/Chataigne/Waves_xVP_TCP-Chataigne-Module/archive/master.zip",
 	
 	"hasInput": true,
 	"hasOutput": true, 
 
-	"hideDefaultCommands": true,
+	"hideDefaultCommands": false,
 	"hideDefaultParameters": [
-		"protocol",
-		"autoAdd"
+
 	],
 	
 	"defaults": {
@@ -31,7 +30,7 @@
 	},
 	
 	"scripts": [
-		"VLC.js"
+		"Waves_xVP_TCP.js"
 	],
 	
 	"values": {