WalkerMx / AutoCrispy

Automatically apply AI Upscaling on Dumped Textures
GNU General Public License v3.0
100 stars 9 forks source link

Feature request: folder support #5

Closed fefo-dev closed 4 years ago

fefo-dev commented 4 years ago

As the backend support grows the folder where you run the application becomes a nasty mess of files, sometimes named the same. Dunno how hard it is, but allowing AutoCrispy to browse subfolders where you can set each one separatedly would be much better.

I think it can be done with generic folders? Even if not, you can add the names to the doc I guess, if it's a decent solution.

Thanks.

WalkerMx commented 4 years ago

This, I can do pretty easily - I think, I'll have AutoCrispy check each top-level directory in the folder it's executed from, and store the path if it finds a backend.

That should work out pretty good, and keeps the process seamless (no searching for files, or manually assigning file paths).

Thanks for the suggestion!

WalkerMx commented 4 years ago

This feature is complete, and will be included in the next release!