$Id$ This file describes commands available through the requests/ file: Lines starting with < describe what the page sends back Lines starting with > describe what you can send to the page All parameters need to be URL encoded. Examples: # -> %23 % -> %25 + -> %2B space -> + ... Deprecation Notice: --- The entire interface is moving to using for input and output parameters and attributes pl_play and in_enqueue previously accepted paths. This is still supported, but from 1.3 will be required where path attributes are provided in output, these should be ignored in favour of uri attributes path support is scheduled to be removed entirely from 1.3 --- (/) =========== > Get album art for current input: /art (NB: not /requests/art) > Get album art for any playlist input (available from API version 3): /art?item=123 (NB: not /requests/art) status.xml or status.json =========== < Get VLC status information, current item info and meta. < Get VLC version, and http api version > add to playlist and start playback: ?command=in_play&input=&option=