tags:

views:

38

answers:

1

The new apple remote app on iPhone and iPad is pretty cool. I'm wondering is there a public API to use?

Since the remote app is not a server, so it's not like other "control itunes" apps or programs. I'm wondering is there any API or service exposed on PC/Mac side so that other apps can use it to control itunes?

Ultimately, I'd like to build my own app(on iPhone) or PC program to control the iTunes.

A: 

There is no API, but the protocol used by iTunes, called DAAP, is well understood. If you don't mind dropping down to handling it directly via the network protocol there are some decent resources that explain it pretty well. Take a look at:

Digital Audio Access Protocol (Wikipedia)

DAAP protocol - Tapjam

TunesRemote: Android DACP/iTunes Remote Control

Jay O'Conor