Hello, few month ago I created a small program to help me catalogized my movies to the folders with proper names so it is easy to navigate in them.
The success of my method is about 90%. The method is very simple: First I take the names of folders (they are often named better and usually give more information than the actual file) purge out some well known keyword like "RIP", "DVDRip", "DivX", "XviD", "R5", "TS", replace "." with " " and some other things... Than I take the cleaned folder names and run them through Google simple http://www.google.cz/search?q="folder name"+imdb and then I get the first imdb result, from which I derived the new name of the folder. In the case of Moovida it might be just a step in the searching process, because once Moovida will have the right name and year it will be really simple find the Cover art and other info on sites which are collaborating with Moovida. My code is written in C# but if you want you can looked at it (it is not nice) here http://aidik.com/Moovida/MovieTitler.cs Aida
