5 Commits

Author SHA1 Message Date
Raghavan
862f16b20a
Fix trailing comma (#247)
* added .prettierrc.json
* modified:   .gitignore
* yarn run format
* fix check format workflow
2024-02-11 19:41:16 +11:00
Raghavan
228c294ffa
Workflow to check JS and PY code format (#242)
* fix css files
* create workflow
* format code using prettier
* black ignore 3rd party folder
* format py code using black
* black exclude option in workflow
* Don't format workflow files
* Add contributing instructions to readme
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2024-02-07 10:25:44 +11:00
alucicrazy
0b0a36630e
Update filenameParser.js to work with v0.24.3 2024-01-27 14:42:53 -03:00
alucicrazy
6fb95ada30
Add zip format to blocklist 2023-11-04 02:32:10 -03:00
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