Commit Graph

25 Commits

Author SHA1 Message Date
bnkai
bed26ebf4d [Plugin/renamer] Fix issue #37 2022-01-21 13:22:18 +02:00
bill
15e13d9a84 [Plugin/renamer] Fix issue #37C 2022-01-21 13:09:41 +02:00
stg-annon
e3584bdc16 Update tagGraph plugin to Script (#32)
* init tagGraph

* Update tagGraph plugin to Script

removes tagGraph as a plugin and instead runs as a script allowing it to work on remote and Docker instances

-need for use of sqlite to fetch graph data
+minimal documentation
+stash like theme to graph
2022-01-16 10:09:33 +11:00
Belleyy
d604870917 Update Stash_Sqlite_Renamer.py (#31) 2022-01-16 10:08:41 +11: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
Darklyter
52cc6cbfc2 Initial commit of Plex metadata agent to pull Stash data (#15)
Full bundle is included, put into "3rd party' directory to segment from Stash based scripts
2021-09-28 09:59:41 +10: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
dd28704f74 [Script] Rework Renamer (#8)
* Update Stash_Sqlite_Renamer.py
* Update README.md
2021-07-12 20:10:39 +10:00
Belley
f35b7470ab Update renamerOnUpdate.py (#7) 2021-07-12 20:10:10 +10:00
WithoutPants
08ed338414 Kodi nfo and strm file generator (#5) 2021-07-02 09:25:10 +10:00
WithoutPants
76280a8b43 Combine plugin directories (#4) 2021-06-23 09:49:49 +10:00
Belley
a4713042e5 [Scripts] SQLite Renamer (#2) 2021-06-23 09:42:36 +10:00
Belley
30aa8cb8ce [Hook Plugins] Scene.Update - Renamer (#3) 2021-06-23 09:41:44 +10:00
WithoutPants
b94fd725ed Merge pull request #1 from WithoutPants/markerTagToScene
Marker tag to scene
2021-06-16 20:23:01 +10:00
WithoutPants
d2bf163c6e Add initial documentation 2021-06-16 16:28:10 +10:00
WithoutPants
1ed8a180fa Add markerTagToScene 2021-06-16 16:27:57 +10:00
WithoutPants
91a7eb0c84 Initial commit 2021-06-16 14:31:41 +10:00