You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
燕伟 dbf28ea136 first push 2 years ago
..
README.txt first push 2 years ago
browse.json first push 2 years ago
browse.xml first push 2 years ago
playlist.json first push 2 years ago
playlist.xml first push 2 years ago
playlist_jstree.xml first push 2 years ago
status.json first push 2 years ago
status.xml first push 2 years ago
vlm.xml first push 2 years ago
vlm_cmd.xml first push 2 years ago

README.txt

$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 <MRL> for input and output parameters and attributes
pl_play and in_enqueue previously accepted paths. This is still supported, but from 1.3 <MRL> 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
---

<root> (/)
===========


> 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