Yaepg-plugin

From VDR Wiki

(Difference between revisions)
Jump to: navigation, search
(initial)
m
Line 15: Line 15:
If the [[xine-plugin]] should be used, it has to be compiled with
If the [[xine-plugin]] should be used, it has to be compiled with
-
<pre>
+
# enable to fully support yaepg plugin
-
# enable to fully support yaepg plugin
+
SET_VIDEO_WINDOW=1
-
SET_VIDEO_WINDOW=1
+
 
-
</pre>
+
set.
set.
===Patches===
===Patches===
After applying the patch
After applying the patch
-
<pre>
+
cd $SOURCEDIR/VDR
-
cd $SOURCEDIR/VDR
+
patch < PLUGINS/src/yaepg/patches/vdr-<VDRVERSION>-yaepg.diff
-
patch < PLUGINS/src/yaepg/patches/vdr-<VDRVERSION>-yaepg.diff
+
 
-
</pre>
+
recompile [[VDR]]
recompile [[VDR]]
==Configuration==
==Configuration==
One can set a hotkey to start this plugin, e.g. with the <BLUE> key
One can set a hotkey to start this plugin, e.g. with the <BLUE> key
-
<pre>
+
# Remote control key macros for VDR
-
# 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      Recordings
-
Red      Recordings
+
Green    @epgsearch
-
Green    @epgsearch
+
Blue      @yaepg
-
Blue      @yaepg
+
^^^^^^^^^^^^^^^^
-
^^^^^^^^^^^^^^^^
+
Yellow    @prefermenu
-
Yellow    @prefermenu
+
-
</pre>
+
==Problems==
==Problems==

Revision as of 23:08, 30 November 2004

Contents

Description

Screenshot

The yaEPG plugin displays the EPG data together television picture.

Hardware requirements

  • FF DVB card (or software equivalent)

Software requirements

  • DVB CVS driver
  • vdr >= 1.2.6
  • Xine-plugin (or hardware equivalent)

Installation

See plugin installation

If the xine-plugin should be used, it has to be compiled with

# enable to fully support yaepg plugin
SET_VIDEO_WINDOW=1

set.

Patches

After applying the patch

cd $SOURCEDIR/VDR
patch < PLUGINS/src/yaepg/patches/vdr-<VDRVERSION>-yaepg.diff

recompile VDR

Configuration

One can set a hotkey to start this plugin, e.g. with the <BLUE> key

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

Red       Recordings
Green     @epgsearch
Blue      @yaepg
^^^^^^^^^^^^^^^^
Yellow    @prefermenu

Problems

Links

[1] http://www.hoochvdr.info Plugin homepage
Personal tools
Participate
In other languages