#!/bin/bash
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/
Project owner: heema
Version history:
| Version | Release date | ChangeLog | Download |
| 1.6.3 | Sat Mar 6 01:51:33 UTC 2010 | podster.sh (application/x-sh) | |
| 1.6.2 | Tue Nov 17 00:12:46 UTC 2009 | bug fixes detecting the file name of torrent files | podster.sh (application/octet-stream) |
| 1.6.1 | Wed Oct 7 01:59:33 UTC 2009 | podster.sh (application/x-sh) | |
| 1.6 | Mon Jul 13 20:17:41 UTC 2009 | podster.sh (application/x-sh) | |
| 1.5 | Mon Apr 27 00:35:36 UTC 2009 | podster.sh (application/x-shellscript) | |
| 1.2 | Wed May 24 11:15:41 UTC 2006 | Video 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.1 | Wed Oct 19 21:10:40 UTC 2005 | podster.sh (application/x-sh) | |
| 1.0 | Wed Oct 19 16:53:37 UTC 2005 | podster.sh (application/x-sh) |