Podcatcher-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(cp template) |
|||
Zeile 2: | Zeile 2: | ||
'''Autor:''' Tobias Grimm | '''Autor:''' Tobias Grimm | ||
− | + | ||
==Bilder== | ==Bilder== | ||
+ | <!-- | ||
{| | {| | ||
|[[Bild:podcatcher-plugin-00.jpg|thumb|none|''kurze beschreibung'']] | |[[Bild:podcatcher-plugin-00.jpg|thumb|none|''kurze beschreibung'']] | ||
Zeile 9: | Zeile 10: | ||
|} | |} | ||
--> | --> | ||
+ | {| | ||
+ | | http://www.e-tobi.net/blog/files/2006-02-01_podcatcher1.png | ||
+ | | http://www.e-tobi.net/blog/files/2006-02-01_podcatcher2.png | ||
+ | |- | ||
+ | | http://www.e-tobi.net/blog/files/2006-02-01_podcatcher3.png | ||
+ | | http://www.e-tobi.net/blog/files/2006-02-01_podcatcher4.png | ||
+ | |} | ||
<!-- ==Hardwareanforderungen== --> | <!-- ==Hardwareanforderungen== --> | ||
− | + | ||
− | + | ==Softwareanforderungen== | |
+ | * libcurl | ||
+ | * libmad0-dev | ||
+ | * libxml++2.6-dev | ||
+ | * libxml2-dev | ||
+ | |||
+ | ==Installation== | ||
+ | ===[[Arch-Linux]]=== | ||
+ | pacman -S | ||
+ | |||
+ | ===[[Crux]]=== | ||
+ | prt-get depinst libcurl libmad libxml2 libxml++ | ||
+ | |||
+ | ===[[Debian]]=== | ||
+ | apt-get install | ||
+ | |||
+ | ===[[Gentoo]]=== | ||
+ | emerge | ||
+ | |||
+ | ===[[SuSE]]=== | ||
+ | yast -i | ||
+ | |||
<!-- ==Optionen== --> | <!-- ==Optionen== --> | ||
<!-- ==Patches== --> | <!-- ==Patches== --> | ||
− | + | ||
+ | ==Konfiguration== | ||
+ | cp $SOURCEDIR/VDR/PLUGINS/podcatches/examples/[[podcatchersources.conf]] /etc/vdr/plugins | ||
+ | |||
<!-- ==Einstellungen== --> | <!-- ==Einstellungen== --> | ||
− | + | ||
+ | ==Parameter== | ||
+ | {| border=1 cellpadding=2 cellspacing=0 | ||
+ | |- bgcolor=#efefef | ||
+ | !Parameter | ||
+ | !Beschreibung | ||
+ | |- | ||
+ | | --cache=<DIR> || Specify the cache dir, where the xml feeds and mp3's get cached. This defaults to /var/cache/podcatcher | ||
+ | |} | ||
+ | |||
<!-- ==Bedienung== --> | <!-- ==Bedienung== --> | ||
<!-- ==Probleme== --> | <!-- ==Probleme== --> | ||
Zeile 27: | Zeile 68: | ||
{| | {| | ||
| [1] | | [1] | ||
− | | http://www.e-tobi.net | + | | http://www.e-tobi.net/blog/pages/vdr-podcatcher |
| Homepage des Plugins | | Homepage des Plugins | ||
− | |}[[Kategorie:Plugins]][[en:podcatcher-plugin]] | + | |}[[Kategorie:Plugins]] |
+ | |||
+ | |||
+ | <!-- Link zum englischen Wiki --> | ||
+ | [[en:ac3mode-plugin]] | ||
+ | |||
+ | <!-- Link zum russischen Wiki --> | ||
+ | [[ru:podcatcher-plugin]] |
Version vom 1. Februar 2006, 12:49 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Tobias Grimm
Bilder
Softwareanforderungen
- libcurl
- libmad0-dev
- libxml++2.6-dev
- libxml2-dev
Installation
Arch-Linux
pacman -S
Crux
prt-get depinst libcurl libmad libxml2 libxml++
Debian
apt-get install
Gentoo
emerge
SuSE
yast -i
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 |