![]() |
Castget is a simple, command line podcast downloader. It is primarily intended for automatic, unattended downloading of podcasts. InstallationIf you want to install it, first update the list of packages available for ipkg: ipkg update
Castget depends on a recent version of glib. It is recommended that you update your version of glib, in order to make sure you have the latest one: ipkg install glib
Finally you can install castget: ipkg install castget
ConfigurationCastget is configured through a file named [crypto-gram] url=http://crypto-gram.libsyn.com/rss spool=/share/hdd/data/podcasts/crypto-gram Remember to create the appropriate directories to hold the MP3 files for each podcast. If you are using Unslung you can make a directory under mkdir -t /share/hdd/data/podcasts/crypto-gram
chown admin:everyone /share/hdd/data/podcasts/crypto-gram
You may also add a global section specifying defaults for all channels: [*] id3contenttype=Podcast The original distribution includes a sample configuration file demonstrating all supported settings, that can be found at Running castget from crontabYou can run castget periodically through If you are running Unslung on an NSLU2, it already has a cron utility. All you need to do is choose a time of the day to run castget and add a line to 0 8 * * * root /opt/bin/castget &>/dev/null
This will run castget daily at 8:00am. For other firmwares, make sure you have |