A python script that searches your folders and scan for movie files and tries to download its corresponding IMDB rating and it renames your movie file with the rating.
Million Dollar Arm 2014.mkv
will be renamed with
Million Dollar Arm (2014) (7.2).mkv
python imdbrenamer.py
example: python imdbrenamer.py E:\movies\
guessit - to guess for the correct movie name and extract the year and title information. omdbapi - to perform request and find the movie rating.