2018-09-18
Switched to assertTrue/False (ref #31).
Nigel Stanger committed on 18 Sep 2018
Added remaining tests for ShellCommand class (ref #31).
Nigel Stanger committed on 18 Sep 2018
Fixed wonky test initialisation (ref #31).
Nigel Stanger committed on 18 Sep 2018
2018-09-17
Added some initial unit tests for the ShellCommand class (ref #31).
Nigel Stanger committed on 17 Sep 2018
2018-08-28
Fixed bug in output from parser test.
Nigel Stanger committed on 28 Aug 2018
Added a development virtualenv and documented requirements.
Nigel Stanger committed on 28 Aug 2018
Replaced import * with explicit name imports.
Nigel Stanger committed on 28 Aug 2018
Fixed logging of SegmentError (renamed to follow conventions) — ref #32.
Nigel Stanger committed on 28 Aug 2018
Fixed use of itertools.count() to generate segment numbers (ref #32).
Nigel Stanger committed on 28 Aug 2018
Changed distutils.spawn.fine_executable() to shutil.which() (ref #32).
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
2018-07-23
Merge branch 'master' of https://github.com/nstanger/process_podcast
Nigel Stanger committed on 23 Jul 2018
• Added Visual Studio Code workspace.
Nigel Stanger committed on 23 Jul 2018
2017-04-14
• Added --copy-audio and --copy-video options to disable all additional stream processing (reducing audio channels, etc.). ...
Nigel Stanger committed on 14 Apr 2017
2017-04-13
• Added --no-normalise option to disable normalisation of the source audio.
Nigel Stanger committed on 13 Apr 2017
2017-03-03
• Rewrote shellquote() to ignore things like command-line switched and executable paths. Also only execute the catch-all regex when no other regexes match (closes #27). ...
Nigel Stanger committed on 3 Mar 2017
2016-10-13
• Updated regular expressions in ShellCommand.shellquote() to catch the weirder edge cases (closes #26).
Nigel Stanger committed on 13 Oct 2016
2016-10-12
Merge branch 'master' of https://github.com/nstanger/process_podcast
Nigel Stanger committed on 12 Oct 2016
• Added --preview option (closes #17).
Nigel Stanger committed on 12 Oct 2016
2016-09-24
• Now checks whether a filename already starts with the input prefix before adding it (closes #25).
Nigel Stanger committed on 24 Sep 2016
2016-09-22
• Ignored .pyc files.
Nigel Stanger committed on 22 Sep 2016
2016-09-21
• Minor formatting change.
Nigel Stanger committed on 21 Sep 2016
• Added basic README file.
Nigel Stanger committed on 21 Sep 2016
• Added example of inserting an annotated PDF slide into the video stream.
Nigel Stanger committed on 21 Sep 2016
2016-09-20
• Deleted leftover development debugging output. ...
Nigel Stanger committed on 20 Sep 2016
• Redesigned FFprobeCommand to retrieve media file entries in JSON format for easier extraction and processing. ...
Nigel Stanger committed on 20 Sep 2016
2016-09-19
• Ensured that prefix isn’t added if input filename is “^”. ...
Nigel Stanger committed on 19 Sep 2016
Merge branch 'master' of https://github.com/Otago-InfoSci-Database/Tools
Nigel Stanger committed on 19 Sep 2016
• Ensured progress bar is silent when maximum value is zero.
Nigel Stanger committed on 19 Sep 2016