Commit 488f94b1 authored by Rafaël Carré's avatar Rafaël Carré

luahttp: bump API and document /art changes

parent 23ddaecd
...@@ -22,6 +22,16 @@ where path attributes are provided in output, these should be ignored in favour ...@@ -22,6 +22,16 @@ where path attributes are provided in output, these should be ignored in favour
path support is scheduled to be removed entirely from 1.3 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 status.xml or status.json
=========== ===========
......
...@@ -437,7 +437,7 @@ local aout = vlc.object.aout() ...@@ -437,7 +437,7 @@ local aout = vlc.object.aout()
local s ={} local s ={}
--update api version when new data/commands added --update api version when new data/commands added
s.apiversion=2 s.apiversion=3
s.version=vlc.misc.version() s.version=vlc.misc.version()
s.volume=vlc.volume.get() s.volume=vlc.volume.get()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment