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

How to get artist name from gelbooru post? #5919

Closed
Fuwiz opened this issue Jul 31, 2024 · 2 comments
Closed

How to get artist name from gelbooru post? #5919

Fuwiz opened this issue Jul 31, 2024 · 2 comments

Comments

@Fuwiz
Copy link

Fuwiz commented Jul 31, 2024

I want to name my downloaded file like FILENAME (ARTIST_NAME) (ARTIST_ID). But when i search for this in --list-keywords (gallery-dl "POST_LINK" --list-keywords), all i found is only creator_id (123) or filename (as8dahd8sa7dasdy). But in "tags" last tag is creator name. How i can access to it to name my file with this tag when downloading?

@Fuwiz
Copy link
Author

Fuwiz commented Jul 31, 2024

#94 (comment)

its old post and i cant understand where is now extractor.*.tags and how to enable it

@Fuwiz
Copy link
Author

Fuwiz commented Jul 31, 2024

solved:
create config.json in appdata/roaming/gallery-dl
In this file print:
{
"extractor":
{
"gelbooru":
{
"tags": true
}
}
}

now can name file with "tags_artist"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants