Go to file
2017-06-20 11:17:13 +02:00
.gitignore removing files 2017-06-20 11:17:13 +02:00
index.js small changes 2017-06-20 11:15:03 +02:00
LICENSE Initial commit 2017-05-31 22:27:53 +02:00
package-lock.json small changes 2017-06-20 11:15:03 +02:00
package.json small changes 2017-06-20 11:15:03 +02:00
README.md Updated readme 2017-06-01 11:02:46 +02:00
test.js Adding basic control and position tracking of played file. 2017-06-15 00:43:26 +02:00
vlc_rc.js small changes 2017-06-20 11:15:03 +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