367 Commits

Author SHA1 Message Date
feederbox826
d4fa1c9149
[stashRealBooru] deprecate
o7
2025-05-13 00:28:35 -04:00
yokarion
0e7673abe4
E621 tagger (#555) 2025-05-12 15:38:54 +03:00
DogmaDragon
a96d38a9a2
Fix typo 2025-05-08 16:54:36 +03:00
NotMyMainUser
1dcedf7b49
Add Readme to bulkImageScraper Plugin (#549) 2025-05-05 23:09:42 +03:00
feederbox826
ed95e01002
Merge pull request #542 from ozlabrat/feature/extra-vrtag-checking
Add vr180 to VRCTags
2025-05-04 17:00:16 -07:00
feederbox826
cd7b2de7f9
[Visage] deprecate
closes #532 - o7
2025-05-04 19:57:54 -04:00
NotMyMainUser
0e35831047
add bulkImageScraper Plugin (#547) 2025-05-03 23:40:07 +03:00
elkorol
eeb2d3f9cb
Additional Files Deleter (#256)
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
2025-05-03 09:48:47 +03:00
d0t-d0t-d0t
f82757d1aa
Audio Player plugin (#546) 2025-05-02 21:43:50 +03:00
DogmaDragon
76629fc88a
[timestampTrade] Fix indent (#545) 2025-04-30 18:59:31 +03:00
ozlabrat
9114347b07 Add vr180 to VRCTags 2025-04-30 11:36:10 +10:00
blaspheme-ship-it
aaa38a3107
[tagScenesWithPerfTags] Add check if key exists (#539) 2025-04-29 13:24:54 +03:00
blaspheme-ship-it
a8087f45d1
[fix] [Timestamp Trade] Use context manager with connection to cleanup and reduce db locking (#538) 2025-04-29 13:23:16 +03:00
QxxxGit
4703e3ff4c
Added Stash Notifications (#537) 2025-04-22 20:11:35 +03:00
QxxxGit
319ec3d2c4
External Links Enhanced v1.2 (#536) 2025-04-22 05:49:26 +03:00
feederbox826
820b0969c3
Remove QxSceneCard in favor of native repo (#534)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2025-04-21 12:53:09 +03:00
QxxxGit
8a464701cf
External Links Enhanced: Bug fix for stale links (#531) 2025-04-15 05:08:41 +03:00
QxxxGit
00ca27f41e
External Links Enhanced (#528) 2025-04-12 07:42:09 +03:00
deuulc
7da88dd912
[Theme Switch] register minimal theme in theme switcher (#525)
* register minimal theme in theme switcher

* increment version
2025-04-07 07:13:37 +03:00
l34240013
bb2f51707d
[FileMonitor] Fix typo (#523)
* Bug fix

* Update version

* Update README.md

* Update version history
2025-04-06 21:33:50 +03:00
CJ
f8c6a7e4ca
Fixes 3D banner enabling Profile Cards (#519)
* Update cjCardTweaks.js

* version bump
2025-03-30 10:06:12 +03:00
qxzg
602c9a1237
Add [Video Chapter Markers] plugin to extract and create scene markers from video chapters (#518) 2025-03-29 12:26:06 +02:00
CrookedDuck
9863f74e7c
[hotCards] added silver and bronze default card style (#516)
* added silver and bronze default card style
* bump yml-version to 1.2.2
2025-03-22 09:40:21 +02:00
notbenteh
62ea3c625f
Fix #437 (Theme Switcher Plugin) (#511)
* Fix #437

* Bump version

---------

Co-authored-by: Luke Tanner <luke.c.tanner@gmail.com>
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
2025-03-14 09:24:12 +02:00
pedrolara-boop
476f122850
# Update TPDB Markers Plugin to Use find_groups() (#508)
## Description
This PR updates the TPDB Markers plugin to use the newer `find_groups()` method instead of the deprecated `find_movies()` method. This change resolves the deprecation warning while maintaining the same functionality.

## Changes Made
- Replaced `stash.find_movies()` with `stash.find_groups()` in the `processMovie()` function
- Updated both instances where the method was used:
  1. When checking for existing movies by URL
  2. When searching for movies by title

## Testing
The functionality remains the same, but now uses the recommended API method. The plugin will continue to:
- Process TPDB markers
- Create and associate movies with scenes
- Handle all existing features without the deprecation warning

## Related Issue
Fixes deprecation warning.
2025-03-03 23:18:19 +02:00
dynamosTopspin
49e4156bb0
Parse All Galleries for date (#507)
* Parse All Galleries for date

- Break out the date parsing to a separate function.
- Expand gallery search to more than single file zip galleries.
- Also scan the gallery's folder path if available.

The final valid parsed date of the files, then the gallery folder will be taken as the gallery's date. This will preserve the previous behavior of single file zip galleries, as there will be only one path to ever consider.

* Revert to previous logic

Previous logic returned the last possible valid date string in the path string, which is the more correct approach when a parent directory might also have a date string.

* formatting

* bump version

* Cleanup lingering prototype line
2025-03-01 16:55:06 +02:00
DogmaDragon
3c78135d5e
Fix requirements.txt 2025-02-19 08:10:37 +02:00
DogmaDragon
6113ba1cd1
Clarify date_parser only works with galleries 2025-02-12 19:19:04 +02:00
DogmaDragon
b239e9d9c8 Run format 2025-02-11 01:42:28 +02:00
Gykes
294bb6b17e
Adding NFOSceneParser (#462) 2025-02-11 01:41:31 +02:00
megatwig
56e31db490
Fix basic pathParser plugin functionality (#502) 2025-02-11 01:14:59 +02:00
Torrafox
04a4a32b7c
Add plugin "Set Performers From Tags" (#503) 2025-02-10 20:57:23 +02:00
CJ
48c24d1b79
Choose Your Own Adventure Player (#424) 2025-02-01 11:29:24 +02:00
Tweeticoats
86e5f3a18b
Adding a plugin to add extra performer information from wikidata. (#498)
Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2025-01-30 18:41:43 +02:00
David Maisonave
4497e6350c
Added missing files to plugins RenameFile and FileMonitor (#497) 2025-01-27 07:45:43 +02:00
DogmaDragon
d76e2e2302
Deprecate renamerOnUpdate (#496) 2025-01-27 06:29:58 +02:00
p0rnb0x
f60caef568
[markerTagToScene] reduce logging (#458) 2025-01-27 06:12:07 +02:00
DefinitelyNotSpicy
d9c2c885fa
[themeSwitch] css loading fails with error (#495) 2025-01-26 16:28:44 +02:00
DogmaDragon
a1809330aa
[timestampTrade] Revert breaking change (#493) 2025-01-25 19:53:32 +02:00
gq1869
1104140f4a
Uses dict.get() to avoid KeyError in TPDBMarkers plugin (#484) 2025-01-23 08:54:42 +02:00
David Maisonave
bc3c38b267
Update plugins RenameFile to 0.5.6 and FileMonitor to 1.0.3 (#490) 2025-01-23 08:53:26 +02:00
DogmaDragon
4c9aaa5e1c
Update class wrapper
c2183802db
2025-01-11 06:06:05 +02:00
skier233
fd2f33bf01
[AI Tagger] Minor: Add imageio to docker requirements.txt file (#482) 2025-01-08 02:54:14 +02:00
skier233
dd2b1b59fd
[AI Tagger] 2.2 (more fixes) (#481) 2025-01-07 01:12:47 +02:00
skier233
84fceae9fe
[AI Tagger] 2.0 small fixes (#480) 2025-01-02 19:13:48 +02:00
skier233
4a47e4d53d
[AI Tagger] V2 (#478) 2025-01-01 22:02:31 +02:00
blaspheme-ship-it
6d38e77ba2
[tagScenesWithPerfTags] add option to exclude a scene from the hook by tag (#477) 2024-12-27 16:12:44 +02:00
blaspheme-ship-it
58af9ac453
[tagSceneswithPerfTags] add check before processing scene (#475) 2024-12-18 08:02:42 +02:00
skier233
e0de14fad9
Merge branch 'main' into preparebdsmrelease 2024-12-03 10:04:58 -05:00
skier233
6cbc32073d Prepare for new model releases 2024-12-03 10:02:57 -05:00