Commit Graph

306 Commits

Author SHA1 Message Date
leadwolfx
f3ee199ee9 [pHashDuplicateTagger] fix compare_encoding return value (#294)
* [PDT] fix compare_encoding return value

return the better object

* [PDT] bump version
2024-06-02 17:14:50 +03:00
HornyLupus
25ce987367 Update renamer script for new db schema (#283)
* Update renamer for new db schema

* Update Readme and delegate finding new names to library scan

---------

Co-authored-by: HornyLupus <29715030+HornyLupus@users.noreply.github.com>
2024-06-02 01:46:25 +03:00
puc9
a0d3bacae7 Add plugins JSON schema and VSCode configuration to use it (#284)
* Add plugins JSON schema and VSCode configuration to use it

* Add VSCode YAML extension to workspace recommendations

* Fix formatting issues

* Update VSCode settings to use Prettier for JSON and YAML formatting
2024-06-02 01:43:20 +03:00
skier233
bdf1f04c1d [AItagger] Fix MaxGaps issue (#318)
* Fix mintags duration being lower than the frame interval

* cleanup debug message
2024-06-02 01:28:57 +03:00
feederbox826
adade5e7ed Replace StashUserscriptLibrary (#319)
* replace SUL in VideoScrollWheel

* rewrite stats to use cs-ui-lib

- reused and simplified GQL queries

* rewrite sceneCoverCropper to use cs-ui-lib

* update discordPrescence to use cs-ui-lib

- add websocket liveliness check
- add video playback hooks

* make stash-realbooru use cs-ui-lib

* deprecated by https://github.com/7dJx1qP/stash-plugins/tree/main/plugins/stashBatchResultToggle

* add cs-ui-lib to stashAI, applied some fixes to realbooru

* update Visage to use cs-ui-lib

* update themeSwitch to use cs-ui-lib

* remove userscript lib

---------

Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-06-02 01:24:15 +03:00
Maista
a3d00d4455 Merge pull request #316 from skier233/main
Update AI Tagger tasks to use the correct tag name
2024-06-01 00:06:32 +02:00
skier233
054960c746 Merge branch 'stashapp:main' into main 2024-05-31 18:03:45 -04:00
skier233
e5a2455c07 fix task descriptions 2024-05-31 18:02:57 -04:00
Maista
2639914f0c Merge pull request #314 from skier233/main
Add AITagger plugin to community repo
2024-05-31 20:43:14 +02:00
skier233
ec140c9cfb add progress bar 2024-05-30 16:34:15 -04:00
skier233
7c05319cb0 separate string accross lines 2024-05-30 13:53:38 -04:00
skier233
e3d5f0e7d4 add requirements.txt and better error handling in case of failure installing dependencies 2024-05-30 13:51:09 -04:00
skier233
4cb48f8c0c add README 2024-05-30 11:33:47 -04:00
skier233
5285d0bc2b prettify ai_tagger.yml 2024-05-30 08:39:59 -04:00
skier233
279b8efe16 initial plugin commit 2024-05-30 08:28:57 -04:00
feederbox826
42c7da2075 No cropper js (#312)
* drop Cropper.JS in favor of import

* remove Cropper warning

---------

Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-05-27 09:31:33 +03:00
feederbox826
6c2ff5b2a4 Use relative path for assets (#307)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-05-26 22:14:23 +03:00
Maista
5ac002295c Merge pull request #311 from stashapp/update-markerTagToScene
Update markerTagToScene for new Javascript runtime
2024-05-26 10:52:16 +02:00
Maista6969
cb57afa438 Update markerTagToScene for new Javascript runtime 2024-05-26 01:34:28 +02:00
Tweeticoats
6b1ff94138 Updating misc-Tags to add group support (#309)
If there is the "solo" tag and 1 performer it will add the "Solo Female", "Solo Male", "Solo Trans" tags.
If there is a "Threesome" tag add the group makeup ie "Threesome (BBG)" based on the gender of the performers.

Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2024-05-25 20:59:14 +03:00
Tweeticoats
a419887550 [TPDBMarkers] Adding movie support if tpdb have this information (#308)
Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2024-05-25 20:58:13 +03:00
Maista
8e2a89b053 Merge pull request #306 from feederbox826/main
TP BD -> TP DB
2024-05-21 01:53:00 +02:00
feederbox826
a7c6183bc3 silly typo 2024-05-20 19:38:28 -04:00
Maista
34d60d1fef Merge pull request #305 from feederbox826/cbz-abs-path
remove absolute path to python
2024-05-20 11:23:12 +02:00
feederbox826
2e799510dc remove absolute path to python 2024-05-20 02:55:48 -04:00
Tweeticoats
511cb9e90a timestampTrade bugfixes, remove old code (#304)
Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2024-05-16 16:48:51 +03:00
feederbox826
f899a5627e Update DupeMarker (#302)
* fix dupeMarker deprecation, add delete mode

* prettify

---------

Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-05-14 01:57:50 +03:00
dopepump
f2f8808e31 Fix URL bug, bump plugin to 1.0 (#301) 2024-05-12 01:05:12 +03:00
dopepump
0a2c783081 Add template config vars to Discord Presence plugin (#300)
* Add templated config strings to Discord Presence

* Fix sub/small tag on README.md
2024-05-11 15:11:51 +03:00
dopepump
e2ce4b04de Add Discord Presence plugin (#298)
* Create discordPresence.yml

* Create discordPresence.js

* Update discordPresence.yml

* Update discordPresence.js

* Improved Discord video time tracking

* Fixed formatting

* Fixed formatting (line breaks)
2024-05-08 16:20:43 +03:00
Tweeticoats
468e9df869 Updates to timestamp.trade and stashdb-performer-gallery (#282)
Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2024-04-24 17:31:47 +03:00
QxxxGit
eca29cac9c Qx Scene Card plugin (#291) 2024-04-23 08:46:38 +03:00
DogmaDragon
f9cd2952e4 Add additional requirement for sceneCoverCropper 2024-04-23 05:05:04 +03:00
JD
641a0d260b Update miscTags tag (#293) 2024-04-23 04:57:00 +03:00
DogmaDragon
a94a4fff65 Fix timestampTrade.py
Closes https://github.com/stashapp/CommunityScripts/issues/267
2024-03-27 09:51:40 +02:00
DogmaDragon
3133ab8136 Fix dupeMarker.py
Update function name
2024-03-22 20:28:11 +02:00
Tscherno
3ea74ea0b7 VideoScrollWheel: Add new option for volume change (#279)
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
2024-03-20 05:40:43 +02:00
Muldec
0b8473f5b1 [defaultDataForPath] fix GRAPHQL_VALIDATION_FAILED on scene post (#278) 2024-03-14 16:04:09 +02:00
stg-annon
428757932e [phashDuplicateTagger] use metadata_generate() instead of custom generate_phash() (#276) 2024-03-11 05:52:14 +02:00
Maista
f1f1a40248 Merge pull request #277 from 7dJx1qP/remove-userscript-functions
Remove userscript functions plugin and obsolete settings related functions
2024-03-10 23:55:02 +01:00
7dJx1qP
abb9372a42 remove userscript functions plugin and settings related functions from stashUserscriptlibrary 2024-03-10 17:48:44 -04:00
stg-annon
2773df1ca8 PDT bugfix (#274) 2024-03-07 15:52:24 +02:00
MyDirtyAccount
56562e762e TPDB domain change (#269) 2024-03-06 06:40:36 +02:00
DogmaDragon
0eec56a43d Update renamerOnUpdate README
- Explain installation via manager
- Explain custom configuration file
- Update `config.py` mentions to `renamerOnUpdate_config.py
2024-03-03 04:37:25 +02:00
stg-annon
4b4a48c9cc ROU log fix (#265) 2024-02-26 21:04:50 +02:00
Tweeticoats
fbeb9bd13e Bugfixes and adding a feature to run a scraper on profile urls for images (#260)
Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2024-02-25 17:11:40 +02:00
stg-annon
556ad2bdc6 [renamerOnUpdate] Untrack custom config and load it first if present (#264) 2024-02-25 16:46:47 +02:00
WithoutPants
6664747041 Revert "integrate stash-plugin-builder (#244)" (#262)
This reverts commit 6e873b936d.
2024-02-23 07:51:24 +11:00
Raghavan
6e873b936d integrate stash-plugin-builder (#244)
* integrated stash-plugin-builder

* update readme

* add trigger paths

* trigger build on config change

* rename deploy.yml

* yarn run format

* update stash-plugin-builder

* add docs comments for build.js

* stash-plugin-builder v1.0.2

* update stash-plugin-builder

* build on package change
2024-02-22 17:50:04 +05:30
Raghavan
5f4e7d0379 [plugin - themeSwitch] rm hardcoded css (#259)
* install themes istead of hardcoded css

* dynamically import css files
2024-02-22 13:11:42 +05:30