AutoTitler

Developed in Java - 2008

I created this application real quick because I needed something to quickly rename a bunch of files with their episode names. Took about an hour to make and it uses tvrage to get the episode names.

This application renames TV titles into TV episodes saved on your computer. It is fully autonomous as in, it will automatically fetch all the required info from the files in the directory it is copied to. The first filename which matches a recognized pattern is parsed out for useful information which is used to query a TV database for season info. These are the filename formats: Show.S01E02.* | Show.1x02.* | Show 1x2 * | possibily others

Renaming the first file to House.S01E01.HDTV.XviD-LOL will result in all recognized files to be renamed to this format, but with the title after the episode number. End-trails (-* or .*) are kept separate for each file.

Note: I could not find the executable or the code for this one. Will upload if I find it.