Status-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(Description)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:


The status of the [[OSD]] is appended to the syslog messages and looks like
The status of the [[OSD]] is appended to the syslog messages and looks like
vdr[6371]: status: cStatusTest::OsdHelpKeys Scan - (null) - (null) - (null)
<pre>
vdr[6371]: status: cStatusTest::OsdHelpKeys Scan - (null) - (null) - (null)
vdr[6371]: status: cStatusTest::OsdCurrentItem Zeit bis EPG Scan (h): 5
vdr[6371]: status: cStatusTest::OsdCurrentItem Zeit bis EPG Scan (h): 5
vdr[6371]: status: cStatusTest::OsdClear
vdr[6371]: status: cStatusTest::OsdClear
</pre>


==Hardware requirements==
==Hardware requirements==
Line 24: Line 22:
[[Category:Plugins]]
[[Category:Plugins]]


[[de:Status-plugin]]
{{i18n|status-plugin}}

Latest revision as of 08:15, 14 March 2006

Description

The status plugin is included with VDR and is an example that shows the use of cStatus.

The status of the OSD is appended to the syslog messages and looks like

vdr[6371]: status: cStatusTest::OsdHelpKeys Scan - (null) - (null) - (null)
vdr[6371]: status: cStatusTest::OsdCurrentItem Zeit bis EPG Scan (h):     5
vdr[6371]: status: cStatusTest::OsdClear

Hardware requirements

Software requirements

Problems

Links

[1] http://www.cadsoft.de/vdr Plugin homepage