Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.5.1 - logLinks "content" functionality & how to retroactively process logs without re-downloading? #129

Open
kauffy opened this issue Feb 10, 2024 · 6 comments
Labels
🤖 User Experience Clarifications, explanations, misunderstandings, user errors.

Comments

@kauffy
Copy link

kauffy commented Feb 10, 2024

The prompt pull appears to be working, but the content of the prompt file is merely an LF and then the actual text {{embedDesc}}.

@get-got
Copy link
Owner

get-got commented Feb 10, 2024

Can you try {{msgContent}} to see if it's parsing the data keys at all?

If it can parse that, the only reason it would fail to parse {{embedDesc}} is if it thinks there's 0 embeds attached to the message.

image

@kauffy
Copy link
Author

kauffy commented Feb 11, 2024

Yes! That does put the content into the .prompt file.

Though, it is not grabbing .prompts for any existing images.

@get-got
Copy link
Owner

get-got commented Feb 12, 2024

It would only log upon a file download, so you would need to do "save": false, and "savePossibleDuplicates": true, to ignore database checking, should work with both of those.

As for embedDesc being blank, send a screenshot of how these look in Discord. Midjourney is likely not putting the prompt in the embed description but rather in the field table.

@kauffy
Copy link
Author

kauffy commented Feb 12, 2024

If I do the save: false/savePD: true setting, it won't attempt to re-download the images? I have about 10K in one folder alone-- they've been downloaded a few times.

Here's one. This image had not been downloaded yet (DDG seemed to be ignore some recent files), but DDG pulled it, and its prompt, down.
image

@get-got
Copy link
Owner

get-got commented Feb 20, 2024

@kauffy "save": false, completely prevents writing media files for that specific configuration group, "savePossibleDuplicates": true, ignores database checking. That should allow you to do whatever, ignoring database entries and not actually saving the files. It should still log as though they're being downloaded, they're just never written to the destination. This example you've given would use {{msgContent}} for prompt grabbing.

@get-got get-got changed the title 2.5.0 - logLinks' "content" value {{embedDesc}} does not expand in the .prompt file 2.5.1 - logLinks "content" functionality & how to retroactively process logs without re-downloading? Feb 20, 2024
@get-got get-got added the 🤖 User Experience Clarifications, explanations, misunderstandings, user errors. label Feb 20, 2024
@kauffy
Copy link
Author

kauffy commented Feb 23, 2024

Well, something strange is happening-- that particular channel, she is STILL the last picture that was downloaded. I moved the channel id to the front of the list, but it still seems to be ignored.
The last file saved of any kind in that channel's folder is from Feb. 15, though that may have been manual. The last .prompt file is from Feb. 12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 User Experience Clarifications, explanations, misunderstandings, user errors.
Projects
None yet
Development

No branches or pull requests

2 participants