Podcatcher-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
(→Installation) |
||
Zeile 28: | Zeile 28: | ||
==Installation== | ==Installation== | ||
===[[Arch-Linux]]=== | ===[[Arch-Linux]]=== | ||
− | pacman -S | + | pacman -S curl libmad libxml2 libxml++2 |
===[[Crux]]=== | ===[[Crux]]=== | ||
− | prt-get depinst | + | prt-get depinst curl libmad libxml2 libxml++ |
===[[Debian]]=== | ===[[Debian]]=== | ||
− | apt-get install | + | apt-get install libcurl libmad0-dev libxml2-dev libxml++2.6-dev |
===[[Gentoo]]=== | ===[[Gentoo]]=== | ||
− | emerge | + | emerge curl libmad libxml libxmlpp |
===[[SuSE]]=== | ===[[SuSE]]=== | ||
− | yast -i | + | yast -i curl curl-devel mad mad-devel libxml2 libxml2-devel |
<!-- ==Optionen== --> | <!-- ==Optionen== --> |
Version vom 7. März 2006, 19:43 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Tobias Grimm
Bilder
Softwareanforderungen
- libcurl
- libmad0-dev
- libxml++2.6-dev
- libxml2-dev
Installation
Arch-Linux
pacman -S curl libmad libxml2 libxml++2
Crux
prt-get depinst curl libmad libxml2 libxml++
Debian
apt-get install libcurl libmad0-dev libxml2-dev libxml++2.6-dev
Gentoo
emerge curl libmad libxml libxmlpp
SuSE
yast -i curl curl-devel mad mad-devel libxml2 libxml2-devel
Konfiguration
cp $SOURCEDIR/VDR/PLUGINS/podcatches/examples/podcatchersources.conf /etc/vdr/plugins
Parameter
Parameter | Beschreibung |
---|---|
--cache=<DIR> | Specify the cache dir, where the xml feeds and mp3's get cached. This defaults to /var/cache/podcatcher |
Links
[1] | http://www.e-tobi.net/blog/pages/vdr-podcatcher | Homepage des Plugins |