Update API docs

This commit is contained in:
JonnyWong16 2020-02-22 23:49:48 -08:00
commit 517db71916
2 changed files with 207 additions and 31 deletions

120
API.md
View file

@ -395,7 +395,11 @@ Returns:
"banner": "/library/metadata/1219/banner/1503306930", "banner": "/library/metadata/1219/banner/1503306930",
"bif_thumb": "/library/parts/274169/indexes/sd/1000", "bif_thumb": "/library/parts/274169/indexes/sd/1000",
"bitrate": "10617", "bitrate": "10617",
"channel_call_sign": "",
"channel_identifier": "",
"channel_stream": 0, "channel_stream": 0,
"channel_thumb": "",
"children_count": "",
"collections": [], "collections": [],
"container": "mkv", "container": "mkv",
"content_rating": "TV-MA", "content_rating": "TV-MA",
@ -427,13 +431,15 @@ Returns:
"ip_address": "10.10.10.1", "ip_address": "10.10.10.1",
"ip_address_public": "64.123.23.111", "ip_address_public": "64.123.23.111",
"is_admin": 1, "is_admin": 1,
"is_allow_sync": null, "is_allow_sync": 1,
"is_home_user": 1, "is_home_user": 1,
"is_restricted": 0, "is_restricted": 0,
"keep_history": 1, "keep_history": 1,
"labels": [], "labels": [],
"last_viewed_at": "1462165717", "last_viewed_at": "1462165717",
"library_name": "TV Shows", "library_name": "TV Shows",
"live": 0,
"live_uuid": "",
"local": "1", "local": "1",
"location": "lan", "location": "lan",
"machine_id": "lmd93nkn12k29j2lnm", "machine_id": "lmd93nkn12k29j2lnm",
@ -442,8 +448,8 @@ Returns:
"optimized_version": 0, "optimized_version": 0,
"optimized_version_profile": "", "optimized_version_profile": "",
"optimized_version_title": "", "optimized_version_title": "",
"originally_available_at": "2016-04-24",
"original_title": "", "original_title": "",
"originally_available_at": "2016-04-24",
"parent_guid": "com.plexapp.agents.thetvdb://121361/6?lang=en", "parent_guid": "com.plexapp.agents.thetvdb://121361/6?lang=en",
"parent_media_index": "6", "parent_media_index": "6",
"parent_rating_key": "153036", "parent_rating_key": "153036",
@ -463,6 +469,7 @@ Returns:
"rating_key": "153037", "rating_key": "153037",
"relay": 0, "relay": 0,
"section_id": "2", "section_id": "2",
"secure": 1,
"session_id": "helf15l3rxgw01xxe0jf3l3d", "session_id": "helf15l3rxgw01xxe0jf3l3d",
"session_key": "27", "session_key": "27",
"shared_libraries": [ "shared_libraries": [
@ -501,15 +508,21 @@ Returns:
"stream_subtitle_location": "", "stream_subtitle_location": "",
"stream_video_bit_depth": "8", "stream_video_bit_depth": "8",
"stream_video_bitrate": "10233", "stream_video_bitrate": "10233",
"stream_video_chroma_subsampling": "4:2:0",
"stream_video_codec": "h264", "stream_video_codec": "h264",
"stream_video_codec_level": "41", "stream_video_codec_level": "41",
"stream_video_color_primaries": "",
"stream_video_color_range": "tv",
"stream_video_color_space": "bt709",
"stream_video_color_trc": "",
"stream_video_decision": "direct play", "stream_video_decision": "direct play",
"stream_video_dynamic_range": "SDR",
"stream_video_framerate": "24p", "stream_video_framerate": "24p",
"stream_video_full_resolution": "1080p",
"stream_video_height": "1078", "stream_video_height": "1078",
"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_scan_type": "progressive",
"stream_video_width": "1920", "stream_video_width": "1920",
@ -559,9 +572,15 @@ Returns:
"username": "LordCommanderSnow", "username": "LordCommanderSnow",
"video_bit_depth": "8", "video_bit_depth": "8",
"video_bitrate": "10233", "video_bitrate": "10233",
"video_chroma_subsampling": "4:2:0",
"video_codec": "h264", "video_codec": "h264",
"video_codec_level": "41", "video_codec_level": "41",
"video_color_primaries": "",
"video_color_range": "tv",
"video_color_space": "bt709",
"video_color_trc": ",
"video_decision": "direct play", "video_decision": "direct play",
"video_dynamic_range": "SDR",
"video_frame_rate": "23.976", "video_frame_rate": "23.976",
"video_framerate": "24p", "video_framerate": "24p",
"video_full_resolution": "1080p", "video_full_resolution": "1080p",
@ -671,8 +690,9 @@ Optional parameters:
grandparent_rating_key (int): 351 grandparent_rating_key (int): 351
start_date (str): "YYYY-MM-DD" start_date (str): "YYYY-MM-DD"
section_id (int): 2 section_id (int): 2
media_type (str): "movie", "episode", "track" media_type (str): "movie", "episode", "track", "live"
transcode_decision (str): "direct play", "copy", "transcode", transcode_decision (str): "direct play", "copy", "transcode",
guid (str): Plex guid for an item, e.g. "com.plexapp.agents.thetvdb://121361/6/1"
order_column (str): "date", "friendly_name", "ip_address", "platform", "player", order_column (str): "date", "friendly_name", "ip_address", "platform", "player",
"full_title", "started", "paused_counter", "stopped", "duration" "full_title", "started", "paused_counter", "stopped", "duration"
order_dir (str): "desc" or "asc" order_dir (str): "desc" or "asc"
@ -697,10 +717,13 @@ Returns:
"original_title": "", "original_title": "",
"group_count": 1, "group_count": 1,
"group_ids": "1124", "group_ids": "1124",
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"id": 1124, "id": 1124,
"ip_address": "xxx.xxx.xxx.xxx", "ip_address": "xxx.xxx.xxx.xxx",
"live": 0,
"media_index": 17, "media_index": 17,
"media_type": "episode", "media_type": "episode",
"originally_available_at": "2016-04-24",
"parent_media_index": 7, "parent_media_index": 7,
"parent_rating_key": 544, "parent_rating_key": 544,
"parent_title": "", "parent_title": "",
@ -758,8 +781,10 @@ Returns:
[{"content_rating": "TV-MA", [{"content_rating": "TV-MA",
"friendly_name": "", "friendly_name": "",
"grandparent_thumb": "/library/metadata/1219/thumb/1462175063", "grandparent_thumb": "/library/metadata/1219/thumb/1462175063",
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"labels": [], "labels": [],
"last_play": 1462380698, "last_play": 1462380698,
"live": 0,
"media_type": "episode", "media_type": "episode",
"platform": "", "platform": "",
"platform_type": "", "platform_type": "",
@ -860,15 +885,18 @@ Returns:
"do_notify": "Checked", "do_notify": "Checked",
"do_notify_created": "Checked", "do_notify_created": "Checked",
"duration": 1578037, "duration": 1578037,
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"id": 1128, "id": 1128,
"keep_history": "Checked", "keep_history": "Checked",
"labels": [], "labels": [],
"last_accessed": 1462693216, "last_accessed": 1462693216,
"last_played": "Game of Thrones - The Red Woman", "last_played": "Game of Thrones - The Red Woman",
"library_art": "/:/resources/show-fanart.jpg", "library_art": "/:/resources/show-fanart.jpg",
"library_thumb": "", "library_thumb": "/:/resources/show.png",
"live": 0,
"media_index": 1, "media_index": 1,
"media_type": "episode", "media_type": "episode",
"originally_available_at": "2016-04-24",
"parent_count": 240, "parent_count": 240,
"parent_media_index": 6, "parent_media_index": 6,
"parent_title": "", "parent_title": "",
@ -958,6 +986,7 @@ Returns:
"rating_key": "1219", "rating_key": "1219",
"section_id": 2, "section_id": 2,
"section_type": "show", "section_type": "show",
"sort_title": "Game of Thrones",
"thumb": "/library/metadata/1219/thumb/1436265995", "thumb": "/library/metadata/1219/thumb/1436265995",
"title": "Game of Thrones", "title": "Game of Thrones",
"video_codec": "", "video_codec": "",
@ -1124,6 +1153,7 @@ Returns:
"labels": [], "labels": [],
"last_viewed_at": "1462165717", "last_viewed_at": "1462165717",
"library_name": "TV Shows", "library_name": "TV Shows",
"live": 0,
"media_index": "1", "media_index": "1",
"media_info": [ "media_info": [
{ {
@ -1133,6 +1163,9 @@ Returns:
"audio_codec": "ac3", "audio_codec": "ac3",
"audio_profile": "", "audio_profile": "",
"bitrate": "10617", "bitrate": "10617",
"channel_call_sign": "",
"channel_identifier": "",
"channel_thumb": "",
"container": "mkv", "container": "mkv",
"height": "1078", "height": "1078",
"id": "257925", "id": "257925",
@ -1151,6 +1184,10 @@ Returns:
"video_bitrate": "10233", "video_bitrate": "10233",
"video_codec": "h264", "video_codec": "h264",
"video_codec_level": "41", "video_codec_level": "41",
"video_color_primaries": "",
"video_color_range": "tv",
"video_color_space": "bt709",
"video_color_trc": "",
"video_frame_rate": "23.976", "video_frame_rate": "23.976",
"video_height": "1078", "video_height": "1078",
"video_language": "", "video_language": "",
@ -1210,7 +1247,7 @@ Returns:
"rating_image": "rottentomatoes://image.rating.ripe", "rating_image": "rottentomatoes://image.rating.ripe",
"rating_key": "153037", "rating_key": "153037",
"section_id": "2", "section_id": "2",
"sort_title": "Game of Thrones", "sort_title": "Red Woman",
"studio": "HBO", "studio": "HBO",
"summary": "Jon Snow is dead. Daenerys meets a strong man. Cersei sees her daughter again.", "summary": "Jon Snow is dead. Daenerys meets a strong man. Cersei sees her daughter again.",
"tagline": "", "tagline": "",
@ -1506,7 +1543,8 @@ Returns:
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -1532,7 +1570,8 @@ Returns:
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -1558,7 +1597,8 @@ Returns:
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -1662,7 +1702,8 @@ Returns:
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -1688,7 +1729,8 @@ Returns:
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -1714,7 +1756,8 @@ Returns:
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -1802,22 +1845,59 @@ Optional parameters:
Returns: Returns:
json: json:
{"recently_added": {"recently_added":
[{"added_at": "1461572396", [{"actors": [
"Kit Harington",
"Emilia Clarke",
"Isaac Hempstead-Wright",
"Maisie Williams",
"Liam Cunningham",
],
"added_at": "1461572396",
"art": "/library/metadata/1219/art/1462175063",
"audience_rating": "8",
"audience_rating_image": "rottentomatoes://image.rating.upright",
"banner": "/library/metadata/1219/banner/1462175063",
"directors": [
"Jeremy Podeswa"
],
"duration": "2998290",
"full_title": "Game of Thrones - The Red Woman",
"genres": [
"Adventure",
"Drama",
"Fantasy"
],
"grandparent_rating_key": "1219", "grandparent_rating_key": "1219",
"grandparent_thumb": "/library/metadata/1219/thumb/1462175063", "grandparent_thumb": "/library/metadata/1219/thumb/1462175063",
"grandparent_title": "Game of Thrones", "grandparent_title": "Game of Thrones",
"library_name": "", "guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"labels": [],
"last_viewed_at": "1462165717",
"library_name": "TV Shows",
"media_index": "1", "media_index": "1",
"media_type": "episode", "media_type": "episode",
"original_title": "", "original_title": "",
"originally_available_at": "2016-04-24",
"parent_media_index": "6", "parent_media_index": "6",
"parent_rating_key": "153036", "parent_rating_key": "153036",
"parent_thumb": "/library/metadata/153036/thumb/1462175062", "parent_thumb": "/library/metadata/153036/thumb/1462175062",
"parent_title": "", "parent_title": "",
"rating": "7.8",
"rating_image": "rottentomatoes://image.rating.ripe",
"rating_key": "153037", "rating_key": "153037",
"section_id": "2", "section_id": "2",
"sort_title": "Red Woman",
"studio": "HBO",
"summary": "Jon Snow is dead. Daenerys meets a strong man. Cersei sees her daughter again.",
"tagline": "",
"thumb": "/library/metadata/153037/thumb/1462175060", "thumb": "/library/metadata/153037/thumb/1462175060",
"title": "The Red Woman", "title": "The Red Woman",
"user_rating": "9.0",
"updated_at": "1462175060",
"writers": [
"David Benioff",
"D. B. Weiss"
],
"year": "2016" "year": "2016"
}, },
{...}, {...},
@ -1999,6 +2079,7 @@ Returns:
"stream_video_bitrate": 527, "stream_video_bitrate": 527,
"stream_video_codec": "h264", "stream_video_codec": "h264",
"stream_video_decision": "transcode", "stream_video_decision": "transcode",
"stream_video_dynamic_range": "SDR",
"stream_video_framerate": "24p", "stream_video_framerate": "24p",
"stream_video_height": 306, "stream_video_height": 306,
"stream_video_resolution": "SD", "stream_video_resolution": "SD",
@ -2013,6 +2094,7 @@ Returns:
"video_bitrate": 2500, "video_bitrate": 2500,
"video_codec": "h264", "video_codec": "h264",
"video_decision": "transcode", "video_decision": "transcode",
"video_dynamic_range": "SDR",
"video_framerate": "24p", "video_framerate": "24p",
"video_height": 816, "video_height": 816,
"video_resolution": "1080", "video_resolution": "1080",
@ -2166,12 +2248,15 @@ Returns:
"recordsFiltered": 10, "recordsFiltered": 10,
"data": "data":
[{"friendly_name": "Jon Snow", [{"friendly_name": "Jon Snow",
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"id": 1121, "id": 1121,
"ip_address": "xxx.xxx.xxx.xxx", "ip_address": "xxx.xxx.xxx.xxx",
"last_played": "Game of Thrones - The Red Woman", "last_played": "Game of Thrones - The Red Woman",
"last_seen": 1462591869, "last_seen": 1462591869,
"live": 0,
"media_index": 1, "media_index": 1,
"media_type": "episode", "media_type": "episode",
"originally_available_at": "2016-04-24",
"parent_media_index": 6, "parent_media_index": 6,
"parent_title": "", "parent_title": "",
"platform": "Chrome", "platform": "Chrome",
@ -2371,13 +2456,16 @@ Returns:
"do_notify": "Checked", "do_notify": "Checked",
"duration": 2998290, "duration": 2998290,
"friendly_name": "Jon Snow", "friendly_name": "Jon Snow",
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"id": 1121, "id": 1121,
"ip_address": "xxx.xxx.xxx.xxx", "ip_address": "xxx.xxx.xxx.xxx",
"keep_history": "Checked", "keep_history": "Checked",
"last_played": "Game of Thrones - The Red Woman", "last_played": "Game of Thrones - The Red Woman",
"last_seen": 1462591869, "last_seen": 1462591869,
"live": 0,
"media_index": 1, "media_index": 1,
"media_type": "episode", "media_type": "episode",
"originally_available_at": "2016-04-24",
"parent_media_index": 6, "parent_media_index": 6,
"parent_title": "", "parent_title": "",
"platform": "Chrome", "platform": "Chrome",
@ -2516,10 +2604,10 @@ Optional parameters:
width (str): 300 width (str): 300
height (str): 450 height (str): 450
opacity (str): 25 opacity (str): 25
background (str): 282828 background (str): Hex color, e.g. 282828
blur (str): 3 blur (str): 3
img_format (str): png img_format (str): png
fallback (str): "poster", "cover", "art" fallback (str): "poster", "cover", "art", "poster-live", "art-live", "art-live-full"
refresh (bool): True or False whether to refresh the image cache refresh (bool): True or False whether to refresh the image cache
return_hash (bool): True or False to return the self-hosted image hash instead of the image return_hash (bool): True or False to return the self-hosted image hash instead of the image

View file

@ -382,15 +382,18 @@ class WebInterface(object):
"do_notify": "Checked", "do_notify": "Checked",
"do_notify_created": "Checked", "do_notify_created": "Checked",
"duration": 1578037, "duration": 1578037,
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"id": 1128, "id": 1128,
"keep_history": "Checked", "keep_history": "Checked",
"labels": [], "labels": [],
"last_accessed": 1462693216, "last_accessed": 1462693216,
"last_played": "Game of Thrones - The Red Woman", "last_played": "Game of Thrones - The Red Woman",
"library_art": "/:/resources/show-fanart.jpg", "library_art": "/:/resources/show-fanart.jpg",
"library_thumb": "", "library_thumb": "/:/resources/show.png",
"live": 0,
"media_index": 1, "media_index": 1,
"media_type": "episode", "media_type": "episode",
"originally_available_at": "2016-04-24",
"parent_count": 240, "parent_count": 240,
"parent_media_index": 6, "parent_media_index": 6,
"parent_title": "", "parent_title": "",
@ -666,6 +669,7 @@ class WebInterface(object):
"rating_key": "1219", "rating_key": "1219",
"section_id": 2, "section_id": 2,
"section_type": "show", "section_type": "show",
"sort_title": "Game of Thrones",
"thumb": "/library/metadata/1219/thumb/1436265995", "thumb": "/library/metadata/1219/thumb/1436265995",
"title": "Game of Thrones", "title": "Game of Thrones",
"video_codec": "", "video_codec": "",
@ -1044,13 +1048,16 @@ class WebInterface(object):
"do_notify": "Checked", "do_notify": "Checked",
"duration": 2998290, "duration": 2998290,
"friendly_name": "Jon Snow", "friendly_name": "Jon Snow",
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"id": 1121, "id": 1121,
"ip_address": "xxx.xxx.xxx.xxx", "ip_address": "xxx.xxx.xxx.xxx",
"keep_history": "Checked", "keep_history": "Checked",
"last_played": "Game of Thrones - The Red Woman", "last_played": "Game of Thrones - The Red Woman",
"last_seen": 1462591869, "last_seen": 1462591869,
"live": 0,
"media_index": 1, "media_index": 1,
"media_type": "episode", "media_type": "episode",
"originally_available_at": "2016-04-24",
"parent_media_index": 6, "parent_media_index": 6,
"parent_title": "", "parent_title": "",
"platform": "Chrome", "platform": "Chrome",
@ -1256,12 +1263,15 @@ class WebInterface(object):
"recordsFiltered": 10, "recordsFiltered": 10,
"data": "data":
[{"friendly_name": "Jon Snow", [{"friendly_name": "Jon Snow",
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"id": 1121, "id": 1121,
"ip_address": "xxx.xxx.xxx.xxx", "ip_address": "xxx.xxx.xxx.xxx",
"last_played": "Game of Thrones - The Red Woman", "last_played": "Game of Thrones - The Red Woman",
"last_seen": 1462591869, "last_seen": 1462591869,
"live": 0,
"media_index": 1, "media_index": 1,
"media_type": "episode", "media_type": "episode",
"originally_available_at": "2016-04-24",
"parent_media_index": 6, "parent_media_index": 6,
"parent_title": "", "parent_title": "",
"platform": "Chrome", "platform": "Chrome",
@ -1596,8 +1606,9 @@ class WebInterface(object):
grandparent_rating_key (int): 351 grandparent_rating_key (int): 351
start_date (str): "YYYY-MM-DD" start_date (str): "YYYY-MM-DD"
section_id (int): 2 section_id (int): 2
media_type (str): "movie", "episode", "track" media_type (str): "movie", "episode", "track", "live"
transcode_decision (str): "direct play", "copy", "transcode", transcode_decision (str): "direct play", "copy", "transcode",
guid (str): Plex guid for an item, e.g. "com.plexapp.agents.thetvdb://121361/6/1"
order_column (str): "date", "friendly_name", "ip_address", "platform", "player", order_column (str): "date", "friendly_name", "ip_address", "platform", "player",
"full_title", "started", "paused_counter", "stopped", "duration" "full_title", "started", "paused_counter", "stopped", "duration"
order_dir (str): "desc" or "asc" order_dir (str): "desc" or "asc"
@ -1622,10 +1633,13 @@ class WebInterface(object):
"original_title": "", "original_title": "",
"group_count": 1, "group_count": 1,
"group_ids": "1124", "group_ids": "1124",
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"id": 1124, "id": 1124,
"ip_address": "xxx.xxx.xxx.xxx", "ip_address": "xxx.xxx.xxx.xxx",
"live": 0,
"media_index": 17, "media_index": 17,
"media_type": "episode", "media_type": "episode",
"originally_available_at": "2016-04-24",
"parent_media_index": 7, "parent_media_index": 7,
"parent_rating_key": 544, "parent_rating_key": 544,
"parent_title": "", "parent_title": "",
@ -1774,6 +1788,7 @@ class WebInterface(object):
"stream_video_bitrate": 527, "stream_video_bitrate": 527,
"stream_video_codec": "h264", "stream_video_codec": "h264",
"stream_video_decision": "transcode", "stream_video_decision": "transcode",
"stream_video_dynamic_range": "SDR",
"stream_video_framerate": "24p", "stream_video_framerate": "24p",
"stream_video_height": 306, "stream_video_height": 306,
"stream_video_resolution": "SD", "stream_video_resolution": "SD",
@ -1788,6 +1803,7 @@ class WebInterface(object):
"video_bitrate": 2500, "video_bitrate": 2500,
"video_codec": "h264", "video_codec": "h264",
"video_decision": "transcode", "video_decision": "transcode",
"video_dynamic_range": "SDR",
"video_framerate": "24p", "video_framerate": "24p",
"video_height": 816, "video_height": 816,
"video_resolution": "1080", "video_resolution": "1080",
@ -1883,7 +1899,8 @@ class WebInterface(object):
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -1922,7 +1939,8 @@ class WebInterface(object):
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -1961,7 +1979,8 @@ class WebInterface(object):
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -2000,7 +2019,8 @@ class WebInterface(object):
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -2039,7 +2059,8 @@ class WebInterface(object):
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -2078,7 +2099,8 @@ class WebInterface(object):
"series": "series":
[{"name": "Movies", "data": [...]} [{"name": "Movies", "data": [...]}
{"name": "TV", "data": [...]}, {"name": "TV", "data": [...]},
{"name": "Music", "data": [...]} {"name": "Music", "data": [...]},
{"name": "Live TV", "data": [...]}
] ]
} }
``` ```
@ -4041,7 +4063,7 @@ class WebInterface(object):
width (str): 300 width (str): 300
height (str): 450 height (str): 450
opacity (str): 25 opacity (str): 25
background (str): 282828 background (str): Hex color, e.g. 282828
blur (str): 3 blur (str): 3
img_format (str): png img_format (str): png
fallback (str): "poster", "cover", "art", "poster-live", "art-live", "art-live-full" fallback (str): "poster", "cover", "art", "poster-live", "art-live", "art-live-full"
@ -4579,6 +4601,7 @@ class WebInterface(object):
"labels": [], "labels": [],
"last_viewed_at": "1462165717", "last_viewed_at": "1462165717",
"library_name": "TV Shows", "library_name": "TV Shows",
"live": 0,
"media_index": "1", "media_index": "1",
"media_info": [ "media_info": [
{ {
@ -4588,6 +4611,9 @@ class WebInterface(object):
"audio_codec": "ac3", "audio_codec": "ac3",
"audio_profile": "", "audio_profile": "",
"bitrate": "10617", "bitrate": "10617",
"channel_call_sign": "",
"channel_identifier": "",
"channel_thumb": "",
"container": "mkv", "container": "mkv",
"height": "1078", "height": "1078",
"id": "257925", "id": "257925",
@ -4606,6 +4632,10 @@ class WebInterface(object):
"video_bitrate": "10233", "video_bitrate": "10233",
"video_codec": "h264", "video_codec": "h264",
"video_codec_level": "41", "video_codec_level": "41",
"video_color_primaries": "",
"video_color_range": "tv",
"video_color_space": "bt709",
"video_color_trc": "",
"video_frame_rate": "23.976", "video_frame_rate": "23.976",
"video_height": "1078", "video_height": "1078",
"video_language": "", "video_language": "",
@ -4665,7 +4695,7 @@ class WebInterface(object):
"rating_image": "rottentomatoes://image.rating.ripe", "rating_image": "rottentomatoes://image.rating.ripe",
"rating_key": "153037", "rating_key": "153037",
"section_id": "2", "section_id": "2",
"sort_title": "Game of Thrones", "sort_title": "Red Woman",
"studio": "HBO", "studio": "HBO",
"summary": "Jon Snow is dead. Daenerys meets a strong man. Cersei sees her daughter again.", "summary": "Jon Snow is dead. Daenerys meets a strong man. Cersei sees her daughter again.",
"tagline": "", "tagline": "",
@ -4708,22 +4738,59 @@ class WebInterface(object):
Returns: Returns:
json: json:
{"recently_added": {"recently_added":
[{"added_at": "1461572396", [{"actors": [
"Kit Harington",
"Emilia Clarke",
"Isaac Hempstead-Wright",
"Maisie Williams",
"Liam Cunningham",
],
"added_at": "1461572396",
"art": "/library/metadata/1219/art/1462175063",
"audience_rating": "8",
"audience_rating_image": "rottentomatoes://image.rating.upright",
"banner": "/library/metadata/1219/banner/1462175063",
"directors": [
"Jeremy Podeswa"
],
"duration": "2998290",
"full_title": "Game of Thrones - The Red Woman",
"genres": [
"Adventure",
"Drama",
"Fantasy"
],
"grandparent_rating_key": "1219", "grandparent_rating_key": "1219",
"grandparent_thumb": "/library/metadata/1219/thumb/1462175063", "grandparent_thumb": "/library/metadata/1219/thumb/1462175063",
"grandparent_title": "Game of Thrones", "grandparent_title": "Game of Thrones",
"library_name": "", "guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"labels": [],
"last_viewed_at": "1462165717",
"library_name": "TV Shows",
"media_index": "1", "media_index": "1",
"media_type": "episode", "media_type": "episode",
"original_title": "", "original_title": "",
"originally_available_at": "2016-04-24",
"parent_media_index": "6", "parent_media_index": "6",
"parent_rating_key": "153036", "parent_rating_key": "153036",
"parent_thumb": "/library/metadata/153036/thumb/1462175062", "parent_thumb": "/library/metadata/153036/thumb/1462175062",
"parent_title": "", "parent_title": "",
"rating": "7.8",
"rating_image": "rottentomatoes://image.rating.ripe",
"rating_key": "153037", "rating_key": "153037",
"section_id": "2", "section_id": "2",
"sort_title": "Red Woman",
"studio": "HBO",
"summary": "Jon Snow is dead. Daenerys meets a strong man. Cersei sees her daughter again.",
"tagline": "",
"thumb": "/library/metadata/153037/thumb/1462175060", "thumb": "/library/metadata/153037/thumb/1462175060",
"title": "The Red Woman", "title": "The Red Woman",
"user_rating": "9.0",
"updated_at": "1462175060",
"writers": [
"David Benioff",
"D. B. Weiss"
],
"year": "2016" "year": "2016"
}, },
{...}, {...},
@ -4946,7 +5013,11 @@ class WebInterface(object):
"banner": "/library/metadata/1219/banner/1503306930", "banner": "/library/metadata/1219/banner/1503306930",
"bif_thumb": "/library/parts/274169/indexes/sd/1000", "bif_thumb": "/library/parts/274169/indexes/sd/1000",
"bitrate": "10617", "bitrate": "10617",
"channel_call_sign": "",
"channel_identifier": "",
"channel_stream": 0, "channel_stream": 0,
"channel_thumb": "",
"children_count": "",
"collections": [], "collections": [],
"container": "mkv", "container": "mkv",
"content_rating": "TV-MA", "content_rating": "TV-MA",
@ -4978,13 +5049,15 @@ class WebInterface(object):
"ip_address": "10.10.10.1", "ip_address": "10.10.10.1",
"ip_address_public": "64.123.23.111", "ip_address_public": "64.123.23.111",
"is_admin": 1, "is_admin": 1,
"is_allow_sync": null, "is_allow_sync": 1,
"is_home_user": 1, "is_home_user": 1,
"is_restricted": 0, "is_restricted": 0,
"keep_history": 1, "keep_history": 1,
"labels": [], "labels": [],
"last_viewed_at": "1462165717", "last_viewed_at": "1462165717",
"library_name": "TV Shows", "library_name": "TV Shows",
"live": 0,
"live_uuid": "",
"local": "1", "local": "1",
"location": "lan", "location": "lan",
"machine_id": "lmd93nkn12k29j2lnm", "machine_id": "lmd93nkn12k29j2lnm",
@ -4993,8 +5066,8 @@ class WebInterface(object):
"optimized_version": 0, "optimized_version": 0,
"optimized_version_profile": "", "optimized_version_profile": "",
"optimized_version_title": "", "optimized_version_title": "",
"originally_available_at": "2016-04-24",
"original_title": "", "original_title": "",
"originally_available_at": "2016-04-24",
"parent_guid": "com.plexapp.agents.thetvdb://121361/6?lang=en", "parent_guid": "com.plexapp.agents.thetvdb://121361/6?lang=en",
"parent_media_index": "6", "parent_media_index": "6",
"parent_rating_key": "153036", "parent_rating_key": "153036",
@ -5014,6 +5087,7 @@ class WebInterface(object):
"rating_key": "153037", "rating_key": "153037",
"relay": 0, "relay": 0,
"section_id": "2", "section_id": "2",
"secure": 1,
"session_id": "helf15l3rxgw01xxe0jf3l3d", "session_id": "helf15l3rxgw01xxe0jf3l3d",
"session_key": "27", "session_key": "27",
"shared_libraries": [ "shared_libraries": [
@ -5052,15 +5126,21 @@ class WebInterface(object):
"stream_subtitle_location": "", "stream_subtitle_location": "",
"stream_video_bit_depth": "8", "stream_video_bit_depth": "8",
"stream_video_bitrate": "10233", "stream_video_bitrate": "10233",
"stream_video_chroma_subsampling": "4:2:0",
"stream_video_codec": "h264", "stream_video_codec": "h264",
"stream_video_codec_level": "41", "stream_video_codec_level": "41",
"stream_video_color_primaries": "",
"stream_video_color_range": "tv",
"stream_video_color_space": "bt709",
"stream_video_color_trc": "",
"stream_video_decision": "direct play", "stream_video_decision": "direct play",
"stream_video_dynamic_range": "SDR",
"stream_video_framerate": "24p", "stream_video_framerate": "24p",
"stream_video_full_resolution": "1080p",
"stream_video_height": "1078", "stream_video_height": "1078",
"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_scan_type": "progressive",
"stream_video_width": "1920", "stream_video_width": "1920",
@ -5110,9 +5190,15 @@ class WebInterface(object):
"username": "LordCommanderSnow", "username": "LordCommanderSnow",
"video_bit_depth": "8", "video_bit_depth": "8",
"video_bitrate": "10233", "video_bitrate": "10233",
"video_chroma_subsampling": "4:2:0",
"video_codec": "h264", "video_codec": "h264",
"video_codec_level": "41", "video_codec_level": "41",
"video_color_primaries": "",
"video_color_range": "tv",
"video_color_space": "bt709",
"video_color_trc": ",
"video_decision": "direct play", "video_decision": "direct play",
"video_dynamic_range": "SDR",
"video_frame_rate": "23.976", "video_frame_rate": "23.976",
"video_framerate": "24p", "video_framerate": "24p",
"video_full_resolution": "1080p", "video_full_resolution": "1080p",
@ -5366,8 +5452,10 @@ class WebInterface(object):
[{"content_rating": "TV-MA", [{"content_rating": "TV-MA",
"friendly_name": "", "friendly_name": "",
"grandparent_thumb": "/library/metadata/1219/thumb/1462175063", "grandparent_thumb": "/library/metadata/1219/thumb/1462175063",
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
"labels": [], "labels": [],
"last_play": 1462380698, "last_play": 1462380698,
"live": 0,
"media_type": "episode", "media_type": "episode",
"platform": "", "platform": "",
"platform_type": "", "platform_type": "",