Imba
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request