Commit Graph

170 Commits

Author SHA1 Message Date
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
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
p0rnb0x
02894d1317 Allow disabling scene marker hooks (#255) 2024-02-21 10:07:10 +05:30
WeedLordVegeta420
3bf16a6b79 [plugin] add VideoScrollWheel (#245)
* Add VideoScrollWheel plugin.

* Update VideoScrollWheel plugin formatting.

* Add VideoScrollWheel settings.

* Update VideoScrollWheel Formatting.

* wait for stash

---------

Co-authored-by: Raghavan <raghavanmarch2002@gmail.com>
2024-02-17 23:43:36 +05:30
QxxxGit
983b28baf8 [plugin] add stashNotes (#192)
* Added Stash Notes plugin

* fix classname

* format code

---------

Co-authored-by: Raghavan (Tetrax-10)
2024-02-17 23:09:10 +05:30
Raghavan
97e49a2e99 wait for window.stash 2024-02-17 07:06:36 +05:30
Elkorol
7d6655fd49 Applied Fix 2024-02-17 00:11:20 +00:00
Elkorol
6904369459 Intialisation Fix 2024-02-16 23:56:32 +00:00
Maista
20060cea77 Merge pull request #252 from elkorol/ThemeSwitch-Plugin
Added ThemeSwitch Plugin
2024-02-17 00:29:46 +01:00
Elkorol
5022573a3f Run Prettier 2024-02-16 23:27:53 +00:00
Elkorol
519969e495 Reverted removing if clause, as it was needed 2024-02-16 22:11:13 +00:00
Elkorol
4230fbffab Removed Uneccesary if clause 2024-02-16 21:27:55 +00:00
Elkorol
102cfd0512 Added ThemeSwitch Plugin 2024-02-16 21:07:40 +00:00
stg-annon
dcc414cfa7 compare created_at instead of mod_time
Co-Authored-By: Claypool2112 <156946862+claypool2112@users.noreply.github.com>
2024-02-14 15:31:48 -05:00
stg-annon
4df858920b untrack config.py file 2024-02-14 15:28:01 -05:00
stg-annon
2eef4b6a86 move config to config_example so config is untracked
any changes the user makes to config will be crushed by the plugin manager, this change will insure the config file is untracked so a users custom changes will remain between updates
2024-02-14 15:27:43 -05:00
stg-annon
acf1ae4140 formatting + comment how to enable path compare 2024-02-14 15:20:11 -05:00
stg-annon
166813832b catch Scene parse errors and raise error on scene with multiple or zero files 2024-02-14 00:42:36 -05:00
stg-annon
9698b0d32f add Path comparison 2024-02-14 00:26:26 -05:00
stg-annon
45654bdfb6 compare against best scene not index[0] each time 2024-02-14 00:15:21 -05:00
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
Tweeticoats
5402a71ca8 Update yaml 2024-01-28 15:23:36 +10:30
Tweeticoats
bc36b751e5 Adding plugin to fetch markers from The Porn DB that have been tagged with their stash-box endpoint. 2024-01-28 15:16:05 +10:30
Maista
06b49cd525 Merge pull request #213 from ofpcode/renamerOnUpdate/enhanced-capitalizeWords
[renamerOnUpdate] Updates capitalizeWords to better handle edge cases
2024-01-27 22:51:18 +01:00
Maista
96aa9c6238 Merge pull request #238 from alucicrazy/patch-1
Update filenameParser.js to work with v0.24.3
2024-01-27 22:50:14 +01:00
Maista
46edc30d9e Merge pull request #231 from p0rnb0x/main
[stashUserscriptLibrary] Use `baseURL` for stash, if available
2024-01-27 22:49:41 +01:00
alucicrazy
0b0a36630e Update filenameParser.js to work with v0.24.3 2024-01-27 14:42:53 -03:00
cc1234
07fcbdfca4 Bugfix for visage where height and aliases cause issues when set to empty. fix issue in stashai where forloop was causing await to not work correctly. 2024-01-27 13:50:28 +00:00
p0rnb0x
710f96622f use baseURL if available 2024-01-26 04:43:06 +00:00
Maista
3fa0d3baa4 Merge pull request #233 from Tetrax-10/main
re-implemented display view events
2024-01-25 07:14:03 +01:00
Tweeticoats
14c24cfb07 Update stashdb-performer-gallery.py
Bugfix, create a .nogallery file in the directory so the built in gallery does not get created.
2024-01-25 14:01:06 +10:30
raghavan
1170e5c53b rm un-used var 2024-01-23 00:09:55 +05:30
raghavan
53f209943b re-implemented display view events 2024-01-22 23:52:41 +05:30
Raghavan
572fe0b061 Merge branch 'stashapp:main' into main 2024-01-22 19:04:28 +05:30
raghavan
62293e16cb close unfinished function to save memory 2024-01-22 19:01:54 +05:30
Maista
fc7b4cc911 Merge pull request #221 from Tetrax-10/main
improve page listeners
2024-01-22 14:31:25 +01:00
raghavan
d3ed7cbd6f update plugins 2024-01-22 18:59:28 +05:30
Maista
4f0131d3a5 Merge pull request #232 from Tweeticoats/stashdbPerformerGallery
Adding a new plugin to automatically download performer images from stashdb
2024-01-22 12:08:39 +01:00
Tweeticoats
5ab546ea7e Adding a new plugin to automatically download performer images from stashdb or any other stashbox.
Add the tag [Stashbox Performer Gallery] to a performer to start the backgroud job.
The images will be downloaded and added to a gallery for the database.

You can then go into the gallery and add the tag [Set Profile Image] to an image with exactly 1 performer to set that image as the profile image.
2024-01-22 20:28:16 +10:30
Raghavan
946a6b4c8e Merge branch 'stashapp:main' into main 2024-01-22 13:03:09 +05:30
cc1234
e7129f4e5d Update plugin versions and add required dependencies 2024-01-21 17:53:24 +00:00
cc1234
79d88d9274 Add Stash Realbooru plugin files
Image model for Realbooru to get tags from images.
2024-01-21 13:27:10 +00:00
cc1234
c036eeb55f Add initial stashAI plugin 2024-01-20 13:47:17 +00:00
raghavan
67ad80821f touchup 2024-01-20 19:15:06 +05:30
cc1234
7ff8a11330 Add initial version of visage as a plugin 2024-01-20 11:27:47 +00:00
raghavan
389c263e22 readable code 2024-01-19 22:20:55 +05:30
raghavan
f60e0a5194 better naming 2024-01-19 21:38:09 +05:30
raghavan
9a8124c06c fix formatting 2024-01-19 21:35:22 +05:30