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

Keeping temporary files #8

Closed
AntlerDM opened this issue Jan 27, 2024 · 4 comments
Closed

Keeping temporary files #8

AntlerDM opened this issue Jan 27, 2024 · 4 comments
Assignees

Comments

@AntlerDM
Copy link

Can the shell script run without deleting temporary files? Maybe a different 'mode' in the config json?

I am trying to understand the details of this and would like to look at the temp files to see how it works.

@nekno
Copy link
Owner

nekno commented Jan 31, 2024

I'll look into it, but it may not be that simple. The Platypus app that's used to bundle the scripts into an app doesn't make it easy to take input options, so I'd likely have to use another Apple Script dialog.

Since this is an unusual edge case, would you feel comfortable running the app from Terminal with a command-line option?

@nekno nekno self-assigned this Jan 31, 2024
@AntlerDM
Copy link
Author

That would be perfect. I'm using the command line, not the app.

@nekno nekno closed this as completed in 11b2fca Feb 20, 2024
@nekno
Copy link
Owner

nekno commented Feb 20, 2024

Hi @AntlerDM — I added support in v0.5.0 for a new --keep-files option that you can use to keep all the intermediate files generated during processing.

./DV7toDV8.sh --keep-files "~/Movies/Folder with MKVs"

@AntlerDM
Copy link
Author

Thanks very much.

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