软测单独项目
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.
 
 
 
 
 
 
王瑞 cb4b145a0b 初始代码提交 9 months ago
..
README.txt 初始代码提交 9 months ago
browse.json 初始代码提交 9 months ago
browse.xml 初始代码提交 9 months ago
playlist.json 初始代码提交 9 months ago
playlist.xml 初始代码提交 9 months ago
playlist_jstree.xml 初始代码提交 9 months ago
status.json 初始代码提交 9 months ago
status.xml 初始代码提交 9 months ago
vlm.xml 初始代码提交 9 months ago
vlm_cmd.xml 初始代码提交 9 months 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