From 07f7c7b6d2e79f2e0ee3708f8390fa3f1658a44f Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sat, 20 Jul 2024 02:34:05 -0400 Subject: [PATCH] Update README.md --- plugins/RenameFilename/README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/plugins/RenameFilename/README.md b/plugins/RenameFilename/README.md index fd6f6b4..5e43550 100644 --- a/plugins/RenameFilename/README.md +++ b/plugins/RenameFilename/README.md @@ -22,12 +22,17 @@ Error: [WinError 32] The process cannot access the file because it is being used ` To avoid this error, refresh the URL before changing the Title field. - -### Installation - - - ### Requirements - `pip install stashapp-tools` `pip install pyYAML` + +### Installation +- Follow **Requirements** instructions. +- In the stash plugin directory (C:\Users\MyUserName\.stash\plugins), create a folder named **RenameFilename**. +- Copy all the plugin files to this folder.(**C:\Users\MyUserName\.stash\plugins\RenameFilename**). +- Restart Stash. + +That's it!!! + +### Options +To change options, see **renamefilename_settings.py** file. After making changes, go to http://localhost:9999/settings?tab=plugins, and click [Reload Plugins].