emukidid / cleanrip

Disc Backup Tool for GC/Wii Discs
GNU General Public License v2.0
300 stars 35 forks source link

Persistent settings #86

Open InternalLoss opened 2 years ago

InternalLoss commented 2 years ago

When using a NTFS USB flash drive, I have to change the max size and new device options every time I launch the app - it does now remember the settings during a session which is useful but I can't see many people needing to change device when dumping to NTFS. A way to permanently save these settings to my SD card as an INI or similar may be nice :)

boldandbrad commented 2 years ago

A useful persistent setting to have might be output directory so that the rips don't just all get plopped in the root of the SD card/USB drive. I'd like to set cleanrip to dump into rips/ or roms/ or something and have it remember that.

Another option is if settings.ini or the equivalent was stored at cleanrip/settings.ini, then rips could go into the cleanrip folder by default.