First off, what is podcasting? It is a means of distributing audio using RSS. RSS is a kind of syndication that poeple who run news sites and weblogs use to enable you to read their content using a new aggregator, like Liferea. With the current version of RSS, you can embed an "enclosure" in entries in the feed - kind of like an attachment in an email.
Click "Read more" for the rest of the article!
So, with podcasting they embed mp3 files as enclosures. These mp3 files are a range of radio like programmes of a huge range of styles and content - not to metion a huge range of production quality too. And, that is how the files are distributed. You could think of it like time shifting radio - like Tivo time shifts television. The next bit is downloading these files.
Most news aggregators now support enclosures, so you can download them from there, but that is quite labor intensive There are programs avalable that will do it for you automatically. The original program to do this was a script called ipodder. This was some applescript that downloaded the files, and imported them into iTunes, ready to go on your ipod. There are many variants that do more or less that avalable now. Linux is the poor relation at the moment, but the offerings are perfectly usable.
I started by using a perl script called get_enclosures, and then moved on to ipodder. I took the python scripts out of the Apple package and used that. My current choice is a Bash script called podget.
So, here's how to make it work:
http://www.itconversations.com/rss/recentWithEnclosures.php IT_Conversations http://www.lugradio.org/episodes.rss LUG_Radio http://thelinuxbox.org/show/tlbs.rss The_Linux_Box http://radio.linuxquestions.org/syndicate/lqpodcast.php LQ_Radio http://linux.quicksurf.com/wp-rss2.php Quicksurf http://www.infonomicon.org/info.xml Information http://www.thelinuxlink.net/tllts/tllts.rss The_Linux_Link_Tech_Show http://www.evilgeniuschronicles.org/audio/directmp3.xml evil-genius http://www.thepodcastnetwork.com/mobiles/feed/ podcast-network mobile http://www.thepodcastnetwork.com/gday_world/feed/ podcast-network gday-world
0 0,12 * * * /home/robert/bin/podget.sh -l /home/robert/Downloads/mp3
There are directories of podcasts available on teh internet. The one I look at is at ipodder.org. There are some linux related podcasts too. My serverlist has some of them included.
Comments (0)
BISMANLUG
http://bismanlug.org/article.php?story=20050415143040903