| Summary | This script bulk imports performers into your system using a list of performer names from a text file. | |
| Repository | https://github.com/Serechops/Serechops-Stash/tree/main/plugins/bulkImportPerformers | |
| Source URL | https://serechops.github.io/Serechops-Stash/index.yml | |
| Install | How to install a plugin? |
Features
- Reads performer names from a text file.
- Checks if a performer already exists before creating a new one.
- Logs detailed information about the process, including successes and errors.
Requirements
pip install stashapp-tools
Usage
- Run the Task
Bulk Import Performersafter adding their names to theperformers.txt
[!note]
For any new additions to the list, you will have toReload Pluginsfor the script to see the updated list.
Example
Here is an example of what the performers.txt file should look like:
Vida Guerra
Kate Upton
Katy Perry
Jessica Alba
Troubleshooting
If you encounter any issues:
- Ensure your
config.pyfile has the correct API key and endpoint. - Ensure your
performers.txtfile is correctly formatted and located in the same directory as the script.