Skip to content

Commit 43feb59

Browse files
committed
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
1 parent a3dc1b9 commit 43feb59

File tree

75 files changed

+100
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+100
-69
lines changed

plugins/AIOverhaul/AIOverhaul.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: AIOverhaul
22
description: AI Overhaul for Stash with a full plugin engine included to install and manage asynchronous stash plugins for AI or other purposes.
33
version: 0.9.0
4+
url: https://discourse.stashapp.cc/t/aioverhaul/4847
45
ui:
56
javascript:
67
- VersionInfo.js

plugins/AITagger/ai_tagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: AI Tagger
22
description: Tag videos and Images with Locally hosted AI using Skier's Free and Patreon AI models
33
version: 2.2
4-
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/AITagger
4+
url: https://discourse.stashapp.cc/t/ai-tagger/587
55
exec:
66
- python
77
- "{pluginDir}/ai_tagger.py"

plugins/AdulttimeInteractiveDL/AdulttimeInteractiveDL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Adulttime Interactive Downloader"
22
description: Download Interactive Files for Adulttime Scenes
33
version: 0.1.2
4-
url: https://github.com/tooliload/StashAppCommunityScripts/tree/main/plugins/AdulttimeInteractiveDL
4+
url: https://discourse.stashapp.cc/t/adulttime-interactive-downloader/1327
55
exec:
66
- python
77
- "{pluginDir}/AdulttimeInteractiveDL.py"
Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
name: AudioPlayer
22
description: Add an audio-only toggle button and support for audio files in the Stash player through hls transcoder.
33
version: 0.3
4+
url: https://discourse.stashapp.cc/t/audioplayer/1328
45
ui:
5-
requires:
6-
- CommunityScriptsUILibrary
7-
javascript:
8-
- AudioPlayer.js
9-
css:
10-
- AudioPlayer.css
6+
requires:
7+
- CommunityScriptsUILibrary
8+
javascript:
9+
- AudioPlayer.js
10+
css:
11+
- AudioPlayer.css
1112

1213
settings:
13-
audioExtensions:
14-
displayName: Audio Extensions
15-
description: "Extensions to mach as audio files. Default: mp3, m4a"
16-
type: STRING
17-
useTag:
18-
displayName: Use Tag
19-
description: Use "Audio" tag instead of extensions.
20-
type: BOOLEAN
14+
audioExtensions:
15+
displayName: Audio Extensions
16+
description: "Extensions to mach as audio files. Default: mp3, m4a"
17+
type: STRING
18+
useTag:
19+
displayName: Use Tag
20+
description: Use "Audio" tag instead of extensions.
21+
type: BOOLEAN
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: AudioPlayerLite
22
description: This plugin identifies files with no video codec and plays them as audio.
33
version: 0.1
4+
url: https://discourse.stashapp.cc/t/audioplayerlite/1329
45
ui:
5-
javascript:
6-
- AudioPlayerLite.js
7-
css:
8-
- AudioPlayerLite.css
6+
javascript:
7+
- AudioPlayerLite.js
8+
css:
9+
- AudioPlayerLite.css

plugins/DateParser/date_parser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Gallery Date Parser
22
# requires: PythonDepManager
33
description: Find date in path or filename and add it to the gallery
44
version: 1.1.0
5+
url: https://discourse.stashapp.cc/t/gallery-date-parser/1330
56
exec:
67
- python
78
- "{pluginDir}/date_parser.py"

plugins/DupFileManager/DupFileManager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DupFileManager
22
description: Manages duplicate files.
33
version: 1.0.0
4-
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/DupFileManager
4+
url: https://discourse.stashapp.cc/t/dupfilemanager/1331
55
ui:
66
javascript:
77
- DupFileManager.js

plugins/ExtraPerformerInfo/extraPerformerInfo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Extra Performer Info
22
description: add award info from wikidata
33
version: 0.2
4-
url: https://github.com/stashapp/CommunityScripts/
4+
url: https://discourse.stashapp.cc/t/extra-performer-info/1332
55
exec:
66
- python
77
- "{pluginDir}/extraPerformerInfo.py"

plugins/FileMonitor/filemonitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: FileMonitor
22
description: Monitors the Stash library folders, and updates Stash if any changes occurs in the Stash library paths.
33
version: 1.0.5
4-
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor
4+
url: https://discourse.stashapp.cc/t/filemonitor/1333
55
ui:
66
javascript:
77
- filemonitor.js

plugins/LocalVisage/LocalVisage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: Local Performer Recognition plugin using DeepFace
33
# requires: PythonDepManager
44
# requires: stashUserscriptLibrary7dJx1qP
55
version: 1.0.1
6+
url: https://discourse.stashapp.cc/t/local-visage/2478
67
exec:
78
- python
89
- "{pluginDir}/LocalVisage.py"

0 commit comments

Comments
 (0)