Add community forum links

This commit is contained in:
DogmaDragon
2026-04-05 11:45:08 +03:00
parent aa06f6f991
commit c512db2c04
4 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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"