Update README.md

This commit is contained in:
David Maisonave
2024-08-29 18:23:23 -04:00
committed by GitHub
parent 873e3f2425
commit 1e26ee505b

View File

@@ -4,10 +4,13 @@ RenameFile is a [Stash](https://github.com/stashapp/stash) plugin which performs
- **Append tag names** to file name - **Append tag names** to file name
- **Append Performer names** to file name - **Append Performer names** to file name
It allows users to rename the video (scene) file name by editing the [Title] field located in the scene [Edit] tab. Users can rename the file name by editing the **[Title]** field and then click **[Save]**.
In addition, the plugin optionally also appends tags and performers to the file name if the name does not already exist in the original file name.
Note: This script is **largely** based on the [Renamer](https://github.com/Serechops/Serechops-Stash/tree/main/plugins/Renamer) script. <img width="270" alt="RenameFileViaTitleUnderEditTab" src="https://github.com/user-attachments/assets/f27d0205-d4ed-44fb-9bb2-5b9a75cba2e0">
The [Title] field is located under the [Edit] tab.
Optionally, the plugin can also append tags and performers to the file name if the name does not already exist in the original file name.
### Using RenameFile ### Using RenameFile
- Open a scene (via Stash), and click on the [**Edit**] tab. Populate the [**Title**] field with the desired file name. - Open a scene (via Stash), and click on the [**Edit**] tab. Populate the [**Title**] field with the desired file name.
@@ -65,3 +68,6 @@ 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. 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.