-
Not sure if this is possible with gallery-dl, been messing around and reviewing the documentation and can't seem to figure it out. Basically, I want the tags to be saved to the image data so if I use something like XnView I can just search by a tag. I found out how to save the tag data to a text file but that doesn't help much unfortunately. I know I could use something like exiftool to merge the text file to the image, but ideally gallery-dl will just handle this all by itself. This is my current pixiv config:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It is certainly possible, but you'll have to use external tools with an |
Beta Was this translation helpful? Give feedback.
-
Ended up getting it working, just not within gallery-dl exclusively. I have a .bat file to run gallery-dl, and after that's done it runs a powershell script to write the text file of tags to the XMP Subject and IPTC Keyword fields. In case it helps anyone else, this is the powershell script I'm using:
|
Beta Was this translation helpful? Give feedback.
It is certainly possible, but you'll have to use external tools with an
exec
post processor.There is no builtin functionality to add tags to downloaded files.