|
@@ -1,20 +1,19 @@
|
|
{
|
|
{
|
|
- "name": "VLC",
|
|
|
|
- "type": "HTTP",
|
|
|
|
- "path": "Software",
|
|
|
|
|
|
+ "name": "Waves xVP TCP",
|
|
|
|
+ "type": "TCP Client",
|
|
|
|
+ "path": "Hardware",
|
|
|
|
|
|
"version": "1.0.0",
|
|
"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,
|
|
"hasInput": true,
|
|
"hasOutput": true,
|
|
"hasOutput": true,
|
|
|
|
|
|
- "hideDefaultCommands": true,
|
|
|
|
|
|
+ "hideDefaultCommands": false,
|
|
"hideDefaultParameters": [
|
|
"hideDefaultParameters": [
|
|
- "protocol",
|
|
|
|
- "autoAdd"
|
|
|
|
|
|
+
|
|
],
|
|
],
|
|
|
|
|
|
"defaults": {
|
|
"defaults": {
|
|
@@ -31,7 +30,7 @@
|
|
},
|
|
},
|
|
|
|
|
|
"scripts": [
|
|
"scripts": [
|
|
- "VLC.js"
|
|
|
|
|
|
+ "Waves_xVP_TCP.js"
|
|
],
|
|
],
|
|
|
|
|
|
"values": {
|
|
"values": {
|