mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-28 17:47:44 -05:00
Update stashdb-performer-gallery.py
Bugfix, create a .nogallery file in the directory so the built in gallery does not get created.
This commit is contained in:
@@ -43,6 +43,8 @@ def processPerformers():
|
||||
def processPerformer( performer):
|
||||
dir=Path(settings['path']) / performer['id']
|
||||
dir.mkdir(parents=True, exist_ok=True)
|
||||
nogallery=dir / '.nogallery'
|
||||
nogallery.touch()
|
||||
for sid in performer['stash_ids']:
|
||||
log.debug(sid)
|
||||
processPerformerStashid(sid['endpoint'],sid['stash_id'],performer)
|
||||
|
||||
Reference in New Issue
Block a user