...If TTaC recognises the file name as a TV episode, it will download the TV episode information from www.thetvdb.com and update the file meta-data accordingly!
===========
This program uses the awesomeness that is both Ffmpeg for transcoding, and Atomic Parsley for tagging. Wicked.
In order to be recognised as a TV episode the filename format must be in one of the forms below:
Show Name AxB
Show Name SAAEBB
Show Name ABB
Where A is the season, and B is the episode number. Dots, dashes and underscores are all converted to spaces before querying the TV database.
...