Skip to content

Web Methods

Accalia de Elementia edited this page Jun 22, 2012 · 8 revisions

//TODO: Write this

Octavia Web Methods

Octavia acts as a interface to the Music Player Daemon, exposing the music player to the web.

This functionality is exposed in three separate, but equal, endpoints.

  • /xml uses the XML RPC Protocol
  • /json uses the JSONRPC2 Protocol
  • /websocket uses JSONRPC2 over HTML5 websockets

These methods are used for introspection of Octavia itself. They do not control the status of MPD, although they may query it.

These methods inspect and manipulate the current playlist and playback status.

These methods act against the music library.

These methods act against stored playlists.

Clone this wiki locally