2BE_DELETED_vdr-plugin-yaepghd Code
Status: Abandoned
Brought to you by:
lucianm
This is a "plugin" for the Video Disk Recorder (VDR). Written by: bball <bball950@yahoo.com>, Community Edition Project's homepage: http://projects.vdr-developer.org/projects/show/plg-yaepghd (original) Latest version available at: URL This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file COPYING for more information. Description: Yaepghd is a complete rewrite of the original yaepg plugin. The original yaepg plugin was designed for FF cards and only used 4 colors due to limitations on the amount of OSD memory on FF cards. Yaepghd requires output devices with an OSD capable of high color full screen graphics (e.g. eHD or xine) and will _not_ work with FF cards (unless you have the 4MB mod). In the original yaepg the layout and sizes of all the components were hardcoded in the source code which made it difficult to customize. Yaepghd uses themes which allow a user to completely redfine the the way yaepghd looks. Themes must be placed in the $(CONFDIR)/plugins/yaepghd directory. Any fonts used by a theme must be added to the fontconfig cache. This can be done by either copying the fonts to one of your existing font directories or by adding the yaepghd theme directory to your font path. After this is done you must run fc-cache for the new font to be available. Keys: Guide Up/Down - Move the cursor up/down in the grid. Left/Right - Move the cursor left/right in the grid. Ok - Tune to the selected channel and exit the plugin. Record dialog. Red - Add timer / delete timer. Record dialog. Green/Yellow - Page up/down within the grid. Blue - Switch to the selected channel. Switch timer. FastRew/FastFwd - Scroll -12/+12 hours in the grid. Back/Exit - Exit the plugin. 0-9 - Perform direct channel change. Record Dialog Up/Down - Move the cursor between input boxes. Left/Right - Modify input box values. Ok - Add timer. Back/Exit - Cancel timer. Installation: cd /put/your/path/here/VDR/PLUGINS/src tar -xzf /put/your/path/here/vdr-yaepghd-X.Y.Z.tgz ln -s yaepghd-X.Y.Z yaepghd cd /put/your/path/here/VDR patch -p1 < PLUGINS/src/yaepghd/patches/vdr-X.Y.Z-yaepghd.patch # Optional cp PLUGINS/src/yaepghd/patches/make.global ./ # only for vdr < 1.7.13 cp -R PLUGINS/src/yaepghd/yaepghd /path/to/vdrconf/plugins/ make make plugins ./vdr -P yaepghd Options: -i path, --epgimages=path Path to the epgimages (Default: /video/epgimages). Notes: - This README has to be updated ! - Yaepghd patch provides an optional VDR API modications for scaling video window. The video stays untouched without the patch. - Video window doesn't scale back to normal when quiting the plugin with FF cards. - Yaepghd may need a few seconds to set a switch timer, as it has to wait for the EPGSearch plugin. - The colors of the epg images may be distorted if AntiAliasing is enabled in vdr osd setup.