bderiso / pCleaner-server

Automated Audio Processing
GNU Affero General Public License v3.0
2 stars 0 forks source link

Create a cron to kick-off processing #9

Closed bderiso closed 6 years ago

bderiso commented 6 years ago

it should watch the directory where the RSS reader downloads podcasts.

When a new file is added it should confirm that a processed file does not already exist, and then run the sox command (default settings for now).

The outfile should be put into the web-server subdirectory for the podcast being.

Last, the RSS XML file for that outgoing feed should be appended with the new file entry BEFORE the "" line.

bderiso commented 6 years ago

Here is an example for RSS XML format: https://www.wikihow.com/Create-an-RSS-Feed