forked from Github/Axter-Stash
First draft 0.1
This commit is contained in:
14
plugins/RenameFile/README.md
Normal file
14
plugins/RenameFile/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# RenameFile:
|
||||
|
||||
### Requirements
|
||||
|
||||
`pip install stashapp-tools`
|
||||
`pip install pyYAML`
|
||||
|
||||
### Using RenameFile
|
||||
`*Note: Changes are made when a scene edit is saved.`
|
||||
Renames video (scene) file names when the user edits the [Title] field located in the scene [Edit] tab.
|
||||
The file is renamed after user clicks save button.
|
||||
Tags are appended to the file name if the tag does not already exist in the original file name.When you have installed the `RenameFile` plugin, hop into your plugins directory, RenameFile folder > open renamefile_settings.py with your favorite code/text editor and you'll see this:
|
||||
Features are configurable using the renamefile_settings.py.
|
||||
Note: On Windows OS, the file can not be renamed while it's playing. Refresh the URL to allow file release and rename.
|
||||
Reference in New Issue
Block a user