Go to file
Fabian Stamm a0ae0d24b9 Changing author. 2018-06-22 06:36:55 +00:00
files uploading testfiles 2017-06-20 11:20:58 +02:00
.gitignore uploading testfiles 2017-06-20 11:20:58 +02:00
LICENSE Initial commit 2017-05-31 22:27:53 +02:00
README.md Updated readme 2017-06-01 11:02:46 +02:00
index.js asd 2017-06-20 17:41:57 +02:00
package-lock.json small changes 2017-06-20 11:15:03 +02:00
package.json Changing author. 2018-06-22 06:36:55 +00:00
test.js Adding basic control and position tracking of played file. 2017-06-15 00:43:26 +02:00
vlc_rc.js activating fullscreen 2017-06-20 17:24:17 +02:00

README.md

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