Jaisen Mathai
Jaisen Mathai
@sndrsk The GUI bundles all of the command line code using pyinstaller and it's contained in the `.app` bundle.
@NEprod No fix for the GUI app. The command line should not have any errors. If you're seeing errors by using the command line then please open a new issue...
Thanks @baffo. I've labeled this as a bug. I can't think of any circumstances under which Elodie should delete a file it can't properly process.
The source files should never be modified. It looks like that is not the case when using `--album-from-folder`. We call `set_album` on the source file but I need to see...
@ibizaman that should _fix_ your problem but I'm leaving this open because `--album-from-folder` shouldn't behave this way.
> What do you think of this? Definitely think it's a great idea. Can you explain in more detail how it would work?
You mainly see that happening in the `write` and `create` methods? Besides identifying which operations should be ignored it seems quite doable. I can create a branch to develop this...
@ibizaman I pushed a branch `gh-35-fs-sync` that I'll keep rebased with `master` for this work.
@ibizaman sounds good. You can keep a PR open and push commits as they come available. I'll make sure that the @travisci and @scrutinizer jobs are hooked into this branch...
I don't have a huge opinion on this. Though staying on debian seems to be a safe bet :). Mind submitting a PR with a merged Dockerfile?