GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
1
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
process_podcast
Python script for processing and assembling a podcast from various input sources
Transfer to URL with SHA
13 commits
Download ZIP
tree:
4993b6eac7
Switch branches
×
Python2.7
master
latest commit
4993b6eac7
Nigel Stanger
authored
on 24 Aug 2016
test
• Added test config files for parser.
8 years ago
config_parser.py
• Moved segment classes into separate module (closes #7).
8 years ago
globals.py
• Updated name of program.
8 years ago
process_podcast.py
• Added support for default stream numbers on the command line (in the form filename:0). Includes a custom argparse action handler to split the stream number from the filename. NOTE: not fully tested! (closes #11)
8 years ago
segment.py
• Moved segment classes into separate module (closes #7).
8 years ago
shell_command.py
• Moved shell command classes into separate module.
8 years ago