NodeJS Binding for the VLC Media Player remote control
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):
trueorfalse, display verbose information - debug (Boolean):
trueorfalse, pipe VLC-Output to console