Hi Guys,
Wouldn't it be good if there was a script or app that would automagically rename downloaded torrents of TV Episodes and moved them into an appropriate folder.
ie. if you downloaded the latest episode from the ficticious new show called Last its usually called something like:
Last.S03E23.HR.HDTV.XviD-CTU.avi
Now if you ran said app on it, it would be nice if the file was renamed to:
23. Through the Rabbit Hole (2).avi
And automagically moved to \\Server\TV Shows\Last\Season 3\
The filename can be parsed for all the details like:
TVShowName
SeasonNumber
EpisodeNumber
Using the parsed results you could do a scrape against
http://www.epguides.com/TVShowName and parse the resultant page for the EpisodeName.
Then you could rename the file in all sorts of combinations of TVShowName, SeasonNumber, EpisodeNumber, EpisodeName. The combination would probably come from some type of config file you could edit and set your preference.
Moving the file would also be fairly easy so long as there is an existing directory structure or it might test to see if the directory exists and if it doesnt dump it into an unsorted folder like \\Server\TV Shows\Unsorted\
You could even have your favorite torrent client run the app automatically when its finished downloading, most allow you to do that these days.
Just some thoughts.