Difference between revisions of "Bemix Notes"

From SlugWiki
Jump to: navigation, search
 
Line 1: Line 1:
[URL Scheme]
+
=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
 
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]]
+
==Players==
 
* play?playerId=x
 
* play?playerId=x
 
* pause?playerId=x
 
* pause?playerId=x
Line 9: Line 9:
 
* player?playId=x
 
* player?playId=x
  
[[Playlist]]
+
==Playlist==
 
* create?name=x
 
* create?name=x
 
* add?playlistId=x&song=y
 
* add?playlistId=x&song=y
Line 15: Line 15:
 
* playlist?playlistId=x
 
* playlist?playlistId=x
  
[[Browsing]]
+
==Browsing==
 
* browse?dir=x
 
* browse?dir=x
  
[[General]]
+
==General==
 
* players
 
* players
 
* playlists
 
* playlists

Revision as of 18:46, 14 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

  • play?playerId=x
  • pause?playerId=x
  • stop?playerId=x
  • loadList?playerId=x&playlistId=y
  • player?playId=x

Playlist

  • create?name=x
  • add?playlistId=x&song=y
  • remove?playlistId=x
  • playlist?playlistId=x

Browsing

  • browse?dir=x

General

  • players
  • playlists