IMDB & Poster Grabber
IMDB & Poster Grabber scans your movie folders recursively for video files and takes the foldername, filters the folder through a file containing "bad words" such as commonly used "DVDRip" or "XviD". Its very easy to add your own "bad words" to the filter, just add it to the text file in Scriptdir. Its fully automated so there's no need for user input during the scan, If selected it goes on and downloads the information from IMDB and stores it in the movie folder as "imdbinfo.txt" also optionally it downloads the poster from "impawards" and stores it as "folder.jpg". If imdbinfo.txt and/or Folder.jpg already exist it skips that movie, it also handles CD1/CD2 folders inside the actual movie folder(movie name). I plan on doing further development on it but need some testing and feedback.
Important to note is:
The Grabber handles opening directly the movie folder, for example "C:\movie\Bee.Movie.DVDRip.XviD-DiAMOND\" in SINGLE mode, else scan "C:\movie\" for MULTIi(Batch) mode.
It does not matter if the folders contain "CD1" and "CD2" folders.
* Make sure your video file is inside a folder with the movie name
* Dont open CD1 or CD2 folders inside the movie folder(no need)
* Add 1 Bad word per line in filterwords.txt, you'll see how in the file
I'll supply both the executable as well as the source for the doubters/feedbackers
IMDB & Poster Grabber scans your movie folders recursively for video files and takes the foldername, filters the folder through a file containing "bad words" such as commonly used "DVDRip" or "XviD". Its very easy to add your own "bad words" to the filter, just add it to the text file in Scriptdir. Its fully automated so there's no need for user input during the scan, If selected it goes on and downloads the information from IMDB and stores it in the movie folder as "imdbinfo.txt" also optionally it downloads the poster from "impawards" and stores it as "folder.jpg". If imdbinfo.txt and/or Folder.jpg already exist it skips that movie, it also handles CD1/CD2 folders inside the actual movie folder(movie name). I plan on doing further development on it but need some testing and feedback.
Important to note is:
The Grabber handles opening directly the movie folder, for example "C:\movie\Bee.Movie.DVDRip.XviD-DiAMOND\" in SINGLE mode, else scan "C:\movie\" for MULTIi(Batch) mode.
It does not matter if the folders contain "CD1" and "CD2" folders.
* Make sure your video file is inside a folder with the movie name
* Dont open CD1 or CD2 folders inside the movie folder(no need)
* Add 1 Bad word per line in filterwords.txt, you'll see how in the file
Changelog:
v1.3 :
Fixed a couple of bugs, for example if you already had folder.jpg and choose to download the XL it was ignored.
Fixed IMDB link parsing for impawards(regexp).
Added handling of errors for example if movie wasnt found on imdb.
Added option of Popular/Exact imdb title matching.
Added when impawards dont have the poster, it tries to get the slightly smaller one from Motechposters
Added to the Filterwords.txt.
Added support for .mpg/.mpeg/.wmv
Added ImdbLink to the imdbinfo file output.
Changed code to make it more efficent should be slighty faster now.
Changed file extension of imdbinfo, from .txt to .nfo.
--------------------------
v1.2 :
Added support for .mkv/.mp4/.ts
Added to Filterwords.txt to support words used in HD releases
--------------------------
v1.1 :
Added an option to download the extra large Posters from Impawards.com
I'll supply both the executable as well as the source for the doubters/feedbackers