- October 31, 2006
- 1,972
- 539
- Home Country
- Germany
Hi,
the attached patch adds a skin property to the MyTVRecordedTV screen, where the available space for recordings is shown.
Currently the RecordingPath of the first capture card is used to determine the drive since normally all cards would record to the same drive or am i wrong here?
The skin must have a label control with id 18.
The property is named #Recorder.AvailableSpace.
This property is just filled with e.g. 106.123,32 MB
So an example control entry for the MyTVRecordedTV.xml file would look like this:
If you find this usefull just post and i will load it up to the sourceforge page.
the attached patch adds a skin property to the MyTVRecordedTV screen, where the available space for recordings is shown.
Currently the RecordingPath of the first capture card is used to determine the drive since normally all cards would record to the same drive or am i wrong here?
The skin must have a label control with id 18.
The property is named #Recorder.AvailableSpace.
This property is just filled with e.g. 106.123,32 MB
So an example control entry for the MyTVRecordedTV.xml file would look like this:
Code:
<control>
<description>Space left for recordings</description>
<type>label</type>
<id>18</id>
<posX>5</posX>
<posY>300</posY>
<label>Freier Speicher: #Recorder.AvailableSpace</label>
<align>left</align>
<font>font11</font>
<textcolor>FFFFFFFF</textcolor>
<visible>no</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
</control>