fileOptions defaults customization
Posted: 27 Jun 2023, 21:13
Hello and thank you for your amazing work.
I see in the automated/batch options, there is a way to set the file types to look for...
Is there a way, either by an .env variable or from the command line at invocation, to set the file types that aren't in a batch? (because I don't know the mount point off hand, or haven't decided where the export will be)
here's the idea:
So when photorec or qphotorec (i'm a sucker for the cleanUI) opens/starts, I still choose the source/destination, but the fileOptions are already set and I don't have to clear selection, scroll and select the proper types.
Thanks again for a great tool!
I see in the automated/batch options, there is a way to set the file types to look for...
Code: Select all
...fileopt,everything,disable,jpg,enable,gif,enable,...
here's the idea:
Code: Select all
(q)photorec -fileopt everything,disable,jpg,enable,mkv,enable,mp4,enable...
Thanks again for a great tool!