Update API docs to reflect changes

This commit is contained in:
samwiseg0 2019-09-19 21:22:37 -04:00
parent 623a1e8a91
commit 85709f754a
2 changed files with 8 additions and 0 deletions

4
API.md
View file

@ -507,7 +507,9 @@ Returns:
"stream_video_language": "", "stream_video_language": "",
"stream_video_language_code": "", "stream_video_language_code": "",
"stream_video_ref_frames": "4", "stream_video_ref_frames": "4",
"stream_video_full_resolution": "1080p",
"stream_video_resolution": "1080", "stream_video_resolution": "1080",
"stream_video_scan_type": "progressive",
"stream_video_width": "1920", "stream_video_width": "1920",
"studio": "HBO", "studio": "HBO",
"subtitle_codec": "", "subtitle_codec": "",
@ -560,12 +562,14 @@ Returns:
"video_decision": "direct play", "video_decision": "direct play",
"video_frame_rate": "23.976", "video_frame_rate": "23.976",
"video_framerate": "24p", "video_framerate": "24p",
"video_full_resolution": "1080p",
"video_height": "1078", "video_height": "1078",
"video_language": "", "video_language": "",
"video_language_code": "", "video_language_code": "",
"video_profile": "high", "video_profile": "high",
"video_ref_frames": "4", "video_ref_frames": "4",
"video_resolution": "1080", "video_resolution": "1080",
"video_scan_type": "progressive",
"video_width": "1920", "video_width": "1920",
"view_offset": "1000", "view_offset": "1000",
"width": "1920", "width": "1920",

View file

@ -5040,7 +5040,9 @@ class WebInterface(object):
"stream_video_language": "", "stream_video_language": "",
"stream_video_language_code": "", "stream_video_language_code": "",
"stream_video_ref_frames": "4", "stream_video_ref_frames": "4",
"stream_video_full_resolution": "1080p",
"stream_video_resolution": "1080", "stream_video_resolution": "1080",
"stream_video_scan_type": "progressive",
"stream_video_width": "1920", "stream_video_width": "1920",
"studio": "HBO", "studio": "HBO",
"subtitle_codec": "", "subtitle_codec": "",
@ -5093,12 +5095,14 @@ class WebInterface(object):
"video_decision": "direct play", "video_decision": "direct play",
"video_frame_rate": "23.976", "video_frame_rate": "23.976",
"video_framerate": "24p", "video_framerate": "24p",
"video_full_resolution": "1080p",
"video_height": "1078", "video_height": "1078",
"video_language": "", "video_language": "",
"video_language_code": "", "video_language_code": "",
"video_profile": "high", "video_profile": "high",
"video_ref_frames": "4", "video_ref_frames": "4",
"video_resolution": "1080", "video_resolution": "1080",
"video_scan_type": "progressive",
"video_width": "1920", "video_width": "1920",
"view_offset": "1000", "view_offset": "1000",
"width": "1920", "width": "1920",