A tool for making simple podcasts from a list of files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Silverwizard beaa9b4095 Fixed datetimes, and added support for RFC-822 10 years ago
AddItem.pl Added basically everything, and added a tool to build headers 10 years ago
BuildCast.pl Fixed datetimes, and added support for RFC-822 10 years ago
FormCast.sh Fixed datetimes, and added support for RFC-822 10 years ago
Podcast Create.pl Making sure things up to date 10 years ago
README Added basically everything, and added a tool to build headers 10 years ago
Title.rss Added basically everything, and added a tool to build headers 10 years ago

README

This project exists to turn a set of files, typically mp3s, into a podcast. For this, the files will need to be correctly sorted or sortable. Typically, it should be run with:
Podcast\ Create.pl `ls /path/to/directory/*mp3|tr '\n' ' '` within the desired directory.