NaPs / Kolekto

Kolekto is a really KISS movie catalog software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement edit command

NaPs opened this issue · comments

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