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

Support for config file #24

Closed KonradIT closed 1 year ago

KonradIT commented 1 year ago

Stored as ~/.mmt.yaml` or passed via CLI arg.

daktak commented 1 year ago

Started on config file for import.go

Have to set defaults later I think, and required flags behave differently..

https://github.com/daktak/mmt/tree/config-file

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

Done by @daktak https://github.com/KonradIT/mmt/pull/29