Page 1 of 1

Web Interface commands help

Posted: 28 Jun 2008 22:43
by Skootles
Alright rather than fumble around with RC or Telnet, I found a simple way to enter commands via the web interface. Basically using url's like:

http://192.168.0.105/?control=pause

For example, that one will pause the playlist. Substitute it with other commands lie play, stop, etc and you can control your playlist pretty well. The only problem I'm having is figuring out what controls the volume.. I've tried so many different keywords, even tried looking at the source code to try to find it, but I can't get it.. any help here? I've been looking over this page but I can't find a way to do it..

Edit: Alright, I found the answer in the readme.txt in the requests folder:
> set volume level to <val> (can be absolute integer, percent or +/- relative value):

?command=volume&val=<val>

Allowed values are of the form:

+<int>, -<int>, <int> or <int>%
However whenever I try to use it, it just mutes the volume. Any ideas?