gitgiggety 7f1b61be4d Add plugin which parses scene and gallery filenames on add (#16)
Add a plugin which tries to parse the names of scenes and galleries when
they're added / scanned. The primarily supported format is
`{studio}.{year}.{month}.{day}.{performer}.{performer}.{title}`. Studio
can optionally include ".com". Some "parts" are ignored like resolution,
some release group names etc. Performers can be separated by an optional
"and" which will be ignored as well. Performers are both searched based
on name and aliases, for which aliases are split based on `,` and `;`
and needs to result in an "exact" match meaning "First Last" won't match
a performer which name or alias is just "First". When there are multiple
matches (for example when filename is "first1.first2.last2" and multiple
performers having the "first1" alias) all matched performers will be
added.
2021-09-28 09:58:24 +10:00
2021-07-12 20:10:39 +10:00
2021-06-16 14:31:41 +10:00
2021-06-16 16:28:10 +10:00

CommunityPlugins

This repository contains plugin and utility scripts created by the Stash community.

To download a plugin, either clone the git repo, or download the files directly.

It is recommended that plugins are placed in their own subdirectory of your plugins directory. The plugins directory should be created as a subdirectory in the directory containing your config.yml file. This will be in $HOME/.stash by default.

When downloading directly click on the file you want and then make sure to click the raw button:

A list of plugins is maintained in PLUGINS-LIST.md.

Description
This is a public repository containing plugin and utility scripts created by the Stash Community.
Readme AGPL-3.0 14 MiB
Languages
JavaScript 55.9%
Python 24.8%
CSS 16.3%
HTML 2.9%