117
edits
Changes
no edit summary
"'''json'''" format is indented to be used for automation. Playlist is returned as list of items, each item is an object with such fields:
* ''id '' (integer)* - playlist item id unique for this media server; this id can be passed in "items" parameter to filter specific playlist items;* ''title '' (string)* - title;* ''playback_url '' (string)* playback URL;* ''content_id '' (string)* - Content ID (may be null);* ''infohash '' (string)* - infohash (may be null);* ''transport_file_url '' (string)* - transport file URL (may be null);* ''category '' (string)* - media type (see list for "category" parameter);* ''is_live '' (integer)* - 1: live content, 0: VOD, -1: unknown;* ''auto_search '' (bool)* - whether autosearch is enabled for this playlist item;* ''tags '' (list of strings)* - list of tags.
"'''m3u'''" format is intented for different media players.
Request:
Response:
'''Get playlist in "json" format:'''