nstanger / process_podcast

Python script for processing and assembling a podcast from various input sources
0 stars 0 forks source link

[CLOSED] create-teaching-links: links to differently named directories #1

Closed nstanger closed 8 years ago

nstanger commented 8 years ago

Issue by nstanger Wednesday Jan 22, 2014 at 23:31 GMT Originally opened as https://github.com/Otago-InfoSci-Database/Tools/issues/1


In some cases, the paper name doesn’t match the directory name. In particular, there is one INFO400 directory for all 400-level INFO database papers, rather than one each, as they share quite a bit of material. create-teaching-links 2014 INFO408 creates an invalid link as there is no INFO408 directory, but create-teaching-links 2014 INFO400 won’t make sense if more than one paper is offered in the same year.

The fix is to support specification of different names for the links. This really requires proper command-line options: see #2.