mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 17:52:59 -07:00
Add grandparent_guids and parent_guids to get_metadata_details
This commit is contained in:
parent
695a00350b
commit
ca3c2b09cf
2 changed files with 61 additions and 20 deletions
|
@ -5283,16 +5283,21 @@ class WebInterface(object):
|
|||
Returns:
|
||||
json:
|
||||
{"actors": [
|
||||
"Kit Harington",
|
||||
"Emilia Clarke",
|
||||
"Isaac Hempstead-Wright",
|
||||
"Lena Headey",
|
||||
"Sophie Turner",
|
||||
"Kit Harington",
|
||||
"Peter Dinklage",
|
||||
"Nikolaj Coster-Waldau",
|
||||
"Maisie Williams",
|
||||
"Liam Cunningham",
|
||||
"Iain Glen",
|
||||
"John Bradley",
|
||||
"Alfie Allen"
|
||||
],
|
||||
"added_at": "1461572396",
|
||||
"art": "/library/metadata/1219/art/1462175063",
|
||||
"audience_rating": "8",
|
||||
"audience_rating_image": "rottentomatoes://image.rating.upright",
|
||||
"audience_rating": "7.4",
|
||||
"audience_rating_image": "themoviedb://image.rating",
|
||||
"banner": "/library/metadata/1219/banner/1462175063",
|
||||
"collections": [],
|
||||
"content_rating": "TV-MA",
|
||||
|
@ -5302,16 +5307,26 @@ class WebInterface(object):
|
|||
"duration": "2998290",
|
||||
"full_title": "Game of Thrones - The Red Woman",
|
||||
"genres": [
|
||||
"Adventure",
|
||||
"Action/Adventure",
|
||||
"Drama",
|
||||
"Fantasy"
|
||||
"Fantasy",
|
||||
"Romance"
|
||||
],
|
||||
"grandparent_guid": "plex://show/5d9c086c46115600200aa2fe",
|
||||
"grandparent_guids": [
|
||||
"imdb://tt0944947",
|
||||
"tmdb://1399",
|
||||
"tvdb://121361"
|
||||
],
|
||||
"grandparent_guid": "com.plexapp.agents.thetvdb://121361?lang=en",
|
||||
"grandparent_rating_key": "1219",
|
||||
"grandparent_thumb": "/library/metadata/1219/thumb/1462175063",
|
||||
"grandparent_title": "Game of Thrones",
|
||||
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
|
||||
"guids": [],
|
||||
"guid": "plex://episode/5d9c1276e9d5a1001f4ff2fa",
|
||||
"guids": [
|
||||
"imdb://tt3658014",
|
||||
"tmdb://1156503",
|
||||
"tvdb://5469015"
|
||||
],
|
||||
"labels": [],
|
||||
"last_viewed_at": "1462165717",
|
||||
"library_name": "TV Shows",
|
||||
|
@ -5401,18 +5416,21 @@ class WebInterface(object):
|
|||
"media_type": "episode",
|
||||
"original_title": "",
|
||||
"originally_available_at": "2016-04-24",
|
||||
"parent_guid": "com.plexapp.agents.thetvdb://121361/6?lang=en",
|
||||
"parent_guid": "plex://season/602e67e61d3358002c4120f7",
|
||||
"parent_guids": [
|
||||
"tvdb://651357"
|
||||
],
|
||||
"parent_media_index": "6",
|
||||
"parent_rating_key": "153036",
|
||||
"parent_thumb": "/library/metadata/153036/thumb/1462175062",
|
||||
"parent_title": "",
|
||||
"rating": "7.8",
|
||||
"rating_image": "rottentomatoes://image.rating.ripe",
|
||||
"parent_title": "Season 6",
|
||||
"rating": "",
|
||||
"rating_image": "",
|
||||
"rating_key": "153037",
|
||||
"section_id": "2",
|
||||
"sort_title": "Red Woman",
|
||||
"studio": "HBO",
|
||||
"summary": "Jon Snow is dead. Daenerys meets a strong man. Cersei sees her daughter again.",
|
||||
"studio": "Revolution Sun Studios",
|
||||
"summary": "The fate of Jon Snow is revealed. Daenerys meets a strong man. Cersei sees her daughter once again.",
|
||||
"tagline": "",
|
||||
"thumb": "/library/metadata/153037/thumb/1462175060",
|
||||
"title": "The Red Woman",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue