Changes

Jump to: navigation, search

Playlist API

79 bytes removed, 20:06, 9 June 2020
no edit summary
''Added in version 3.1.28'' == Brief description ==Playlist API allows to export playlist in different formats from Ace Stream Media Server. API available since version 3.1.28.
API endpoint:
* ''download'' (bool, default is 0) - download playlist as file;
* ''skip_autosearch'' (bool, default is 0) - don't replace playlist data with autosearch results; this doesn't affect playlist items with disabled autosearch.
* ''generate_player_id'' (bool, default is 0) - with this option engine will output playlist with random '''pid''' ([[http://wiki.acestream.org/wiki/index.php/Engine_HTTP_API#Player ID|player id]], formerly known as '''sid''') for each item.
Boolean values are passed as 0 or 1 (e.g. transcode_audio=1), list of integers is passed as string of values concatenated with comma (e.g. items=14,115,127).
* '''protocol''' - http, hls.
== Playlist output formats ==
"'''m3u'''" format is intented for different media players.
== Examples ==
'''Get playlist in "m3u" format:'''

Navigation menu