forked from Github/Axter-Stash
First draft 0.1
This commit is contained in:
22
plugins/RenameFile/renamefile.yml
Normal file
22
plugins/RenameFile/renamefile.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
name: RenameFile
|
||||
description: "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.
|
||||
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."
|
||||
version: 0.1
|
||||
url: https://github.com/David-Maisonave/Axter-Stash
|
||||
exec:
|
||||
- python
|
||||
- "{pluginDir}/renamefile.py"
|
||||
interface: raw
|
||||
hooks:
|
||||
- name: RenameFiles
|
||||
description: Renames scene files.
|
||||
triggeredBy:
|
||||
- Scene.Update.Post
|
||||
tasks:
|
||||
- name: Rename Files Task
|
||||
description: Renames scene files.
|
||||
defaultArgs:
|
||||
mode: rename_files_task
|
||||
Reference in New Issue
Block a user