From 1e74a8b09c18766d14fcaaabf3684f5bc5d284d0 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sat, 31 Aug 2024 21:38:20 -0400 Subject: [PATCH] Update README.md --- plugins/RenameFile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RenameFile/README.md b/plugins/RenameFile/README.md index fe92ea9..a1f654f 100644 --- a/plugins/RenameFile/README.md +++ b/plugins/RenameFile/README.md @@ -19,7 +19,7 @@ Optionally, the plugin can also append tags and performers to the file name if t - Open a scene (via Stash), and click on the [**Edit**] tab. Populate the [**Title**] field with the desired file name. - Note: Do **NOT** include the file folder name and do **NOT** include file extension. - After populating the Title field, click the save button. - - **Warning:** On Windows, if Stash or any other player is playing the video, the RenameFile plugin will get an access denied error if **handleExe** is not implemented. Use one of the following methods to avoid this error: + - **Warning:** On Windows, if Stash or any other player is playing the video, the RenameFile plugin will get an access denied error. Use one of the following two methods to avoid this error: - **Option#1:** Populate **handleExe** in renamefile_settings.py with the full path of handle.exe. RenameFile will use this program to close all opened file handles before renaming a file. See options section for more details. - **Option#2:** Refresh the browser for page playing the video before renaming the file via Title field. - After a few seconds, the file will get renamed and the screen will get updated with the new file name.