0.0.6 • Published 10 years ago

node-media-controller v0.0.6

Weekly downloads
5
License
ISC
Repository
github
Last release
10 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

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago