Browse imdb data for a folder full of movies!
Project description
MDB (MovieDirBrowser)
MDB is a cool way to visualize your movie collection and decide which movie to watch next! Run MDB on a folder or a set of files/folders and it downloads imdb data for all movie files found and shows it in a nice GUI.
You can then sort the movies by title, rating, runtime, releaseYear or Genre. All this data is cached on your computer, so we don’t need to hit imdb the next time!
MDB runs on Windows and Linux.
For more details and downloads, visit the website.
Acknowlegements
All the data about movies is downloaded from IMDB, using the awesome API at imdbapi.com.
The GUI is developed using wxPython.
CHANGELOG
v0.1.0 (under development)
initial release