Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.23 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.23 KB

Axter-Stash

Home of the following Stash plugins (FileMonitor, RenameFile, and DupFileManager).

This depository also contains StashPluginHelper which can be useful for other plugin developers.

FileMonitor:

FileMonitor is a Stash plugin with the following two main features:

  • Updates Stash when any file changes occurs in the Stash library.
  • Task Scheduler: Runs scheduled task based on the scheduler configuration in filemonitor_config.py.

RenameFile:

RenameFile is a Stash plugin which performs the following tasks.

  • Rename Scene File Name (On-The-Fly)
  • Append tag names to file name
  • Append Performer names to file name

StashPluginHelper:

StashPluginHelper extends the StashInterface class for plugins.