crouvpony47 / furdown

A mass download tool for FurAffinity written in C#
MIT License
75 stars 7 forks source link

Downloading folder options #25

Closed Callingerio closed 3 years ago

Callingerio commented 3 years ago

Is there a way to change how the files are organized? I would like them to all go into a single folder without being put in individual artist folder.

crouvpony47 commented 3 years ago

Yes, you can change the directory structure by modifying the filename templates. Note the backslash in the default ones: %ARTIST%%SCRAPS%\%SUBMID%.%FILEPART% To make everything be in one folder, just replace \ with, say, -. If you want the names to match (for the most part) original ones, use %FILEID%.%FILEPART%

Callingerio commented 3 years ago

It worked! Thanks a ton! Sorry for the belated response still a little new to this site.