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
109 stars 12 forks source link

Not all files from the GoPro SD card were imported #119

Open ANS-spb opened 1 year ago

ANS-spb commented 1 year ago

Not all files from the GoPro SD card were imported

Context:

Expected Behavior:

I have the SD card for the GoPro with 8 videos and 12 photos, connected via a card reader. I run mmt and expect all files from the card to be copied: ./mmt import -i /Volumes/Untitled -o /Volumes/HDD/GoPro/ -c gopro -x sd_card -s false -d yyyy-mm-dd --sort-by date

Current Behavior:

Only those files whose names contained numbers up to 200 were copied (6 videos and 6 photos). Files with the number 200 or higher in the name were not copied.

Logs / Screenshots:

2023-09-08_14-57

Maybe I'm doing something wrong?

ANS-spb commented 1 year ago

I tried to format the card and to record several new content. It was created with the numbers above 200 in the file names. When I launches mmt with the same flags, it says to me that no new files on the SD card. 2023-09-08_15-46

UPD. I built mmt from the development branch (commit 51a4268), the behavior was same one.

ANS-spb commented 1 year ago

I tried to import files again and it works... I didn't do anything else. But the photos taken today were not imported, this is strange.

2023-09-11_08-33

A few hours later, mmt saw and imported the missing files.

ANS-spb commented 1 year ago

UPD: Looks like I've found something. Files are imported if more than three hours have passed since their creation. Maybe this has something to do with my UTC+3 time zone?