Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
488f94b1
Commit
488f94b1
authored
Mar 22, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
luahttp: bump API and document /art changes
parent
23ddaecd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
share/lua/http/requests/README.txt
share/lua/http/requests/README.txt
+10
-0
share/lua/intf/modules/httprequests.lua
share/lua/intf/modules/httprequests.lua
+1
-1
No files found.
share/lua/http/requests/README.txt
View file @
488f94b1
...
...
@@ -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
---
<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
===========
...
...
share/lua/intf/modules/httprequests.lua
View file @
488f94b1
...
...
@@ -437,7 +437,7 @@ local aout = vlc.object.aout()
local
s
=
{}
--update api version when new data/commands added
s
.
apiversion
=
2
s
.
apiversion
=
3
s
.
version
=
vlc
.
misc
.
version
()
s
.
volume
=
vlc
.
volume
.
get
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment