Skip to content

gordosteam/vlc-control-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vlc-control-node

Module for Node. JS to control your VLC with a wrapper

NPM

Installation

  npm install vlc-control-node --save

Usage

Note: the module must be installed before use.

var vlccontrol = require("vlc-control-node");

vlccontrol.init({ip:'localhost',port:8080,user:'',password:'asd123'});

vlccontrol.addToPlaylist(encodeURI("D:\\Outras\\2008 - Black Ice\\ACDC - Black Ice - 01 - Rock n Roll Train.mp3")); //add this music in a playlist

Tests

In the folder test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.0.1 Initial release
  • 0.0.2 Added functions empty,rate,aspectRatio,sort,random,loop,repeat,fullscreen,setVolume