Naming rules - ZayrexDev/ACGPicDownload GitHub Wiki
The naming rules are similar to the one in Add custom sources. What differs from which is that you don't have to give a extension name.
You can use {sometext$varname} to use values from the artwork (You can trun on Download full resultand check in the json file) to name the files and folders.
Here's some common values to use
| Name | Description |
|---|---|
| id | Artwork PID |
| title | Artwork title |
| p | Current page |
| pageCount | Total page |
| uploadDate | Upload date |
| userName | Author name |
| userId | Author UID |
Here's some examples:
| File naming rule | Multi page rule | Folder naming rule | Result |
|---|---|---|---|
| {$id}{_p$p} | Separated | {$id} | ![]() |
| {$id}{_p$p} | Together | None | ![]() |
| {PID-$id}{ by $userName}{-p$p} | Separated | {PID-$id}{ by $userName} | ![]() |


