Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 436 Bytes

README.md

File metadata and controls

executable file
·
18 lines (15 loc) · 436 Bytes

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