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.
 
 
Podcast-Create/README

266 B

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.