Changes

Jump to: navigation, search

Playlist API

7 bytes removed, 17:09, 1 February 2018
no edit summary
Allowed values for list parameters.
 
'''format:'''
* acestream
* json
'''category:'''
* tv
* movies
* other
'''protocol:'''
* http
* hls
"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.

Navigation menu