0.0.7 • Published 9 years ago

vlc-control-node v0.0.7

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
9 years ago

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
0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago