/mdb

MDB (MovieDirBrowser) - 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.

Primary LanguagePythonISC LicenseISC

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.

MDB also uses requests and configobj.