Files
Axter-Stash/README.md
David Maisonave f0815c83b9 Update README.md
2024-08-13 20:55:22 -04:00

20 lines
1.1 KiB
Markdown

# Axter-Stash
Home of the following [Stash](https://github.com/stashapp/stash) plugins ([FileMonitor](https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor), [RenameFile](https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/RenameFile)).
This depository also contains [StashPluginHelper](https://github.com/David-Maisonave/Axter-Stash/tree/main/StashPluginHelper) which can be useful for other plugin developers.
# FileMonitor:
[FileMonitor](https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/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](https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/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.