mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Merge pull request #1388 from herby2212/master
add audio language to stream data
This commit is contained in:
commit
63866e8b52
5 changed files with 70 additions and 7 deletions
|
@ -1998,6 +1998,8 @@ class WebInterface(object):
|
|||
{"aspect_ratio": "2.35",
|
||||
"audio_bitrate": 231,
|
||||
"audio_channels": 6,
|
||||
"audio_language": "English",
|
||||
"audio_language_code": "eng",
|
||||
"audio_codec": "aac",
|
||||
"audio_decision": "transcode",
|
||||
"bitrate": 2731,
|
||||
|
@ -2013,6 +2015,8 @@ class WebInterface(object):
|
|||
"quality_profile": "1.5 Mbps 480p",
|
||||
"stream_audio_bitrate": 203,
|
||||
"stream_audio_channels": 2,
|
||||
"stream_audio_language": "English",
|
||||
"stream_audio_language_code", "eng",
|
||||
"stream_audio_codec": "aac",
|
||||
"stream_audio_decision": "transcode",
|
||||
"stream_bitrate": 730,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue