Skip to content

Commit f047d7f

Browse files
frodo19Portisch
authored andcommitted
Playerprocessinfo: added live audio and video bitrate
Playerprocessinfo: added live audio and video bitrate. It's now show in all file type, the old static value not showed all-time. This closes #66.
1 parent 41fa7f0 commit f047d7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

addons/skin.estuary/xml/DialogPlayerProcessInfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<width>900</width>
156156
<height>40</height>
157157
<aligny>bottom</aligny>
158-
<label>$INFO[Player.Process(videowidth),[COLOR button_focus]$LOCALIZE[38031]:[/COLOR] ,x]$INFO[Player.Process(videoheight)]$INFO[Player.Process(videoscantype)]$INFO[Player.Process(videodar),$COMMA , AR]$INFO[Player.Process(videofps),$COMMA , FPS]$INFO[VideoPlayer.VideoBitrate,$COMMA , kb/s]</label>
158+
<label>$INFO[Player.Process(videowidth),[COLOR button_focus]$LOCALIZE[38031]:[/COLOR] ,x]$INFO[Player.Process(videoheight)]$INFO[Player.Process(videoscantype)]$INFO[Player.Process(videodar),$COMMA , AR]$INFO[Player.Process(videofps),$COMMA , FPS]$INFO[Player.Process(videolivebitrate,$COMMA ,]</label>
159159
<font>font12</font>
160160
<shadowcolor>black</shadowcolor>
161161
</control>
@@ -171,7 +171,7 @@
171171
<width>900</width>
172172
<height>40</height>
173173
<aligny>bottom</aligny>
174-
<label>[COLOR button_focus]$LOCALIZE[31606]:[/COLOR] $INFO[Player.Process(audiodecoder)]$INFO[Player.Process(audiobitspersample),$COMMA , bits]$INFO[Player.Process(audiosamplerate),$COMMA , Hz]$INFO[VideoPlayer.AudioBitrate,$COMMA , kb/s]</label>
174+
<label>[COLOR button_focus]$LOCALIZE[31606]:[/COLOR] $INFO[Player.Process(audiodecoder)]$INFO[Player.Process(audiobitspersample),$COMMA , bits]$INFO[Player.Process(audiosamplerate),$COMMA , Hz]$INFO[Player.Process(audiolivebitrate),$COMMA ,]</label>
175175
<font>font12</font>
176176
<shadowcolor>black</shadowcolor>
177177
</control>

0 commit comments

Comments
 (0)