History for process_podcast / shell_command.py
2018-08-28
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
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-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-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
2016-09-18
• Added progress bars for all long-running operations (closes #18). ...
Nigel Stanger committed on 18 Sep 2016
2016-08-31
• Ensured that audio/video output options and filters are only included when there actually is an audio/video stream (closes #19). ...
Nigel Stanger committed on 31 Aug 2016
2016-08-30
• Shifted -truecolor setting from the outer image sequence into the parenthesised image sequence, to fix weird coloured box that were appearing on certain pages.
Nigel Stanger committed on 30 Aug 2016
2016-08-29
• Refactored input/output options variables and methods from FFmpegCommand into ShellCommand, so that all subclasses can use them. ...
Nigel Stanger committed on 29 Aug 2016
• When appending a concat filter, check that the segments list actually contains something.
Nigel Stanger committed on 29 Aug 2016
• Added white background and removed transparency for PDF to PNG image conversions.
Nigel Stanger committed on 29 Aug 2016
2016-08-18
• Moved shell command classes into separate module.
Nigel Stanger committed on 18 Aug 2016