Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom -run script without re-building the container? #39

Open
karan opened this issue Nov 16, 2020 · 2 comments
Open

Custom -run script without re-building the container? #39

karan opened this issue Nov 16, 2020 · 2 comments

Comments

@karan
Copy link

karan commented Nov 16, 2020

I'm wondering if you have ideas on how to run a custom script with -run without rebuilding the container. I mainly want to extend the current script to fix some exif data (which will require exiftool to be added to the container1), and to copy/move files to a different directory.

If it's a thing you expect others to want to do, maybe exiftool can be added to the container, and -run script path can be a env-var?

1: I'm noticing that some files have incomplete EXIF data (for eg, they have modified date, but not created - defaulting thus to file creation date). In those cases, I want to fix the timestamps.

@JakeWharton
Copy link
Owner

Sure I'd be happy to support that.

But also, ideally the container does any general-purpose EXIF fixing for everyone rather than requiring you to do anything manual.

@JakeWharton
Copy link
Owner

To answer your question specifically, though, that functionality does not exist today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants