Disable-double-epg-entrys-patch
From VDR Wiki
(Difference between revisions)
(Preparation) |
(initial) |
||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
| - | |||
==Hardware requirements== | ==Hardware requirements== | ||
| Line 7: | Line 6: | ||
==Installation== | ==Installation== | ||
| - | + | If the patch is compressed you have to unpack it bevor | |
| + | <pre> | ||
| + | gunzip patch | ||
| + | </pre> | ||
| + | Now you can install it with | ||
| + | <pre> | ||
| + | cd $SOURCEDIR/VDR | ||
| + | patch -p 1 < /path/to/patch | ||
| + | </pre> | ||
| + | Note, VDR has to be recompiled now, see [[plugin installation]]. | ||
==Problems== | ==Problems== | ||
| Line 14: | Line 22: | ||
{| | {| | ||
| [1] | | [1] | ||
| - | | http:// | + | | http://www.wontorra.net |
| Plugin homepage | | Plugin homepage | ||
|} | |} | ||
| Line 21: | Line 29: | ||
<!-- Link to german wiki page --> | <!-- Link to german wiki page --> | ||
| - | [[de: | + | [[de:Disable-Double-Epg-Entrys-plugin]] |
Revision as of 19:49, 21 September 2004
Contents |
Description
Hardware requirements
Software requirements
Installation
If the patch is compressed you have to unpack it bevor
gunzip patch
Now you can install it with
cd $SOURCEDIR/VDR patch -p 1 < /path/to/patch
Note, VDR has to be recompiled now, see plugin installation.
Problems
Links
| [1] | http://www.wontorra.net | Plugin homepage |
