-
-
Notifications
You must be signed in to change notification settings - Fork 801
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] Mass-create studios? (or built-in solution?) #278
Comments
My homemade solution to this was to run a powershell script that accepted the name of the studio (one per line as suggested above.) and a possible image
example: {
"name": "18EIGHTEEN",
"checksum": "18EIGHTEEN"
}
into the section: "studios": [null]
If this can be programmed with a default picture, i can see how this would be much easier :) |
+1 for this idea.
Example: Autotag found 3 new studios that do not exist in your database
Check each applicable studio and click |
Updated OP for syntax highlighting and code blocks for readability. |
I'd really like to be able to drag + drop an image or images into an area of the "new" studios page, and have Stash automatically create the Studio. Since I have hundreds of Studios already created for PG, each with a 16x9 image associated, I'd like it to mimic PG and be able to just dump my existing studios in. Same with Performer. |
As a bump to this, aliases for studios could also work. If we could implement an abbrevation-list like this, it would save a lot of time/headaches; https://paste2.org/aGp2PnbD |
A lot of the mass creation stuff is going to likely be done through the API a hand full of times by the initial content submitters so I doubt that this will be a priority but I'll put it on the wants list. |
For anyone else looking for another option, I used this, feeding in studios.txt with one studio per line:
Seemed to work okay:
I also used this: |
Can probably be closed since Studio tagger was merged in #3510 |
Is your feature request related to a problem? Please describe.
Wondering if it would be possible to create multiple studios at once with one name per line or something. Otherwise it would be nice if we could compile a list of known studios that stash would ship with, and upon scanning it would see if the studio-name is somewhere in the filename/directory name and if so add it to said studio.
Describe the solution you'd like
Possibility to mass-create studios with one name/studio per line. Or ship Stash with a bunch of known studio-names that would allow stash to automatically add scenes to studios based on file/directory-names.
Describe alternatives you've considered
Maintaining a bunch of manual lists seems a bit cumbersome, probably better to have at least a standard-list embedded - with the ability to mass-add more if you want to, manually.
The text was updated successfully, but these errors were encountered: