1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Modified for vdr-1.5.10.

This commit is contained in:
Rolf Ahrenberg
2007-10-14 18:45:34 +00:00
parent 62b420f65b
commit 0f0c49dce3
10 changed files with 59 additions and 193 deletions

7
README
View File

@@ -17,7 +17,7 @@ See the file COPYING for more information.
Requirements:
An IPTV patched VDR-1.5.9 (or later) setup and DVB compatible MPEG1/2
An IPTV patched VDR-1.5.10 (or later) setup and DVB compatible MPEG1/2
network video streams.
Description:
@@ -40,8 +40,7 @@ cd /put/your/path/here/VDR/PLUGINS/src
tar -xzf /put/your/path/here/vdr-iptv-X.Y.Z.tgz
ln -s iptv-X.Y.Z iptv
cd /put/your/path/here/VDR
patch -p1 < PLUGINS/src/iptv/patches/vdr-1.5.x-closefilter.patch
patch -p1 < PLUGINS/src/iptv/patches/vdr-1.5.x-pluginparam.patch
patch -p1 < PLUGINS/src/iptv/patches/vdr-X.Y.Z-pluginparam.patch
cp sources.conf /path/to/vdrconf/
make
make plugins
@@ -126,4 +125,4 @@ Notes:
Acknowledgements:
- The IPTV section filtering code is derived from Linux kernel.
- The IPTV section filtering code is derived from Linux kernel.