From fed38bd046f615c7746688503f94f41b5c86c852 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Wed, 11 May 2016 21:25:20 -0700 Subject: [PATCH] Try a new stream info modal layout --- data/interfaces/default/stream_data.html | 93 +++++++++++++----------- plexpy/datafactory.py | 3 +- 2 files changed, 53 insertions(+), 43 deletions(-) diff --git a/data/interfaces/default/stream_data.html b/data/interfaces/default/stream_data.html index c0cf86fd..be84948c 100644 --- a/data/interfaces/default/stream_data.html +++ b/data/interfaces/default/stream_data.html @@ -20,6 +20,7 @@ transcode_width Returns the value of the video width for any transco transcode_audio_dec Returns the audio transcode decision. Either 'transcode', 'copy' or 'direct play'. transcode_audio_codec Returns the name of the audio codec for any transcode session. transcode_audio_channels Returns the number of audio channels for any transcode session. +transcode_container Returns the type of container for any transcode session. container Returns the type of container for the original media. height Returns the value of the video height for the original media. bitrate Returns the value of the video bitrate for the original media. @@ -42,7 +43,7 @@ DOCUMENTATION :: END