From: Antoine Cellerier Date: Sun, 2 Apr 2006 22:57:39 +0000 (+0000) Subject: Add some examples X-Git-Tag: 0.9.0-test0~11626 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8cd4cd1a059c08f6696fa784f7cbb5cef62ef9b3;p=vlc Add some examples --- diff --git a/share/http/requests/readme b/share/http/requests/readme index f5033a3888..a4cfacbeea 100644 --- a/share/http/requests/readme +++ b/share/http/requests/readme @@ -7,8 +7,9 @@ Lines starting with > describe what you can send to the page All parameters need to be URL encoded. Examples: - + -> %2B # -> %23 + % -> %25 + + -> %2B space -> + ... @@ -43,8 +44,16 @@ status.xml: > empty playlist: ?command=pl_empty -> sort playlist node using sort mode : +> sort playlist using sort mode and order : ?command=pl_sort&id=&val= + If id=0 then items will be sorted in normal order, if id=1 they will be + sorted in reverse order + A non exhaustive list of sort modes: + 0 Id + 1 Name + 3 Author + 5 Random + 7 Track number > toggle random playback: ?command=pl_random @@ -57,15 +66,30 @@ status.xml: > toggle enable service discovery module : ?command=pl_sd&val= + Typical values are: + sap + shoutcast + podcast + hal > toggle fullscreen: ?command=fullscreen > set volume level to (can be absolute integer, percent or +/- relative value): ?command=volume&val= + Allowed values are of the form: + +, -, or % > seek to : ?command=seek&val= + Allowed values are of the form: + [+ or -][:][:][] + or [+ or -]% + (value between [ ] are optional, value between < > are mandatory) + examples: + 1000 -> seek to the 1000th second + +1H:2M -> seek 1 hour and 2 minutes forward + -10% -> seek 10% back playlist.xml: =============