Project

imba

0.0
No commit activity in last 3 years
No release in over 3 years
With Imba you can manage your movies by meta information (like rating, genre, year) from IMDB.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0
~> 4.2.3
~> 0.9.12.4
~> 1.2.0
>= 0
~> 2.14.1
~> 2.2.0

Runtime

~> 4.0.1
~> 0.8.0
~> 1.3.8
 Project Readme

Imba

Build Status Code Climate

At the moment this project is pretty chaotic and far from done. I want to practice some refactorings and code rearrangements in a save playground :)

Todo:

  • build a mess and refactor later :)
  • ask for updating movie
  • get/send different name when false match
  • underscore all the symbols (like genre)
  • cli/opt parser exitcodes?
  • objectify cli code
  • catch errors in cli
  • what's up with folders which were deleted but are still in the db?
  • add tags to handle genres?
  • fix utf-8 issues
  • list movies by rating | genre | etc
  • maybe document code with yard
  • some logging would be nice
  • decouple movie (objectify representation)

Impression

example

Installation

$ gem install imba

inside the movie folders directory:

$ imba --init

$ imba --synch

$ imba --list

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