Patreon Pathing?
#6100
-
Hello I was trying to make my Patreon going into a "Patreon" Folder then just the root. Where would I put the at here is my code.
"patreon": {
"cookies": [
"firefox"
],
"filename": "{filename}.{extension}",
"directory": [
"{creator[full_name]}"
],
"files": [
"images",
"image_large",
"attachments",
"postfile",
"content"
],
"postprocessors": [
"content"
]
} |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Aug 29, 2024
Replies: 1 comment 2 replies
-
Add a "base-directory": "C:/path/to/Folder", |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Kuroo2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a
base-directory
entry that points to "Folder" to yourpatreon
settings: