roblingle / xbmc

A simple wrapper for the XBMC HTTP API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Ruby 100.0%