elodie icon indicating copy to clipboard operation
elodie copied to clipboard

Error when writing to mp4 files halts processing

Open Ramblurr opened this issue 9 years ago • 6 comments

On Linux (Fedora), elodie fails to write metadat to mp4 files. They were initially imported and renamed, but when I tried to update the location and date, it fails:

('{"source":"videos/2012-01-06_16-06-23-gopr0540.mp4",', '"error_msg":"Failed to update location"}')

I'll investigate more and post back more info.

Ramblurr avatar Mar 27 '16 13:03 Ramblurr

We use avmetareadwrite to update EXIF on audio and video files which isn't supported on Linux or Windows. See gh-62 for more details.

jmathai avatar Mar 27 '16 15:03 jmathai

Gotcha.

This bug halts elodie though, couldn't it continue processing and print out the errors that occurred at the end?

Ramblurr avatar Mar 27 '16 17:03 Ramblurr

We should continue processing. Reopening issue to output failure message instead of halting processing when it encounters this error.

jmathai avatar Mar 28 '16 06:03 jmathai

@Ramblurr I wanted to better understand the behavior you're seeing. Does this mainly apply when you are updating multiple files and it halts when it reaches an mp4 file?

jmathai avatar Apr 13 '16 06:04 jmathai

Exactly, yes. When doing updates it will exit on mp4 files.

Ramblurr avatar Apr 13 '16 08:04 Ramblurr

Thanks. I'm not sure why it's doing that but I will have a look.

jmathai avatar Apr 13 '16 21:04 jmathai