Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 785 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 785 Bytes

epgd-plugin-tvm

epgd-plugin-tvm

TVM loader Plugin for EPGd.

Clone into the "PLUGINS" directory of your epgd source and build.

Here's an example:

cd </YOUR/EPGD_SOURCE/DIRECTORY>
cd PLUGINS
git clone https://github.com/3PO/epgd-plugin-tvm tvm
cd ..
make
make install

Gentoo/Gen2VDR:

Simply use the Overlay:

https://github.com/3PO/3PO-overlay

Arch Linux:

  • ToDo

yaVDR:

sudo apt-get install build-essential devscripts
sudo apt-get build-dep vdr-epg-daemon
mkdir -p ~/src/epgd
cd  ~/src/epgd
apt-get source vdr-epg-daemon
cd vdr-epg-daemon*
git clone https://github.com/3PO/epgd-plugin-tvm PLUGINS/tvm
dch -l local "added plugin tvm"
dpkg-buildpackage -b -us -uc
sudo dpkg -i ../*.deb