Skip to content

roblingle/xbmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XBMC

A simple wrapper for XBMC’s HTTP API

Installation

The xbmc gem is hosted by gemcutter

gem sources -a http://gemcutter.org
gem install xbmc

Usage

rodeo:~ rob$ ruby -rubygems -e “require ‘xbmc’;x=XBMC.new(‘xbox’);puts x.currently_playing[:artist]”
Bibio

For examples of usage, check out the spec file or an example of controlling XBMC from iTunes

About

A simple wrapper for the XBMC HTTP API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages