Now you need to
chmod +x bashpodder.shellto make the script executable. After that, you want to edit the bp.conf file with your favorite editor <subliminal>vim</subliminal>. You want to remove the default podcast lines that you don't care about and then add the urls for the podcast feeds that you are interested in. My "bp.conf" file looks like this.
http://leoville.tv/podcasts/twit-ogg.xmlNow that you have it configured, you just need to run
./bashpodder.shellfrom within your bashpodder directory, and your off downloading your favorite podcasts.
Now the first time you run it the script may take a long time to complete because it will be downloading all of the old episodes of your subscribed podcasts, but the script was meant to be run from a cron job so that it runs periodically and keeps your podcast directory up to date (eliminating the long download times).
![[logo]](logo.png)