Imba

Build Status Code Climate

Todo:

  • [x] init .imba-store
  • [x] persistence datastore
  • [x] sync: get current directory list (movie names)
  • [ ] rescue ".imba does not exist (PStore::Error)"
  • [ ] place names in queue w/o .imba-meta
  • [ ] pop movie and search imdb
  • [ ] get first item
  • [x] ask for updating movie
  • [x] rename file
  • [ ] place .imba-meta file with id, title, genre, rating, year
  • [ ] write .imba-meta into imba-store
  • [ ] list movies by rating | genre | etc
  • [ ] print imba-store
  • [ ] play movie # on ATV
  • [ ] maybe document code with yard

Installation

$ gem install imba

$ imba --init

Usage

TODO: Write usage instructions here

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