Difference between revisions of "Bemix Notes"

From SlugWiki
Jump to: navigation, search
(Client)
(Client)
Line 26: Line 26:
 
==Client==
 
==Client==
 
The "client" output format returns data in a simple newline-delimited list.
 
The "client" output format returns data in a simple newline-delimited list.
 +
 
''The result of the playlist command:''
 
''The result of the playlist command:''
 
<pre>
 
<pre>

Revision as of 20:51, 15 January 2006

URL Scheme

All URLs are relative to http://bemix.com/, and all URLs have an output=[html, client]. An example URL is http://bemix.com/play?output=client&playerId=2

Players

  • (s,c)play?playerId=x
  • (s,c)pause?playerId=x
  • (s,c)stop?playerId=x
  • (s,c)loadList?playerId=x&playlistId=y
  • (s,c)player?playerId=x

Playlist

  • (s,c)create?name=x
  • (s,c)delete?playlistId=x
  • (s,c)add?playlistId=x&song=y
  • (s,c)remove?playlistId=x&index=y
  • (s,c)playlist?playlistId=x

Browsing

  • (s)browse?dir=x

General

  • (s,c)players
  • (s,c)playlists

Client Types

Client

The "client" output format returns data in a simple newline-delimited list.

The result of the playlist command:

id=30
name=the list
success=true