mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 01:52:30 -06:00
Fixed e621_tagger misassigned performers (#644)
This commit is contained in:
parent
5ceae0f710
commit
c3de80e75e
@ -163,7 +163,7 @@ def process_e621_post_for_item(
|
||||
|
||||
performer_ids = []
|
||||
for char in post_data.get("tags", {}).get("character", []):
|
||||
name = char.split("_(")[0]
|
||||
name = char
|
||||
perf = get_or_create_performer(stash, name)
|
||||
performer_ids.append(perf["id"])
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: e621_tagger
|
||||
description: Finding images and videos on e621 and tagging them.
|
||||
version: 0.4
|
||||
version: 0.5
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
exec:
|
||||
- python
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user