Jaisen Mathai
Jaisen Mathai
Hi @rkr-kununu, Yes --- extending the plugin framework is inline with how I'd like to add functionality which doesn't belong in the core code. I'm not sure how much of...
Thanks for the feedback. The verify command returning non-zero makes a lot of sense. Can you create a pull request and make sure to add a test ([here's an example...
Great. If you have questions then let me know. I could always open a PR with tests against your branch.
This looks good. Can you cherry pick the commits from #370 into this branch so we can combine them into a single PR?
You should be able to get close by having the following in `~/.elodie/config.ini`. I will leave this open since there seems to be a bug that causes it to not...
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.
We should continue processing. Reopening issue to output failure message instead of halting processing when it encounters this error.
@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?
Thanks. I'm not sure why it's doing that but I will have a look.
Sounds like what you want is an `--overwrite` option which would let you avoid overwriting a file at the exact same location and decide how you want to handle that...