Changes

Jump to: navigation, search

Playlist API

49 bytes added, 18:01, 1 February 2018
no edit summary
Playlist API allows to export playlist from Ace Stream Media Server in different formats.
API endpoint: '''<tt><nowiki>http://<engine_host>:6878/playlist/get</nowiki></tt>'''
'''Parameters:'''
<tt>
- format (list) - set output format
- category (list) - filter by category (media type)
- 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
</tt>
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)
Allowed values for list parameters:
- <tt>format</tt> - acestream - m3u - json - <tt>category</tt>
- tv
- movies
- music
- other
- <tt>protocol</tt>
- http
- hls

Navigation menu