Skip to content

udo1toni/epgd-plugin-tvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TVM loader Plugin for EPGd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 54.5%
  • XSLT 32.6%
  • C++ 9.2%
  • Makefile 3.0%
  • Shell 0.7%