git clone git://github.com/dbr/tvdb_api.git
Fixed a stupid UI flaw - it now shows the show/season number/episode number before making the user select the correct show
Removed unused interactive flag from _getSeries function
Space disappeared from list of valid characters, more regex fixing and another filename format added (show.name.1x20.blah.avi)
Implimented -t (unittest) flag, now no-longer have to uncomment unittest.main() to run tests
Valid filename characters now stored in triple-quoted string
Added git-ignore
Added unittest flag
Deal with unicode corrected-showname by converting unticode to ASCII
Moved cfile['showname'] (parsed showname from filename) to cfile['file_showname'] to deal with corrected showname from tvdb. Also now deals with tvdb_shownotfound exception
Numerous fixes to filename parsing regexs, added unittests for both tvdb and filename parsing
Can now get corrected showname by doing tvdb_instance['my.Show.nAme']['showname'] (Will return "My Show Name")
Improved --help output, vaious fixes to --always and --interactive handling
No valid files found error didn't have trailing \n
Debug to file went to stderr and vice-versa
Added (semi-)automated TV episode namer. Works, but needs clean-up and more testing
Fixed debugging option-name in code, added doc-string and a few other fixes
Added version/author to class
Added first (sort of) public version