![]() |
Optware.Castget HistoryHide minor edits - Show changes to markup September 21, 2007, at 06:55 PM
by -- info about using crontab
Changed lines 43-44 from:
@@0 8 0 0 0 root /opt/bin/castget &>/dev/null
to:
0 8 * * * root /opt/bin/castget &>/dev/null
September 21, 2007, at 06:55 PM
by -- info about using crontab
Changed lines 35-47 from:
The original distribution includes a sample configuration file demonstrating all supported settings, that can be found at to:
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 0 0 0 root /opt/bin/castget &>/dev/null
This will run castget daily at 8:00am. For other firmwares, make sure you have September 20, 2007, at 03:20 PM
by -- Added castget
Changed lines 21-22 from:
[@[crypto-gram] url=http://crypto-gram.libsyn.com/rss \
to:
[@[crypto-gram]
url=http://crypto-gram.libsyn.com/rss Changed line 32 from:
[@[*]\
to:
[@[*]
September 20, 2007, at 03:20 PM
by -- Added castget
Changed lines 27-29 from:
@@mkdir -t /share/hdd/data/podcasts/crypto-gram
@@chown admin:everyone /share/hdd/data/podcasts/crypto-gram
to:
mkdir -t /share/hdd/data/podcasts/crypto-gram
chown admin:everyone /share/hdd/data/podcasts/crypto-gram
September 20, 2007, at 03:19 PM
by -- Added castget
Added lines 1-35:
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 |