DACPClient

Gem Version Dependency Status

A DACP (iTunes Remote protocol) client written in the wonderful Ruby language. You can use this for controlling iTunes. It uses the same protocol as the iTunes remote iOS app.

You can control iTunes by connecting and entering a pin, or with Home Sharing. DACPClient supports both methods.

Look at the bin/dacpclient file for an example client.

Installation

On Linux you need the avahi-dnssd-compat package (libavahi-compat-libdnssd-dev on Debian/Ubuntu).

Add this line to your application's Gemfile:

gem 'dacpclient'

And then execute:

bundle

Or install it yourself using:

gem install dacpclient

Usage

See bin/dacpclient

Usage: dacpclient [command]
(c) 2014 Jurriaan Pruis <[email protected]>

Where command is one of the following:
status
status_ticker
home_sharing
play
pause
playpause
next
prev
databases
playqueue
upnext
stop
debug
usage
previous
help

Todo

  • Use bonjour
  • Add tests
  • Add more tagdefinitions
  • Documentation

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -tb my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributors

Thanks

  • edc1591 - for some of the 'Up Next' code