Commit Graph

244 Commits

Author SHA1 Message Date
NotForMyCV
2e5f0f31e5 [discordPresence] refactor with new server app (#358)
* Refactor discordPresence for auto-reconnect

* Add prompt for Discord presence server
2024-07-08 15:39:03 +03:00
HandyRandyx
e1a1106841 [Hot Cards] Add card_opts as new optional parameter (#357)
card_opts allows you to specify whether you want the card to be filled or not, and also set the opacity of the card.

Other changes:
- Adjust README to include the new option and other additions.
- Change misleading param name 'border_opts' to 'hover_opts' in the docs, code and in the configuration file.
- Update version to 1.1.2.
2024-07-07 15:03:02 +03:00
HandyRandyx
9e3f6ae052 [Hot Cards] Improve README for clearer text and some code enhancements (#356)
* Fix data is undefined error

The error wasn't breaking anything, but it was unnecesary for it to happen.

* Add flexibility to also modify style presets

The gradient angle and animation, as well as the border color and border animation of the style presets can now be modified using the field format.

* Update README with images and enhancements

* Update version

* Update README
2024-07-05 14:19:27 +03:00
skier233
263f6fd41f [AI Tagger] Add path mutation (and by extension docker) support (#353)
* add path mutation (and by extension docker) support

* update version
2024-07-04 11:02:30 +03:00
HandyRandyx
a52ba76c6b [Hot Cards] Customizable Hot Cards (#355)
* Fix inconsistent height of hot cards in the home page

* Refactor CSS

* Rename classes for clarity

- hot-border -> hot-card
- hot-card -> hot-border

* Add support for 0-5 rating threshold alongside 0-100 range

* Improve configuration strings

* Add missed fallback

* Add customizable Hot Cards

- Allow users to specify Hot Cards to use tag-based or rating-based for each card type.
- Introduce a new custom string format for more flexible and detailed customization.
- Update README with detailed instructions, and examples.
2024-07-04 10:55:14 +03:00
Maista
4c9bd23033 Merge pull request #352 from stg-annon/relocate-pdt
[phashDuplicateTagger] relocate plugin to other repo
2024-07-01 19:35:08 +02:00
feederbox826
67629a55b1 misc fixes for adulttimeinteractive (#351)
- proper debugging for exception catching
- exit instead of return in main
- unindent funscript download and conversion from cache file

Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-07-01 10:19:33 +03:00
DogmaDragon
6164a3158a [hotCards] Clarify setting description 2024-06-29 00:20:21 +03:00
HandyRandyx
52a596f275 Fix regex typo 2024-06-28 05:36:58 -03:00
feederbox826
f63a366836 [hotcards] add ?. fallbacks and clean regex, fix dependency chain (#349)
* [hotcards] add ?. fallbacks and clean regex, fix dependency chain

- use ?. to not fail when loading from `{}`
- use Object.values instead of Object.entries
- clean up regex with repeating patterns
- use pathname to pre-strip parameters
- move css to bottom, to ensure depencies load first

* prettier

---------

Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-06-28 05:53:00 +03:00
HandyRandyx
60ba922162 [hotCards] Fix csLib is not defined (#348) 2024-06-28 03:39:27 +03:00
HandyRandyx
fc9b56b502 Add Hot Cards plugin (#346)
* Add Hot Cards plugin

* Format code using prettier

Add Pornhub inspired theme (#347)

Format

Update theme order

Update theme order
2024-06-27 14:58:58 +03:00
tooliload
eb09dbd72b Add plugin Adulttime Interactive Downloader (#240)
* Create requirements.txt

* Add files via upload

* Create empty

* Yarned Files

	modified:   plugins/AdulttimeInteractiveDL/AdulttimeInteractiveDL.py
	modified:   plugins/AdulttimeInteractiveDL/AdulttimeInteractiveDL.yml
	deleted:    plugins/AdulttimeInteractiveDL/cache/empty
	modified:   plugins/AdulttimeInteractiveDL/requirements.txt

* - Added Return on Error with stashapi
modified:   plugins/AdulttimeInteractiveDL/AdulttimeInteractiveDL.py

- Add new Plugin "PythonToolsInstaller" for Docker ENV, to create VENV with stashtools to use with other Plugins
new file:   plugins/PythonToolsInstaller/PythonToolsInstaller.py
new file:   plugins/PythonToolsInstaller/PythonToolsInstaller.yml
new file:   plugins/PythonToolsInstaller/packages/stashtools.txt

Files yarned.
2024-06-24 21:47:10 +03:00
DogmaDragon
b339766c8a Closes #344 2024-06-22 22:41:37 +03:00
Dankonite
0aafb80535 Tag scenes with performer tags plugin (#343)
* my performer tag to scene tags plugin

* Add requirements.txt

---------

Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
2024-06-22 01:03:56 +03:00
skier233
40a9bbbdbd [AI Tagger] Add better backwards compatibility from csv era (#342)
* add better backwards compatibility with scenes tagged in the csv era

* fix typo
2024-06-21 09:33:33 +03:00
skier233
a5fc841082 cleanup logs 2024-06-14 08:55:56 -04:00
skier233
402e522ef9 remove unneeded variable 2024-06-14 08:39:47 -04:00
skier233
b0e735a7a6 Merge branch 'main' of https://github.com/skier233/CommunityScripts 2024-06-14 08:38:52 -04:00
skier233
9337193f06 fix last minute bug created when refactoring code 2024-06-14 08:37:49 -04:00
skier233
0caa188515 Add marker support to ai tagger plugin (#339)
* Fix mintags duration being lower than the frame interval

* cleanup debug message

* add support for zipped images

* add marker support to ai tagger plugin

* properly handle case when vrtag doesnt exist
2024-06-14 06:53:00 +03:00
skier233
29c8857622 properly handle case when vrtag doesnt exist 2024-06-13 21:34:17 -04:00
skier233
e1c7742feb merge 2024-06-13 21:17:29 -04:00
skier233
759b90630a add marker support to ai tagger plugin 2024-06-13 20:56:36 -04:00
stg-annon
506f69444a [AITagger] bugfix (#338)
assign increment after `if` to avoid div by zero error
2024-06-13 18:59:46 +03:00
stg-annon
377457b456 [tagGraph] relocate plugin to other repo (#337)
prefer other repo for plugin https://github.com/stg-annon/StashScripts/tree/main/plugins/tagGraph
2024-06-13 02:27:13 +03:00
stg-annon
d1ce47423b [phashDuplicateTagger] relocate plugin to other repo
move plugin to repo https://github.com/stg-annon/StashScripts/tree/main/plugins/phashDuplicateTagger
2024-06-12 18:45:32 -04:00
feederbox826
6d9060c450 fix requires syntax (#336)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-06-12 20:14:12 +03:00
ThirstilyVague
dcd9f3abe6 [defaultDataForPath.js] fix getImagePath query and update object (#334)
path[s] result on findImage returns web paths, we need file path instead.
2024-06-11 21:22:33 +03:00
Tweeticoats
03cd3cbd43 Updating misc-tags to add more group makeup options (#333)
* Updating misc-tags to add more group makeup options for foursome, fivesome, sixsome, sevensome.

* fix mkx200 to be 200°

---------

Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2024-06-11 17:07:28 +03:00
ThirstilyVague
1a819dc266 Update defaultDataForPath.js: s/result =/var result =/g (#331)
Declare result as a variable prior to assignment.
2024-06-11 01:30:53 +03:00
ThirstilyVague
d92bb20b9e Update defaultDataForPath.js to work with hookContext (#329)
input.Args.hookContext object attribute `ID` seems to have been renamed to `id`
2024-06-11 01:30:30 +03:00
DuctTape42
74259d59f5 Add multiple tags and task to markerToSceneTag (#325)
* Add the ability to add all tags and not just the primary tag to the scene
Add config to control above behavior
Add a task to run over all markers in database

* Run prettier on markerTagToScene.js

* Fix markerTagToScene for v0.26 changes

* Update markerTagToScene.js for new JS engine

---------

Co-authored-by: DuctTape42 <DuctTape42@mindyourownbusiness.net>
2024-06-05 17:08:02 +03:00
skier233
7fc9138507 [AI Tagger] Add support for zipped images (#324)
* Fix mintags duration being lower than the frame interval

* cleanup debug message

* add support for zipped images
2024-06-05 12:26:00 +03:00
skier233
39332d354b add support for zipped images 2024-06-04 10:41:26 -04:00
feederbox826
8d3631a12c add JSDoc and README for cs-ui-lib (#323)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-06-04 00:01:42 +03:00
feederbox826
7eb37b451c add new stats to ExtendedStats (#322)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
Co-authored-by: Stash-KennyG <kennyg@stash.com>
2024-06-03 09:49:44 +03:00
feederbox826
9a8ad58780 fix inconsistent plugin name (#320) (#321)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-06-03 09:49:12 +03:00
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
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
skier233
e5a2455c07 fix task descriptions 2024-05-31 18:02:57 -04: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