Utility to create an RSS feed from a bunch of files in a given path.
I need to serve audio files to my family, and serving them up as a feed, so that they could subscribe to it as a podcast seemed like a good idea.
Because it was the first name that popped up when I used the first random name generator site I looked for, on the web. It’s just a fun, nice sounding, random noun.
Derb generates an podcast feed for all the audio files in a directory. No it does not recurse.
venv
and activate itbase_url
variable to point to your site that’ll serve the feed.feed.xml
in the audio file directory you gave.To Tom Wallroth’s (@devsnd) Tinytag and Lars Kiesow’s (@lkiesow) Feedgenerator.
They made it easy to whip up a tiny script like this.