Podcatchersources.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
(VBtXeWVbYUMtD) |
Wirbel (Diskussion | Beiträge) K (Änderungen von Benutzer:92.48.118.23 rückgängig gemacht und letzte Version von Benutzer:84.186.73.11 wiederhergestellt) |
||
Zeile 1: | Zeile 1: | ||
− | + | Konfigurationsdatei des [[podcatcher-plugin]]s. | |
+ | |||
+ | {{Box Datei | [[Struktur|$VDRCONFIG]]/plugins/podcatchersources.conf | | ||
+ | <pre> | ||
+ | # | ||
+ | # Example sources for vdr-podcatcher | ||
+ | # | ||
+ | |||
+ | ###### English podcasts ###### | ||
+ | |||
+ | # The Daily Source Code | ||
+ | FEED_URL=http://radio.weblogs.com/0001014/categories/dailySourceCode/rss.xml | ||
+ | |||
+ | # The Word Nerds | ||
+ | FEED_URL=http://thewordnerds.org/rss | ||
+ | |||
+ | |||
+ | ###### German podcasts ###### | ||
+ | |||
+ | # Schlaflos in München | ||
+ | FEED_URL=http://www.schlaflosinmuenchen.net/rss | ||
+ | |||
+ | # Filme und so | ||
+ | FEED_URL=http://www.filmeundso.de/feed/ | ||
+ | |||
+ | # Bayern 3 Podparade | ||
+ | FEED_URL=http://www.br-online.de/podcast/podparade/cast.xml | ||
+ | </pre> | ||
+ | }} | ||
+ | |||
+ | [[Kategorie:Konfigurationsdateien]] |
Version vom 29. Oktober 2008, 18:36 Uhr
Konfigurationsdatei des podcatcher-plugins.
$VDRCONFIG/plugins/podcatchersources.conf
# # Example sources for vdr-podcatcher # ###### English podcasts ###### # The Daily Source Code FEED_URL=http://radio.weblogs.com/0001014/categories/dailySourceCode/rss.xml # The Word Nerds FEED_URL=http://thewordnerds.org/rss ###### German podcasts ###### # Schlaflos in München FEED_URL=http://www.schlaflosinmuenchen.net/rss # Filme und so FEED_URL=http://www.filmeundso.de/feed/ # Bayern 3 Podparade FEED_URL=http://www.br-online.de/podcast/podparade/cast.xml