KonradIT / mmt

Media Management Tool - make importing videos/photos from GoPro and other action cameras/drones a little bit more bearable.
http://mmt.camera
Apache License 2.0
108 stars 12 forks source link

Clarification on config usage #8

Closed psukys closed 1 year ago

psukys commented 2 years ago

from help string, mmt states:

      --config string   config file (default is $HOME/.mmt.yaml)

yet it's not entirely clear what the structure of config should be. Are there any guidelines for this?

KonradIT commented 1 year ago

This is leftover code from cobra, it'll be supported at some point, with most of the CLI args being there.

daktak commented 1 year ago

https://github.com/KonradIT/mmt/pull/29

parameter: value ie

camera: gopro
output: /home/user/Videos
input: 10.5.5.9
connection: connect
KonradIT commented 1 year ago

True, now the config file is supported.