VibeHunt
Back to browse

moviemon

Everything about your movies.

A Python command‑line tool scans a directory of movie files and extracts metadata such as title, year, runtime, genre, cast, director, awards, and ratings from IMDB and Rotten Tomatoes. The information is presented in formatted tables within the terminal, and users can sort the list by rating, view specific fields, or display all available details for each entry.

The application is intended for users who maintain local movie collections and want a quick textual overview without leaving the command line. It supports indexing and reindexing of the library, and provides options to sort ascending or descending by the two rating sources. The output can be filtered to show only selected attributes like genre or awards.

Installation is performed via pip or pipsi, and the program relies on libraries including guessit for filename parsing, terminaltables for table rendering, docopt for argument handling, tqdm for progress indication, and colorama for colored output. The project is released under the MIT license and is marked as stable.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps