-
Is it possible to automatically sort jsons into directories based on the id of the image? "directory": [
"images",
"\fE str(id // 5000 * 5000 + 5000)"
], |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
|
Beta Was this translation helpful? Give feedback.
-
There's now a |
Beta Was this translation helpful? Give feedback.
@Twi-Hard "fixed" in 1bdb0f7
This is not at all an optimal solution, but other options I could think of would either include ignoring certain
path-…
settings for metadata files or doing some major rewrites regarding path handling, so I went with this.