|
A lot of the commands that actually _do_ something (play,
playmode, delete etcetera) also have a 'refresh' parameter
which changes where the page refreshes to afterwards.
Generally pages go to 'title' for the three frames mode or
'main' for other things; there are some pages that go to the
playlist, and the Load page will go to the directory the file
was in. 'Refresh' overrides these, and is used for example by
the 'pda' mode to make the page go back to 'pda' rather than
elsewhere.
Winamp Control
| /play[?track=nnn] |
Plays current track if no argument is
given, or plays the track at playlist position nnn. Also
resumes playback if Winamp is paused. |
| /prev |
Previous Track |
| /next |
Next Track |
| /pause |
Pause / Resume |
| /stop |
Stop |
| /stopslow |
Stops with fadeout |
| /playmode? |
with arguments 'repeat' and/or 'random'
which can be 'on', 'off' or 'toggle' |
| /vol?volume=nn |
Sets the volume. <nn> is a number
between 0 and 10 where 0 is mute and 10 is full volume. |
Playlists
| /list[?sub=<string>] |
Playlist page; restricts search to <string> if
it's there |
| /clear |
Clears playlist |
| /delete?track=nn |
Deletes an entry from the playlist |
| /sort |
Sorts the playlist by title |
| /save[?location=name] |
Saves the playlist as 'name.m3u' in the Playlists
directory. If no location is specified it will bring up
a page asking for a name. |
| /ld?file=<file> |
Loads a track into the playlist. 'file' can be a
location in the Music Collection, a HTTP location or any
Windows accessible local or UNC location. |
Images and files
| /dl?path=\path\file |
Download a file at
"%mp3_root_dir%\path\file" |
| /favicon.ico |
Retrives a nice icon for if you bookmark it |
| /wawi.css |
Retrieves the stylesheet 'wawi.css' if it exists, or
the built-in stylesheet if not. |
| /img?image=nnn |
Image number nnn |
Pages
| /winamp?page= |
Main entry point with frames if set. 'page' can be
'main', 'list' or 'browse'. Anything not matching
anything else redirects to '/winamp?page=main'. |
| /page?page= |
Redirects to the specified page. 'page' can be 'main',
'list' or 'browse'. |
| /pda |
Brings up a small graphical page, suitable for direct
control on a PDA or somesuch. |
| /top |
Graphic link bar |
| /browse?path=\path\ |
Browse music collection at
"%mp3_root_dir%\path\" |
| /about |
Returns a little 'about' page |
| /main |
Main page, with title and current track information |
| /title |
Returns a HTML page of the track information - artist,
title, state of playback (playing, paused, stopped),
track time. Automatically refreshes. |
Web Admin
| /admin |
Administration options |
| /apply |
Sets admin options; the form in /admin is sent here. |
| /user?user=<user> |
User admin options |
| /setuser |
Sets user options; the form in /user is sent here. |
Unlinked
| /smalltitle |
Returns the artist and title of the playing track. No
HTML formatting; just the HTTP header and a line of
text. (This is what the systray thingy uses for its
tooltip) |
| /login |
Brings up a username & password box every time;
can be used to log out. |
Still in development - they might work, they might not...
| /shutdown |
Turns off the computer |
Anything else returns the frameset to load the top link bar
and the main page.
|