Skip to content

Instantly share code, notes, and snippets.

View ajroach42's full-sized avatar

Andrew Roach ajroach42

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ajroach42 on github.
  • I am ajroach42 (https://keybase.io/ajroach42) on keybase.
  • I have a public key ASAWg9IJsuMkh7ED6ZgZG1YcBq2feD3nsqABKIJm8KrfZAo

To claim this, I am signing this object:

@ajroach42
ajroach42 / podcastgen.py
Created January 31, 2017 20:49 — forked from alghanmi/podcastgen.py
Podcast Feed Generator -- Generate an podcast RSS feed for a set of media in a directory.
"""Podcast Feed Generator
Generate an podcast RSS feed for a set of media in a directory.
Use the list-extensions argument to see the list of supported extensions. You can add custom extensions using
Usage:
podcastgen.py gen <directory> --title=<podcast-title> --link=<podcast-link> --desc=<description> [--output=<rss-feed-file>] [--feed-link=<feed-url>] [--id=<podcast-id>] [--logo=<image_file>] [--category=<itunes-category> [--subcategory=<itunes-category>]] [--language=<language>] [--use-extension=<ext>]
podcastgen.py list-categories
podcastgen.py list-extensions
podcastgen.py -h | --help