You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below is generally to anyone that can help. Thanks to Mikf for your previous work.
My apologies. after Mikf responded, I fell sick and didn't have the energy to follow-up on the previous posted question and his reply. Better now. Not a high priority, but when/if anyone familiar w/ how-to, might have time... Humbly, any advice is appreciated from anyone.
Copied from original query:
PROBLEM:
Sorry to bother, but am confused over how to properly implement 6693ae1 stemming from #6383.
I attempted to enter into my .bat & .conf some semblance of what I gleaned from the above (a very incomplete job), and "think it should(?)" result in some type of .txt file as an output - alongside the .jpg/.png/.mp4(??). Currently I get no .txt file. I understand I'm missing something (sad face). If you could point out what/where my .bat / .conf are lacking, I'd appreciate it.
Mikf had responded w/ the following:
You need a metadata post processor to write metadata to disk. The simplest way would be to use --write-metadata or "postprocessors": "metadata", but that writes all metadata to a .json file.
To be a bit more specific with what data to write, use something like
VERY unsure of my use of --o metadata=1 in the .bat, below.
--o metadata=1 "works" at the moment as long as gallery-dl does not have another command-line option starting with o, but it really should be either -o metadata=1 (one -) or --option metadata=1
Thanks for the above Mikf. I tried to figure out the how/where of the postprocessors but just a bunch of fails on my end. Trying the simplest integration, "at best" I was generating empty json files., "At worst," trying something else was getting no txt files whatsoever. Of the latter options, I preferred --option metadata=1 in my bat, so my conf is really lacking. I copy/pasted the original conf rather than the broken copy, something I know doesn't work.
If not asking too much, I don't suppose someone could "plug-and'play" w/ my below conf and the above postprocessors? I obviously have no idea where it properly goes.
The below is generally to anyone that can help. Thanks to Mikf for your previous work.
My apologies. after Mikf responded, I fell sick and didn't have the energy to follow-up on the previous posted question and his reply. Better now. Not a high priority, but when/if anyone familiar w/ how-to, might have time... Humbly, any advice is appreciated from anyone.
Copied from original query:
Mikf had responded w/ the following:
Thanks for the above Mikf. I tried to figure out the how/where of the
postprocessors
but just a bunch of fails on my end. Trying the simplest integration, "at best" I was generating empty json files., "At worst," trying something else was getting no txt files whatsoever. Of the latter options, I preferred--option metadata=1
in my bat, so my conf is really lacking. I copy/pasted the original conf rather than the broken copy, something I know doesn't work.If not asking too much, I don't suppose someone could "plug-and'play" w/ my below
conf
and the abovepostprocessors
? I obviously have no idea where it properly goes.bat
conf
The text was updated successfully, but these errors were encountered: