Screenshot-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
mNo edit summary
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.



Revision as of 22:51, 30 November 2004

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.stud.uni-karlsruhe.de/~upi9/vdr Plugin homepage