Commit Graph

519 Commits

Author SHA1 Message Date
DogmaDragon
ac87cd6c01 Bump version 2025-04-30 18:59:10 +03:00
DogmaDragon
c2231ec954 Fix indent 2025-04-30 18:58:09 +03: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
DogmaDragon
e030922661 Update README to add official forum [skip-ci] 2025-04-20 11:28:31 +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
5361a9505c v0.2.7 (#529) 2025-04-08 01:09:24 +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
deuulc
a297fd195f Update to version 0.2.6 (#527) 2025-04-07 07:13:05 +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
deuulc
fb243a9d10 v0.2.5 (#526) 2025-04-06 16:42:26 +03:00
deuulc
f85fd4820b v0.2.4 (#524) 2025-04-06 15:57:00 +03:00
deuulc
de34ff51c9 [theme] minimal v0.2.3 (#522)
* fix navbar

* fix popover arrow

* align stats

* update readme

* theme card size slider

* theme studio tagger

* Theme skeleton

* theme arrow in player view

* theme arrow 2

* remove nav height

* remove vtt border

* theme tagger

* fix inputs rgba

* version update

* update performer page

* fix studio image in scene view

* thin all scroll bars

* overflow studio name

* add readme: performer studio page update
2025-04-05 15:48:06 +03:00
DogmaDragon
3a882f3125 Fix dropdown selector in Theme-Plex.css
Credit to thingy_mabob on Discord
2025-04-02 02:31:53 +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
deuulc
01ff1d64cf [theme] Minimal v0.2.2 (#515)
* fix navbar

* fix popover arrow

* align stats

* update readme

* theme card size slider

* theme studio tagger

* Theme skeleton

* theme arrow in player view

* theme arrow 2

* remove nav height

* remove vtt border

* theme tagger

* fix inputs rgba

* version update
2025-03-15 19:40:47 +02:00
deuulc
9588d40b91 fix navbar (#514) 2025-03-15 15:22:38 +02:00
deuulc
0d766640e5 [theme] Minimal 0.2 Release (#513)
* fix scene selector

* rework scene overaly

* move nav-bar to seperate file

* add readme about studio image

* make studio settings generic

* add 0.2 change log to readme

* fix auto play

* make studio overlay readable

* update readme

* update version
2025-03-15 14:50:51 +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
c414e47c20 Add plugin schema validator workflow (#505)
* Remove code formatting workflows and related configuration files

* Remove formatting instructions from README

* Add plugin validator

* Add workflow

* Limit workflow to plugins/themes directories
2025-02-21 02:48:53 +02:00
DogmaDragon
3c78135d5e Fix requirements.txt 2025-02-19 08:10:37 +02:00
DogmaDragon
c0351f97cb Typo 2025-02-12 20:38:08 +02:00
DogmaDragon
6113ba1cd1 Clarify date_parser only works with galleries 2025-02-12 19:19:04 +02:00
DogmaDragon
daca1c03ea Remove code formatting workflows and related configuration files (#504) 2025-02-11 01:59:29 +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
DogmaDragon
295030d69c [Theme-Minimal] Remove unused file import
Closes https://github.com/stashapp/CommunityScripts/issues/500
2025-02-05 08:46:22 +02:00
deuulc
baee6fdb6d [theme] Add new minimal theme (#499) 2025-02-04 15:31:47 +02:00
CJ
48c24d1b79 Choose Your Own Adventure Player (#424) 2025-02-01 11:29:24 +02:00
DogmaDragon
ee1b0137e9 Fix workflow 2025-02-01 09:34:41 +02:00
DogmaDragon
66d0cb5ce4 Fix workflow 2025-02-01 09:23:25 +02:00
DogmaDragon
7a59c56b1f Fix workflow
Update from deprecated version https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
2025-02-01 09:17:55 +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