Python script for processing and assembling a podcast from various input sources

Nigel Stanger authored on 18 Sep 2016
test • Added test config files for parser. 7 years ago
config_help.md • Removed [] indicating optional components, as the input specification syntax uses them as delimiters. 7 years ago
config_parser.py • Fixed parsing bug that produced incorrectly structured timestamp lists when using a duration file (introduced by restructuring of grammar). 7 years ago
globals.py • Updated name of program. 7 years ago
process_podcast.py • Added progress bars for all long-running operations (closes #18). 7 years ago
progress_bar.py • Added progress bars for all long-running operations (closes #18). 7 years ago
segment.py • Moved frame segment post-processing into a function. 7 years ago
shell_command.py • Added progress bars for all long-running operations (closes #18). 7 years ago