From 7f841a351543ef3cb907a90d1fe090497999aa36 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 21 Oct 2018 10:41:37 +0200 Subject: [PATCH] doc: add authentication type for playlist in url.md --- docs/markdown/url.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/markdown/url.md b/docs/markdown/url.md index 9265ce9f4..0a4f21511 100644 --- a/docs/markdown/url.md +++ b/docs/markdown/url.md @@ -15,14 +15,20 @@ playlist | Playlist type, can be *xspf* or *m3u* **Example:** `http://127.0.0.1:9981/play/stream/channelname/Life?playlist=xspf` -### /playlist[/TYPE][/WHAT][/IDENTIFIER] +### /playlist[/AUTH][/TYPE][/WHAT][/IDENTIFIER] Return the m3u playlist in Enigma2 format. By default (if the rest of path is ommitted), an redirection answer will be sent where /channels remainder is used. TYPE | Playlist type ---------------|---------------------------------------- +--------------|------------------------------------------------------------ +*empty* | default - HTTP authentication +ticket | temporary ticket valid for 5 minutes +auth | pernament code which must be enabled in the password table + +TYPE | Playlist type +--------------|------------------------------------------------------------ *empty* | M3U e2 | Enigma2 satip | M3U using SAT>IP extensions -- 2.47.2