forked from Github/Axter-Stash
Added ChangeFileMonitor
This commit is contained in:
10
plugins/ChangeFileMonitor/changefilemonitor_settings.py
Normal file
10
plugins/ChangeFileMonitor/changefilemonitor_settings.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# Description: This is a Stash plugin which updates Stash if any changes occurs in the Stash library paths.
|
||||
# By David Maisonave (aka Axter) Jul-2024 (https://www.axter.com/)
|
||||
# Get the latest developers version from following link: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/ChangeFileMonitor
|
||||
# ChangeFileMonitor plugin main configuration options are available on the Stash GUI under Settings->Plugins->Plugins->[ChangeFileMonitor].
|
||||
# Most users should only use the GUI options.
|
||||
# The configuration options in this file are for advanced users ONLY!!!
|
||||
config = {
|
||||
# Place holder for future options
|
||||
"foofoo": True,
|
||||
}
|
||||
Reference in New Issue
Block a user