From 4ae5c2744bbe32dee41801b20177613d96b1f39c Mon Sep 17 00:00:00 2001 From: anonymous-ants <53803255+anonymous-ants@users.noreply.github.com> Date: Fri, 12 Sep 2025 19:06:47 -0700 Subject: [PATCH 1/2] Fix syntax error in tpdbMarkers.py --- plugins/TPDBMarkers/tpdbMarkers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TPDBMarkers/tpdbMarkers.py b/plugins/TPDBMarkers/tpdbMarkers.py index 0b3ddbf9..7673d403 100644 --- a/plugins/TPDBMarkers/tpdbMarkers.py +++ b/plugins/TPDBMarkers/tpdbMarkers.py @@ -47,7 +47,7 @@ def processScene(scene): marker["tags"].append(int(getTag("[TPDBMarker]"))) if settings["addTPDBMarkerTitle"]: - marker["title"] = f"[TPDBMarker] {m["title"]}" + marker["title"] = f'[TPDBMarker] {m["title"]}' markers.append(marker) From ac4673d6698cc7eb6bcfff58167b7628ff4bf60c Mon Sep 17 00:00:00 2001 From: anonymous-ants <53803255+anonymous-ants@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:45:28 -0700 Subject: [PATCH 2/2] Bump TPDBMarkers.yml hotfix version --- plugins/TPDBMarkers/TPDBMarkers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TPDBMarkers/TPDBMarkers.yml b/plugins/TPDBMarkers/TPDBMarkers.yml index cd608358..0169f98d 100644 --- a/plugins/TPDBMarkers/TPDBMarkers.yml +++ b/plugins/TPDBMarkers/TPDBMarkers.yml @@ -1,6 +1,6 @@ name: The Porn DB Markers description: Sync Markers from The Porn DB aka theporndb.net -version: 0.4.1 +version: 0.4.2 url: https://github.com/stashapp/CommunityScripts/ exec: - python