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

Feature Request: Add post text content to downloaded media #637

Open
spaghetti-ii opened this issue Nov 15, 2024 · 4 comments
Open

Feature Request: Add post text content to downloaded media #637

spaghetti-ii opened this issue Nov 15, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@spaghetti-ii
Copy link

Is there a way to add the text content from a post to the downloaded media? Either as a comment property to media or a separate text file, csv, or other format to associate back to the downloaded media?

@melithine melithine added the enhancement New feature or request label Nov 15, 2024
@melithine melithine changed the title Add post text content to downloaded media Feature Request: Add post text content to downloaded media Nov 15, 2024
@GneHeHe
Copy link

GneHeHe commented Nov 19, 2024

Indeed, storing the title and text associated to a given post (already indexed by post id in the associated database) would be a great addition. That would greatly help with the renaming stage of the different files.

@BingBongoDingo
Copy link

Not sure if i'm missing something here, but that text is already stored in the database files (user_data.db) right? And the requested feature would be to grab that text and either add it to the comment field of the files or a separate csv? I've been using "DB Browser for SQLite" to go thru that data when i need to, you can filter post_id and text and export that as a csv if you need. It would be nice to have this sort of functionality integrated tho. I'm admittedly a scrub, but I'll see if I can get something together to achieve that and/or the comment thing.

Unsusre if this is relevant, but if you're using stashapp then here is a script from ALonelyJuicebox which will import that metadata. I like stashapp as a means of organizing my stash and highly reccomend lol

@sim0n00ps
Copy link
Owner

This is something that I've seen asked for before and it's not actually a bad idea. I can probably have an option to do this but as someone has already mentioned you can use a SQLite DB viewer to see the data and export it to CSV etc

@GneHeHe
Copy link

GneHeHe commented Dec 16, 2024

Oh, you're all right; I was already using that Browser for SQLite tool, but only browsed the media tab instead of the post tab! Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants