I recently installed
Podget; it's a great little command line podcast downloading tool, but the
documentation is a bit spotty. I searched online, and most people seem to like it, blog about it, but also refuse to discuss exactly how to write the
podgetrc file so things work properly. That, sir, is why you are here:
- sudo apt-get install podget
- mkdir ~/.podget
- touch ~/.podget/podgetrc
- touch ~/.podget/serverlist
What you see below are my
podgetrc and
serverlist files which can be used as an example.
podgetrc:
cleanup=0
config_serverlist=serverlist
dir_log=/home/minhuang/.podget/log
dir_library=/home/minhuang/media/podcasts
playlist_namebase=podget_
date_format=+%m%d%Y
serverlist:
http://somepodcast.com/index.xml humor some_comedy_podcast
If you are missing any of the configuration parameters in your
podgetrc,
podget will complain. The pathnames must be absolute (eg use
/home/minhuang and not
~), or else
podget will create a
~ directory in the current working directory. Don't type
rm -rf ~ if that happens!
References:
http://www.linux.com/feature/114096
http://www.linux.com/articles/60857