]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
doc: add authentication type for playlist in url.md
authorJaroslav Kysela <perex@perex.cz>
Sun, 21 Oct 2018 08:41:37 +0000 (10:41 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 21 Oct 2018 08:41:37 +0000 (10:41 +0200)
docs/markdown/url.md

index 9265ce9f4bdf5986390194f9eb1a02ec165d1971..0a4f21511d5989711e6a146bec78843019ac64e7 100644 (file)
@@ -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