mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-03 17:29:50 -06:00
Add URLs to plugins for better access and support
- Updated FileMonitor plugin URL to Discourse link - Updated LocalVisage plugin URL to Discourse link - Updated PlexSync plugin URL to Discourse link - Updated PythonDepManager plugin URL to Discourse link - Updated PythonToolsInstaller plugin URL to Discourse link - Updated RenameFile plugin URL to Discourse link - Updated SFW Switch plugin URL to Discourse link - Updated SecondaryPerformerImage plugin URL to Discourse link - Updated StashRandomButton plugin URL to Discourse link - Updated TPDBMarkers plugin URL to Discourse link - Updated ThumbPreviews plugin URL to Discourse link - Updated VideoBanner plugin URL to Discourse link - Updated VideoScrollWheel plugin URL to Discourse link - Updated additionalFilesDeleter plugin URL to Discourse link - Updated audio-transcodes plugin URL to Discourse link - Updated bulkImageScrape plugin URL to Discourse link - Updated chooseYourAdventurePlayer plugin URL to Discourse link - Updated cjCardTweaks plugin URL to Discourse link - Updated comicInfoExtractor plugin URL to Discourse link - Updated defaultDataForPath plugin URL to Discourse link - Updated dupeMarker plugin URL to Discourse link - Updated e621_tagger plugin URL to Discourse link - Updated externalLinksEnhanced plugin URL to Discourse link - Updated filenameParser plugin URL to Discourse link - Updated funscriptMarkers plugin URL to Discourse link - Updated hotCards plugin URL to Discourse link - Updated imageGalleryNavigation plugin URL to Discourse link - Updated image_date_from_metadata plugin URL to Discourse link - Updated markerDeleteButton plugin URL to Discourse link - Updated markerTagToScene plugin URL to Discourse link - Updated miscTags plugin URL to Discourse link - Updated nfoSceneParser plugin URL to Discourse link - Updated pathParser plugin URL to Discourse link - Updated performerStashboxUrlToID plugin URL to Discourse link - Updated sceneCoverCropper plugin URL to Discourse link - Updated scenePageRememberStates plugin URL to Discourse link - Updated setPerformersFromTags plugin URL to Discourse link - Updated setSceneCoverFromFile plugin URL to Discourse link - Updated starIdentifier plugin URL to Discourse link - Updated stashAI plugin URL to Discourse link - Updated stashAppAndroidTvCompanion plugin URL to Discourse link - Updated stashNotes plugin URL to Discourse link - Updated stashNotifications plugin URL to Discourse link - Updated stashdb-performer-gallery plugin URL to Discourse link - Updated stats plugin URL to Discourse link - Updated tagCopyPaste plugin URL to Discourse link - Updated tagGalleriesFromImages plugin URL to Discourse link - Updated tagImagesWithPerfTags plugin URL to Discourse link - Updated tagScenesWithPerfTags plugin URL to Discourse link - Updated themeSwitch plugin URL to Discourse link - Updated timestampTrade plugin URL to Discourse link - Updated titleFromFilename plugin URL to Discourse link - Updated untagRedundantTags plugin URL to Discourse link - Updated videoChapterMarkers plugin URL to Discourse link - Updated BlackHole theme URL to Discourse link - Updated ColorPalette theme URL to Discourse link - Updated Minimal theme URL to Discourse link - Updated ModernDark theme URL to Discourse link - Updated NeonDark theme URL to Discourse link - Updated Night theme URL to Discourse link - Updated Plex theme URL to Discourse link - Updated PornHub theme URL to Discourse link - Updated Pulsar theme URL to Discourse link - Updated PulsarLight theme URL to Discourse link - Updated RoundedYellow theme URL to Discourse link - Updated FansDB Submission Helper userscript URL to Discourse link - Updated StashDB Submission Helper userscript URL to Discourse link
This commit is contained in:
parent
a3dc1b9935
commit
43feb5909d
@ -1,6 +1,7 @@
|
||||
name: AIOverhaul
|
||||
description: AI Overhaul for Stash with a full plugin engine included to install and manage asynchronous stash plugins for AI or other purposes.
|
||||
version: 0.9.0
|
||||
url: https://discourse.stashapp.cc/t/aioverhaul/4847
|
||||
ui:
|
||||
javascript:
|
||||
- VersionInfo.js
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: AI Tagger
|
||||
description: Tag videos and Images with Locally hosted AI using Skier's Free and Patreon AI models
|
||||
version: 2.2
|
||||
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/AITagger
|
||||
url: https://discourse.stashapp.cc/t/ai-tagger/587
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/ai_tagger.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: "Adulttime Interactive Downloader"
|
||||
description: Download Interactive Files for Adulttime Scenes
|
||||
version: 0.1.2
|
||||
url: https://github.com/tooliload/StashAppCommunityScripts/tree/main/plugins/AdulttimeInteractiveDL
|
||||
url: https://discourse.stashapp.cc/t/adulttime-interactive-downloader/1327
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/AdulttimeInteractiveDL.py"
|
||||
|
||||
@ -1,20 +1,21 @@
|
||||
name: AudioPlayer
|
||||
description: Add an audio-only toggle button and support for audio files in the Stash player through hls transcoder.
|
||||
version: 0.3
|
||||
url: https://discourse.stashapp.cc/t/audioplayer/1328
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
javascript:
|
||||
- AudioPlayer.js
|
||||
css:
|
||||
- AudioPlayer.css
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
javascript:
|
||||
- AudioPlayer.js
|
||||
css:
|
||||
- AudioPlayer.css
|
||||
|
||||
settings:
|
||||
audioExtensions:
|
||||
displayName: Audio Extensions
|
||||
description: "Extensions to mach as audio files. Default: mp3, m4a"
|
||||
type: STRING
|
||||
useTag:
|
||||
displayName: Use Tag
|
||||
description: Use "Audio" tag instead of extensions.
|
||||
type: BOOLEAN
|
||||
audioExtensions:
|
||||
displayName: Audio Extensions
|
||||
description: "Extensions to mach as audio files. Default: mp3, m4a"
|
||||
type: STRING
|
||||
useTag:
|
||||
displayName: Use Tag
|
||||
description: Use "Audio" tag instead of extensions.
|
||||
type: BOOLEAN
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
name: AudioPlayerLite
|
||||
description: This plugin identifies files with no video codec and plays them as audio.
|
||||
version: 0.1
|
||||
url: https://discourse.stashapp.cc/t/audioplayerlite/1329
|
||||
ui:
|
||||
javascript:
|
||||
- AudioPlayerLite.js
|
||||
css:
|
||||
- AudioPlayerLite.css
|
||||
javascript:
|
||||
- AudioPlayerLite.js
|
||||
css:
|
||||
- AudioPlayerLite.css
|
||||
@ -2,6 +2,7 @@ name: Gallery Date Parser
|
||||
# requires: PythonDepManager
|
||||
description: Find date in path or filename and add it to the gallery
|
||||
version: 1.1.0
|
||||
url: https://discourse.stashapp.cc/t/gallery-date-parser/1330
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/date_parser.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: DupFileManager
|
||||
description: Manages duplicate files.
|
||||
version: 1.0.0
|
||||
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/DupFileManager
|
||||
url: https://discourse.stashapp.cc/t/dupfilemanager/1331
|
||||
ui:
|
||||
javascript:
|
||||
- DupFileManager.js
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Extra Performer Info
|
||||
description: add award info from wikidata
|
||||
version: 0.2
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/extra-performer-info/1332
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/extraPerformerInfo.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: FileMonitor
|
||||
description: Monitors the Stash library folders, and updates Stash if any changes occurs in the Stash library paths.
|
||||
version: 1.0.5
|
||||
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor
|
||||
url: https://discourse.stashapp.cc/t/filemonitor/1333
|
||||
ui:
|
||||
javascript:
|
||||
- filemonitor.js
|
||||
|
||||
@ -3,6 +3,7 @@ description: Local Performer Recognition plugin using DeepFace
|
||||
# requires: PythonDepManager
|
||||
# requires: stashUserscriptLibrary7dJx1qP
|
||||
version: 1.0.1
|
||||
url: https://discourse.stashapp.cc/t/local-visage/2478
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/LocalVisage.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Plex Sync
|
||||
description: Refresh Plex metadata when scene updated in Stash. Requires the StashPlexAgent.bundle agent.
|
||||
version: 0.1
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/plex-sync/1926
|
||||
exec:
|
||||
- python3
|
||||
- "{pluginDir}/PlexSync.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: PythonDepManager
|
||||
description: Manage Python dependencies for CommunityScripts
|
||||
version: 0.1.0
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/pythondepmanager/1801
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/flush.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: "Python Tools Installer"
|
||||
description: Download stashapp-tools for DockerEnv
|
||||
version: 0.1.2
|
||||
url: https://github.com/tooliload/StashAppCommunityScripts/tree/main/plugins/PythonToolsInstaller
|
||||
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/PythonToolsInstaller
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/PythonToolsInstaller.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: RenameFile
|
||||
description: Renames video (scene) file names when the user edits the [Title] field located in the scene [Edit] tab.
|
||||
version: 1.0.0
|
||||
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/RenameFile
|
||||
url: https://discourse.stashapp.cc/t/renamefile/1334
|
||||
ui:
|
||||
css:
|
||||
- renamefile.css
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: SFW Switch
|
||||
description: Add a button to blur covers and images.
|
||||
url: https://discourse.stashapp.cc/t/sfw-switch/4658
|
||||
version: 1.2
|
||||
url: https://discourse.stashapp.cc/t/sfw-switch/4658
|
||||
ui:
|
||||
javascript:
|
||||
- sfw.js
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Add secondary performer image
|
||||
description: Adds support for a secondary perfomrer image on the perform details page.
|
||||
url: https://github.com/stashapp/CommunityScripts
|
||||
version: 1.1
|
||||
url: https://discourse.stashapp.cc/t/add-secondary-performer-image/3996
|
||||
settings:
|
||||
imageMode:
|
||||
displayName: Image Mode
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: RandomButton
|
||||
description: Adds a button to quickly jump to a random scene, image, performer, studio, group, tag, or gallery, both on overview and internal entity pages.
|
||||
version: 2.0.1
|
||||
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/StashRandomButton
|
||||
url: https://discourse.stashapp.cc/t/randombutton/1809
|
||||
ui:
|
||||
requires: []
|
||||
javascript:
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: The Porn DB Markers
|
||||
description: Sync Markers from The Porn DB aka theporndb.net
|
||||
version: 0.4.3
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/the-porn-db-markers/1335
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/tpdbMarkers.py"
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
name: Thumbnail Previews
|
||||
description: Displays preview videos on thumbnail cards.
|
||||
version: 0.1
|
||||
url: https://discourse.stashapp.cc/t/thumbnail-previews/1947
|
||||
ui:
|
||||
javascript:
|
||||
- ThumbPreviews.js
|
||||
# You might need to require CommunityScriptsUILibrary if using csLib
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
@ -1,11 +1,11 @@
|
||||
name: Video Banner
|
||||
description: Displays random generated preview videos in the detail page banner.
|
||||
version: 0.1.1
|
||||
#url: https://github.com/your_repo # Replace with your plugin repository URL
|
||||
url: https://discourse.stashapp.cc/t/video-banner/1927
|
||||
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary # Ensure CommunityScriptsUILibrary is loaded before this plugin
|
||||
- CommunityScriptsUILibrary
|
||||
javascript:
|
||||
- VideoBanner.js
|
||||
|
||||
|
||||
@ -2,6 +2,7 @@ name: VideoScrollWheel
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: Adds functionality to change volume/time in scene video player by hovering over left/right side of player and scrolling with mouse scrollwheel. Scroll while hovering on left side to adjust volume, scroll on right side to skip forward/back.
|
||||
version: 0.4
|
||||
url: https://discourse.stashapp.cc/t/videoscrollwheel/1336
|
||||
settings:
|
||||
allowVolumeChange:
|
||||
displayName: Volume change via mouse wheel
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Addtional Files Deleter
|
||||
description: Deletes addtional files assosiated with an image or scene object. Which will usually have identical PHashes for scenes or Checksum for images. Unless is a scene manually merged. Apply ignore tag to scene/image object for plugin to bypass.
|
||||
version: 0.1
|
||||
url: https://discourse.stashapp.cc/t/addtional-files-deleter/1337
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/deleter.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: audio-transcodes
|
||||
description: Generate a transcode video from an audio file
|
||||
version: 0.2
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/audio-transcodes/1338
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/audio-transcodes.py"
|
||||
|
||||
@ -2,7 +2,7 @@ name: Bulk Image Scrape
|
||||
# requires: PythonDepManager
|
||||
description: Apply an image scraper to all images
|
||||
version: 0.3.3
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/bulk-image-scrape/1339
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/bulkImageScrape.py"
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
name: Choose Your Own Adventure Player (Backer)
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: Plugin to adapt Choose Your Own Adventure Games to the VideoJS player.
|
||||
version: 1.0.1
|
||||
# requires: CommunityScriptsUILibrary
|
||||
url: https://discourse.stashapp.cc/t/choose-your-own-adventure-player/1222
|
||||
settings:
|
||||
accessToken:
|
||||
displayName: Access Token
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
name: CJ's Card Tweaks.
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: Provides various tweaks for the Stash Cards.
|
||||
version: 1.1
|
||||
# requires: CommunityScriptsUILibrary
|
||||
url: https://discourse.stashapp.cc/t/cjs-card-tweaks/1342
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Comic Info Extractor
|
||||
description: Extract the metadata from cbz with the Comicrack standard (ComicInfo.xml)
|
||||
version: 0.1
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/comic-info-extractor/1372
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/comicInfoExtractor.py"
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
# example plugin config
|
||||
name: Default Data For Path
|
||||
description: Adds configured Tags, Performers and/or Studio to all newly scanned Scenes, Images and Galleries.
|
||||
url: https://github.com/stashapp/CommunityScripts
|
||||
version: 1.1
|
||||
url: https://discourse.stashapp.cc/t/default-data-for-path/1373
|
||||
exec:
|
||||
- defaultDataForPath.js
|
||||
interface: js
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Dupe Marker Detector
|
||||
description: Finds and marks duplicate markers
|
||||
version: 0.2
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/dupe-marker-detector/1375
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/dupeMarker.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: e621_tagger
|
||||
description: Finding images and videos on e621 and tagging them.
|
||||
version: 0.5
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/e621-tagger/1377
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/e621_tagger.py"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: External Links Enhanced
|
||||
description: Adds additional icons for external links.
|
||||
version: 1.2
|
||||
url: https://discourse.stashapp.cc/t/external-links-enhanced/584
|
||||
ui:
|
||||
javascript:
|
||||
- externalLinksEnhanced.js
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Filename parser
|
||||
description: Parses filename into studio, date, performers and title
|
||||
url:
|
||||
version: 0.1
|
||||
url: https://discourse.stashapp.cc/t/filename-parser/1378
|
||||
exec:
|
||||
- filenameParser.js
|
||||
interface: js
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Funscript Markers
|
||||
description: Create markers if there is a funscript with "chapters" included in the metadata of the script
|
||||
version: 0.1
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/funscript-markers/1379
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/funscriptMarkers.py"
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
name: Hot Cards
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: Adds custom styling to card elements that match a Tag ID or a Rating Threshold.
|
||||
version: 1.2.2
|
||||
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/hotCards
|
||||
# requires: CommunityScriptsUILibrary
|
||||
url: https://discourse.stashapp.cc/t/hot-cards/1380
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
|
||||
@ -2,6 +2,7 @@ name: imageGalleryNavigation
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: This plugin adds features for navigating between images within a Gallery from the Image details page.
|
||||
version: 0.3
|
||||
url: https://discourse.stashapp.cc/t/imagegallerynavigation/1857
|
||||
settings:
|
||||
enableTransform:
|
||||
displayName: Enable Zoom/Pan
|
||||
|
||||
@ -2,6 +2,7 @@ name: Image Date From Metadata
|
||||
# requires: PythonDepManager
|
||||
description: Find date in image or clip metadata
|
||||
version: 1.0.0
|
||||
url: https://discourse.stashapp.cc/t/image-date-from-metadata/2225
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/image_date_from_metadata.py"
|
||||
|
||||
@ -2,6 +2,7 @@ name: Marker Delete Button
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: Adds a delete button to entries on the Markers page and on the Scene page.
|
||||
version: 0.2
|
||||
url: https://discourse.stashapp.cc/t/marker-delete-button/1381
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
# example plugin config
|
||||
name: Scene Marker Tags to Scene
|
||||
description: Adds primary tag of Scene Marker to the Scene on marker create/update.
|
||||
url: https://github.com/stashapp/CommunityScripts
|
||||
version: 1.0
|
||||
url: https://discourse.stashapp.cc/t/scene-marker-tags-to-scene/1382
|
||||
exec:
|
||||
- markerTagToScene.js
|
||||
interface: js
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Misc Tags
|
||||
description: Add extra tags for VR and other ues
|
||||
version: 0.4.1
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/misc-tags/1383
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/miscTags.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: nfoSceneParser
|
||||
description: Fills scene data from NFO or filename pattern
|
||||
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/nfoSceneParser
|
||||
version: 1.5.0
|
||||
url: https://discourse.stashapp.cc/t/nfosceneparser/1385
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/nfoSceneParser.py"
|
||||
@ -16,4 +16,3 @@ tasks:
|
||||
description: Reload all scenes that have specific "marker" tag (see plugin's config.py)
|
||||
defaultArgs:
|
||||
mode: reload
|
||||
# Last Updated June 24, 2025
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# example plugin config
|
||||
name: Path Parser
|
||||
description: Updates scene info based on the file path.
|
||||
version: 1.0
|
||||
url: https://discourse.stashapp.cc/t/path-parser/1386
|
||||
exec:
|
||||
- pathParser.js
|
||||
interface: js
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Performer Stashbox Url to ID
|
||||
description: If the performer has a url for another stashbox add it as an id to the performer
|
||||
version: 0.3
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/performer-stashbox-url-to-id/2629
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/performerStashboxUrlToID.py"
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
name: Scene Cover Cropper
|
||||
description: Crop Scene Cover Images
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: Crop Scene Cover Images
|
||||
version: 1.0
|
||||
url: https://discourse.stashapp.cc/t/scene-cover-cropper/1388
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Scene Page Remember States
|
||||
description: Uses local storage to remember the state of the scene page detail panel nav bar and activate it on page load. Remembers collapse state of the divider.
|
||||
url:
|
||||
version: 0.2
|
||||
url: https://discourse.stashapp.cc/t/scene-page-remember-states/1389
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Set Performers From Tags
|
||||
description: Automatically sets performers in scenes and images based on tags.
|
||||
version: 1.0.0
|
||||
url: https://github.com/Torrafox/stash-community-scripts/tree/main/plugins/setPerformersFromTags
|
||||
url: https://discourse.stashapp.cc/t/set-performers-from-tags/1390
|
||||
exec:
|
||||
- setPerformersFromTags.js
|
||||
interface: js
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Set Scene Cover
|
||||
description: searches Stash for Scenes with a cover image in the same folder and sets the cover image in stash to that image
|
||||
version: 0.4
|
||||
url: https://github.com/stg-annon/CommunityScripts/tree/main/plugins/setSceneCoverFromFile
|
||||
url: https://discourse.stashapp.cc/t/set-scene-cover/1391
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/set_cover.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Star Identifier
|
||||
description: Use facial recognition to automatically identify who is in images or scene screenshots from the performers already in your Stash library.
|
||||
version: 1.0
|
||||
url: https://github.com/axxeman23/star_identifier
|
||||
url: https://discourse.stashapp.cc/t/star-identifier/3761
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/py_plugins/star_identifier.py"
|
||||
|
||||
@ -2,6 +2,7 @@ name: Stash AI
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: Add Tags or Markers to a video using AI
|
||||
version: 1.0.2
|
||||
url: https://discourse.stashapp.cc/t/stash-ai/1392
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: StashAppAndroidTV Companion
|
||||
description: A companion plugin for StashAppAndroidTV
|
||||
version: 0.0.1
|
||||
url: https://github.com/damontecres/StashAppAndroidTV-Companion
|
||||
url: https://discourse.stashapp.cc/t/stashappandroidtv-companion/1409
|
||||
|
||||
exec:
|
||||
- python
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Stash Notes
|
||||
description: Adds a button to the navigation bar which opens a small window for writing notes to your browser's local storage.
|
||||
version: 1.0
|
||||
url: https://discourse.stashapp.cc/t/stash-notes/1410
|
||||
ui:
|
||||
javascript:
|
||||
- stashNotes.js
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: StashNotifications
|
||||
description: Receive notifications about plugin and scraper changes.
|
||||
version: 1.1
|
||||
url: https://discourse.stashapp.cc/t/stashnotifications/870
|
||||
ui:
|
||||
javascript:
|
||||
- stashNotifications.js
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: stashdb performer gallery
|
||||
description: Automatically download performer images from stashdb or other stash-boxes. Add the [Stashbox Performer Gallery] tag to a performer and it will create a gallery of images from that stash-box database. Apply the tag [Set Profile Image] to an image to set it as the profile image of that performer. Note you will need to configure the download path and add this as a path under settings > library
|
||||
version: 0.2
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/stashdb-performer-gallery/1411
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/stashdb-performer-gallery.py"
|
||||
|
||||
@ -2,6 +2,7 @@ name: Extended Stats
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: Adds new stats to the stats page
|
||||
version: 1.1
|
||||
url: https://discourse.stashapp.cc/t/extended-stats/1412
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
|
||||
@ -2,6 +2,7 @@ name: tagCopyPaste
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: Adds Copy/Paste buttons to Tags field.
|
||||
version: 0.4
|
||||
url: https://discourse.stashapp.cc/t/tagcopypaste/1858
|
||||
settings:
|
||||
createIfNotExists:
|
||||
displayName: Create If Not Exists
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Tag galleries from images
|
||||
description: tags galleries with tags of contained images.
|
||||
version: 0.1
|
||||
url: https://discourse.stashapp.cc/t/tag-galleries-from-images/3904
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/tagGalleriesFromImages.py"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Tag Images From Performer Tags
|
||||
description: tags images with performer tags.
|
||||
version: 0.1
|
||||
url: https://discourse.stashapp.cc/t/tag-images-from-performer-tags/2059
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/tagImagesWithPerfTags.py"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Tag Scenes From Performer Tags
|
||||
description: tags scenes with performer tags.
|
||||
version: 0.2.3
|
||||
url: https://discourse.stashapp.cc/t/tag-scenes-from-performer-tags/1413
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/tagScenesWithPerfTags.py"
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
name: Theme Switch
|
||||
description: Theme and CSS script manager located in main menu bar top right.
|
||||
# requires: CommunityScriptsUILibrary
|
||||
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/themeSwitch
|
||||
description: Theme and CSS script manager located in main menu bar top right.
|
||||
version: 2.1.2
|
||||
url: https://discourse.stashapp.cc/t/theme-switch/1414
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Timestamp Trade
|
||||
description: Sync Markers with timestamp.trade, a new database for sharing markers.
|
||||
version: 0.8.2
|
||||
url: https://github.com/stashapp/CommunityScripts/
|
||||
url: https://discourse.stashapp.cc/t/timestamp-trade/1415
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/timestampTrade.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: titleFromFilename
|
||||
description: Set a scene's title from it's filename
|
||||
url: https://github.com/stashapp/CommunityScripts
|
||||
version: 1.2
|
||||
url: https://discourse.stashapp.cc/t/titlefromfilename/1519
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/titleFromFilename.py"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Remove redundant parent tags from tagged objects
|
||||
description: removes parent tags from objects if a more specific child tag is also present
|
||||
description: Removes parent tags from objects if a more specific child tag is also present
|
||||
version: 0.1
|
||||
url: https://discourse.stashapp.cc/t/remove-redundant-parent-tags-from-tagged-objects/3905
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/untagRedundantTags.py"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: Video Chapter Markers
|
||||
description: Create markers from chapter information embedded in video files
|
||||
version: 1.1
|
||||
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/videoChapterMarkers
|
||||
url: https://discourse.stashapp.cc/t/video-chapter-markers/1416
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/videoChapterMarkers.py"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - BlackHole
|
||||
description: BlackHole Theme for Stash by BViking78
|
||||
version: 2.0.0
|
||||
url: https://discourse.stashapp.cc/t/blackhole/1419
|
||||
ui:
|
||||
css:
|
||||
- Theme-BlackHole.css
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - colorPalette
|
||||
description: Based on the default theme, change the overall color of the page by setting the hue value. Make minor changes to the remaining styles.
|
||||
version: 0.1
|
||||
url: https://discourse.stashapp.cc/t/colorpalette/1420
|
||||
ui:
|
||||
requires:
|
||||
- CommunityScriptsUILibrary
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - Minimal
|
||||
description: Minimal Theme for Stash
|
||||
version: 0.2.8
|
||||
url: https://discourse.stashapp.cc/t/minimal/1421
|
||||
ui:
|
||||
css:
|
||||
- index.css
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - ModernDark
|
||||
description: ModernDark Theme for Stash by cj13
|
||||
version: 1.2
|
||||
url: https://discourse.stashapp.cc/t/moderndark/1423
|
||||
ui:
|
||||
css:
|
||||
- Theme-ModernDark.css
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - NeonDark
|
||||
description: NeonDark Theme for Stash by Dankonite
|
||||
version: 1.0
|
||||
url: https://discourse.stashapp.cc/t/neondark/1424
|
||||
ui:
|
||||
css:
|
||||
- Theme-NeonDark.css
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - Night
|
||||
description: Night Theme for Stash (unknown author)
|
||||
version: 0.1
|
||||
url: https://discourse.stashapp.cc/t/night/1425
|
||||
ui:
|
||||
css:
|
||||
- Theme-Night.css
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - Plex
|
||||
description: Plex Theme for Stash by Fidelio 2020
|
||||
version: 1.0.5
|
||||
url: https://discourse.stashapp.cc/t/plex/1426
|
||||
ui:
|
||||
css:
|
||||
- Theme-Plex.css
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - Pornhub
|
||||
description: PornHub Theme for Stash by neurokinin
|
||||
version: 1.0.1
|
||||
url: https://discourse.stashapp.cc/t/pornhub/1428
|
||||
ui:
|
||||
css:
|
||||
- Theme-PornHub.css
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - Pulsar
|
||||
description: Plex Theme for Stash by Fonzie 2020-21
|
||||
version: 1.8.1
|
||||
url: https://discourse.stashapp.cc/t/pulsar/1429
|
||||
ui:
|
||||
css:
|
||||
- Theme-Pulsar.css
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - PulsarLight
|
||||
description: Plex Theme for Stash by Fonzie 2021
|
||||
version: 0.3.1
|
||||
url: https://discourse.stashapp.cc/t/pulsarlight/1430
|
||||
ui:
|
||||
css:
|
||||
- Theme-PulsarLight.css
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
name: Theme - Rounded Yellow
|
||||
description: Theme with rounded corners and yellow accents
|
||||
version: 1.0
|
||||
url: https://discourse.stashapp.cc/t/rounded-yellow/1431
|
||||
ui:
|
||||
css:
|
||||
- Theme-RoundedYellow.css
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
// @match https://fansdb.cc/drafts/*
|
||||
// @match https://fansdb.cc/performers/*/edit
|
||||
// @match https://fansdb.cc/performers/add
|
||||
// @homepageURL https://github.com/stashapp/CommunityScripts/tree/main/userscripts/FansDB_Submission_Helper
|
||||
// @homepageURL https://discourse.stashapp.cc/t/fansdb-submission-helper/42
|
||||
// @downloadURL https://raw.githubusercontent.com/stashapp/CommunityScripts/main/userscripts/FansDB_Submission_Helper/fansdb_submission_helper.user.js
|
||||
// @updateURL https://raw.githubusercontent.com/stashapp/CommunityScripts/main/userscripts/FansDB_Submission_Helper/fansdb_submission_helper.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
// @match https://stashdb.org/drafts/*
|
||||
// @match https://stashdb.org/performers/*/edit
|
||||
// @match https://stashdb.org/performers/add
|
||||
// @homepageURL https://github.com/stashapp/CommunityScripts/tree/main/userscripts/StashDB_Submission_Helper
|
||||
// @homepageURL https://discourse.stashapp.cc/t/stashdb-submission-helper/1417
|
||||
// @downloadURL https://raw.githubusercontent.com/stashapp/CommunityScripts/main/userscripts/StashDB_Submission_Helper/stashdb_submission_helper.user.js
|
||||
// @updateURL https://raw.githubusercontent.com/stashapp/CommunityScripts/main/userscripts/StashDB_Submission_Helper/stashdb_submission_helper.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user