Notice
If you are the author of this plugin, you can claim this topic by clicking > at the bottom of this post. Select Something Else as a reason and leave a comment explaining you want to claim the topic. Include a link to your git profile or pull request showing ownership of the plugin.
![]() |
Summary | Organise your PMV folder(s) based on Stash info. |
![]() |
Repository | https://github.com/S3L3CT3DLoves/stashPlugins/tree/main/plugins/folderSort |
![]() |
Source URL | https://s3l3ct3dloves.github.io/stashPlugins/stable/index.yml |
![]() |
Install | How to install a plugin? |
folderSort
Organise your PMV folder using data from Stash
Designed to keep all your PMVs in folders named based on the PMV Creator (Stash Studio)
Usage
The plugin is executed by pressing the button in the Task menu.
Once the plugin is done, Run a βScanβ in Stash to detect the changes.
Configuration
For now configuration is done directly in the code, Iβll add it in a separate file in the future
- NO_SPACES Removes space character from folder names
- SKIP_MULTI_FILES Required for now, until I decide if I will actually develop this feature
- USE_SUBFOLDERS If TRUE, the script will take into account Studio parent hierachy, and reproduce it in the folders
- REMOVE_EMPTY Remove empty folders after moving all files
- LOG_FILE Name of the log file, important for Dry Runs
- LOG_LEVEL To limit the amount of logs created, change it at your own risk