home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Available space for recordings in MyTVRecordedTV
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="gemx" data-source="post: 98834" data-attributes="member: 26324"><p>Hi,</p><p>the attached patch adds a skin property to the MyTVRecordedTV screen, where the available space for recordings is shown.</p><p>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?</p><p>The skin must have a label control with id 18. </p><p>The property is named #Recorder.AvailableSpace.</p><p>This property is just filled with e.g. 106.123,32 MB</p><p>So an example control entry for the MyTVRecordedTV.xml file would look like this:</p><p>[CODE]</p><p><control></p><p> <description>Space left for recordings</description></p><p> <type>label</type></p><p> <id>18</id></p><p> <posX>5</posX></p><p> <posY>300</posY></p><p> <label>Freier Speicher: #Recorder.AvailableSpace</label></p><p> <align>left</align></p><p> <font>font11</font></p><p> <textcolor>FFFFFFFF</textcolor></p><p> <visible>no</visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="500">WindowClose</animation> </p><p></control></p><p>[/CODE]</p><p>If you find this usefull just post and i will load it up to the sourceforge page.</p></blockquote><p></p>
[QUOTE="gemx, post: 98834, member: 26324"] 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: [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> [/CODE] If you find this usefull just post and i will load it up to the sourceforge page. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Available space for recordings in MyTVRecordedTV
Contact us
RSS
Top
Bottom