|
• Added progress bars for all long-running operations (closes #18).
• Added new ProgressBar class. • Switched from subprocess to pexpect for running shell commands. • Added general shell quoting for debugging output of commands. • Rewrote the way command strings and argument lists are generated. • Removed “-loglevel error” from ffmpeg commands to enable capturing progress information (pexpect doesn’t echo the output anyway). |
|---|
|
|
| process_podcast.py |
|---|
| progress_bar.py 0 → 100755 |
|---|
| shell_command.py |
|---|