KJNeko / Atlas

A replacement program written in c++ to replace Game-List (f95zone game manager)
GNU General Public License v3.0
18 stars 3 forks source link

add more built in autofill from path schemes #118

Open CuddleBear92 opened 1 year ago

CuddleBear92 commented 1 year ago

add more built in autofill from path schemes for more decent setups. the text input field here should have a dropdown where the saved ones are listed and easily selectable.

image

Two setups would be pulling the data after how F95 names their threads. with or without category tags.

take this thread for example: https://f95zone.to/threads/35910/

Some users could have named folders after the title manually like this: WVM [S2 Ch. 1 Ep. 11 B1] [Braindrop] {title} [{version}] [{creator}]

And others might use JDownloader2 and it will automatically name it like this: VN - Ren'Py - WVM [S2 Ch. 1 Ep. 11 B1] [Braindrop]

(note, the JD2 example requires the users to turn off the package/filename cleaning that removes underscores and periods.)

Maybe some custom settings in JD2 can help that last one to look like the other example. Or we could have a regex that clears out parts of string parsed like that starting part with the tags.