Yaepg-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
==Description==
==Description==
''' Author: ''' bball (no longer supports this plugin)
[[Image:Yaepg-plugin.jpg|thumb|Screenshot]]

Updated by [http://captiveworks.org/open-source/vdr-yaepg/ CaptiveWorks], [http://johngerms.brighthaven.com John Germs],

[[Image:yaepg-screenshot.jpg|thumb|Screenshot]]
The '''yaEPG plugin''' displays the [[EPG]] data together television picture.
The '''yaEPG plugin''' displays the [[EPG]] data together television picture.


Line 15: Line 19:


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
# enable to fully support yaepg plugin
<pre>
SET_VIDEO_WINDOW=1
# enable to fully support yaepg plugin

SET_VIDEO_WINDOW=1
</pre>
set.
set.


===Patches===
===Patches===
After applying the patch
After applying the patch
cd $SOURCEDIR/VDR
<pre>
patch < PLUGINS/src/yaepg/patches/vdr-<VDRVERSION>-yaepg.diff
cd $SOURCEDIR/VDR

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 in the keymacros.conf file (usually in /etc/vdr directory).
<pre>
# Remote control key macros for VDR
#
# Format:
#
# macrokey key1 key2 key3...
# macrokey @plugin key1 key2 key3...
#
# See man vdr(5)


# Remote control key macros for VDR
Red Recordings
#
Green @epgsearch
# Format:
Blue @yaepg
#
^^^^^^^^^^^^^^^^
# macrokey key1 key2 key3...
Yellow @prefermenu
# macrokey @plugin key1 key2 key3...
</pre>
#
# See man vdr(5)
Red Recordings
Green @epgsearch
Blue @yaepg
^^^^^^^^^^^^^^^^
Yellow @prefermenu


==Problems==
==Problems==
Line 53: Line 54:
{|
{|
| [1]
| [1]
| http://www.hoochvdr.info
| http://captiveworks.org/open-source/vdr-yaepg/
| Plugin homepage
| Plugin homepage
|}
|}
Line 59: Line 60:
[[Category:Plugins]]
[[Category:Plugins]]


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

Latest revision as of 19:38, 1 September 2009

Description

Author: bball (no longer supports this plugin)

Updated by CaptiveWorks, John Germs,

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 in the keymacros.conf file (usually in /etc/vdr directory).

# 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://captiveworks.org/open-source/vdr-yaepg/ Plugin homepage