NaPs / Kolekto

Kolekto is a really KISS movie catalog software
MIT License
27 stars 3 forks source link

Implement edit command #5

Closed NaPs closed 11 years ago

NaPs commented 11 years ago

An edit command could be useful to edit a movie without pain. Currently, the only way to do that is to program in Python using the MoviesMetadata API.

Usage example:

  1. $ kolekto edit
  2. Load the metadata from DB
  3. Start an $EDITOR for metadata edition (JSON ok imho)
  4. When the editor quit, save the metadata to the DB