-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
How to tell LC to auto-clean ALL *.log files at exit? and cache content? #2058
Comments
I have no idea what is see https://github.com/mifi/lossless-cut/blob/master/issues.md#faq (Where is application data, settings and temp files stored?) so you should be able to delete that folder and the log will be gone too. If you have evidence that losslesscut writes files outside of that directory, then please elaborate. note that losslesscut is not a portable app so it has to write temporary files and config to the appData folder in order to function properly, see also #645 If you want this behaviour you could write a wrapper script. something like this (assuming MacOS):
#!/bin/bash
/path/to/LosslessCut
rm -rf ~/'Library/Application Support/LosslessCut' then |
Yes, I can delete such files manually. The problem is that I have to do it manually.
What would you call:
Yes, no problem. During running and processing LC can create as much files as it needs.
Yes, I can do that manually. But this feature should be a built-in part of LC. |
This is an unofficial version, not maintained by me. You will have to ask portableapps.com or their maintainer of the losslesscut portable version about it. the original LosslessCut is not a portable app. Cache files are needed for performance. Log files may be needed for debugging or other purposes. So I would have to implement an option in order to disable/enable auto deletion of these files. However considering that losslescut is not a portable app, I'm not sure I want the added code and maintenance that comes with that. |
The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first
Description
As I found out LC writes a lot of stuff to *.log files (especially in "shared_proto_db" subfolder).
I hate leaving tracks on the hard disk.
How can I tell LC to automatically clean all such *.log files (and cache content) at LC exit?
if this is currently NOT possible:
Can this feature be added in the next release?
Thank you
The text was updated successfully, but these errors were encountered: