I wrote some time ago a [script](http://forums.plexapp.com/index.php/topic/16226-subtitles-renaming-script/) which unzips and renames downloaded zip files to a specific location with same name as video file.
Currently, I recognize the TV show the srt file is associated to based on keyworks (eg. If it contains "bang" and "big", it belongs to the Big Bang Theory), and then it is stored in the right forlder, which I provide in my script. That means that each time I have a new TV show, I need to add in my script required keywords and folder name.
I would like to add some automation to that and I'm looking for a way to find the best match between the subtitle file and the list of folders. Can you guys help me doing that? Do you know a way to make it? The algorithm should be similar to the one Plex uses to recognize a TV show based on video filename.
Have you looked at SickBeard? It automates not just the moving/renaming but, the tracking of series and finding of episodes as well. Plus there’s an (unofficial) Plex plug-in for it
It seems interesting but it does not really do what I’m looking for. RSS and newzbin are sufficient to get my tv show episodes as soon as they are available.
I was looking for a way to enhance my subtitles renaming/moving script.
I gave a look to the python Series scanner code provided with Plex and it seems there is no way to find the best match automatically.