diff --git a/plugins/ImageBlackout/README.md b/plugins/ImageBlackout/README.md index bd4e598..edb8d9a 100644 --- a/plugins/ImageBlackout/README.md +++ b/plugins/ImageBlackout/README.md @@ -1,5 +1,7 @@ # Image Blackout (100% Work Safe) +https://discourse.stashapp.cc/t/image-blackout-100-work-safe/6557 + Simple toggle button in the navbar that completely hides all images, videos, hover previews, scrubber sprites, and AI tagger images. Click 🖼️ to turn black-out on/off. diff --git a/plugins/ImageBlackout/image-blackout.yml b/plugins/ImageBlackout/image-blackout.yml index b672362..1ef2efe 100644 --- a/plugins/ImageBlackout/image-blackout.yml +++ b/plugins/ImageBlackout/image-blackout.yml @@ -1,6 +1,7 @@ name: Image Blackout (100% Work Safe) description: Toggle button to completely hide all images, videos, hovers, scrubber sprites, tags, and AI previews version: 1.0 +url: https://discourse.stashapp.cc/t/image-blackout-100-work-safe/6557 ui: javascript: - image-blackout.js diff --git a/plugins/scene-to-imageclip/README.md b/plugins/scene-to-imageclip/README.md index 60dff71..1b9b6db 100644 --- a/plugins/scene-to-imageclip/README.md +++ b/plugins/scene-to-imageclip/README.md @@ -1,5 +1,7 @@ # Scene to ImageClip Converter +https://discourse.stashapp.cc/t/scene-to-imageclip-converter/6558 + Turn tagged scenes into Stash image clips — the looping, zoomable kind — by renaming their files to `.vclip` and migrating metadata automatically. ## How it works diff --git a/plugins/scene-to-imageclip/scene-to-imageclip.yml b/plugins/scene-to-imageclip/scene-to-imageclip.yml index d2c2ba4..90caddb 100644 --- a/plugins/scene-to-imageclip/scene-to-imageclip.yml +++ b/plugins/scene-to-imageclip/scene-to-imageclip.yml @@ -1,7 +1,7 @@ name: Scene to ImageClip Converter description: Converts scenes tagged 'imageclip' into Stash image clips by normalizing tag variants and renaming files to use the .vclip extension. version: "1.1" -url: "" +url: https://discourse.stashapp.cc/t/scene-to-imageclip-converter/6558 exec: - python3 - "{pluginDir}/scene_to_imageclip.py"