History for process_podcast / config_parser.py
2018-08-28
Fixed bug in output from parser test.
Nigel Stanger committed on 28 Aug 2018
Replaced import * with explicit name imports.
Nigel Stanger committed on 28 Aug 2018
2018-08-26
Converted os.path to pathlib and all #! lines to python3 (ref #32).
Nigel Stanger committed on 26 Aug 2018
Converted all print statements to functions for Python 3 (ref #32).
Nigel Stanger committed on 26 Aug 2018
2016-09-05
• Fixed parsing bug that produced incorrectly structured timestamp lists when using a duration file (introduced by restructuring of grammar).
Nigel Stanger committed on 5 Sep 2016
2016-09-02
• Added config5.txt to test files. ...
Nigel Stanger committed on 2 Sep 2016
• Reconfigured grammar to handle missing components in timestamps (closes #16). ...
Nigel Stanger committed on 2 Sep 2016
• Removed unused literals hyphen and comment_char.
Nigel Stanger committed on 2 Sep 2016
2016-08-30
• Normalised terminology around “streams” (closes #21).
Nigel Stanger committed on 30 Aug 2016
2016-08-27
• Default all missing fields to None instead of 0 or "" so we can check whether there actually is a value assigned if necessary.
Nigel Stanger committed on 27 Aug 2016
2016-08-26
• Finished support for generating frames directly from PDF slides (closes #8). ...
Nigel Stanger committed on 26 Aug 2016
2016-08-18
• Moved segment classes into separate module (closes #7). ...
Nigel Stanger committed on 18 Aug 2016