mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-19 22:44:11 -05:00
[plugins/miscTags] VRCompanionTags Not running (#541)
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ per_page = 100
|
||||
skip_tag = "[MiscTags: Skip]"
|
||||
|
||||
# Defaults if nothing has changed in the stash ui
|
||||
settings = {"addStashVrCompanionTags": False,
|
||||
settings = {"addStashVRCompanionTags": False,
|
||||
"addVRTags": False,
|
||||
"addSoloTags": True,
|
||||
"addThreesomeTags": True,
|
||||
@@ -53,7 +53,7 @@ def processScene(scene):
|
||||
if tags_cache[skip_tag] not in [x["id"] for x in scene["tags"]]:
|
||||
tags = []
|
||||
update = False
|
||||
if settings["addStashVrCompanionTags"]:
|
||||
if settings["addStashVRCompanionTags"]:
|
||||
processStashVRCompanionTags(scene, tags)
|
||||
log.debug(tags)
|
||||
if settings["addVRTags"]:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Misc Tags
|
||||
description: Add extra tags for VR and other ues
|
||||
version: 0.4
|
||||
version: 0.4.1
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
exec:
|
||||
- python
|
||||
|
||||
Reference in New Issue
Block a user