Podcatcher-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
|||
Zeile 75: | Zeile 75: | ||
<!-- ===Wunschliste=== --> | <!-- ===Wunschliste=== --> | ||
<!-- ===Snapshot=== --> | <!-- ===Snapshot=== --> | ||
+ | ==Versions-Historie== | ||
+ | {| width=100% class="wikitable" | ||
+ | |- | ||
+ | ! Version | ||
+ | ! Datum | ||
+ | ! Beschreibung | ||
+ | ! Link | ||
+ | |- | ||
+ | | 0.1.1 | ||
+ | | 26.02.2006 | ||
+ | | | ||
+ | * Fixed small bug which caused a segfault when a feed without items was opened. | ||
+ | | [http://www.e-tobi.net/blog/pages/vdr-vodcatcher] | ||
+ | |||
+ | |- | ||
+ | | 0.1.0 | ||
+ | | 25.02.2006 | ||
+ | | | ||
+ | * Old cache files will be automatically deleted. The maximum age can be configured in the plugin's setup | ||
+ | * The replay control now shows the total time and progress information. | ||
+ | * It's possible to pause and resume playback. | ||
+ | * Download progress information is available now as %-text on red button. | ||
+ | * Don't use pkg-config for libmad, because some distributions don't provide pkg config support for this library. | ||
+ | * Adapted to new API versioning scheme of VDR 1.3.47. Older VDR versions are not supported anymore. | ||
+ | |||
+ | | [http://www.e-tobi.net/blog/pages/vdr-vodcatcher] | ||
+ | |} | ||
==Links== | ==Links== |
Version vom 14. Dezember 2008, 21:14 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Tobias Grimm
Mit dem Podcatcher-Plugin kann man Podcasts abonnieren. Es erlaubt Podcasts zu durchsuchen, runterzuladen und anzuhören. Zur Zeit werden lediglich RSS-PodCasts mit MP3-Anhängen unterstützt.
Eigenschaften:
- Der Podcatcher unterstützt alle gültigen RSS 2.0-Feeds.
- Die Feeds der Podcasts können manuell oder automatisch im Hintergrund runtergeladen werden.
- Runtergeladene Dateien werden in einem lokalen Verzeichnis gespeichert.
- Durchsuchen der Feeds und Anzeige von Anhängen und Texten.
- Feeds können gefiltert werden, um nur die Podcasts anzuzeigen, welche auch eine MP3-Datei enthalten.
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 libcurl3 libcurl3-dev libmad0-dev libxml2-dev libxml++2.6-dev
Gentoo
emerge -av net-misc/curl media-libs/libmad dev-libs/libxml dev-cpp/libxmlpp
SuSE
yast -i curl-devel mad-devel libxml2-devel
Konfiguration
cp $SOURCEDIR/VDR/PLUGINS/podcatches/examples/podcatchersources.conf $VDRCONFIG/plugins
Parameter
Parameter | Beschreibung |
---|---|
--cache=<DIR> | Lege das Verzeichnis fest, wo die XML-Feeds und MP3-Dateien gespeichert werden sollen. (Standard: /var/cache/podcatcher) |
Versions-Historie
Version | Datum | Beschreibung | Link |
---|---|---|---|
0.1.1 | 26.02.2006 |
|
[1] |
0.1.0 | 25.02.2006 |
|
[2] |
Links
- siehe auch Radio und Vodcatcher-plugin
- Homepage des Plugins