Skip to content

Commit

Permalink
[confluence] add pvr disk indicator in recordings view
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn-1990 committed Sep 25, 2014
1 parent 9128161 commit e3799df
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion addons/skin.confluence/720p/MyPVRRecordings.xml
Expand Up @@ -270,13 +270,36 @@
<left>10</left>
<top>270</top>
<width>290</width>
<height>280</height>
<height>225</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[Container(50).ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
<control type="label">
<description>Disk usage text</description>
<left>10</left>
<top>525</top>
<width>290</width>
<height>20</height>
<label>$INFO[PVR.backenddiskspace]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<font>font12</font>
<visible>!IntegerGreaterThan(PVR.backenddiskspaceprogr,100)</visible>
</control>
<control type="progress">
<description>Disk usage bar</description>
<left>10</left>
<top>548</top>
<width>290</width>
<height>12</height>>
<info>PVR.backenddiskspaceprogr</info>
<visible>!IntegerGreaterThan(PVR.backenddiskspaceprogr,100)</visible>
</control>
</control>
</control>

Expand Down

0 comments on commit e3799df

Please sign in to comment.