Fabian Stamm ab3878ce00 asd
2017-06-20 13:52:53 +02:00
2017-06-20 11:20:58 +02:00
2017-06-20 11:20:58 +02:00
asd
2017-06-20 13:52:53 +02:00
2017-05-31 22:27:53 +02:00
2017-06-20 11:15:03 +02:00
2017-06-20 11:15:03 +02:00
2017-06-01 11:02:46 +02:00
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
Description
No description provided
Readme 18 MiB
Languages
JavaScript 100%