UNIX/Linux Podcast Download/Sync Script
I use Linux. I don’t have an iPod. I’ve been wanting a good way to auto download and sync podcasts with a non-iPod mp3 player such as Palm, Pocket PC, or any other drive map-able device. It had to be something I could do quickly on my way out the door. I’d found several that would download the podcasts, and several that would sync to an iPod. I didn’t find any that would download AND smartly sync to a non-iPod device. So I finally wrote my own.
Podcast Downloader is a collection of Perl scripts that one can use to easily auto download the latest podcasts and sync them with a mounted mp3 player. This setup is ideal for those of us with Palm Pilots, Pocket PC’s, and other portable MP3 players that mount as a normal drive that cannot use iTunes or the other fancy sync programs. Create a .txt file with all of the rss feeds for your podcasts. Setup cron (or another any scheduler) to run podcast-download.pl periodically to download all of the latest podcasts (e.g. each night). When you want to dump the latest to your portable device, run podcast-sync.pl
Links:
Permanent Project Link at FuzzyMonkey.net
Download the gzipped tar archive (v. 0.3)
The README
A sample data file
Update: Welcome Diggers!
Update: Upgrade to v. 0.2 to improve use with cron.
Update: Upgrade to v. 0.3 to fix bug in parsing special characters in podcasts.txt. Format of podcasts.txt has changed.



