Disable-double-epg-entrys-patch: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
(→‎Links: please rename this page (disabledoubleepgentrys-patch)... i18n de)
 
(5 intermediate revisions by one other user not shown)
Line 4: Line 4:


==Software requirements==
==Software requirements==
* patch

==Applying the patch==
If the patch is compressed you have to unpack it before
gunzip patch


==Installation==
If the patch is compressed you have to unpack it bevor
<pre>
gunzip patch
</pre>
Now you can install it with
Now you can install it with
cd $SOURCEDIR/VDR
<pre>
patch -p 1 < /path/to/patch
cd $SOURCEDIR/VDR

patch -p 1 < /path/to/patch
Note, VDR has to be recompiled now, see [[VDR installation]].
</pre>
Note, VDR has to be recompiled now, see [[plugin installation]].


==Problems==
==Problems==
Line 23: Line 22:
| [1]
| [1]
| http://www.wontorra.net
| http://www.wontorra.net
| Plugin homepage
| Patch homepage
|}
|}


[[Category:Plugins]]
[[Category:Patches]]


{{i18n|disabledoubleepgentrys-patch}}
<!-- Link to german wiki page -->
[[de:Disable-Double-Epg-Entrys-plugin]]

Latest revision as of 08:20, 14 March 2006

Description

Hardware requirements

Software requirements

  • patch

Applying the patch

If the patch is compressed you have to unpack it before

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 VDR installation.

Problems

Links

[1] http://www.wontorra.net Patch homepage