MovieGarnish

A command line tool for encoding movies with meta data from imdb

Installation

$ brew install AtomicParsley
$ gem install movie-garnish

Usage

mg-cli imdb --video=~/Desktop/some-movie.mp4 --title="Movie Title"

# or if the video file is properly named

mg-cli imdb --video=~/Desktop/some-movie.mp4

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request