Replies: 2 comments 8 replies
-
Some post processor like this maybe: {
"name": "metadata",
"mode": "modify",
"filter": "not is_downloadable",
"fields": {"is_original": "\fE False"}
} Although this is rather pointless as it basically copies the value from
It might be easier if I added a new metadata field for this. |
Beta Was this translation helpful? Give feedback.
-
A new metadata field would be good :) It would be very useful to keep track of what isn't full res. |
Beta Was this translation helpful? Give feedback.
-
For DeviantArt, how can I set the value of a new keyword to
false
if"is_downloadable": false,
is in the metadata? Or even better if the downloaded image isn't the original resolution in general. Since all future non-downloadable images won't be full res (unless if they're already really small I guess) I want to be sure which images I download aren't the original file by adding a key in the metadata of all new files to indicate this.Is this possible? I can never figure out these conditional things or things that need python unless if I copy/paste it from somebody else.
Thanks :)
By the way, if the keyword thing isn't possible then might there be an alternate solution?
Beta Was this translation helpful? Give feedback.
All reactions