[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/vdr-iptv/vdr-iptv.desc [COPY] Copyright (C) 2008 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] VDR Plugin: IPTV [T] This plugin integrates multicast IPTV transport streams seamlessly into [T] VDR. You can use any IPTV channel like any other normal DVB channel for [T] live viewing, recording, etc. The plugin also features full section [T] filtering capabilities which allow for example EIT information to be [T] extracted from the incoming stream. [U] http://www.saunalahti.fi/~rahrenbe/vdr/iptv/ [A] Rolf Ahrenberg [A] Antti Seppälä [M] Michael Tross [C] extra/multimedia [F] FPIC [L] GPL [S] Beta [V] 0.3.0 [D] bb64e5ba51ed291b2cdca092ad86d8321c8d829d2cda10122067d741 vdr-iptv-0.3.0.tgz http://www.saunalahti.fi/~rahrenbe/vdr/iptv/files/ . $base/package/vdr/*/vdr-plugin-conf.in vdr_plugin_pm() { plugin_register "iptv" cp -a iptv $PLUGINDIR } hook_add postmake 5 'vdr_plugin_pm'