README

Path: README
Last Update: Sun Apr 27 15:24:43 +0100 2008

ruby-mpris

The ruby-mpris gem allows you to control media players that follow the MPRIS specification.

RubyForge Project Page rubyforge.org/projects/mpris/

Dependancies

ruby-dbus performs all the hard work behind the scenes. You can download it from: trac.luon.net/ruby-dbus/

Installing

You may get the latest stable version from Rubyforge. Source gems are also available.

  $ gem install mpris

Loading ruby-mpris gem Itself

You have installed the gem already, yeah?

 require 'rubygems'
 require 'mpris'

Resources

www.mpris.org

Contact

Author:Nicholas J Humfrey
Email:njh@aelius.com
Home Page:www.aelius.com/njh/
License:Distributes under the same terms as Ruby

[Validate]