Changes

Jump to: navigation, search

Playlist API

190 bytes added, 14:55, 19 April 2018
Brief description
''Added in version 3.1.28''
 
== Brief description ==
Playlist API allows to export playlist in different formats from Ace Stream Media Server.
* ''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''' ([[Engine_HTTP_API#Player ID]]) 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).
* '''category''' - tv, movies, music_video, music, other;
* '''protocol''' - http, hls.
 
== Playlist output formats ==

Navigation menu