From 672afcc9845a8577189c5a061fde1b822254ab42 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:54:57 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e392b78..9bcd413 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Axter-Stash Home of the following [Stash](https://github.com/stashapp/stash) plugins ([FileMonitor](https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor), [RenameFile](https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/RenameFile)) +This depository also contains [StashPluginHelper](https://github.com/David-Maisonave/Axter-Stash/tree/main/StashPluginHelper) which can be useful for other plugin developers. # FileMonitor: [FileMonitor](https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor) is a Stash plugin with the following two main features: @@ -12,3 +13,6 @@ Home of the following [Stash](https://github.com/stashapp/stash) plugins ([FileM - **Rename Scene File Name** (On-The-Fly) - **Append tag names** to file name - **Append Performer names** to file name + +# StashPluginHelper: +**StashPluginHelper** extends the StashInterface class for plugins.