Python: dated episode renamer
Posted: April 2nd, 2010, 5:10 pm
After failing to find any decent cross-platform implementations of a post processor to rename episodes that come with dates on them (The Daily Show, The Colbert Report) to use standard season/episode numbers, I decided to write on myself.
It's only been tested on Linux, but should work on OS X. Not a big Windows user... I can probably package it for Windows if there's enough demand. Not sure it would work out of the box.
The code's at github: http://github.com/kaosfere/dated_episode_renamer
Be sure to check the README for usage, and for details on a couple of improvements I plan on making (better file name templating, and possibly changing to SAX as DOM is slow for large episode lists)
It's only been tested on Linux, but should work on OS X. Not a big Windows user... I can probably package it for Windows if there's enough demand. Not sure it would work out of the box.
The code's at github: http://github.com/kaosfere/dated_episode_renamer
Be sure to check the README for usage, and for details on a couple of improvements I plan on making (better file name templating, and possibly changing to SAX as DOM is slow for large episode lists)