Commit Graph

22 Commits

Author SHA1 Message Date
TheSinfulKing
a4ccb04af7 Add defaultDataForPath plugin (#53)
* Add defaultDataForPath plugin
2022-07-14 09:20:34 +10:00
Darklyter
d0c6a34914 Adding requested option to create collections from ALL scene tags (#47)
* Adding requested option to create collections from ALL scene tags
2022-07-14 09:17:33 +10:00
Belleyy
91b7bc5cf8 [renamerOnUpdate] Added On/Off Hook, more options (#45) 2022-06-23 00:32:18 +03:00
hphpanon
122e6ba539 [renamer] Don't count male performers if they're being ignored (#44) 2022-03-22 18:22:57 +02:00
hphpanon
3d191cd3fb [renamer] Enforce utf-8 encoding when opening FILE_DRYRUN_RESULT (#43) 2022-03-22 17:43:30 +02:00
DefinitelyNotSpicy
e91a3eb803 [renamerOnUpdate] Search recursively for parent studio template (#41) 2022-03-13 17:05:42 +02:00
Belleyy
3a321a06c9 [renamerOnUpdate] Fix studio_family (#39) 2022-02-06 22:22:07 +02:00
IAmKontrast
87785c9aae [renamerOnUpdate] Add scene rating and tags as fields + additional configurations (#26) 2022-01-23 17:13:10 +02:00
bill
15e13d9a84 [Plugin/renamer] Fix issue #37C 2022-01-21 13:09:41 +02:00
Belleyy
ce347a029c [renamerOnUpdate] Add option to ignore the Path Length reduction. (#23)
* Update renamerOnUpdate.py

* Update config.py

* Update renamerOnUpdate.yml
2022-01-16 10:08:27 +11:00
Belleyy
fe0f4d7256 Create renamer as Task Plugin (#21) 2022-01-16 10:05:48 +11:00
Belleyy
975d179d8b Update renamerOnUpdate (#20)
* Create config.py

* Update renamerOnUpdate.yml

* Update renamerOnUpdate.py

* Update README.md

* Update README.md

* Update config.py

* correct by Bnkai

* Update config.py

Also adding warning for unidecode module if non latin

* removing task

* removing task

* remove task from readme

* using len instead of removing 1 character

* Update renamerOnUpdate.py

* Update renamerOnUpdate.py

review by Bnkai
2021-11-03 09:15:27 +11:00
stg-annon
6f596350c4 Set cover from file (#19)
* init cover from file

* rm unnecessary fragments, source paths from stash cfg

* add override, and scan/set options
2021-11-01 12:42:56 +11:00
stg-annon
8b435ee758 init tagGraph (#22) 2021-11-01 12:42:08 +11:00
Belley
fd44b90da1 [Renamer Hook] Fix log exit (#13)
* Update renamerOnUpdate.py
* Update renamerOnUpdate.yml
* using with open()
2021-09-28 09:59:02 +10: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
Belley
8295fbfde7 Fix/Improve renamer plugin (#11)
* Update renamerOnUpdate.py
* Update renamerOnUpdate.yml
2021-08-26 10:12:05 +10:00
Belley
c7a9c2dcd3 [Plugin] Github scraper checker (#10)
* Update PLUGINS-LIST.md
* Create GHScraper_Checker.py
* Create GHScraper_Checker.yml
* Create log.py
* Update GHScraper_Checker.py

- No longer check only the last line of yml file.
- Only check yml file.
- Added a var to ignore the "File don't exist locally" (IGNORE_MISS_LOCAL)
- More accurate log.
2021-08-25 08:35:55 +10:00
Belley
8393fa74f6 [Renamer Hook] Adding Parent Studio as field (#9)
* Update renamerOnUpdate.py
* Update README.md
2021-07-12 20:11:12 +10:00
Belley
f35b7470ab Update renamerOnUpdate.py (#7) 2021-07-12 20:10:10 +10:00
WithoutPants
76280a8b43 Combine plugin directories (#4) 2021-06-23 09:49:49 +10:00
WithoutPants
1ed8a180fa Add markerTagToScene 2021-06-16 16:27:57 +10:00