Replies: 2 comments
-
There's currently no "clean" way of doing this. The best way should be checking for
I should probably implement a special value for |
Beta Was this translation helpful? Give feedback.
-
This has seemed reliable for putting deleted users in the user folder and groups in the group folder: "folder":
{
"directory":
{
"folder['owner'] == username and author['type'] == 'banned'":
[
"users",
"{author[username]}"
],
"parent['_extractor'].subcategory == 'stash'":
[
"groups",
"{parent[_username]}",
"{parent[folder][title]}",
"{author[username]}",
"stash"
],
"subcategory == 'group-folder'":
[
"groups",
"{folder[owner]}",
"{folder[title]}",
"{author[username]}"
],
"":
[
"error"
]
}
} Specifically the 1st and 3rd lines. Is it possible to merge the banned users part somehow so it doesn't skip those? |
Beta Was this translation helpful? Give feedback.
-
How do you skip deviantart groups with a command line argument? I have group set to true already.
Beta Was this translation helpful? Give feedback.
All reactions