All Projects → iCHAIT → Moviemon

iCHAIT / Moviemon

Licence: mit
🎥 Everything about your movies within the command line.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Moviemon

Bashflix
Streaming of Movies and Series on Mac and Linux
Stars: ✭ 88 (-46.99%)
Mutual labels:  movies
Itunes store transporter
Upload and manage your assets in the iTunes Store using the iTunes Store’s Transporter (iTMSTransporter).
Stars: ✭ 117 (-29.52%)
Mutual labels:  movies
Watcher
Stars: ✭ 137 (-17.47%)
Mutual labels:  movies
Gophie
An Aggregator Engine for searching and downloading movies free - NO ADs!
Stars: ✭ 94 (-43.37%)
Mutual labels:  movies
Curated resources
📚 Curated lists for programming, books, movies, music, games, etc
Stars: ✭ 116 (-30.12%)
Mutual labels:  movies
Cloudstream 2
CloudStream 2 is an android streaming app for movies, tv-shows and anime
Stars: ✭ 120 (-27.71%)
Mutual labels:  movies
Mediacenterjs
A HTML/CSS/Javascript (NodeJS) based Media center
Stars: ✭ 1,261 (+659.64%)
Mutual labels:  movies
Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (-6.02%)
Mutual labels:  movies
Flutter Movies4u
Movies4u app UI is simple enough to use and the app is a fun way to get an overview of your movie experience. This repo created with help of awesome UI, material Design and latest feature. this repo contain major feature like : dark theme.
Stars: ✭ 116 (-30.12%)
Mutual labels:  movies
Mediaunlock test
流媒体解锁检测
Stars: ✭ 121 (-27.11%)
Mutual labels:  movies
Writer
A screenwriting app based on the fountain language
Stars: ✭ 100 (-39.76%)
Mutual labels:  movies
Filimo Downloader
Download movies from filimo.com | لینک جایگزین جهت احتیاط: https://gitlab.com/NabiKAZ/filimo-downloader
Stars: ✭ 113 (-31.93%)
Mutual labels:  movies
Moviecontentfilter
Watch movies with the freedom (not) to filter
Stars: ✭ 126 (-24.1%)
Mutual labels:  movies
Dogetv macos
🎬 dogeTV for macOS
Stars: ✭ 92 (-44.58%)
Mutual labels:  movies
Emojiscreen
EmojiScreen is a listing of movies, TV shows and musicals depicted through emojis.
Stars: ✭ 140 (-15.66%)
Mutual labels:  movies
Flexget
The official FlexGet repository
Stars: ✭ 1,279 (+670.48%)
Mutual labels:  movies
Seriesguide
Track your favorite TV shows and movies on Android devices.
Stars: ✭ 1,600 (+863.86%)
Mutual labels:  movies
Rapidbay
Self-hosted torrent video streaming service compatible with Chromecast and AppleTV deployable in the cloud
Stars: ✭ 163 (-1.81%)
Mutual labels:  movies
Streaming
r/freemediaheckyeah
Stars: ✭ 147 (-11.45%)
Mutual labels:  movies
Scraper
A scraper that switches between normal mode and gentleman mode, built on Eletron, React
Stars: ✭ 127 (-23.49%)
Mutual labels:  movies

moviemon

A Python Application that displays all the information about all your movies in the command line.

ScreenShot

Live Demo

Installation

Using pip

$ pip install moviemon

You can also use pipsi to install -

$ pipsi install moviemon

Get the latest build from the Source

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 received.
  -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

ScreenShot

Display all movies sorted according to their IMDB ratings.

$ moviemon -i

ScreenShot

Display all movies sorted according to their Tomato Rotten ratings.

$ moviemon -t

ScreenShot

Display all movies with their Genres.

$ moviemon -g

ScreenShot

Display all movies with the awards they have received.

$ moviemon -a

ScreenShot

Display all movies with their cast.

$ moviemon -c

ScreenShot

Display all movies with their director(s).

$ moviemon -d

ScreenShot

Display all movies with their release date.

$ moviemon -y

ScreenShot

Display all movies with their runtime.

$ moviemon -r

ScreenShot

Display all movies sorted according to their IMDB ratings.(inc)

$ moviemon -I

ScreenShot

Display all movies sorted according to their Tomato Rotten ratings.(inc)

$ moviemon -T

ScreenShot

Stretch Goals

  • Use MongoDB to store data instead of storing json data in file.
  • 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.
  • As mentioned by @dufferzafar this can seriously become a movie database 'tagger' like Picard.

Shout-out

Big thanks to @dufferzafar for his awesome work.

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 ;)

License

MIT © Chaitanya Gupta

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].