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
106 stars 11 forks source link

Don't mark files that already exist as an error #96

Closed nicolinux closed 1 year ago

nicolinux commented 1 year ago

Like the title says. If files are imported for the second time this should be a warning not an error. An error should be printed if files could not be read or if the import fails.

KonradIT commented 1 year ago

Will be fixed with https://github.com/KonradIT/mmt/issues/88 It won't import it it the name is already present and the hash sum matches. If the hash sum doesn't match then the file will be overwritten.