mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Get srouce video_full_resolution from Plex metadata
This commit is contained in:
parent
57eb57d4d7
commit
fd7b4ec7e3
3 changed files with 26 additions and 10 deletions
|
@ -4599,6 +4599,7 @@ class WebInterface(object):
|
|||
"video_language_code": "",
|
||||
"video_profile": "high",
|
||||
"video_ref_frames": "4",
|
||||
"video_scan_type": "progressive",
|
||||
"video_width": "1920",
|
||||
"selected": 0
|
||||
},
|
||||
|
@ -4633,6 +4634,7 @@ class WebInterface(object):
|
|||
],
|
||||
"video_codec": "h264",
|
||||
"video_framerate": "24p",
|
||||
"video_full_resolution": "1080p",
|
||||
"video_profile": "high",
|
||||
"video_resolution": "1080",
|
||||
"width": "1920"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue