#!/bin/bash

#!/login
#!/register

Podcatcher script

Podcatcher script

This is a podcatcher script that will prompt you to either download or listen (stream) to the latest podcasts and it will remember the podcasts that you have downloaded so that you only listen to the new shows

you must first make a text file in the main directory and name the text file podlist.txt

Usage: podster [OPTIONS]

Options are:
-a, --archive Copies the podcasts to a specified location
-n, --podcast_number Specify the number of podcast per each stream to be downloaded
-m, --manage_feeds Lets you add , delete and check the status of the feeds
-c, --clean Delete the podcasts and playlist
-p, --play Play the playlist
-d, --download Downloads automatically new podcasts
-f, --full-catalogue Adds the previous podcasts to your history without downloading them
-h, --help Display this text and exit
Examples:
podster -n 1 Will download the latest podcasts
podster -n 1 -d Will download the latest podcasts without confirmation


Dependencies : wget , awk , sed , xmlstarlet or xsltproc



Any feedback please send me an email: heematux at gmail dot com




Project Category: internet

http://sites.google.com/site/heematux/

Wiki at shellscripts.org

Project owner: heema

[subscribe]

[RSS Feed for new releases]

Version history:
Version Release date ChangeLog Download
1.6.3Sat Mar 6 01:51:33 UTC 2010podster.sh (application/x-sh)
1.6.2Tue Nov 17 00:12:46 UTC 2009bug fixes detecting the file name of torrent filespodster.sh (application/octet-stream)
1.6.1Wed Oct 7 01:59:33 UTC 2009podster.sh (application/x-sh)
1.6Mon Jul 13 20:17:41 UTC 2009podster.sh (application/x-sh)
1.5Mon Apr 27 00:35:36 UTC 2009podster.sh (application/x-shellscript)
1.2Wed May 24 11:15:41 UTC 2006Video support updated the way it parses the rss feeds it depends now on xsltproc Added bittorrent support Check status of podlist podster.sh (application/x-sh)
1.1Wed Oct 19 21:10:40 UTC 2005podster.sh (application/x-sh)
1.0Wed Oct 19 16:53:37 UTC 2005podster.sh (application/x-sh)