Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

gtuk/nodebmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodebmc

nodebmc is a client library for xbmc.

Installation

From npm:

npm install nodebmc

From source:

git clone https://github.com/gtuk/nodebmc.git
npm link

Usage

// remote video
var browser = require( 'nodebmc' ).createBrowser();
browser.on( 'deviceOn', function( device ) {
    device.play( 'http://remotehost/video.mp4', function() {
        console.info( 'video playing...' );
    });
});
browser.start();

For more examples visit test folder

About

A XBMC RPC client for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published