From 803718f281fcd0bca913652d67ddccead3e6e899 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:09:19 -0400 Subject: [PATCH] Update README.md --- plugins/RenameFile/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/RenameFile/README.md b/plugins/RenameFile/README.md index fd9f929..1c8b59e 100644 --- a/plugins/RenameFile/README.md +++ b/plugins/RenameFile/README.md @@ -20,7 +20,7 @@ Optionally, the plugin can also append tags and performers to the file name if t - Note: Do **NOT** include the file folder name and do **NOT** include file extension. - After populating the Title field, click the save button. - After a few seconds, the file will get renamed and the screen will get updated with the new file name. -- The append tags and perfomers option is disable by default. To enable these options go to the Settings->Plugins->Plugins->[RenameFile] field options, and enable the associated field. +- The append tags and performers option is disable by default. To enable these options go to the Settings->Plugins->Plugins->[RenameFile] field options, and enable the associated field. - When [Append Tags] is enabled, by default tag names are appended to the file name only if the tags do not exist in the original name. Same applies to [Append Performers] option. - Since this plugin is largely based on the [Renamer](https://github.com/Serechops/Serechops-Stash/tree/main/plugins/Renamer) plugin, it inherited some of its features, like being able to include any of the following fields when auto-renaming is executed: - studio, performers, date, height, video_codec, frame_rate @@ -61,7 +61,7 @@ That's it!!! ### Options - Main options are accessible in the GUI via Settings->Plugins->Plugins->[RenameFile]. -- Advanced options are avialable in the **renamefile_settings.py** file. After making changes, go to http://localhost:9999/settings?tab=plugins, and click [Reload Plugins]. +- Advanced options are available in the **renamefile_settings.py** file. After making changes, go to http://localhost:9999/settings?tab=plugins, and click [Reload Plugins]. ## Bugs and Feature Request Please use the following link to report RenameFile bugs: @@ -72,5 +72,3 @@ Please use the following link to report RenameFile Feature Request:[RenameFile F Please do **NOT** use the feature request to include any problems associated with errors. Instead use the bug report for error issues. **Note:** This script is **largely** based on the [Renamer](https://github.com/Serechops/Serechops-Stash/tree/main/plugins/Renamer) script. - -