Paul Friederichsen

Results 58 comments of Paul Friederichsen

I think the term "image" would be preferred over "photo". Also do you know what quality setting the jpeg encoding will use?

We need to consider how PNGs with transparency are handled. They shouldn't be converted to jpeg ever. This probably requires actually inspecting the image to see if it truly has...

Can you set the environment variable `DEBUG` to `*` when you run hyextract and provide the output. Looks like you're on Linux so ```sh DEBUG=* hyextract ``` should work. You...

Generally hyextract is not supported on remote machines. It relies on running on the same filesystem as the Hydrus client itself. More specifically, it imports files by requesting the client...

I suggest running hyextract on the same host as the Hydrus client which in your case would be in the docker container. Or if you can get the paths to...

Additionally I have been considering making hyextract directly get zips and POST files back to the client which would allow it to be more portable.

This likely means Hydrus can't access the temp directory hyextract has extracted the file to. Can you post your hyextract config here (censoring any sensitive info) or DM it to...

Are you running hyextract in the same docker container as Hydrus? Eg does Hydrus have access to `/tmp/hyextract`?

Uh why are you reinstalling it every hour? If you're using a docker container you really should just setup your own dockerfile, with the Hydrus one as the base, that...

@lazycatx64 I'm not sure what you're trying to say here. This issue is about a specific case where a zip has no files not about how to generally use the...