-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Combine artist names/sources? #6829
Comments
Directories and filenames can be adjusted via configuration file.
By default if no directory is specified, gallery-dl just set directory equal to the name of category (site). (this is from where separate folders/directories like /pixiv/, /fanfox/ etc emerge) Technically you can specify directory for each artist in configuration file using corresponding keywords:
If names are the same, it is not even necessary. Going to a grand scale user would need user-created replacement list (aliases list) for that. |
Easiest way: Collect and group those artist profile links in an input file, and then use the input file options to change their output destination etc. to whatever you like.. gallery-dl/gallery_dl/__init__.py Lines 384 to 412 in 3849b3f
|
Another way: symbolic links. Link the respective pixiv, fanbox, etc directories to the same general directory and all files will be downloaded into the general one. This might not be as simple on Windows, though.
|
Is it possible to combine multiple sources for the same artist into one group, instead of by social?
For example, I follow the same artist on pixiv, fanbox, and Tumblr. Sometimes they post different art to each one, and I would like to capture all of it. Unfortunately under the default directory convention this puts the art in 3 different locations, one under pixiv, one under fanbox, and one under Tumblr.
Is it possible to assign an alias or do something to somehow combine these to be under one directory of just "artist-name"? This would allow for easier viewing and duplication tracking.
The text was updated successfully, but these errors were encountered: