Screenshot-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
(→‎Links: i18n)
 
(5 intermediate revisions by 4 users not shown)
Line 13: Line 13:
==Configuration==
==Configuration==
Only the keymacros.conf has to be altered. E.g. to access the plugin with the <User5> key.
Only the keymacros.conf has to be altered. E.g. to access the plugin with the <User5> key.
# Remote control key macros for VDR
<pre>
#
# Remote control key macros for VDR
# Format:
#
#
# Format:
# macrokey key1 key2 key3...
#
# macrokey key1 key2 key3...
# macrokey @plugin key1 key2 key3...
#
# macrokey @plugin key1 key2 key3...
# See man vdr(5)
#
# See man vdr(5)
Red @pilot
Green Schedule
Blue Timer
Yellow @prefermenu
User5 @screenshot
^^^^^^^^^^^^^^^^


Red @pilot
Green Schedule
Blue Timer
Yellow @prefermenu
User5 @screenshot
^^^^^^^^^^^^^^^^
</pre>
Now one can take a screenshot when pressint the <User5> key.
Now one can take a screenshot when pressint the <User5> key.


Line 37: Line 36:
{|
{|
| [1]
| [1]
| http://www.stud.uni-karlsruhe.de/~upi9/vdr
| http://www.joachim-wilke.de/index.xml
| Plugin homepage
| Plugin homepage
|}
|}
Line 43: Line 42:
[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|screenshot-plugin}}
<!-- Link to german wiki page -->
[[de:Screenshot-plugin]]

Latest revision as of 16:58, 13 March 2006

Description

The Screenshot plugin creates a JPEG file of the current screen content in the /tmp directory under the name screenshot-JJJJMMTT-hhmmss.jpg.

Hardware requirements

  • DVB card

Software requirements

Installation

See plugin installation

Configuration

Only the keymacros.conf has to be altered. E.g. to access the plugin with the <User5> key.

# Remote control key macros for VDR
#
# Format:
#
# macrokey  key1 key2 key3...
# macrokey  @plugin key1 key2 key3...
#
# See man vdr(5)

Red       @pilot
Green     Schedule
Blue      Timer
Yellow    @prefermenu
User5     @screenshot
^^^^^^^^^^^^^^^^

Now one can take a screenshot when pressint the <User5> key.

Problems

Links

[1] http://www.joachim-wilke.de/index.xml Plugin homepage