David Maisonave e3c1b759ba v1.1.2
- Moved link to [**Advance Duplicate File Menu**] to https://stash.axter.com/1.1.2/advance_options.html
  - This allows the Advance Menu to be accessed by Chrome, Edge and other Chrome based browsers which don't allow accessing local links from a non-local URL.
- Added additional warnings when detecting Chrome based browsers and when moving from non-local link to local link.
- Moved htmlReportPrefix field from the DupFileManager_report_config.py to DupFileManager_report_header.
  - This was needed because Python on Docker gives an error when using tripple quoted strings.
- Made advance_options.html HTML5 compliance.
- Added additional details returned by getLocalDupReportPath to include (IS_DOCKER, ReportUrl, AdvMenuUrl, apikey, & LocalDir).
2024-12-19 02:02:42 -05:00
2024-12-19 02:02:42 -05:00
2024-12-19 02:02:42 -05:00
2024-11-11 00:23:16 -05:00
2024-07-20 00:49:45 -04:00
2024-09-02 14:00:04 -04:00

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.

Description
Plugins for Stash (FileMonitor, RenameFile, & DupFileManager)
Readme 1.5 MiB
Languages
Python 72.9%
HTML 18.8%
JavaScript 6.4%
Batchfile 1.8%
CSS 0.1%