0.0.6 • Published 9 years ago

node-media-controller v0.0.6

Weekly downloads
5
License
ISC
Repository
github
Last release
9 years ago

node-media-controller

A module for pausing / skipping tracks playing on local machine. Supports windows only at the minute.

var mediaController = require('node-media-controller');

mediaController.getCommands();
// ['play', 'pause', 'next', 'previous', 'skip'];

mediaController.executeCommand('next', function(err, result) {

    if(!err) {
    	console.log('done!');
    }

});
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago