Everything about your movies within the command line.
Project description
moviemon
A Python Application that displays all the information about all your movies in the command line.
Installation
Using pip
$ pip install moviemon
You can also use pipsi to install -
$ pipsi install moviemon
Get the latest build from the Source
Clone the repo
git clone https://github.com/iCHAIT/moviemon
Run
$ python setup.py install
Dependencies
Usage:
moviemon.py PATH
moviemon [-i | -t | -g | -a | -c | -d | -y | -r | -I | -T ]
moviemon -h | --help
moviemon --version
Options:
-h, --help Show this screen.
--version Show version.
PATH Path to movies dir. to index/reindex all movies.
-i, --imdb Sort acc. to IMDB rating.(dec)
-t, --tomato Sort acc. to Tomato Rotten rating.(dec)
-g, --genre Show movie name with its genre.
-a, --awards Show movie name with awards recieved.
-c, --cast Show movie name with its cast.
-d, --director Show movie name with its director(s).
-y, --year Show movie name with its release date.
-r, --runtime Show movie name with its runtime.
-I, --imdb-rev Sort acc. to IMDB rating.(inc)
-T, --tomato-rev Sort acc. to Tomato Rotten rating.(inc)
Examples -
Display basic info about all your movies.
$ moviemon -m
Display all movies sorted according to their IMDB ratings.
$ moviemon -i
Display all movies sorted according to their Tomato Rotten ratings.
$ moviemon -t
Display all movies with their Genres.
$ moviemon -g
Display all movies with the awards they have recieved.
$ moviemon -a
Display all movies with their cast.
$ moviemon -c
Display all movies with their director(s).
$ moviemon -d
Display all movies with their release date.
$ moviemon -y
Display all movies sorted according to their IMDB ratings (inc).
$ moviemon -I
Display all movies sorted according to their Tomato Rotten ratings (inc).
$ moviemon -T
Contribute
Found 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file moviemon-1.0.11.tar.gz
.
File metadata
- Download URL: moviemon-1.0.11.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2cbec4ad0b13e888ec3a83fc494a050129415d9d5a2c85f3959e9808dd10410 |
|
MD5 | 7f747fb0f93bd79c9aad8db5d4eb5b8f |
|
BLAKE2b-256 | 692711ee1a3989a22610db9350d18411c52158ee3b3f09cb459c43f2af1dae42 |