{"id":13529517,"url":"https://github.com/iCHAIT/moviemon","last_synced_at":"2025-04-01T16:31:31.103Z","repository":{"id":57443364,"uuid":"45996695","full_name":"iCHAIT/moviemon","owner":"iCHAIT","description":":movie_camera: Everything about your movies within the command line. ","archived":false,"fork":false,"pushed_at":"2016-11-19T07:22:08.000Z","size":1321,"stargazers_count":208,"open_issues_count":6,"forks_count":16,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-01T21:28:07.599Z","etag":null,"topics":["movie-recommendation","movies","movies-sorted","python"],"latest_commit_sha":null,"homepage":"https://ichait.github.io/moviemon/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iCHAIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-11T17:12:24.000Z","updated_at":"2024-10-30T03:33:01.000Z","dependencies_parsed_at":"2022-09-05T10:00:42.404Z","dependency_job_id":null,"html_url":"https://github.com/iCHAIT/moviemon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCHAIT%2Fmoviemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCHAIT%2Fmoviemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCHAIT%2Fmoviemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCHAIT%2Fmoviemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iCHAIT","download_url":"https://codeload.github.com/iCHAIT/moviemon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246670544,"owners_count":20815003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["movie-recommendation","movies","movies-sorted","python"],"created_at":"2024-08-01T07:00:37.014Z","updated_at":"2025-04-01T16:31:30.327Z","avatar_url":"https://github.com/iCHAIT.png","language":"Python","funding_links":[],"categories":["Entertainment","Python","\u003ca name=\"utility\"\u003e\u003c/a\u003eUtilities","Applications","\\*nix/\\*nux"],"sub_categories":["Movies","Directory Navigation","Media"],"readme":"# moviemon\n\n**A Python Application that displays all the information about all your movies in the command line.**\n\n![ScreenShot](/img/moviemon.png)\n\n\n## [Live Demo](https://asciinema.org/a/35255)\n\n\n## Installation\n\n### Using [pip](https://pypi.python.org/pypi/pip/)\n\n`$ pip install moviemon`\n\nYou can also use [pipsi](https://github.com/mitsuhiko/pipsi) to install -\n\n`$ pipsi install moviemon`\n\n\n### Get the latest build from the Source\n\n* Clone the repo git clone https://github.com/iCHAIT/moviemon\n* Run python setup.py install\n\n\n### Dependencies\n\n* [guessit](https://github.com/guessit-io/guessit)\n* [terminaltables](https://github.com/Robpol86/terminaltables)\n* [docopt](https://github.com/docopt/docopt)\n* [tqdm](https://github.com/tqdm/tqdm)\n* [colorama](https://github.com/tartley/colorama)\n\n\n### Usage:\n```sh\n  moviemon.py PATH\n  moviemon [-i | -t | -g | -a | -c | -d | -y | -r | -I | -T ]\n  moviemon -h | --help\n  moviemon --version\n```\n\n### Options:\n```sh\n  -h, --help            Show this screen.\n  --version             Show version.\n  PATH                  Path to movies dir. to index/reindex all movies.\n  -i, --imdb            Sort acc. to IMDB rating.(dec)\n  -t, --tomato          Sort acc. to Tomato Rotten rating.(dec)\n  -g, --genre           Show movie name with its genre.\n  -a, --awards          Show movie name with awards received.\n  -c, --cast            Show movie name with its cast.\n  -d, --director        Show movie name with its director(s).\n  -y, --year            Show movie name with its release date.\n  -r, --runtime         Show movie name with its runtime.\n  -I, --imdb-rev        Sort acc. to IMDB rating.(inc)\n  -T, --tomato-rev      Sort acc. to Tomato Rotten rating.(inc)\n```\n\n### Examples -\n\n#### Display basic info about all your movies.\n\n\n`$ moviemon`\n\n\n![ScreenShot](/img/moviemon.png)\n\n\n#### Display all movies sorted according to their [IMDB](http://www.imdb.com/) ratings.\n\n\n`$ moviemon -i`\n\n\n![ScreenShot](/img/imdb-dec.png)\n\n\n#### Display all movies sorted according to their [Tomato Rotten](http://www.rottentomatoes.com/) ratings.\n\n\n`$ moviemon -t`\n\n\n![ScreenShot](/img/tomato-dec.png)\n\n\n**Display all movies with their Genres.**\n\n\n`$ moviemon -g`\n\n\n![ScreenShot](/img/genre.png)\n\n\n#### Display all movies with the awards they have received.\n\n\n`$ moviemon -a`\n\n\n![ScreenShot](/img/awards.png)\n\n\n#### Display all movies with their cast.\n\n\n`$ moviemon -c`\n\n\n![ScreenShot](/img/cast.png)\n\n\n#### Display all movies with their director(s).\n\n\n`$ moviemon -d`\n\n\n![ScreenShot](/img/directors.png)\n\n\n#### Display all movies with their release date.\n\n\n`$ moviemon -y`\n\n\n![ScreenShot](/img/released.png)\n\n\n#### Display all movies with their runtime.\n\n\n`$ moviemon -r`\n\n\n![ScreenShot](/img/runtime.png)\n\n\n#### Display all movies sorted according to their IMDB ratings.(inc)\n\n\n`$ moviemon -I`\n\n\n![ScreenShot](/img/imdb-inc.png)\n\n\n#### Display all movies sorted according to their Tomato Rotten ratings.(inc)\n\n\n`$ moviemon -T`\n\n\n![ScreenShot](/img/imdb-inc.png)\n\n\n### Stretch Goals\n\n* Use MongoDB to store data instead of storing json data in file.\n* Run a cron job to detect if the directory containing movies has been modified, if it has been modified then reindex the directory for accommodating new or deleted movies.\n* As mentioned by [@dufferzafar](https://github.com/dufferzafar) this can seriously become a movie database 'tagger' like [Picard](https://picard.musicbrainz.org/).\n\n\n### Shout-out\n\nBig thanks to [@dufferzafar](https://github.com/dufferzafar) for his [awesome work](https://github.com/dufferzafar/what-to-watch).\n\n\n### Contribute\n\nFound a bug or want to suggest a new feature? Report it by opening an issue. Feel free to send a pull request for any improvements or feature requests ;)\n\n\n### License\n\nMIT © [Chaitanya Gupta](https://github.com/iCHAIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiCHAIT%2Fmoviemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FiCHAIT%2Fmoviemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiCHAIT%2Fmoviemon/lists"}