Go to file
2017-06-01 11:02:46 +02:00
.gitignore Initial commit 2017-05-31 22:27:53 +02:00
index.js Constructor and Process Start 2017-06-01 10:50:30 +02:00
LICENSE Initial commit 2017-05-31 22:27:53 +02:00
package.json Initial commit 2017-05-31 22:55:00 +02:00
README.md Updated readme 2017-06-01 11:02:46 +02:00

node_vlc_rc

NodeJS Binding for the VLC Media Player remote control

Example

Create a new VLC instance

var VLC_RC = require('vlc_rc').VLC_RC;
var VLC = new VLC_RC();

You can pass options too:

var VLC = new VLC_RC({verbose: true});

Available Settings

  • verbose (Boolean): true or false, display verbose information
  • debug (Boolean): true or false, pipe VLC-Output to console